repo.or.cz
/
why3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
never encode enums and records for Alt-Ergo
[why3.git]
/
drivers
/
cvc4_17_counterexample.drv
blob
039947a72416c6d05575bc62b613a73d21bd8526
1
2
prelude ";; produced by cvc4_17_counterexample.drv ;;"
3
4
import "cvc4_17.drv"
5
6
(* Counterexamples: set model parser *)
7
model_parser "smtv2"
8
9
theory BuiltIn
10
11
meta "get_counterexmp" ""
12
meta "meta_incremental" ""
13
14
end