Uses of Class
org.ssclab.pl.milp.util.MILPThreadsNumber
-
Packages that use MILPThreadsNumber Package Description org.ssclab.pl.milp This package contains classes for solving linear programming problems.org.ssclab.pl.milp.util This package contains classes of utility for solving linear programming problems. -
-
Uses of MILPThreadsNumber in org.ssclab.pl.milp
Methods in org.ssclab.pl.milp that return MILPThreadsNumber Modifier and Type Method Description MILPThreadsNumberMILP. getThreadNumber()Methods in org.ssclab.pl.milp with parameters of type MILPThreadsNumber Modifier and Type Method Description MILPMILP. setThreadNumber(MILPThreadsNumber lthreadNumber)Deprecated.MILPMILP. setThreadsNumber(MILPThreadsNumber lpThreadsNumber)This method allows setting the number of threads to use for executing the Branch and Bound. -
Uses of MILPThreadsNumber in org.ssclab.pl.milp.util
Methods in org.ssclab.pl.milp.util that return MILPThreadsNumber Modifier and Type Method Description static MILPThreadsNumberMILPThreadsNumber. valueOf(String name)Returns the enum constant of this type with the specified name.static MILPThreadsNumber[]MILPThreadsNumber. values()Returns an array containing the constants of this enum type, in the order they are declared.
-