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:
parent
7d35fcb17e
commit
d390885757
4 changed files with 404 additions and 0 deletions
7
contrib/qprofdiff/Makefile
Normal file
7
contrib/qprofdiff/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
qprofdiff: main.cpp
|
||||
$(CXX) $(CXXFLAGS) main.cpp -o qprofdiff
|
||||
|
||||
all: qprofdiff
|
||||
|
||||
clean:
|
||||
rm -f qprofdiff
|
Loading…
Add table
Add a link
Reference in a new issue