Uses of Enum
com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
Packages that use MPSolver.OptimizationProblemType
-
Uses of MPSolver.OptimizationProblemType in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPSolver.OptimizationProblemTypeModifier and TypeMethodDescriptionMPSolver.problemType()Returns the optimization problem type set at construction.MPSolver.OptimizationProblemType.swigToEnum(int swigValue) Returns the enum constant of this type with the specified name.static MPSolver.OptimizationProblemType[]MPSolver.OptimizationProblemType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.ortools.linearsolver with parameters of type MPSolver.OptimizationProblemTypeModifier and TypeMethodDescriptionstatic booleanMPSolver.supportsProblemType(MPSolver.OptimizationProblemType problem_type) Whether the given problem type is supported (this will depend on the
targets that you linked).Constructors in com.google.ortools.linearsolver with parameters of type MPSolver.OptimizationProblemTypeModifierConstructorDescriptionMPSolver(String name, MPSolver.OptimizationProblemType problem_type) Create a solver with the given name and underlying solver backend.