codac 1.5.6
Loading...
Searching...
No Matches
codac_Set.h File Reference
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

namespace  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 class  codac::SetValue {
  codac::DEFAULT = 0x00 , codac::UNKNOWN = 0x01 , codac::OUT = 0x02 , codac::IN = 0x04 ,
  codac::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.
 
SetValue codac::operator| (SetValue a, SetValue b)
 Union of two SetValue values.
 

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).