BWAPI
|
#include <iostream>
#include <vector>
#include <CGAL/basic.h>
#include <CGAL/Handle_for.h>
#include <CGAL/function_objects.h>
#include <CGAL/Algebraic_structure_traits.h>
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <boost/iterator/counting_iterator.hpp>
#include <boost/iterator/transform_iterator.hpp>
#include <CGAL/QP_solver/QP_solution_impl.h>
Go to the source code of this file.
Classes | |
class | QP_solver_base< ET > |
class | Quadratic_program_solution< ET_ > |
class | QP_solution_detail::Quotient_normalizer< ET > |
class | QP_solution_detail::Value_by_index< ET > |
class | QP_solution_detail::Unbounded_direction_by_index< ET > |
class | QP_solution_detail::Lambda_by_index< ET > |
Namespaces | |
namespace | QP_solution_detail |
Enumerations | |
enum | Quadratic_program_status { QP_UPDATE, QP_INFEASIBLE, QP_UNBOUNDED, QP_OPTIMAL } |
Functions | |
template<typename ET > | |
std::ostream & | operator<< (std::ostream &o, const Quadratic_program_solution< ET > &s) |
std::ostream& operator<< | ( | std::ostream & | o, |
const Quadratic_program_solution< ET > & | s | ||
) |