codac
1.5.6
Loading...
Searching...
No Matches
src
core
contractors
codac_predef_contractors.h
Go to the documentation of this file.
1
12
#ifndef __CODAC_PREDEF_CTC_H__
13
#define __CODAC_PREDEF_CTC_H__
14
15
#include "
codac_CtcDeriv.h
"
16
#include "
codac_CtcDist.h
"
17
#include "
codac_CtcEval.h
"
18
#include "
codac_CtcDelay.h
"
19
#include "
codac_CtcChain.h
"
20
#include "
codac_CtcPolar.h
"
21
22
namespace
codac
23
{
24
namespace
ctc
25
{
26
extern
CtcDelay delay;
// delay constraint (a,x,y)
27
extern
CtcDeriv deriv;
// derivative constraint (x,v)
28
extern
CtcDist dist;
// distance constraint (a,b,d)
29
extern
CtcEval eval;
// evaluation constraint (t,z,y,w)
30
extern
CtcChain chain;
// double integration constraint (x,xdot,xddot)
31
extern
CtcPolar polar;
// polar constraint (px,py,rho,phi)
32
}
33
}
34
35
#endif
codac_CtcChain.h
codac_CtcDelay.h
codac_CtcDeriv.h
codac_CtcDist.h
codac_CtcEval.h
codac_CtcPolar.h
codac
FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function ...
Definition
codac_capd_helpers.h:9
Generated by
1.11.0