1 #ifndef UTILITY_SOLVER_CSP_SOLVER_H 2 #define UTILITY_SOLVER_CSP_SOLVER_H 54 #endif //UTILITY_SOLVER_CSP_SOLVER_H static Eigen::MatrixXd extremeVerticesEnumeration(const Eigen::MatrixXd &A, const Eigen::VectorXd &b)
enumerate the extreme vertices of the convex hull which defined by the given linear system Ax<=b ...
Definition: CSPSolver.cpp:5
Definition: intervalHull.h:12
Definition: condition.cpp:3
Definition: CSPSolver.h:12
static std::vector< IntervalHull > exactBoundarySolve(const IntervalHull &intervalHull, double epsilon)
get the boundary interval hulls in specified precision
Definition: CSPSolver.cpp:67
static std::vector< IntervalHull > branchPruneSolve(const IntervalHull &intervalHull, double epsilon)
get the boundary interval hulls of the given interval hull in specified precision using branch and pr...
Definition: CSPSolver.cpp:173
Definition: polytope.h:14
Definition: constraints.h:10