cgal/QP_solver/include/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
..
Initialization.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
QP__filtered_base.h Is_in_standard_form -> Is_nonnegative (like in interface) 2007-03-22 10:10:57 +00:00
QP__filtered_base_impl.h - removed C-files under include/CGAL 2007-02-16 15:40:25 +00:00
QP__partial_base.h - added QP models 2006-09-09 14:58:32 +00:00
QP_basis_inverse.h Cleanup : remove ancient CGAL_PROTECT_* macros. 2007-01-24 17:16:05 +00:00
QP_basis_inverse_impl.h CGAL::exact_division -> CGAL::integral_division 2006-11-06 15:51:58 +00:00
QP_exact_bland_pricing.h Is_in_standard_form -> Is_nonnegative (like in interface) 2007-03-22 10:10:57 +00:00
QP_full_exact_pricing.h Is_in_standard_form -> Is_nonnegative (like in interface) 2007-03-22 10:10:57 +00:00
QP_full_filtered_pricing.h Is_in_standard_form -> Is_nonnegative (like in interface) 2007-03-22 10:10:57 +00:00
QP_functions_impl.h - copying models now have default/copy-constructors and assignment ops 2007-03-23 10:20:03 +00:00
QP_models_impl.h - internal qp_D now represents 2*D 2007-03-22 13:45:07 +00:00
QP_partial_exact_pricing.h Is_in_standard_form -> Is_nonnegative (like in interface) 2007-03-22 10:10:57 +00:00
QP_partial_filtered_pricing.h Is_in_standard_form -> Is_nonnegative (like in interface) 2007-03-22 10:10:57 +00:00
QP_pricing_strategy.h Is_in_standard_form -> Is_nonnegative (like in interface) 2007-03-22 10:10:57 +00:00
QP_solver_bounds_impl.h Is_in_standard_form -> Is_nonnegative (like in interface) 2007-03-22 10:10:57 +00:00
QP_solver_impl.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
QP_solver_nonstandardform_impl.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
QP_solver_validity_impl.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
Unbounded_direction.h - U_iterator::value_type -> iterator_traits<U_iterator>:value_type 2007-03-17 23:18:53 +00:00
assertions.h - fixed headers to new CGAL header format 2006-02-15 11:54:47 +00:00
basic.h - fixed headers to new CGAL header format 2006-02-15 11:54:47 +00:00
debug.h - fixed headers to new CGAL header format 2006-02-15 11:54:47 +00:00
functors.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
iterator.h - Unbounded_direction_iterator refactored; it now uses the 2006-09-28 16:04:06 +00:00