 |
AliceVision
Photogrammetric Computer Vision Framework
|
10 #include "aliceVision/numeric/numeric.hpp"
11 #include "aliceVision/linearProgramming/ISolver.hpp"
21 namespace linearProgramming {
40 bool getSolution(std::vector<double>& estimatedParams);
Definition: ISolver.hpp:25
bool solve()
Setup the feasibility and found the solution that best fit the constraint.
Definition: MOSEKSolver.cpp:352
Definition: checkerDetector.cpp:32
MOSEK wrapper for the ISolver.
Definition: MOSEKSolver.hpp:24
bool getSolution(std::vector< double > &estimatedParams)
Get back solution. Call it after solve.
Definition: MOSEKSolver.cpp:397
Definition: ISolver.hpp:54
bool setup(const LPConstraints &constraints)
Setup constraint for the given library.
Definition: MOSEKSolver.cpp:74
Definition: ISolver.hpp:74