scalanlp/breeze

Mixed-integer solver

Open

#600 opened on Oct 14, 2016

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Scala (3,453 stars) (690 forks)batch import
help wantedproject

Description

Is there a way to define a LinearProgram to have some/all variables to be Integer? I can't find any solvers other than the Apache Simplex (there is a BreachAndBound class, but it seems to be a stub). If not, is there any workaround to run an integer based optimization?

Contributor guide

Mixed-integer solver · scalanlp/breeze#600 | Good First Issue