![]() |
AliceVision
Photogrammetric Computer Vision Framework
|
MOSEK wrapper for the ISolver. More...
#include <MOSEKSolver.hpp>
Public Member Functions | |
| MOSEKSolver (int nbParams) | |
| bool | setup (const LPConstraints &constraints) |
| Setup constraint for the given library. | |
| bool | setup (const LPConstraintsSparse &constraints) |
| bool | solve () |
| Setup the feasibility and found the solution that best fit the constraint. | |
| bool | getSolution (std::vector< double > &estimatedParams) |
| Get back solution. Call it after solve. | |
Public Member Functions inherited from aliceVision::linearProgramming::ISolver | |
| ISolver (int nbParams) | |
Additional Inherited Members | |
Protected Attributes inherited from aliceVision::linearProgramming::ISolver | |
| int | _nbParams |
MOSEK wrapper for the ISolver.
1.8.17