3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-21 05:13:39 +00:00

Added utility to compare quantifier instantiation profiles generated via smt.qi.profile=true

This commit is contained in:
Christoph M. Wintersteiger 2017-04-06 18:37:29 +01:00
parent 7d35fcb17e
commit d390885757
4 changed files with 404 additions and 0 deletions

View file

@ -0,0 +1,7 @@
qprofdiff: main.cpp
$(CXX) $(CXXFLAGS) main.cpp -o qprofdiff
all: qprofdiff
clean:
rm -f qprofdiff