Start the ELTL translation (LACIM).
Merge all eltlast/ files into formula.hh (except automatop.hh).
This commit is contained in:
parent
862302590c
commit
8c0d1003b0
55 changed files with 2000 additions and 422 deletions
|
|
@ -61,7 +61,7 @@ namespace spot
|
|||
}
|
||||
|
||||
void
|
||||
nfa::add_transition(const std::string& s, const std::string& d, unsigned c)
|
||||
nfa::add_transition(const std::string& s, const std::string& d, int c)
|
||||
{
|
||||
state* source = add_state(s);
|
||||
nfa::transition* t = new transition;
|
||||
|
|
@ -90,7 +90,7 @@ namespace spot
|
|||
return finals_.find(state) != finals_.end();
|
||||
}
|
||||
|
||||
unsigned
|
||||
int
|
||||
nfa::arity()
|
||||
{
|
||||
return arity_ + 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue