Search Results for "sudoku solver in c++" - Page 5

Showing 311 open source projects for "sudoku solver in c++"

View related business solutions
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • The next chapter in business mental wellness Icon
    The next chapter in business mental wellness

    Entrust your employee well-being to Calmerry's nationwide network of licensed mental health professionals.

    Calmerry is beneficial for businesses of all sizes, particularly those in high-stress industries, organizations with remote teams, and HR departments seeking to improve employee well-being and productivity
  • 1

    EasyCP

    The easiest C++ way to deal with constraints !

    EasyCP is a modern, user-friendly C++ library that lets you use constraint programming in a very natural way, taking advantage of its expressive power. Just model and let the CSP (Constraint Satisfaction Problem) solver do the job !
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    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: 0 This Week
    Last Update:
    See Project
  • 3

    Runge

    Runge is an Interactive Solver for Systems of Differential Equations

    Runge is an Interactive Solver for Systems of Ordinary Differential Equations. It solves initial value problem (aka Cauchy problem). Few advantages Runge provides: It's fast. It utilizes BLAS and LAPACK libraries optimized for modern multi-core processors. It's interactive. It allows you to start a solution by mouse click on a plane. It's precise. It uses Runge Rule to adjust step length to satisfy required precision on each step. It's effective. When it needs to compute...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    PCramer

    Dense linear solver utilizing Cramer's rule in parallel

    This code provides a linear solver based on a parallel application of Cramer's rule. The programming was done in 'C' leveraging the MPI-CH2 libraries for message passing between nodes. This implementation is for dense linear systems and all calculations are done with doubles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 5

    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: 0 This Week
    Last Update:
    See Project
  • 6
    ASCEND modelling environment
    ASCEND is a modelling environment and solver for large or small systems of non-linear equations, for use in engineering, thermodynamics, chemistry, physics, mathematics and biology. Solvers for both steady and dynamic (NLA & DAE) problems, are provid
    Downloads: 34 This Week
    Last Update:
    See Project
  • 7
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Sudoku SDL

    Sudoku SDL

    A sudoku game built using SDL

    This is a basic sudoku game and is my first ever SDL project. I've tried to include all of the necessary features and by all means improve it, modify it (especially the graphics) - Any questions contact me at scottmcgregor05@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    * Model-checking/simulation-checking library for real-time system with dense-time models in C with CRD (Clock-Restriction Diagrams) technology. * Parametric analysis library for linear-hybrid systems in C with HRD (Hybrid-Restriction Diagram) technol
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 10
    CAPLET

    CAPLET

    GDS visualization and parallelized capacitance extraction

    Project CAPLET is a capacitance extraction toolkit that extract capacitance at field-solver accuracy. CAPLET can directly handle GDS2 layout files into capacitance matrices in both GUI and command line interfaces. The internal extraction algorithm is specialized for VLSI interconnect structures but not exclusively, as long as the structure is of Manhattan geometry and embedded in a uniform dielectric material.
    Downloads: 0 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: 0 This Week
    Last Update:
    See Project
  • 12
    Very fast command line sudoku solver written in Fortran
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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: 0 This Week
    Last Update:
    See Project
  • 14

    vsep

    The Very Simple Expression Parser (and Solver) Library for C

    ... as lazily as possible. VSEP is written in C; it strives for efficiency, readable and thoroughly documented code, a high degree of configurabilty and lack of global variables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    scd_EUgran

    EUgran solver for OpenFoam with new Boundary Conditions.

    In the spirit of open source software, feel free to use the code for the boundary conditions. We have tested it last year for the simulation of fluidized beds. It is an extension of the standard twoPhaseEulerFoam. It includes J&J BC's and the newer BC's for the solid phase of Schneiderbauer et. al., which are a modification of the work of Jenkins and decide between sliding and non-sliding particle-wall collisions. Additionally the computation of the solids pressure is changed to the newest...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CAMFR (CAvity Modelling FRamework) is a fast, flexible, friendly full-vectorial Maxwell solver. Although it can tackle general electromagnetic problems, its main focus is on applications in the field of photonics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A prototype solver for computing partial equilibria of Distributed Nonmonotonic Multi-Context Systems (MCS).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is an effort to create the best yet simple sudoku solver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    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: 0 This Week
    Last Update:
    See Project
  • 20
    Classic sudoku

    Classic sudoku

    A free classical sudoku game

    Classical sudoku is a free game where you can easy start to play on one of three levels: easy, medium and high. And there are a few addition features that makes game more interesting. Download now and start to play!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    SudokuGen

    Generates and solves Sudoku boards

    SudokuGen generates Sudoku boards in different levels. It can also be used to solve boards. As for now, it uses command-line interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Processor Enhanced Recursive Dynamics

    Processor Enhanced Robust Core Solver for Recursive Multibody Dynamics

    Develop an efficient and robust recursive core evaluator and solver for large-scale constrained multibody dynamics, providing general-purpose capability with special-purpose performance. Processors embed model detail into runtime algorithms, minimizing rediscovery operations. Spatial algebra organizes and simplifies recursive algorithms. Gaussian Elimination with Complete Pivoting converts constraint Jacobian matrices and equations into Row-Reduced Echelon Form and partitions variables...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A program and a library, written in ANSI C, that automatically solves games of Freecell and similar variants of Solitaire.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    A Simple console-based Sudoku Solver.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Simple sudoku command line solver written in C.
    Downloads: 0 This Week
    Last Update:
    See Project