Search Results for "geometric constraint solver"

Showing 39 open source projects for "geometric constraint solver"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 1
    Local-search based solver of Constraint Satisfaction and Optimization Problems.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    OR-Tools - Google Optimization Tools

    OR-Tools - Google Optimization Tools

    Google's software suite for combinatorial optimization

    Google Optimization Tools, also known as OR-Tools is an open-source, fast and portable software suite for solving combinatorial optimization problems. These encompass problems in vehicle routing, flows, integer and linear programming, and constraint programming. This suite contains a number of solvers, namely: a constraint programming solver; a linear programming solver; wrappers for commercial solvers (like Gurobi or CPLEX) and other open source solvers (SCIP, GLPK, etc.); among others...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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: 0 This Week
    Last Update:
    See Project
  • 4
    GNU Prolog

    GNU Prolog

    The GNU Prolog native compiler

    GNU Prolog is a free implementation (under GPL) of the logic programming language PROLOG. It can compile to native machine code which is extremely fast in execution. Another feature is the included constraint solver.
    Leader badge
    Downloads: 95 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5
    ECLiPSe CLP

    ECLiPSe CLP

    ECLiPSe Constraint Logic Programming System

    The ECLiPSe Constraint Logic Programming System is designed for solving combinatorial optimization problems, for the development of new constraint solver technology and their hybrids, and for the teaching of modelling, solving and search techniques.
    Leader badge
    Downloads: 37 This Week
    Last Update:
    See Project
  • 6
    ConstraintSolver.jl

    ConstraintSolver.jl

    ConstraintSolver in Julia

    This package aims to be a constraint solver completely written in Julia. The concepts are more or less fully described on my blog OpenSourc.es. There is of course also the general user manual here which explains how to solve your model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Solvespace

    SOLVESPACE is a free (GPLv3) parametric 3d CAD tool.

    ...; or generate STEP or STL, for import into third-party CAM software for machining mechanism design — use the constraint solver to simulate planar or spatial linkages, with pin, ball, or slide joints plane and solid geometry — replace hand-solved trigonometry and spreadsheets with a live dimensioned drawing ORIGINAL SOURCE: https://solvespace.com/index.pl
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8

    GeoSolver

    A Python library for solving geometric constraint problems

    GeoSolver is a Python library for solving geometric constraint problems. A graphical testing and demostration application, the Geometric Constraint Workbench is included with the software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    SONNET

    SONNET (integer) linear optimisation in .NET

    ... with classes like Model, Constraint, Variable, Expression, etc, and overloaded operators to allow for things like Model model = new Model(); Variable x = new Variable(); Variable y = new Variable(); model.Add(2 * x + 3 * y <= 10); model.Objective = 3 * x + y; Solver solver = new Solver(model, typeof(OsiClpSolverInterface)); solver.Maximize(); Console.WriteLine(solver.ToSolutionString());
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 10

    Volunteer workshift scheduler

    Volunteer workshift scheduler for a helpline service

    Code written in Python finds the best possible schedule for volunteers while incorporating constrains and special requirements using CP-SAT Solver (Constraint Programming - boolean SATisfiability problem Solver). Java version is in development. The problem Arranging volunteers for a helpline service for the period of one month. There are three types of work that could be done on the same day: Phone shift: Every day. Chat shift: Mondays and Wednesdays. Observer shift...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Battleship Puzzle False Clues

    Creates a battleship puzzle with a twist - some numbers are false

    Creates a battleship puzzle with a twist - some of the numbers beside the rows and columns are false clues. All of the false clues are either (+1) or (-1) relative to the true clues. Additional information provided to the solver is the annotation of segments of adjacent rows or columns as containing or non-containing a false clue, and the type of the false clue if one exists. For example a riddle can be composed of a standard 10*10 board with an annotation declaring the existance of one plus...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Grammar based Combinatorial Solver

    Grammar based Combinatorial Solver

    Solver with Applications in Computer Network Systems Design

    The solver performs an exhaustive search on the space defined using simple formal language grammar constructs to identify solutions that meet the objective and constraints. It can be used to easily define complex discrete multi-dimensional combinatorial problems that are otherwise difficult to model using Mixed Integer Linear Programming solvers. The solver does not make any assumptions on continuity of the search space. The solver is implemented in PHP. A GoJS based visualization is provided...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    CSP

    Constraint Satisfaction Problems solver

    Solver solutions for constraint satisfaction problems (CSP): - CSP solver - CSP-based scheduler - CSP-based project management engine - CSP-based project management editor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    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
  • 15
    mathSuite

    mathSuite

    Powerful Calculus Environment and Matrices Handling Engine

    mathSuite is a very powerful Mathematical Suite which deals principally with complex algebric and geometric operations. It is powered by the fabulous ExprEval C Parser. The main purpose of this project is fast math-oriented algorithm virtualization, with an optimized direct text interface. Also it gives you a very powerful and fast Calculus Environment which let you handle easily interchangeable variable lists, matrices, LOGS and Settings Layouts with optimized Items Lists Managing Engine...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    JBernstein

    JBernstein

    JBernstein: Exploration techniques for non-linear constraint checking

    JBernstein is a tool implemented in Java that enables to check whether a polynomial constraint holds for all variables within their domain. It is mainly used in the verification or synthesis of cyber-physical systems where the system model is nonlinear. The tool also supports specifications in assume-guarantee style. The underlying algorithm is based on a translation to Bernstein polynomials, and several optimization techniques are implemented to ensure efficiency. Concerning performance...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

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

    fem2d

    2D Finite Element Method Tools

    Collection of programs developed to perform various engineering analyses on structures using the finite element technique.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Water Retention on Magic Squares Solver

    Water Retention on Magic Squares with Constraint-Based Local Search

    A Constraint-Based Local Search solver for the Water Retention on Magic Squares-problem. The problem is a very hard combinatorial optimisation problem, invented by Craig Knecht. More can be read about it at: http://en.wikipedia.org/wiki/Water_retention_on_mathematical_surfaces Craig's website for the problem: http://www.knechtmagicsquare.paulscomputing.com/ The solver is mainly based on the theory and ideas from my bachelor thesis, which I wrote at Uppsala University, Sweden...
    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
    vallst is a boolean constraint solver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Equals Checker
    A static checker that model checks the implementation of equality for an Eclipse Java Project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    School Project. Development of a constraint program to schedule timetables using a school-made solver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next