CGAL::Quadratic_program_status
#include <CGAL/QP_solution.h>
Definition
This is an enumeration type containing the values
QP_OPTIMAL, QP_INFEASIBLE, and QP_UNBOUNDED.
It indicates the status of a linear or quadratic program solution
as represented by an object of type
Quadratic_program_solution<ET>.
See Also
Quadratic_program_solution<ET>