Uses of Enum
com.google.ortools.algorithms.KnapsackSolver.SolverType
Packages that use KnapsackSolver.SolverType
-
Uses of KnapsackSolver.SolverType in com.google.ortools.algorithms
Methods in com.google.ortools.algorithms that return KnapsackSolver.SolverTypeModifier and TypeMethodDescriptionstatic KnapsackSolver.SolverTypeKnapsackSolver.SolverType.swigToEnum(int swigValue) static KnapsackSolver.SolverTypeReturns 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.SolverTypeModifierConstructorDescriptionKnapsackSolver(KnapsackSolver.SolverType solver_type, String solver_name)