TOPP2 problem descriptor. More...
#include <topp2_ra.hpp>
Public Member Functions | |
| Problem (ConstraintsRef constraints, IndexInterval idx_s_interval, Boundary2 a_boundary={}) | |
| ConstraintsRef | constraints () const noexcept |
| IndexInterval | idx_s_interval () const noexcept |
| Boundary2 | a_boundary () const noexcept |
| std::size_t | s_len () const noexcept |
TOPP2 problem descriptor.
This object is a non-owning descriptor over a ConstraintsRef. The referenced Robot or owning Constraints object must outlive the problem and all solver calls using it. Construction validates the closed station interval and boundary values against the current constraints.
Definition at line 47 of file topp2_ra.hpp.
| copp::solver::topp2_ra::Problem::Problem | ( | ConstraintsRef | constraints, |
| IndexInterval | idx_s_interval, | ||
| Boundary2 | a_boundary = {} ) |
|
inlinenoexcept |
Definition at line 55 of file topp2_ra.hpp.
|
inlinenoexcept |
Definition at line 56 of file topp2_ra.hpp.
|
inlinenoexcept |
Definition at line 57 of file topp2_ra.hpp.
|
inlinenoexcept |
Definition at line 58 of file topp2_ra.hpp.