59 skills found · Page 1 of 2
rust-or / Good LpLinear Programming for Rust, with a user-friendly API. This crate allows modeling LP problems, and lets you solve them with various solvers.
oxfordcontrol / COSMO.jlCOSMO: Accelerated ADMM-based solver for convex conic optimisation problems (LP, QP, SOCP, SDP, ExpCP, PowCP). Automatic chordal decomposition of sparse semidefinite programs.
COPT-Public / CuPDLP CCode for solving LP on GPU using first-order methods
MIT-Lu-Lab / CuPDLPxA GPU-Accelerated First-Order LP Solver
IanManske / YALPSYet Another Linear Programming Solver. (A rewrite of javascript-lp-solver.) Aims to be decently fast.
open-energy-transition / Solver BenchmarkA benchmark of (MI)LP solvers on energy modelling problems
zawagner22 / Cross Entropy For CombinatoricsCode accompanying the manuscript "Constructions in combinatorics via neural networks and LP solvers".
wtaysom / RglpkRuby wrapper for the GNU linear programming kit (GLPK). The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems.
yingxin-jia / Superglue With Physarum DynamicsThis repository contains the implementation of SuperGlue with Physarum Dynamics LP solver. Physarum Dynamics is a very efficient differentiable solver for general linear programming problems.
radevgit / SelenConstraint Satisfaction Problem (CSP) Solver
PolyU-IOR / HPR LPHPR-LP: A GPU Solver for Linear Programming
kerrickstaley / Lp SolveMirror of lp_solve (http://lpsolve.sourceforge.net/5.5/). Please file a bug if code is out of date.
StevenBtw / SolvOROptimization solvers in pure Python: LP, MILP, SAT, constraint programming, graph and metaheuristics. No dependencies. Solvor all your optimization needs.
rust-or / Lp Solverslibrary implementing interaction with various linear programming solvers
carloalbe / A Nurse Scheduling Problem Solved With GurobiAn LP problem with hiearchical objectives, modeled as a vehicle routing problem , implemented with gurobipy python API in a jupyter notebook, and solved by using the Gurobi solver
MarcelGosselin / LpSolveDotNetAllows the usage in .NET of the Mixed Integer Linear Programming (MILP) solver lp_solve.
pchtsp / Orlogelog parser for MIP and LP solvers
JayMan91 / NeurIPSIntoptImplementation of "Interior Point Solving for LP-based prediction+optimisation" paper in Neurips 2020.
Lakshmi-1212 / Sudoku Solver LPNo description available
fabiofurini / B P BinPackingProblemBranch-and-Price Algorithm for the Bin Packing Problem (using CPLEX as pricer and LP solver). It implements a Ryan-Foster branching scheme and it explores the branching tree in a depth-first fashion. The pricing problems are solved via a DP algorithm only at the root node. No heuristic initialisation phase... yet :-)