
Implementation of a variable symmetry at the modelling level. More...
#include <ldsb.hh>
Public Member Functions | |
| VariableSymmetryObject (ArgArray< VarImpBase * > vars) | |
| Constructor for creation. More... | |
| ~VariableSymmetryObject (void) | |
| Destructor. More... | |
Public Member Functions inherited from Gecode::Int::LDSB::SymmetryObject | |
| SymmetryObject (void) | |
| Default constructor. More... | |
| virtual | ~SymmetryObject (void) |
| Destructor. More... | |
Public Attributes | |
| VarImpBase ** | xs |
| Array of variables in symmetry. More... | |
| int | nxs |
| Number of variables in symmetry. More... | |
Public Attributes inherited from Gecode::Int::LDSB::SymmetryObject | |
| int | nrefs |
| Number of references that point to this symmetry object. More... | |
Implementation of a variable symmetry at the modelling level.
| Gecode::Int::LDSB::VariableSymmetryObject::VariableSymmetryObject | ( | ArgArray< VarImpBase * > | vars | ) |
Constructor for creation.
Definition at line 84 of file sym-obj.cpp.
| Gecode::Int::LDSB::VariableSymmetryObject::~VariableSymmetryObject | ( | void | ) |
Destructor.
Definition at line 90 of file sym-obj.cpp.
| VarImpBase** Gecode::Int::LDSB::VariableSymmetryObject::xs |
| int Gecode::Int::LDSB::VariableSymmetryObject::nxs |