|
codac
1.5.7
|
#include "codac_IntervalVector.h"

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 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. More... | |
| SetValue | codac::operator| (SetValue a, SetValue b) |
| Union of two SetValue values. More... | |