Adding dot suppport for aiger class
* spot/twaalgos/aiger.cc: Useless assert * spot/twaalgos/dot.hh, spot/twaalgos/dot.cc: aig to dot * python/spot/__init__.py: Adapting * tests/python/games.ipynb: Additional tests
This commit is contained in:
parent
17db582341
commit
2c267dd894
5 changed files with 583 additions and 17 deletions
|
|
@ -1086,8 +1086,6 @@ namespace spot
|
|||
std::function<bdd(unsigned)> get_gate_bdd;
|
||||
get_gate_bdd = [&](unsigned g)->bdd
|
||||
{
|
||||
assert(v2g(circ.gate_var(g) == g));
|
||||
|
||||
unsigned v = circ.gate_var(g);
|
||||
auto it = var2bdd.find(v);
|
||||
if (it != var2bdd.end())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue