pathconstrained
Pathconstrained is a term used in optimization, control theory, and robotics to describe problems or systems in which the trajectory of the state and/or control variables must satisfy constraints at every point along a path, rather than only at initial or final points. In continuous-time formulations, path constraints take the form h_i(x(t), u(t), t) ≤ 0 for all t in [t0, tf], where x is the state, u is the control, and h_i are given constraint functions. Additional endpoint constraints on the initial or final state may be present, but the key feature is the per-time requirement.
This concept is central to optimal control and trajectory optimization. Examples include an autonomous vehicle required
Common path-constrained problems are solved using direct methods, such as transcription to a nonlinear programming problem
In summary, pathconstrained problems enforce constraints along the entire trajectory, shaping feasible solutions beyond endpoint conditions