#include "drake/solvers/mathematical_program.h"Namespaces | |
| namespace | drake |
| namespace | drake::solvers |
Functions | |
| ProgramType | GetProgramType (const MathematicalProgram &prog) |
| Returns the type of the optimization program (LP, QP, etc), based on the properties of its cost/constraints/variables. | |