scalanlp/breeze

Mixed-integer solver

Open

#600 geöffnet am 14. Okt. 2016

Auf GitHub ansehen
 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Scala (690 Forks)batch import
help wantedproject

Repository-Metriken

Stars
 (3.453 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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