FST
openfst-1.8.2.post1
OpenFst Library
|
#include <shortest-path.h>
Public Member Functions | |
ShortestPathOptions (QueueType queue_type, int32_t nshortest, bool unique, float delta, const WeightClass &weight_threshold, int64_t state_threshold=kNoStateId) | |
![]() | |
ShortestDistanceOptions (QueueType queue_type, ArcFilterType arc_filter_type, int64_t source, float delta) | |
Public Attributes | |
const int32_t | nshortest |
const bool | unique |
const WeightClass & | weight_threshold |
const int64_t | state_threshold |
![]() | |
const QueueType | queue_type |
const ArcFilterType | arc_filter_type |
const int64_t | source |
const float | delta |
Definition at line 36 of file shortest-path.h.
|
inline |
Definition at line 42 of file shortest-path.h.
const int32_t fst::script::ShortestPathOptions::nshortest |
Definition at line 37 of file shortest-path.h.
const int64_t fst::script::ShortestPathOptions::state_threshold |
Definition at line 40 of file shortest-path.h.
const bool fst::script::ShortestPathOptions::unique |
Definition at line 38 of file shortest-path.h.
const WeightClass& fst::script::ShortestPathOptions::weight_threshold |
Definition at line 39 of file shortest-path.h.