File feasible_point.hpp

Functions

template<typename MT, typename VT>
VT compute_feasible_point(MT const &A, VT const &b)
template<typename Point, typename Polytope, typename RNG>
std::pair<typename Polytope::VT, int> compute_boundary_point(Polytope const &P, RNG &rng, typename Point::FT eps)