(model*  mo,  hypoList*  h,  hypoList**  hplus,
  int labels,  int* nr_s,  int* max_out)
 Propagates list of hypotheses forward by extending each old hypothesis to the possible new hypotheses depending on the states in which the old hypothesis could end and the reachable labels 
Documentation
Propagates list of hypotheses forward by extending each old hypothesis to
the possible new hypotheses depending on the states in which the old
hypothesis could end and the reachable labels
- Parameters:
- mo - :         pointer to the model
 h - :          pointer to list of hypotheses
 hplus - :      address of a pointer to store the propagated hypotheses
 labels - :     number of labels
 nr_s - :       number states which have assigned the index aa label
 max_out - :    maximum number of out_states over all states with the index aa label
 
- Returns:
-   number of old hypotheses
 
Alphabetic index
This page was generated with the help of DOC++.