Class HPolyOracleFeasibility
-
template<typename MT, typename VT, typename NT, class bfunc>
class HPolyOracleFeasibility : public ConstraintSet Define the feasibility constraint A p(t) <= b which we translate to (A * C) * Phi <= b
- Template Parameters:
MT – Matrix Type
VT – Vector Type
NT – Numeric Type
bfunc – feasibility constraint type