mirror of https://github.com/CGAL/cgal
53 lines
1.6 KiB
Plaintext
53 lines
1.6 KiB
Plaintext
/// \defgroup PkgSolverInterfaceRef CGAL and Solvers Reference
|
|
|
|
/// \defgroup PkgSolverInterfaceConcepts Concepts
|
|
/// \ingroup PkgSolverInterfaceRef
|
|
///
|
|
|
|
/*!
|
|
\addtogroup PkgSolverInterfaceRef
|
|
\cgalPkgDescriptionBegin{CGAL and Solvers,PkgSolverInterface}
|
|
\cgalPkgPicture{solver.png}
|
|
\cgalPkgSummaryBegin
|
|
\cgalPkgAuthors{Simon Giraudot, Pierre Alliez, Frédéric Cazals, Gaël Guennebaud, Bruno Lévy, Marc Pouget, Laurent Saboret, and Liangliang Nan}
|
|
\cgalPkgDesc{This package provides concepts and models for solving linear systems with dense or sparse matrices, Mixed Integer Porgramming (MIP) problems with or without constraints.}
|
|
\cgalPkgManuals{Chapter_CGAL_and_Solvers,PkgSolverInterfaceRef}
|
|
\cgalPkgSummaryEnd
|
|
\cgalPkgShortInfoBegin
|
|
\cgalPkgSince{4.8}
|
|
\cgalPkgBib{cgal:eb-solver}
|
|
\cgalPkgLicense{\ref licensesLGPL "LGPL"}
|
|
\cgalPkgShortInfoEnd
|
|
\cgalPkgDescriptionEnd
|
|
|
|
\cgalClassifedRefPages
|
|
|
|
\cgalCRPSection{Concepts}
|
|
|
|
- `DiagonalizeTraits`
|
|
- `NormalEquationSparseLinearAlgebraTraits_d`
|
|
- `SparseLinearAlgebraTraits_d`
|
|
- `SparseLinearAlgebraWithFactorTraits_d`
|
|
- `SvdTraits`
|
|
- `MixedIntegerProgramTraits`
|
|
|
|
\cgalCRPSection{Classes}
|
|
|
|
- `CGAL::Eigen_solver_traits`
|
|
- `CGAL::Eigen_diagonalize_traits`
|
|
- `CGAL::Eigen_vector`
|
|
- `CGAL::Eigen_matrix`
|
|
- `CGAL::Eigen_sparse_matrix`
|
|
- `CGAL::Eigen_sparse_symmetric_matrix`
|
|
- `CGAL::Eigen_svd`
|
|
- `CGAL::Lapack_vector`
|
|
- `CGAL::Lapack_matrix`
|
|
- `CGAL::Lapack_svd`
|
|
- `CGAL::Mixed_integer_program_traits`
|
|
- `CGAL::GLPK_mixed_integer_program_traits`
|
|
- `CGAL::SCIP_mixed_integer_program_traits`
|
|
- `CGAL::Variable`
|
|
- `CGAL::Linear_constraint`
|
|
- `CGAL::Linear_objective`
|
|
*/
|