Codac: constraint-programming for robotics
- Introduction
- Basic structures for real values
- Domains: sets of feasible values
- Inclusion functions
- Static contractors
- Temporal contractors
- CtcDeriv: \(\dot{x}(t)=v(t)\)
- CtcEval: \(y_i=x(t_i)\)
- CtcLohner: \(\dot{\mathbf{x}}(t)=\mathbf{f}\big(\mathbf{x}(t)\big)\)
- CtcPicard: \(\dot{\mathbf{x}}(t)=\mathbf{f}\big(\mathbf{x}(t)\big)\)
- CtcDelay: \(x(t)=y(t+a)\)
- CtcLinobs: \(\dot{\mathbf{x}}=\mathbf{Ax+Bu}\)
- CtcChain: \(\dot{x_1}=x_2,~\dot{x_2}=x_3\)
- Contractor Networks
- Set-inversion and separators
- Graphical tools
- FAQ: Frequently Asked Questions
- See also: codac-unsupported