User-supplied upper bound for stationary boundary intervals. More...
#include <topp3.hpp>
Static Public Member Functions | |
| static constexpr StationaryBounds | both (std::size_t value) noexcept |
Public Attributes | |
| std::size_t | start = 1 |
| std::size_t | end = 1 |
User-supplied upper bound for stationary boundary intervals.
The Rust builder derives the effective stationary counts from Boundary3 and this upper bound during immediate linearization.
Stationary intervals are counted in path segments, not nodes. For example, both(1) allows one zero-speed interval at each boundary.
|
inlinestaticconstexprnoexcept |
| std::size_t copp::solver::topp3::StationaryBounds::start = 1 |