From e937e4e483ae0e9f0d03b9c50e878efd637cc7ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20G=C3=A4rtner?= Date: Mon, 3 Sep 2007 12:53:07 +0000 Subject: [PATCH] - outdated restriction to two pricing strategies removed --- .../doc_tex/QP_solver_ref/Quadratic_program_options.tex | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/QP_solver/doc_tex/QP_solver_ref/Quadratic_program_options.tex b/QP_solver/doc_tex/QP_solver_ref/Quadratic_program_options.tex index 097b50676de..aae2ab46209 100644 --- a/QP_solver/doc_tex/QP_solver_ref/Quadratic_program_options.tex +++ b/QP_solver/doc_tex/QP_solver_ref/Quadratic_program_options.tex @@ -47,9 +47,8 @@ purposes and have no effect if you compile with {sets the pricing strategy of the solver to the value \ccc{pricing_strategy} when \ccVar\ is passed to any of the four solution functions. The pricing strategy controls how the solver proceeds from any intermediate solution. -The provided value must be \ccc{QP_FULL_EXACT} (the default), or -\ccc{QP_EXACT_BLAND}. The latter value guarantees that the solver does -not internally cycle.} +For the available strategies and their behavior, see the documentation of the +class \ccc{Quadratic_program_pricing_strategy}.} \ccMethod{Quadratic_program_pricing_strategy get_pricing_strategy() const;} {returns the pricing strategy of \ccVar.}