#include <CGAL/QP_models.h>
This template function creates an instance of Nonnegative_linear_program_from_iterators<A_it, B_it, R_it, C_it> from given iterators. This function can be useful if the types of these iterators are too complicated (or of too little interest for you) to write them down explicitly.
| ||||
| ||||
| ||||
returns an instance of Nonnegative_linear_program_from_iterators<A_it, B_it, R_it, C_it>, constructed from the given iterators. |