Classes | Packages
MPSolver.java File Reference

Go to the source code of this file.

Classes

class  com.google.ortools.linearsolver.MPSolver
 This mathematical programming (MP) solver class is the main class
though which users build and solve problems. More...
 
enum  com.google.ortools.linearsolver.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  com.google.ortools.linearsolver.MPSolver.ResultStatus
 The status of solving the problem. More...
 
enum  com.google.ortools.linearsolver.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