32 Apply<Operation<FstShortestPathArgs>>(
"ShortestPath", ifst.
ArcType(), &args);
REGISTER_FST_OPERATION_3ARCS(Compress, CompressArgs)
constexpr uint64_t kError
const std::string & ArcType() const final
void ShortestPath(const FstClass &ifst, const std::vector< std::pair< int64_t, int64_t >> &parens, MutableFstClass *ofst, const PdtShortestPathOptions &opts)
bool ArcTypesMatch(const M &m, const N &n, const std::string &op_name)
void SetProperties(uint64_t props, uint64_t mask)
std::tuple< const FstClass &, MutableFstClass *, const ShortestPathOptions & > FstShortestPathArgs