CGAL 6.0.1 - CGAL and Solvers
|
Classes | |
class | Eigen_diagonalize_traits |
The class Eigen_diagonalize_traits provides an interface to the diagonalization of covariance matrices of Eigen. More... | |
struct | Eigen_matrix |
The class Eigen_matrix is a wrapper around Eigen matrix type Eigen::Matrix . More... | |
class | Eigen_solver_traits |
The class Eigen_solver_traits provides an interface to the sparse solvers of Eigen. More... | |
class | Eigen_solver_traits< Eigen::BiCGSTAB< Eigen_sparse_matrix< double >::EigenType > > |
struct | Eigen_sparse_matrix |
The class Eigen_sparse_matrix is a wrapper around Eigen matrix type Eigen::SparseMatrix that represents general matrices, be they symmetric or not. More... | |
struct | Eigen_sparse_symmetric_matrix |
The class Eigen_sparse_symmetric_matrix is a wrapper around Eigen matrix type Eigen::SparseMatrix More... | |
class | Eigen_svd |
The class Eigen_svd provides an algorithm to solve in the least square sense a linear system with a singular value decomposition using thirdpartyEigen. More... | |
class | Eigen_vector |
The class Eigen_vector is a wrapper around Eigen vector type, which is a simple array of numbers. More... | |
class | GLPK_mixed_integer_program_traits |
This class provides an interface for formulating and solving constrained or unconstrained mixed integer programs using thirdpartyGLPK, which must be available on the system. More... | |
class | Linear_constraint |
The linear constraint of a mixed integer program. More... | |
class | Linear_objective |
The linear objective of a mixed integer program. More... | |
class | Mixed_integer_program_traits |
The class CGAL::Mixed_integer_program_traits provides an interface for formulating and solving (constrained or unconstrained) mixed integer programs. More... | |
class | OSQP_quadratic_program_traits |
wraps the external OSQP solver. More... | |
class | SCIP_mixed_integer_program_traits |
This class provides an interface for formulating and solving constrained or unconstrained mixed integer programs using thirdpartySCIP (which must be available on the system). More... | |
class | Variable |
The variable of a mixed integer program. More... | |