constraint_index_by_name(const std::string &name) const | CGAL::Quadratic_program_from_mps< NT > | |
constraint_name_by_index(int i) const | CGAL::Quadratic_program_from_mps< NT > | |
get_error() const | CGAL::Quadratic_program_from_mps< NT > | |
is_linear() const | CGAL::Quadratic_program_from_mps< NT > | |
is_nonnegative() const | CGAL::Quadratic_program_from_mps< NT > | |
is_valid() const | CGAL::Quadratic_program_from_mps< NT > | |
NT typedef | CGAL::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) const | CGAL::Quadratic_program_from_mps< NT > | |
variable_name_by_index(int j) const | CGAL::Quadratic_program_from_mps< NT > | |