C++ Reference: class RevIntSet

Note: This documentation is automatically generated.

Method
begin

Return type: const_iterator

Capacity

Return type: int

Clear

Return type: void

Arguments: Solver* const solver

Element

Return type: T

Arguments: int i

end

Return type: const_iterator

Insert

Return type: void

Arguments: Solver* const solver, const T& elt

Remove

Return type: void

Arguments: Solver* const solver, const T& value_index

RemovedElement

Return type: T

Arguments: int i

Restore

Return type: void

Arguments: Solver* const solver, const T& value_index

RevIntSet

Return type: explicit

Arguments: int capacity

Capacity is the fixed size of the set (it cannot grow).

RevIntSet

Arguments: int capacity, int* shared_positions, int shared_positions_size

Capacity is the fixed size of the set (it cannot grow).

~RevIntSet

Size

Return type: int