taken care of QP_solver interface changes

This commit is contained in:
Bernd Gärtner 2006-08-25 08:30:18 +00:00
parent ede9cd3850
commit 82be7a19ba
1 changed files with 1 additions and 1 deletions

View File

@ -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,