3
0
Fork 0
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:
Margus Veanes 2020-08-08 09:40:20 -07:00 committed by GitHub
parent a51e40a6cd
commit 934f87a336
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 86 additions and 0 deletions

View file

@ -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.