Struct NewtonRaphsonHPolyoracle
-
template<typename Polytope, class bfunc>
struct NewtonRaphsonHPolyoracle Compute intersection of H-polytope P := Ax <= b with curve p(t) = sum a_j phi_j(t) where phi_j are basis functions (e.g. polynomials) Uses Newton-Raphson to solve the transcendental equation
- Template Parameters:
Polytope – Polytope Type
bfunc – feasibility constraint type