Uses of Class
org.ssclab.pl.milp.util.LPThreadsNumber
-
Packages that use LPThreadsNumber 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 LPThreadsNumber in org.ssclab.pl.milp
Methods in org.ssclab.pl.milp that return LPThreadsNumber Modifier and Type Method Description LPThreadsNumber
LP. getThreadsNumber()
Methods in org.ssclab.pl.milp with parameters of type LPThreadsNumber Modifier and Type Method Description LP
LP. setThreadsNumber(LPThreadsNumber threadsNumber)
If the set value is AUTO, the system decides the number of threads to use. -
Uses of LPThreadsNumber in org.ssclab.pl.milp.util
Methods in org.ssclab.pl.milp.util that return LPThreadsNumber Modifier and Type Method Description static LPThreadsNumber
LPThreadsNumber. valueOf(String name)
Returns the enum constant of this type with the specified name.static LPThreadsNumber[]
LPThreadsNumber. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-