codac
2.0.0
Loading...
Searching...
No Matches
src
core
contractors
codac2_CtcEmpty.h
Go to the documentation of this file.
1
9
10
#pragma once
11
12
#include "
codac2_CtcWrapper.h
"
13
#include "
codac2_IntervalVector.h
"
14
15
namespace
codac2
16
{
17
class
CtcEmpty :
public
Ctc<CtcEmpty,IntervalVector>
18
{
19
public
:
20
21
CtcEmpty(Index n);
22
23
void
contract(
IntervalVector
& x)
const
;
24
};
25
}
codac2_CtcWrapper.h
codac2_IntervalVector.h
codac2
Definition
codac2_OctaSym.h:21
codac2::IntervalVector
Eigen::Matrix< Interval,-1, 1 > IntervalVector
Alias for a dynamic-size column vector of intervals.
Definition
codac2_IntervalVector.h:25
Generated by
1.13.0