OptimumProblem Struct Reference
A type that describes the non-linear constrained optimisation problem. More...
#include <OptimumProblem.hpp>
Public Attributes | |
ObjectiveFunction | objective |
The objective function. | |
Index | n |
The number of primal variables x | |
Vector | c |
The coefficient vector of a linear programming problem min tr(c)*x subject to A*x = b . | |
Matrix | A |
The coefficient matrix of the linear equality constraint A*x = b . | |
Vector | b |
The right-hand side vector of the linear equality constraint A*x = b . | |
Matrix | Ai |
The coefficient matrix of the linear inequality constraint Ai*x = bi . | |
Vector | bi |
The right-hand side vector of the linear equality constraint Ai*x = bi . | |
Vector | l |
The lower bound of the primal variables x . | |
Vector | u |
The upper bound of the primal variables x . | |
Detailed Description
A type that describes the non-linear constrained optimisation problem.
The documentation for this struct was generated from the following file:
- Reaktoro/Optimization/OptimumProblem.hpp