Showing 475 open source projects for "solver"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1

    KEMP

    A FDTD solver for electromagnetic wave simulations on a GPU cluster

    KEMP is a fast FDTD solver on a GPU-based cluster. The FDTD (Finite-Difference Time-Domain) method is a popular numerical method for electromagnetic field simulations. KEMP enables hardware accelerations suitable for multi-GPU, multi-core CPU and GPU cluster. KEMP also provide easy configuration by using Python scripting language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Linear Equations Set Solver

    Solving Set Of Linear Equations with use of Gauss elimination method.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    YAFEMS

    Yet Another Finite Element Method Solver

    YAFEMS (Yet Another Finite Element Method Solver) is a FEM solver for Linux and WIndows that reads a MED mesh file produced by Salome (http://www.salome-platform.org/) with certain groups created into the mesh, and with the help of an input text file (.yaf), performs a 3D or 2D plane stress or plane strain analysis and creates results in plain text format and in MED format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Dynamis

    Simple ODE solver for dynamical systems

    Dynamis is a simple ODE solver implemented in C for studying dynamical systems (e.g. population biology).
    Downloads: 1 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 5

    Far Cry 3 Grid Solver

    A solver for the grid minigame at farcryoutpost.ubi.com

    A solver for the grid minigame puzzles at farcryoutpost.ubi.com, for those that are too lazy / can't stand puzzles / or just want to look at some state-tree BFS search code.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    ...EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case the top, all and only by the rules known and given, in order by given where equal) $ echo -e "b e\ne\nc b" | depsort ditto, no opts needed $ libdeps objdump /lib/*.so.* (outputs if missing, load order (deps), rdeps, which are effected by missing lib/s, etc, see readme) $ doil (a package installer/solver like apt-get+dpkg which uses gdeptrace, see doil on Source Forge) dep-trace is now "gdeptrace" to ease packaging compatibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    MPC-Solver

    A Solver for Minimum Cost Minimum Path Cover problem

    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Z3-str

    A Z3-Based String Constraint Solver

    We moved to Github. This website only hosts previous releases. Please check https://github.com/z3str/Z3-str for the latest version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    mathSuite

    mathSuite

    Powerful Calculus Environment and Matrices Handling Engine

    ...Some feature regarding Matrices and Linear Algebra Operations are LU-Factorization, SVD Decomposition, Rank Calculator, Ill Condition Checking and more... There are also a very powerful Linear System Solver and Basic PRELoaded Functions Integrator Engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    HSolver is a program for verification of hybrid systems based on the constraint solver RSOLVER. Unlike other packages its correctness does not depend on floating point rounding errors.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    dlvhex is a prototype solver for HEX-programs which integrate Answer-Set Programs with higher-order reasoning and external computation sources. It comes with a full-fledged plug-in framework for rapid extension development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Maze Solver

    Maze Solver

    Solves mazes

    Why solve a maze when you can get a computer to do it for you? All you have to do is draw the maze in a text file using: the character 'T' to represent a free space, 'P' to represent a wall, the character 'S' to represent the starting point, and 'F' to represent the finishing point. Just drag and drop the text file into the program and select which algorithm you would like the program to use to solve the maze. Currently you can choose either the Recursive algorithm (which does not give you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DisChoco

    DisChoco

    DisChoco: Distributed Constraint Reasoning Solver

    DisChoco is a Distributed Constraint Reasoning Solver. Several Distributed Constraint Reasoning algorithms are implemented (like ABT, AFC, Adopt, ...). Users may easily implement and test their algorithms with DisChoco. contact: wahbi[at]users[dot]sourceforge[dot]net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MT2D

    MT2D

    An 2D magnetotellurics finite element solver using unstructured grids

    ...At present, most of 2D MT modeling codes are developed in terms of Matlab or FORTRAN and there are no open source ones for public. The release of C++ based MT2D is to offer an accurate 2D MT code for researchers, students in geophysical community. Using this simple and accurate solver, inversion software can be easily developed. To deal with broadband frequencies (MT and RMT problems), a same grid including the air space is used for both TE and TM mode. To whom is interesting in an usage of this code, please send an email to: renzhengyong@csu.edu.cn
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    pyL1min

    General purpose norm-1 minimization solver in Python

    pyL1min is a general purpose norm-1 (l1) minimization solver written in Python. It is based on NumPy/SciPy, CVXOPT ( FFTW enabled) to solve l1 minimization problems that are based on interior point methods. You need to install Python, NumPy/SciPy and CVXOPT ( FFTW enabled) to use this software. The test.py program demonstrates a simple application in Compressive Sensing and shows how to use l1min module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Impact Finite Element Program
    Impact is an explicit Finite Element Program Suite which simulates dynamic impact events. It has a range of elements, contact handling and different material laws. Models can be created, solved and analyzed with the included pre- and postprocessor. Impact is based on an Explicit Time stepping algorithm. These kind of codes are used to simulate dynamic phenomena such as car crashes and similar, usually involving large deformations.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 17
    JBernstein

    JBernstein

    JBernstein: Exploration techniques for non-linear constraint checking

    ...Concerning performance, the tool enables to check all examples in the PVS Bernstein testsuite within a second, which can be an order of magnitude faster than some other tools such as QEPCAD or REDLOG. Although JBernstein uses double, it offers automatic error-estimation capabilities (experimental) so that the generated result is correct (the solver may return unknown when the error-estimate is too large)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Computational Fluid Dynamics (CFD) solver aimed to solve multi-physics problems on unstructured grids (inviscid Euler, Navier-Stokes flows, Heat transfer). F90 based. MPI, cgns, Metis libraries used.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19

    Python Quadratic Formula Solver

    This is a Script that I made in Python to find the roots of a line

    The script will find the roots of a line equation using the quadratic formula, whether it be real or imaginary. This script is nothing extraordinary I just put it up so someone trying to do something similar with imaginary numbers could use the code as reference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    KnowCaptcha

    More efficient captcha solver,better captcha bypass service.

    Relying on a series of advanced techniques,KnowCaptcha has occupied the leading position in captcha bypass service.Once having KnowCaptcha API integrated,any captcha-relevant problem can be solved in no time. 1.Multi-database design:mass storage record; 2.Large capacity design:response peak situations; 3.Leading Server design:increase dedicated Server according to demand at any time; 4.Distributed architecture:eliminate downtime impact,fault tolerance,easy expansion; 5.Perfect API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GENESIS (GEneral NEural SImulation System) is a software platform for the simulation of neural systems ranging from subcellular components and biochemical reactions to complex models of single neurons, large networks, and systems-level processes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    expressionCalc

    expressionCalc

    Cross platform Mathematical expression solver

    expressionCalc is a Mathematical expression solver. It has a Java implementation (for cross platform) and a C# implementation (for Windows). Support most of the Mathematical functions including log, sin, a sin etc. Implemented based on the expression solving technique of BODMAS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Sudoku MEA Solver is projet of desktop Sudoku automatic solver aplication written in C++ with using Qt4. It's based on my batchelor thesis project (Multiagent Evolutionar Algorithm for Sudoku).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project will encapsulate python routines for pricing derivatives and retrieving market data. It will also include user level tools and examples (such that openoffice Black-Scholes add-ins and spreadsheets) build around the python core modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Sudoku Solver Win

    Sudoku Solver Win

    Sudoku solver and generator for Windows

    A small footprint , lightweight sodoku solver and puzzle generator for Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB