Showing 106 open source projects for "solver"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • 1

    Sudoku Solver

    Sudoku solving library using bruce-force search algorithm

    The SudokuSolver class inside this library is simple and easy-to-use. It uses the bruce-force search algorithm to solve the Sudoku appeared on daily newspapers, books, etc. Continual updates to this library give you easier experiences with Sudoku solving, and can solve other sorts of Sudokus.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Simple Sudoku game with different levels and a solver. Language support English, Dutch.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    makedoku

    Command line sudoku generator and solver. It uses opencl or openmp.

    Command line sudoku generator and solver. It uses opencl or openmp to solve and generate grids. Each generated grid has an unique solution and the number of givens can be specified as parameter.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Sudoku for Java - HoDoKu
    Sudoku generator/solver/analyzer written in Java (English and German). Lots of human style techniques (singles, subsets, LCs, fish, wings, uniqueness, coloring, chains, ALS), powerful analyzer (manage multiple solutions for one sudoku). Includes Learning and training modes and a booklet printer.
    Leader badge
    Downloads: 323 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    Master Sudoku

    Master Sudoku

    Sudoku solver written in Java (Spanish Language)

    Sudoku solver written in Java (Spanish Language). Supports a lots of logical techniques (singles, subsets, fishes, wings, uniqueness, coloring, loops, chains, ALS). It is not a puzzle generator. You must have the puzzles in a text file or select a puzzle pre-loaded. Includes several kinds of helps.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    sudoku Solver

    sudoku Solver

    A sudoku solver project built with Java with a user friendly interface

    This project has been built to allow you solve any Sudoku problem in no time. The project built using Java programming language. It`s simple interface built using Swing technology. A smart algorithm has been designed to solve your problem. First, using the systematic human way of solving. If the human failed to solve, your problem will be passed to a stronger algorithm that based on Try and Fail techniques and possibilities. Enjoy, learn and develop. You need to install Java JRE to run the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The sudoku solver program is a simple command line driven program that solves sudoku puzzles by taking its input from a comma separated input file and printing results to the screen.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Very fast command line sudoku solver written in Fortran
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Sudoku's simply solver

    Sudoku's simply solver

    simply sudoku's solver that show step by step the solution

    A simply sudoku's solver make with fotran language that show step by step the solution of the puzzle. It is fast and light, not need installation - virus free. 1) open zip file into a directory 2) edit file text "matrice.txt" with notepad and insert the sudoku puzzle with zero on empty cell 3) start "solutore sudoku.exe" 4) insert on ms-dos window the sudoku dimension (es: 3 for 3x3 dimension) 5) push enter to see step by step the solution
    Downloads: 1 This Week
    Last Update:
    See Project
  • MyQ Print Management Software Icon
    MyQ Print Management Software

    SAVE TIME WITH PERSONALIZED PRINT SOLUTIONS

    Boost your digital or traditional workplace with MyQ’s secure print and scan solutions that respect your time and help you focus on what you do best.
    Learn More
  • 10
    Sudoku MC

    Sudoku MC

    Sudoku solver based on the initial work of Michael Kennett

    Console based sudoku solver. It is a modified version of the solver included in the Ubuntu distribution of Linux, and has similar functionality to the original by Michael Kennett. New features: - You interactively can open and save boards with it. - The title of the board can be edited. - Added early contradiction check to detect if the board is unsolvable: 1 2  . | .   .  . | . . . .   .  . | 1 2  . | . . . .   .  . | .   .  . | 1 2 . -------+-------+------- 2 1  . | .   .  . | . . . .   .  . | 2 1  . | . . . .   .  . | .   .  . | 2 1 . -------+-------+------- .   .  . | .   .  . | . . . .   . 2 | .   . 1 | . . . .   . 1 | .   . 2 | ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    Sudoku Solver Applet

    A Sudoku Solver in Java

    1/ Double-click the cell you want to edit. The background color changes to white. The possible values appear in it. 2. Edit it to leave the requested number only. You can also click one of the buttons under the table: Click "Back" to cancel last entered number. Click the red "Reset Board" button to start a new puzzle. Click "Solve Now" to let the computer choose numbers. This is useful when the trial and error strategy is required.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    Chocoholic

    Game solver for Chomp

    Chomp is a game invented by D Gale in 1974. It can be played in arbitrary-sized arenas, so there is no single solution, but a game of any size is a proper subset of all larger games. This project produces a solution for any arena you select, provided you have time and disk space enough.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    A program and a library, written in ANSI C, that automatically solves games of Freecell and similar variants of Solitaire.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    A Simple console-based Sudoku Solver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This project contains a Breadth-First-Search implementation of a solver for the board game Ricochet Robots: http://en.wikipedia.org/wiki/Ricochet_Robot There is a simple wxPython based GUI frontend for invoking the solver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Sudoku Solver (+ solution provider!)
    Sudoku Solver is a small graphical application for solving any given Sudoku puzzle, almost instantaneously. It also provides the solution (the steps required to solve the puzzle). It is written in python.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    It is a optimal solution solver of the simple case in the game CityBoxx. The simple case is when it is not possible to replace buildings already built. The solver was written during the training classes in Asgor Ltd., Sofia, Bulgaria.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A logic based sudoku solver in OO Perl
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The Fallout 3 Terminal Hacking Solver (F3THS) is designed to aid in hacking the terminals within the video game Fallout 3. You simply input the available words and the F3THS will assist you in solving the correct password.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Mine Sweeper Whiz
    Moved to github: https://github.com/claycephus/MineSweeperWhiz Artificial intelligence solver as well as a human-playable mode for Mine Sweeper.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    SImple version of sliding puzzle, with built-in solver
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    A simple command line tool for solving the triangular peg solitaire game, like the one at Cracker Barrel. Also has a few other features.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    ZSokoban: An efficient Sokoban engine implemented in C# including levels, levelsets, solver, utilities and full GUI player.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is a FreeCell solitaire game solver written in the Java. It is fast and capable - it solves all of the first million Microsoft deals in about 4 hours - 99.99% of them in less than a second, and no deal takes more than 1 minute.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    This is an intelligent Sudoku solver in c++. It is intlligent, because it uses several logical deduction methods, just like a person, before resorting to guessing. I was trying to teach my kids Sudoku, and taught a computer as proof of concept.
    Downloads: 2 This Week
    Last Update:
    See Project