cgal/QP_solver/include/CGAL
Bernd Gärtner 290d0e7e1f - fixed all occurrences of qp_A[i][j], qp_D[i][j] (qp_A[i], qp_D[i] are in
general only convertible to the appropriate iterator types, and so the
  above will not work. The fix is to use (*(qp_A + i))[j]
2007-03-23 10:57:07 +00:00
..
QP_solver - fixed all occurrences of qp_A[i][j], qp_D[i][j] (qp_A[i], qp_D[i] are in 2007-03-23 10:57:07 +00:00
QP_functions.h - internal qp_D now represents 2*D 2007-03-22 13:45:07 +00:00
QP_models.h - copying models now have default/copy-constructors and assignment ops 2007-03-23 10:20:03 +00:00
QP_solution.h - is_valid made private and integrated into QP_solver constructor (it may use 2007-03-22 09:41:04 +00:00
QP_solver.h - fixed all occurrences of qp_A[i][j], qp_D[i][j] (qp_A[i], qp_D[i] are in 2007-03-23 10:57:07 +00:00