mirror of https://github.com/CGAL/cgal
taken care of QP_solver interface changes
This commit is contained in:
parent
ede9cd3850
commit
82be7a19ba
|
|
@ -450,7 +450,7 @@ private:
|
||||||
strategy = pricing_strategy(NT());
|
strategy = pricing_strategy(NT());
|
||||||
solver = new Solver(points.size(), 1,
|
solver = new Solver(points.size(), 1,
|
||||||
A_it( const_one),
|
A_it( const_one),
|
||||||
const_one, c_vector.begin(),
|
const_one, c_vector.begin(), NT(0),
|
||||||
D_it( points.begin(),
|
D_it( points.begin(),
|
||||||
QP_rep_row_of_d< NT,
|
QP_rep_row_of_d< NT,
|
||||||
Point,
|
Point,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue