AliceVision
Photogrammetric Computer Vision Framework
Public Member Functions | List of all members
aliceVision::linearProgramming::MOSEKSolver Class Reference

MOSEK wrapper for the ISolver. More...

#include <MOSEKSolver.hpp>

Inheritance diagram for aliceVision::linearProgramming::MOSEKSolver:
aliceVision::linearProgramming::ISolver

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
 

Detailed Description

MOSEK wrapper for the ISolver.


The documentation for this class was generated from the following files: