scalanlp / breeze

Breeze is/was a numerical processing library for Scala.
https://www.scalanlp.org
Apache License 2.0
3.45k stars 693 forks source link

Mixed-integer solver #600

Open nscarcella opened 8 years ago

nscarcella commented 8 years ago

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?

dlwh commented 8 years ago

no sorry :( I'd like to write one, but I don't have the time.

On Fri, Oct 14, 2016 at 11:27 AM, nscarcella notifications@github.com wrote:

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?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/scalanlp/breeze/issues/600, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAloevH3h2qWS1axKNT5Oia8mraOZXlks5qz8mFgaJpZM4KXTmj .

guizmaii commented 6 years ago

Hey,

We're interest in this too ! :)