#include <fst/script/shortest-path.h>
Inherits fst::script::ShortestDistanceOptions.

Public Member Functions | |
| ShortestPathOptions (QueueType qt, size_t n=1, bool u=false, bool hasdist=false, float d=fst::kDelta, bool fp=false, WeightClass w=fst::script::WeightClass::Zero(), int64 s=fst::kNoStateId) | |
Public Attributes | |
| const size_t | nshortest |
| const bool | unique |
| const bool | has_distance |
| const bool | first_path |
| const WeightClass | weight_threshold |
| const int64 | state_threshold |
Definition at line 32 of file shortest-path.h.
| fst::script::ShortestPathOptions::ShortestPathOptions | ( | QueueType | qt, | |
| size_t | n = 1, |
|||
| bool | u = false, |
|||
| bool | hasdist = false, |
|||
| float | d = fst::kDelta, |
|||
| bool | fp = false, |
|||
| WeightClass | w = fst::script::WeightClass::Zero(), |
|||
| int64 | s = fst::kNoStateId | |||
| ) | [inline] |
Definition at line 41 of file shortest-path.h.
| const bool fst::script::ShortestPathOptions::first_path |
Reimplemented from fst::script::ShortestDistanceOptions.
Definition at line 37 of file shortest-path.h.
Definition at line 36 of file shortest-path.h.
| const size_t fst::script::ShortestPathOptions::nshortest |
Definition at line 34 of file shortest-path.h.
Definition at line 39 of file shortest-path.h.
| const bool fst::script::ShortestPathOptions::unique |
Definition at line 35 of file shortest-path.h.
Definition at line 38 of file shortest-path.h.
1.7.1