mirror of https://github.com/CGAL/cgal
parent
48d6626509
commit
b6a0164577
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue