Sandeep Jindal a écrit : > Hi All, Hi Sandeep,
> > I want use Java's Library to Solve Integer Linear Programming. > I know Common's math's Optimization module supports Linear Programming, but > does it supports Integer Linear Programming. > > I create a test case and it returned me non-integral results too. If it > supports ILP, can you please suggest how to use the same? Commons-math does not support integer linear programming. There are no plans yet for this field, except if someone wants to contribute it. Perhaps you should look at the choco library. It is a java library for constraint programming, released under a BSD type licence. Luc > > > Regards > Sandeep Jindal > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
