Julia interface for MIPLearn, an extensible framework for Learning-Enhanced Mixed-Integer Optimization
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Alinson S. Xavier cbedb02a9f
Merge branch 'dev' into feature/replay
10 months ago
deps deps: Bump to miplearn-0.4.0 2 years ago
src Merge branch 'dev' into feature/replay 10 months ago
test Merge branch 'dev' into feature/replay 10 months ago
.gitignore Replace sysimage.jl by juliaw; reformat source code 4 years ago
LICENSE Reorganize package; add macros 5 years ago
Makefile Make package installable/testable on clean docker image 2 years ago
Project.toml Accelerate KnnDualGmiComponent_before_mip; enable precompilation 1 year ago
README.md build.jl: Update MIPLearn version 2 years ago

README.md

MIPLearn.jl

MIPLearn is an extensible open-source framework for solving discrete optimization problems using a combination of Mixed-Integer Linear Programming (MIP) and Machine Learning (ML). See the main repository for more information. This repository holds the Julia interface for the package.