yoghadj / or-tools

Automatically exported from code.google.com/p/or-tools
0 stars 0 forks source link

Can't instantiate MPSolverParameters #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since rev3750 (Java binaries,  OS X),   class 
com.google.ortools.linearsolver.MPSolverParameters  doesn't have any public 
constructors.  As a result, it can't be used to set parameters (such as 
RELATIVE_MIP_GAP) when starting the MPSolver.

Arguably we can extend MPSolverParameters and instantiate the subclass instead, 
but it's unclear whether it's the intended usage of this class.  In the past 
MPSolverParameters did provide a public constructor.

Original issue reported on code.google.com by yunjun...@gmail.com on 24 Sep 2014 at 3:43

GoogleCodeExporter commented 9 years ago
Fixed in the svn

Original comment by laurent....@gmail.com on 24 Oct 2014 at 6:20