Uses of Class
com.google.ortools.algorithms.KnapsackSolver.SolverType
-
Packages that use KnapsackSolver.SolverType Package Description com.google.ortools.algorithms -
-
Uses of KnapsackSolver.SolverType in com.google.ortools.algorithms
Methods in com.google.ortools.algorithms that return KnapsackSolver.SolverType Modifier and Type Method Description static KnapsackSolver.SolverTypeKnapsackSolver.SolverType. swigToEnum(int swigValue)static KnapsackSolver.SolverTypeKnapsackSolver.SolverType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KnapsackSolver.SolverType[]KnapsackSolver.SolverType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.ortools.algorithms with parameters of type KnapsackSolver.SolverType Constructor Description KnapsackSolver(KnapsackSolver.SolverType solver_type, java.lang.String solver_name)
-