integer-programming
There are 234 repositories under integer-programming topic.
coin-or/python-mip
Python-MIP: collection of Python tools for the modeling and solution of Mixed-Integer Linear programs
scipopt/scip
SCIP - Solving Constraint Integer Programs
ebrahimpichka/awesome-optimization
A curated list of mathematical optimization courses, lectures, books, notes, libraries, frameworks and software.
dirkschumacher/ompr
R package to model Mixed Integer Linear Programs
tirthajyoti/Optimization-Python
General optimization (LP, MIP, QP, continuous and discrete optimization etc.) using Python
MiniZinc/minizinc-python
Access to all MiniZinc functionality directly from Python
avaneev/biteopt
Derivative-Free Global Optimization Algorithm (C++, Python binding) - Continuous, Discrete, TSP, NLS, MINLP
vagmcs/Optimus
Optimus is a mathematical programming library for Scala.
mlabonne/linear-programming-course
Hands-on course about linear programming and mathematical optimization.
wujianjack/optimizationmodels
Optimization models using various solvers
wubaoyuan/Lpbox-ADMM
A generic optimization method for any integer programming problem
ampl/amplpy
Python API for AMPL
cyang-kth/maximum-coverage-location
A Python library for solving maximum coverage location problem
Ivordir/YALPS
Yet Another Linear Programming Solver. (A rewrite of javascript-lp-solver.) Aims to be decently fast.
ashishpatel26/Amazing-Collection-Vehicle-Routing-Problem
Amazing Collection Vehicle Routing Problem
mahdims/Branch-and-price-
This is my implementation of a branch and price algorithm to solve the humanitarian aid distribution problem. This problem is a VRP with a specific objective function
snowberryfield/printemps
C++ metaheuristics modeler/solver for general integer optimization problems.
Regista6/EA-FC-Automated-SBC-Solving
EA FC 25 Automated SBC Solving using Integer Programming ⚽
siv2r/kidney-exchange
A platform to facilitate automized inter-hospital kidney transplants.
mahdims/Benders-decomposition
Benders decomposition with two subproblem | Integer programming
latte-int/latte
LattE integrale, software for counting lattice points and integration over convex polytopes
4ti2/4ti2
A software package for algebraic, geometric and combinatorial problems on linear spaces. By R. Hemmecke, R. Hemmecke, M. Köppe, P. Malkin, M. Walter
MiniZinc/minizinc-js
Use MiniZinc in the browser or with NodeJS
YashBansod/Operations-Research
MATLAB implementation of all the Operations Research algorithms and problems solved by me.
olekssy/quant-finance
Open souce quantitative finance models and algorithms with tutorials
xiangchen96/awesome-or
A curated list of awesome Operations Research (OR) resources.
nsidn98/NICE
Combining Reinforcement Learning with Integer Programming for Robust Scheduling
mip-master/learning_mip
Your best resource to learn mixed-integer programming to solve practical decision-making problems.
JuliaGraphs/GraphsOptim.jl
A package for graph optimization algorithms that rely on mathematical programming.
mit-drl/goop
Generalized Mixed Integer Optimization in Go
ampl/colab.ampl.com
AMPL Model Colaboratory
dirkschumacher/rcbc
COIN-OR branch and cut (CBC) bindings for R
srcostenoble/simplex
Linear programming problem solver, also does integer and mixed programming.
MuamerHr/CuttingAndPacking
Heuristic procedures and cutting pattern generation for the one dimensional cutting stock problem.
poloclub/gam-coach
Personal coach to help you obtain desired AI decisions!
amanolar94/Branch-Bound-Algorithm
Branch & Bound python implementation