A sorset is a group of sortee s. More...
#include <sortor.h>
Public Member Functions | |
void | step_mutual_stabilize_rec (sort_glb &srg1, sort_glb &srg2) |
It does sortee::sort_from operations on this sorset 's sortee s. More... | |
A sorset is a group of sortee s.
In order to stabilize a group of sortee s the sort_glb class (or sortor) groups sortee s (representing neuron s and quanton s in our case) into sorset s. A sub-formula is represented within stabilization by a group of sorset s. Each step of stabilization refines the group of sorset s that represent the stabilizing sub-formula, so that every step there are more sorset s, each one having less sortee s, until the process cannot refine each sorset anymore. The ideal stabilization ends with each sorset containing only one sortee. Since stabilization handles only sortee s. This class is used for such iterated sub-grouping.
It does sortee::sort_from operations on this sorset 's sortee s.
srg1 | The base sort_glb: |
srg2 | The complement of srg1: |