12#ifndef __CODAC_SEPFUNCTION_H__
13#define __CODAC_SEPFUNCTION_H__
15#include "ibex_SepFwdBwd.h"
62 void separate(IntervalVector& x_in, IntervalVector& x_out);
Generic static that separates two boxes according to the constraint or . It stands on the SepFwdBwd...
Definition codac_SepFunction.h:28
SepFunction(Function &f)
Creates a separator for the constraint .
SepFunction(Function &f, const Interval &y)
Creates a separator for the constraint for the scalar case.
void separate(IntervalVector &x_in, IntervalVector &x_out)
SepFunction(Function &f, const IntervalVector &y)
Creates a separator for the constraint for the vectorial case.
FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function ...
Definition codac_capd_helpers.h:9