codac
2.0.0
Loading...
Searching...
No Matches
src
core
contractors
codac2_CtcConstell.h
Go to the documentation of this file.
1
9
10
#pragma once
11
12
#include <vector>
13
#include "
codac2_Ctc.h
"
14
#include "
codac2_IntervalVector.h
"
15
16
namespace
codac2
17
{
21
class
CtcConstell :
public
Ctc<CtcConstell,IntervalVector>
22
{
23
public
:
24
28
CtcConstell(
const
std::vector<IntervalVector>& M);
29
30
void
contract(IntervalVector& x)
const
;
31
32
protected
:
33
34
const
std::vector<IntervalVector> _M;
35
};
36
}
codac2_Ctc.h
codac2_IntervalVector.h
Generated by
1.13.0