C++ Reference
C++ Reference: Linear solver
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
| ▼Noperations_research | |
| CLinearExpr | LinearExpr models a quantity that is linear in the decision variables (MPVariable) of an optimization problem, i.e |
| CLinearRange | An expression of the form: |
| CMPConstraint | The class for constraints of a Mathematical Programming (MP) model |
| CMPModelExportOptions | Export options |
| CMPObjective | A class to express a linear objective |
| CMPSolver | This mathematical programming (MP) solver class is the main class though which users build and solve problems |
| CMPSolverInterface | |
| CMPSolverParameters | This class stores parameter settings for LP and MIP solvers |
| CMPVariable | The class for variables of a Mathematical Programming (MP) model |