#include <ISolver.hpp>
|
|
int | _nbParams |
| |
|
std::vector< std::pair< double, double > > | _vec_bounds |
| |
|
sRMat | _constraintMat |
| |
|
Vec | _Cst_objective |
| |
|
std::vector< LPConstraints::eLP_SIGN > | _vec_sign |
| |
|
bool | _bminimize |
| |
|
std::vector< double > | _vec_cost |
| |
Generic Sparse container for LP (Linear Programming problems). Embed :
- Constraints (coefficients, Sign, objective value),
- Bounds over parameter (<=, =, >=). Implementation differ from LPConstraints, here constraints are stored as a Sparse matrix.
The documentation for this struct was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/alicevision/checkouts/latest/src/aliceVision/linearProgramming/ISolver.hpp