Standalone second-order reachable-set helpers for feasibility analysis or diagnostics before TOPP2/COPP2 recovery. More...
Typedefs | |
| using | Options = copp::solver::topp2_ra::Options |
| using | Problem = copp::solver::topp2_ra::Problem |
| using | ReachSet = copp::solver::topp2_ra::ReachSet |
Functions | |
| ReachSet | backward (const Problem &problem, const Options &options={}) |
| Compute backward-only TOPP2 reachable intervals. | |
| Expected< ReachSet > | backward (const Problem &problem, const Options &options, NoThrowTag) |
| Expected< ReachSet > | backward (const Problem &problem, NoThrowTag tag) |
| ReachSet | bidirectional (const Problem &problem, const Options &options={}) |
| Compute bidirectional TOPP2 reachable intervals, enforcing both boundaries. | |
| Expected< ReachSet > | bidirectional (const Problem &problem, const Options &options, NoThrowTag) |
| Expected< ReachSet > | bidirectional (const Problem &problem, NoThrowTag tag) |
Standalone second-order reachable-set helpers for feasibility analysis or diagnostics before TOPP2/COPP2 recovery.
Definition at line 8 of file reach_set2.hpp.
Definition at line 9 of file reach_set2.hpp.
Definition at line 10 of file reach_set2.hpp.
|
inline |
Compute backward-only TOPP2 reachable intervals.
Definition at line 13 of file reach_set2.hpp.
|
inline |
Definition at line 17 of file reach_set2.hpp.
|
inline |
Definition at line 21 of file reach_set2.hpp.
|
inline |
Compute bidirectional TOPP2 reachable intervals, enforcing both boundaries.
Definition at line 27 of file reach_set2.hpp.
|
inline |
Definition at line 31 of file reach_set2.hpp.
|
inline |
Definition at line 35 of file reach_set2.hpp.