12#ifndef __CODAC_SEPBOX_H__
13#define __CODAC_SEPBOX_H__
34 SepBox(
const IntervalVector& b) : Sep(b.size()), m_b(b) {};
42 void separate(IntervalVector& x_in, IntervalVector& x_out);
46 const IntervalVector m_b;
Separator that separates two boxes according to the constraint .
Definition codac_SepBox.h:26
void separate(IntervalVector &x_in, IntervalVector &x_out)
SepBox(const IntervalVector &b)
Creates a separator for the constraint .
Definition codac_SepBox.h:34
FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function ...
Definition codac_capd_helpers.h:9