- set_r method missing in doc, added

This commit is contained in:
Bernd Gärtner 2007-07-02 11:39:52 +00:00
parent 0707255797
commit 5ef3078e2d
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@ necessary to accomodate this entry.}
of \ccVar\ to \ccc{val}. An existing entry is overwritten. of \ccVar\ to \ccc{val}. An existing entry is overwritten.
\ccVar\ is enlarged if necessary to accomodate this entry.} \ccVar\ is enlarged if necessary to accomodate this entry.}
\ccMethod{void set_r (int i, CGAL::Comparison_result rel);}
{sets the entry $\qprel_i$ of \ccVar\ to \ccc{rel}. \ccc{CGAL::SMALLER}
means that the $i$-th constraint is of type ``$\leq$'', \ccc{CGAL::EQUAL}
means ``$=$'', and \ccc{CGAL::LARGER} encodes ``$\geq$''. An existing entry
is overwritten. \ccVar\ is enlarged if necessary to accomodate this entry.}
\ccMethod{void set_l (int j, bool is_finite, const NT& val = NT(0));} \ccMethod{void set_l (int j, bool is_finite, const NT& val = NT(0));}
{if \ccc{is_finite}, this sets the entry $l_j$ of \ccVar\ to \ccc{val}, {if \ccc{is_finite}, this sets the entry $l_j$ of \ccVar\ to \ccc{val},
otherwise it sets $l_j$ to $-\infty$. An existing entry is overwritten. otherwise it sets $l_j$ to $-\infty$. An existing entry is overwritten.