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 97a3b99acf
BB: Use CPXstrongbranch if optimizer is CPLEX
3 years ago
.github/workflows GitHub Actions: Remove nightly Julia 5 years ago
deps Replace sysimage.jl by juliaw; reformat source code 4 years ago
docs Add Julia Getting Started tutorial 4 years ago
src BB: Use CPXstrongbranch if optimizer is CPLEX 3 years ago
test BB: Use CPXstrongbranch if optimizer is CPLEX 3 years ago
.gitignore Replace sysimage.jl by juliaw; reformat source code 4 years ago
LICENSE Reorganize package; add macros 5 years ago
Makefile Replace sysimage.jl by juliaw; reformat source code 4 years ago
Manifest.toml FileInstance: Make interface simpler to use 3 years ago
Project.toml BB: Use CPXstrongbranch if optimizer is CPLEX 3 years ago
README.md Update README.md 4 years ago
juliaw Replace sysimage.jl by juliaw; reformat source code 4 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 an experimental Julia interface for the package. See getting started tutorial.