mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
dgml output generation for regex state graphs (#4620)
* dgml output generation for regex state graphs * fixed issue in header file
This commit is contained in:
parent
a51e40a6cd
commit
934f87a336
2 changed files with 86 additions and 0 deletions
|
@ -114,6 +114,8 @@ private:
|
|||
bool check_invariant() const;
|
||||
#endif
|
||||
|
||||
void write_dgml();
|
||||
|
||||
/*
|
||||
'Core' functions that modify the plain graph, without
|
||||
updating SCCs or propagating live/dead state information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue