Java Reference
Java Reference
MPSolver Member List
This is the complete list of members for MPSolver, including all inherited members.
| clear() | MPSolver | inline |
| computeConstraintActivities() | MPSolver | inline |
| computeExactConditionNumber() | MPSolver | inline |
| constraints() | MPSolver | inline |
| createSolutionResponseProto() | MPSolver | inline |
| delete() | MPSolver | inline |
| enableOutput() | MPSolver | inline |
| exportModelAsLpFormat(MPModelExportOptions options) | MPSolver | inline |
| exportModelAsLpFormat() | MPSolver | inline |
| exportModelAsMpsFormat(MPModelExportOptions options) | MPSolver | inline |
| exportModelAsMpsFormat() | MPSolver | inline |
| exportModelToProto() | MPSolver | inline |
| infinity() | MPSolver | inlinestatic |
| interruptSolve() | MPSolver | inline |
| iterations() | MPSolver | inline |
| loadModelFromProto(com.google.ortools.linearsolver.MPModelProto input_model) | MPSolver | inline |
| loadModelFromProtoWithUniqueNamesOrDie(com.google.ortools.linearsolver.MPModelProto input_model) | MPSolver | inline |
| loadSolutionFromProto(com.google.ortools.linearsolver.MPSolutionResponse response) | MPSolver | inline |
| lookupConstraintOrNull(String constraint_name) | MPSolver | inline |
| lookupVariableOrNull(String var_name) | MPSolver | inline |
| makeBoolVar(String name) | MPSolver | inline |
| makeBoolVarArray(int count) | MPSolver | inline |
| makeBoolVarArray(int count, String var_name) | MPSolver | inline |
| makeConstraint(double lb, double ub) | MPSolver | inline |
| makeConstraint() | MPSolver | inline |
| makeConstraint(double lb, double ub, String name) | MPSolver | inline |
| makeConstraint(String name) | MPSolver | inline |
| makeIntVar(double lb, double ub, String name) | MPSolver | inline |
| makeIntVarArray(int count, double lb, double ub) | MPSolver | inline |
| makeIntVarArray(int count, double lb, double ub, String var_name) | MPSolver | inline |
| makeNumVar(double lb, double ub, String name) | MPSolver | inline |
| makeNumVarArray(int count, double lb, double ub) | MPSolver | inline |
| makeNumVarArray(int count, double lb, double ub, String var_name) | MPSolver | inline |
| makeVar(double lb, double ub, boolean integer, String name) | MPSolver | inline |
| makeVarArray(int count, double lb, double ub, boolean integer) | MPSolver | inline |
| makeVarArray(int count, double lb, double ub, boolean integer, String var_name) | MPSolver | inline |
| MPSolver(long cPtr, boolean cMemoryOwn) | MPSolver | inlineprotected |
| MPSolver(String name, MPSolver.OptimizationProblemType problem_type) | MPSolver | inline |
| nodes() | MPSolver | inline |
| numConstraints() | MPSolver | inline |
| numVariables() | MPSolver | inline |
| objective() | MPSolver | inline |
| reset() | MPSolver | inline |
| setHint(MPVariable[] variables, double[] values) | MPSolver | inline |
| setNumThreads(int num_theads) | MPSolver | inline |
| setSolverSpecificParametersAsString(String parameters) | MPSolver | inline |
| setTimeLimit(long time_limit_milliseconds) | MPSolver | inline |
| solve() | MPSolver | inline |
| solve(MPSolverParameters param) | MPSolver | inline |
| solveWithProto(com.google.ortools.linearsolver.MPModelRequest model_request) | MPSolver | inlinestatic |
| supportsProblemType(MPSolver.OptimizationProblemType problem_type) | MPSolver | inlinestatic |
| suppressOutput() | MPSolver | inline |
| variables() | MPSolver | inline |
| verifySolution(double tolerance, boolean log_errors) | MPSolver | inline |
| wallTime() | MPSolver | inline |