mirror of https://github.com/CGAL/cgal
grammar in lex order
This commit is contained in:
parent
0611c7ad8f
commit
6197eedc98
|
|
@ -6,8 +6,8 @@ A model of this concept represents the roots of a system of two polynomial
|
|||
equations in two variables \ccc{x} and \ccc{y} that are models of
|
||||
concept \ccc{AlgebraicKernel_d::Polynomial_2}.
|
||||
|
||||
The model is required to be \ccc{LessThanComparable} with respect to a
|
||||
lexicographic order.
|
||||
The model is required to be \ccc{LessThanComparable} with respect to
|
||||
the lexicographic order according to \ccc{x} and \ccc{y}.
|
||||
|
||||
\ccRefines
|
||||
\ccc{DefaultConstrctible}\\
|
||||
|
|
|
|||
Loading…
Reference in New Issue