#include <ps_lattice_internal.h>
Data Fields | |
| ps_latnode_t * | node |
| Node ending this path. | |
| ps_latpath_s * | parent |
| Previous element in this path. | |
| ps_latpath_s * | next |
| Pointer to next path in list of paths. | |
| int32 | score |
| Exact score from start node up to node->sf. | |
Each partial path (latpath_t) is constructed by extending another partial path--parent--by one node.
Definition at line 148 of file ps_lattice_internal.h.
1.4.7