mirror of https://github.com/CGAL/cgal
manual "bug"fixes
This commit is contained in:
parent
1d6739bd0a
commit
645b9711d2
|
|
@ -38,7 +38,7 @@ $x$,
|
|||
\ccIndexClassCreation
|
||||
\ccCreationVariable{qp}
|
||||
|
||||
\ccConstructor{(int n, int m,
|
||||
\ccConstructor{Quadratic_program_from_iterators(int n, int m,
|
||||
const A_iterator& a,
|
||||
const B_iterator& b,
|
||||
const R_iterator& r,
|
||||
|
|
|
|||
|
|
@ -0,0 +1,15 @@
|
|||
\ccRefChapter{QP Solver}
|
||||
\label{chapter:QPsolver}
|
||||
\ccChapterAuthor{Bernd G{\"a}rtner}
|
||||
|
||||
blabla
|
||||
|
||||
\section{Classified Reference Pages}
|
||||
|
||||
|
||||
|
||||
\ccHeading{Concepts}
|
||||
\ccRefConceptPage{QuadraticProgramInterface}
|
||||
|
||||
\ccHeading{Classes}
|
||||
\ccRefIdfierPage{CGAL::Quadratic_program_from_iterators}
|
||||
|
|
@ -5,6 +5,7 @@
|
|||
% =============================================================================
|
||||
\newcommand{\qprel}{\ccTexHtml{\gtreqless}{ ~ }}
|
||||
|
||||
\input{QP_solver_ref/intro}
|
||||
\input{QP_solver_ref/QuadraticProgramInterface}
|
||||
\input{QP_solver_ref/NonnegativeQuadraticProgramInterface}
|
||||
\input{QP_solver_ref/LinearProgramInterface}
|
||||
|
|
|
|||
Loading…
Reference in New Issue