Skip to content

The detailed results and the sourced code for the paper “An Efficient Local Search Solver for Mixed Integer Programming” of CP2024

Notifications You must be signed in to change notification settings

linpeng0105/Local-MIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CP-code-Local-MIP

Run

mkdir build
cd code
chmod +x run
./run --instance=<instance.mps> --cutoff=<cutoff>
  1. <instance.mps>: path for the mip instance in mps format
  2. <cutoff>: seconds to run

About

The detailed results and the sourced code for the paper “An Efficient Local Search Solver for Mixed Integer Programming” of CP2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages