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
Original issue reported on code.google.com by
yunjun...@gmail.com
on 24 Sep 2014 at 3:43