Fix the entry for QP solver

And in CHANGES too.
This commit is contained in:
Laurent Rineau 2012-02-08 19:36:30 +00:00
parent 48d6626509
commit b6a0164577
2 changed files with 11 additions and 8 deletions

View File

@ -1,3 +1,4 @@
-------------------------------- Release 4.0 --------------------------------
Release date: XXX 2012
@ -100,6 +101,11 @@ under:
Random_points_in_cube_d instead.
* Linear and Quadratic Programming Solver
- Minor bugfix.
* Spatial Searching
- The const-correctness of this package have been worked out. The transition

View File

@ -202,6 +202,11 @@ CGAL 4.0 offers the following improvements and new functionality : </p>
removed. Use <code>Random_points_in_cube_d</code> instead.
</ul>
<h3>Linear and Quadratic Programming Solver</h3>
<ul>
<li>Minor bugfix.</li>
</ul>
<h3>Spatial Searching</h3>
<ul>
<li>The const-correctness of this package have been worked out. The transition for users should be smooth in
@ -227,14 +232,6 @@ CGAL 4.0 offers the following improvements and new functionality : </p>
<li> Add extraction operator for the class <code>Constrained_triangulation_2</code> (and thus to all inheriting classes).</li>
</ul>
<h3> Support Library</h3>
<ul>
<li>Linear and Quadratic Programming Solver:
Minor bugfix. Prevents <code>bug_stich.mps</code>, <code>bug_taysom.mps</code>
and other cases from crashing.
</ul>
</div>
<h2 id="release3.9">Release 3.9 </h2>