|
typedef matrix_type::value_type | value_type |
|
◆ infeasible()
template<class matrix_type , class vector_type , class opt_function_type = BarrierOptFunction<matrix_type, vector_type>>
Get the infeasible start point flag.
- See also
- setInfeasible()
- Returns
- If true, the initial point must only fulfill the inequality constraints, but not necessarily the equality constraints.
◆ setInfeasible()
template<class matrix_type , class vector_type , class opt_function_type = BarrierOptFunction<matrix_type, vector_type>>
Set the infeasible start point flag.
- Parameters
-
i | If true, the initial point is assumed to fulfill the inequality constraints, but not necessarily the equality constraints. |
◆ solve()
template<class matrix_type , class vector_type , class opt_function_type = BarrierOptFunction<matrix_type, vector_type>>
Solve using the log barrier interior point method.
- Todo:
- Document choice of t0, mu, epsilon
- Parameters
-
x | Start point, must be strictly feasible. Contains the solution on return. |
The documentation for this class was generated from the following file: