12#ifndef __CODAC_CTCDELAY_H__
13#define __CODAC_CTCDELAY_H__
41 void contract(std::vector<Domain*>& v_domains);
69 friend class ContractorNetwork;
void contract(Interval &a, TubeVector &x, TubeVector &y)
: contracts the tube vectors , and the delay with respect to the constraint
CtcDelay()
Creates a contractor object .
static std::vector< std::string > m_str_expected_doms
allowed domains signatures (mainly used for CN Exceptions)
Definition codac_CtcDelay.h:68
void contract(Interval &a, Tube &x, Tube &y)
: contracts the tubes , and the delay with respect to the constraint
static const std::string m_ctc_name
class name (mainly used for CN Exceptions)
Definition codac_CtcDelay.h:67
DynCtc(bool intertemporal=true)
Creates a contractor.
One dimensional tube , defined as an interval of scalar trajectories.
Definition codac_Tube.h:48
n-dimensional tube , defined as an interval of n-dimensional trajectories
Definition codac_TubeVector.h:39
FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function ...
Definition codac_capd_helpers.h:9