cgal/QP_solver
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
..
doc_tex Moved captions below figure 2007-02-13 11:44:18 +00:00
documentation update FSF address 2007-03-20 19:24:29 +00:00
examples/QP_solver - internal qp_D now represents 2*D 2007-03-22 13:45:07 +00:00
include/CGAL - 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
test/QP_solver - copying models now have default/copy-constructors and assignment ops 2007-03-23 10:20:03 +00:00
dont_submit