From 565df271da7dbe0d77cb396e7f7b0eef220eccc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20G=C3=A4rtner?= Date: Mon, 30 Apr 2007 12:27:03 +0000 Subject: [PATCH] -small clarification in manual regarding Gmpz/MP_Float output diffs --- QP_solver/doc_tex/QP_solver/main.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/QP_solver/doc_tex/QP_solver/main.tex b/QP_solver/doc_tex/QP_solver/main.tex index ad0cc87f460..33d9722b327 100644 --- a/QP_solver/doc_tex/QP_solver/main.tex +++ b/QP_solver/doc_tex/QP_solver/main.tex @@ -267,7 +267,8 @@ can easily be overlooked by a novice. \ccIncludeExampleCode{QP_solver/first_qp.cpp} -The output of the above program is: +Asuming that \texttt{GMP} is installed, the +output of the of the above program is: \begin{verbatim} status: OPTIMAL objective value: 8/1 @@ -275,6 +276,9 @@ variable values: 0: 2/1 1: 3/1 \end{verbatim} +If \texttt{GMP} is not installed, the values are of course the same, +but numerator and denominator might have a common divisor that is not +factored out. \subsection{Constructing a program from a stream} Here, the program data must be available in \ccc{MPSFormat} (the