CGAL 5.6.1 - Linear and Quadratic Programming Solver
CGAL::Quadratic_program_from_mps< NT > Member List

This is the complete list of members for CGAL::Quadratic_program_from_mps< NT >, including all inherited members.

constraint_index_by_name(const std::string &name) constCGAL::Quadratic_program_from_mps< NT >
constraint_name_by_index(int i) constCGAL::Quadratic_program_from_mps< NT >
get_error() constCGAL::Quadratic_program_from_mps< NT >
is_linear() constCGAL::Quadratic_program_from_mps< NT >
is_nonnegative() constCGAL::Quadratic_program_from_mps< NT >
is_valid() constCGAL::Quadratic_program_from_mps< NT >
NT typedefCGAL::Quadratic_program_from_mps< NT >
Quadratic_program_from_mps(std::istream &in)CGAL::Quadratic_program_from_mps< NT >
set_a(int j, int i, const NT &val)CGAL::Quadratic_program_from_mps< NT >
set_b(int i, const NT &val)CGAL::Quadratic_program_from_mps< NT >
set_c(int j, const NT &val)CGAL::Quadratic_program_from_mps< NT >
set_c0(const NT &val)CGAL::Quadratic_program_from_mps< NT >
set_d(int i, int j, const NT &val)CGAL::Quadratic_program_from_mps< NT >
set_l(int j, bool is_finite, const NT &val=NT(0))CGAL::Quadratic_program_from_mps< NT >
set_r(int i, CGAL::Comparison_result rel)CGAL::Quadratic_program_from_mps< NT >
set_u(int j, bool is_finite, const NT &val=NT(0))CGAL::Quadratic_program_from_mps< NT >
variable_index_by_name(const std::string &name) constCGAL::Quadratic_program_from_mps< NT >
variable_name_by_index(int j) constCGAL::Quadratic_program_from_mps< NT >