Showing 23 open source projects for "solver"

View related business solutions
  • 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
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 1
    JaCoP
    JaCoP is a Java Constraint Programming solver. It provides a significant number of (global) constraints to facilitate efficient modeling of combinatorial problems, as well as modular design of search. Documentation is available at project Web site. Please, note that the sources from version 4.0 are only available at GitHub.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Advanced Trigonometry Calculator

    Advanced Trigonometry Calculator

    Precision Trigonometry: Advanced Calculator for Complex Math

    Advanced Trigonometry Calculator is equipped with a user-friendly interface that allows for easy input of problems and instant computation. Professionals such as engineers who need to perform advanced trigonometric calculations in their work will find this tool extremely useful. More info by clicking below: https://advantrigoncalc.sourceforge.io/ Advanced Trigonometry Calculator was only and always only developed by the Portuguese Renato Alexandre dos Santos Freitas. Also author of...
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 3
    GoodByeCatpcha

    GoodByeCatpcha

    Solver ReCaptcha v2 Free

    An async Python library to automate solving ReCAPTCHA v2 by images/audio using Mozilla's DeepSpeech, PocketSphinx, Microsoft Azure’s, Google Speech and Amazon's Transcribe Speech-to-Text API. Also image recognition to detect the object suggested in the captcha. Built with Pyppeteer for Chrome automation framework and similarities to Puppeteer, PyDub for easily converting MP3 files into WAV, aiohttp for async minimalistic web-server, and Python’s built-in AsyncIO for convenience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    REDOSPLAT

    School timetabling solver and domain specific language

    Domain-specific language called REDOSPLAT uses customised, readable notation instead of technically oriented data formats usually used in timetable problems. The desired timetabling requirements are defined using sentences whose syntax is close to the syntax of spoken language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 5
    TSP Solver and Generator

    TSP Solver and Generator

    Generate and solve Travelling Salesman Problem tasks

    TSPSG is intended to generate and solve Travelling Salesman Problem (TSP) tasks. It uses Branch and Bound method for solving. An input is a number of cities and a matrix of city-to-city travel prices. The matrix can be populated with random values in a given range (useful for generating tasks). The result is an optimal route, its price, step-by-step matrices of solving and solving graph. The task can be saved in internal binary format and opened later. The result can be printed or saved as...
    Downloads: 28 This Week
    Last Update:
    See Project
  • 6

    PyMathProg

    An easy and flexible mathematical programming environment for Python.

    PyMathProg is a Python reincarnation of AMPL and GNU MathProg modeling language, implemented in pure Python, connecting to GLPK via swiglpk. Create, optimize, report, change and re-optimize your model with Python, easily integrate database, plotting, etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    A multiplatform python program that solves word searches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    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
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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

    ‌BloxorzSolver

    solver bloxorz

    in my AI course i'm solve this problem with java for level one and two and three and six .in BFS DFS DLS IDS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    VRPSolver is a wizard-like application which solves a basic Vehicle Routing Problem (VRP) using the Savings Heuristic Method invented by Clarke and Wright in 1964.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Sudoku Solver written in c++/sdl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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: 0 This Week
    Last Update:
    See Project
  • 14
    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: 0 This Week
    Last Update:
    See Project
  • 15
    A framework for solving large systems of linear equations (Ax=b) in a distributed network using different iterative methods. The solver is written on Java, can be run on Windows or Linux. The solver is compatible with either MPICH2 or mpj-express.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Crazy Turtle puzzle game solver utility. Other names: CRAZY TURTLE / LE JEU FOU DE LA TORTUE / NAUGHTY TURTLES / ŠAŠAVE KORNJAČE / NAGAJIVE ŽELVICE / SASAVE KORNJACE
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    yades - "yet another differential equation solver". This Java application solves ordinary differential equations (ODE) numerically and displays the results as tables, graphs, direction fields or vector fields.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This program solves wordsearches given a wordsearch and a list of words to find.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Matho is a OS Independant Application and API for mathematical operations, features include curve sketching, calculus, iterative formulae, algebra solver, 2d/3d geometry and mechanical and statistical functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A Fast MAC based 3D Free surface fuid solver. Capable also of simulating viscoelastic fluids.Includes also wave equation solver for simulating shallow water phenomena.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    jOptimum is a simple linear programming solver developed for educational purposes. Now, jOptimum is hosted by http://incubadora.fapesp.br/projects/joptimum
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MathGenius is a graphical tool intended to simplify your work in mathematics. By now it includes a graphical function plotter, a mechanism (still in development) to derive functions, and an equation solver. An extension mechanism will be developed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SimpliMath includes SimpliCalc, a simple, easy to use console-based calculator program and arithmatic parsing library. SimpliSolve is an equally easy to use and simple, yet powerful algebraic equation solver program and library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.