class BACKTRACKING_SEQUENCE_LIST
Summary
A sequence of a list of nodes.
Direct parents
Inherit list: ABSTRACT_BACKTRACKING_SEQUENCE
Insert list: BACKTRACKING_GLOBALS
Overview
Features
{ABSTRACT_BACKTRACKING}
{ABSTRACT_BACKTRACKING}
{ABSTRACT_BACKTRACKING_POOL, ABSTRACT_BACKTRACKING}
{ABSTRACT_BACKTRACKING}
{ANY}
  • release
    Called by ABSTRACT_BACKTRACKING to release current instance to the pool.
  • get_twin: BACKTRACKING_SEQUENCE_LIST
    Return a twin of current from the pool
  • pool: ABSTRACT_BACKTRACKING_POOL[BACKTRACKING_SEQUENCE_LIST]
    The pool that will record Current
{ABSTRACT_BACKTRACKING_POOL}
the pools
{ANY}
Iterator on the next item of the list.
set_list (value: BACKTRACKING_NODE_AND_LIST)
effective procedure
next_sequence (explorer: BACKTRACKING)
effective procedure
Called by ABSTRACT_BACKTRACKING to let the current object switch to the next state to explore.
For the linked stack of sequences.
writable attribute
The sequence to continue after a success in exploration of the current sequence.
set_continuation (value: ABSTRACT_BACKTRACKING_SEQUENCE)
effective procedure
release
effective procedure
{ANY}
Called by ABSTRACT_BACKTRACKING to release current instance to the pool.
get_twin: BACKTRACKING_SEQUENCE_LIST
effective function
{ANY}
Return a twin of current from the pool
pool: ABSTRACT_BACKTRACKING_POOL[BACKTRACKING_SEQUENCE_LIST]
deferred function
{ANY}
The pool that will record Current
Internal link used by the pool to chain its poolable items.
set_pool_link (other: ABSTRACT_BACKTRACKING_POOLABLE)
effective procedure
Set 'pool_link' to 'other'
once function
{ANY}
pool_of_sequence_list: BACKTRACKING_POOL_OF_SEQUENCE_LIST
once function
{ANY}
pool_of_alternative: BACKTRACKING_POOL_OF_ALTERNATIVE
once function
{ANY}
pool_of_alternative_list: BACKTRACKING_POOL_OF_ALTERNATIVE_LIST
once function
{ANY}