12#ifndef __CODAC_SIVIAPAVING_H__
13#define __CODAC_SIVIAPAVING_H__
46 void compute(
const Function &f,
const IntervalVector &y,
float precision);
61 void compute(ibex::Sep& sep,
float precision);
Multi-dimensional paving as representation of a set.
Definition codac_Paving.h:30
Paving resulting from a Set-Inversion Via Interval Analysis.
Definition codac_SIVIAPaving.h:29
void compute(const Function &f, const IntervalVector &y, float precision)
Computes the paving from the constraint .
void compute(Ctc &ctc, float precision)
Computes the paving from using a contractor.
SIVIAPaving(const IntervalVector &init_box)
Initializes a SIVIA paving.
void compute(ibex::Sep &sep, float precision)
Computes the paving from a separator.
FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function ...
Definition codac_capd_helpers.h:9