We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b65bea commit 8c285f2Copy full SHA for 8c285f2
include/maxplus/graph/mpstatespace.h
@@ -49,6 +49,7 @@
49
namespace MaxPlus {
50
51
using ELSState = ::FSM::Labeled::State<CId, MPString>;
52
+using ELSStateRef = ::FSM::Labeled::StateRef<CId, MPString>;
53
using ELSEdge = ::FSM::Labeled::Edge<CId, MPString>;
54
using ELSEdgeRef = ::FSM::Labeled::EdgeRef<CId, MPString>;
55
using ELSSetOfStates = ::FSM::Labeled::SetOfStates<CId, MPString>;
0 commit comments