solver
|
#include <iostream>
#include <Eigen/Eigen>
Go to the source code of this file.
Classes | |
class | solver::OptimizationVariable |
Class that contains all information about the optimization variables such as upper and lower bounds, initial guess if any, and some auxiliary functions for easier handling. More... | |