codac
Classes | Namespaces | Enumerations | Functions
codac_Set.h File Reference
#include "codac_IntervalVector.h"
Include dependency graph for codac_Set.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  codac::Set
 Multi-dimensional interval-based representation of a set. More...
 

Namespaces

 codac
 FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function on a given box until the Hausdorff distance between two iterations is less than a given ratio. This operation can be seen as a contractor on the boundary of the solution set.
 

Enumerations

enum  codac::SetValue {
  codac::SetValue::DEFAULT = 0x00, codac::SetValue::UNKNOWN = 0x01, codac::SetValue::OUT = 0x02, codac::SetValue::IN = 0x04,
  codac::SetValue::PENUMBRA = 0x08
}
 Defines a set of feasible values of a set. More...
 

Functions

int codac::operator & (SetValue a, SetValue b)
 Allows tests on combinations of two SetValue. More...
 
SetValue codac::operator| (SetValue a, SetValue b)
 Union of two SetValue values. More...
 

Detailed Description

Set class

Date
2015
Author
Simon Rohou
License: This program is distributed under the terms of
the GNU Lesser General Public License (LGPL).