Skip to content

Latest commit

 

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micromip-rs

CLI

Build and solve an MPS model:

cargo run --release -- model.mps

Usage:

micromip <model.mps> [--vbc <tree.vbc>] [--time-limit <seconds>]
  • --vbc <tree.vbc> writes the branch-and-bound tree in VBC format.
  • --time-limit <seconds> sets a non-negative solve time limit in seconds.
  • Options are optional and may appear in either order.

Examples:

micromip model.mps --time-limit 30
micromip model.mps --vbc tree.vbc --time-limit 30

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages