This is an example of how to use the MPLibrary methods.
void MPLibraryUseCase() {
MPSolution* solution =
new MPSolution(<Specified
Robot*>);
std::string solverLabel = "PRM";
long seed = 1234;
std::string baseFilename = "MPLibrary_Example";
this->GetMPLibrary()->Solve(mpProblem, task, solution, solverLabel, seed,
baseFilename);
}
Definition: MPProblem.h:34