Searched defs:CustomArc (Results 1 – 1 of 1) sorted by relevance
32 struct CustomArc { struct33 typedef short Label;34 typedef ProductWeight<TropicalWeight, LogWeight> Weight;35 typedef int64 StateId;37 CustomArc(Label i, Label o, Weight w, StateId s) : in CustomArc() function39 CustomArc() {} in CustomArc() argument41 static const string &Type() { // Arc type name in Type()46 Label ilabel; // Transition input label47 Label olabel; // Transition output label48 Weight weight; // Transition weight[all …]