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
|
|
@ -25,6 +25,7 @@
|
|||
#include <iosfwd>
|
||||
#include <spot/twa/fwd.hh>
|
||||
#include <spot/misc/common.hh>
|
||||
#include <spot/twaalgos/aiger.hh>
|
||||
|
||||
namespace spot
|
||||
{
|
||||
|
|
@ -44,4 +45,8 @@ namespace spot
|
|||
print_dot(std::ostream& os,
|
||||
const const_twa_ptr& g,
|
||||
const char* options = nullptr);
|
||||
|
||||
|
||||
SPOT_API std::ostream &
|
||||
print_dot(std::ostream &os, aig_ptr circuit, const char * = nullptr);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue