Revert everything related to Damien's work in 2008 (he will commit a new version soon).
Here are the reverted patches:8c0d1003b0,25a3114287,9afbaf6342,dc0005f4e1,543190f2bc.
This commit is contained in:
parent
3d278663cd
commit
b1bfdee870
130 changed files with 912 additions and 5104 deletions
|
|
@ -86,10 +86,10 @@ namespace spot
|
|||
bdd low = bdd_low(one);
|
||||
if (low == bddfalse)
|
||||
{
|
||||
const internal::base_formula* v =
|
||||
const ltl::formula* v =
|
||||
automata_->get_dict()->var_formula_map[bdd_var(one)];
|
||||
res->add_transition(name_[in],
|
||||
v->to_string(),
|
||||
to_string(v),
|
||||
ss,
|
||||
name_[out]);
|
||||
break;
|
||||
|
|
@ -121,8 +121,8 @@ namespace spot
|
|||
bdd low = bdd_low(one);
|
||||
if (low == bddfalse)
|
||||
{
|
||||
const ltl::formula* v = dynamic_cast<const ltl::formula*>(
|
||||
automata_->get_dict()->acc_formula_map[bdd_var(one)]);
|
||||
const ltl::formula* v =
|
||||
automata_->get_dict()->acc_formula_map[bdd_var(one)];
|
||||
ss.insert(rsymbol(to_string(v)));
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue