template class implements the sets of act ive constraints and variables which are associated w ith each subproblem
#include <active.h>
Inheritance diagram for ABA_ACTIVE< BaseType, CoType >::
|
In addition to the previous constructor, this constructor initializes the active set.
The destructor.
Is overloaded that also several items can be added at the same time.
Removes items from the list of active items.
Changes the maximum number of active items which can be stored in an object of this class.
Increments the number of iterations the item i is already redundant by 1.
The output operator writes all active constraints and variables to an output stream. If an associated pool slot is void, or the item is newer than the one we refer to, then "void" is output.
template class implements the sets of act ive constraints and variables which are associated w ith each subproblem
Definition at line 62 of file active.h.
The constructor.
In addition to the previous constructor, this constructor initializes the active set.
The copy constructor.
The destructor.
The current number of active items.
The maximum number of storable active items (without reallocation).
template<class BaseType, class CoType> BaseType*ABA_ACTIVE< BaseType, CoType >::operator[ ] (int i)
The operator [].
A pointer to the i-th active item or
0 if this item has been removed in the meantime.
The i-th entry in the ABA_ARRAY active.
Adds a constraint/variable to the active items.
Is overloaded that also several items can be added at the same time.
Removes items from the list of active items.
Changes the maximum number of active items which can be stored in an object of this class.
The number of iterations a constraint/variable is already redundant.
Increments the number of iterations the item i is already redundant by 1.
the number of iterations item i is redundant to 0.
The output operator writes all active constraints and variables to an output stream. If an associated pool slot is void, or the item is newer than the one we refer to, then "void" is output.
A reference to the output stream.
A pointer to corresponding master of the optimization.
Definition at line 256 of file active.h.
The number of active items.
Definition at line 259 of file active.h.
The array storing references to the pool slots of the active items.
Definition at line 263 of file active.h.
The number of iterations a constraint is already redundant.
Definition at line 267 of file active.h.
The documentation for this class was generated from the following file: