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
|
|
@ -84,7 +84,7 @@ namespace spot
|
|||
bdd_dict::vf_map::const_iterator vi =
|
||||
d->acc_formula_map.find(v);
|
||||
assert(vi != d->acc_formula_map.end());
|
||||
std::string s = ltl::to_string(vi->second);
|
||||
std::string s = vi->second->to_string();
|
||||
if (dynamic_cast<const ltl::atomic_prop*>(vi->second)
|
||||
&& s[0] == '"')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue