Java Reference
Java Reference
Go to the source code of this file.
Classes | |
| class | MPSolver |
| This mathematical programming (MP) solver class is the main class though which users build and solve problems. More... | |
| enum | MPSolver.OptimizationProblemType |
| The type of problems (LP or MIP) that will be solved and the underlying solver (GLOP, GLPK, CLP, CBC or SCIP) that will solve them. More... | |
| enum | MPSolver.ResultStatus |
| The status of solving the problem. More... | |
| enum | MPSolver.BasisStatus |
| Advanced usage: possible basis status values for a variable and the slack variable of a linear constraint. More... | |
Packages | |
| package | com.google.ortools.linearsolver |