Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smt changes #70

Merged
merged 101 commits into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from 72 commits
Commits
Show all changes
101 commits
Select commit Hold shift + click to select a range
b230794
Replaced test/fast/smt_tests bu unit/ and bugs/
Nov 15, 2022
07f71e4
Made hyp_hint available
Nov 15, 2022
7724ee3
Facts may be named and marked as axioms, hyps,...
Nov 15, 2022
e8c54bc
SMT-LIB patterns
Nov 15, 2022
bbf5f1f
Made ssnoc and app_hyps from Expr.Subst visible
Nov 15, 2022
557bb55
New expression visitors: foldmap and fold
Nov 15, 2022
88a71ae
Option.fold
Nov 15, 2022
291ce04
Sets and Maps of integers
Nov 15, 2022
f93c594
builtin_to_string
Nov 15, 2022
1d7f8ee
Expr.Collect for computing sets of free variables
Nov 15, 2022
289a573
Fixed a bug in smt.ml that made verbosity ignored
Nov 15, 2022
30fed8c
Display obligation number in isabelle output
Nov 15, 2022
2480ac7
Package Type: type system utilities
Nov 15, 2022
b39335b
Package Encode: new SMT and TPTP encoding
Nov 15, 2022
8b13372
New translation to SMT-LIB
Nov 15, 2022
3842f53
New translation to TPTP + Support Zipperposition
Nov 15, 2022
3f08478
FIXUP: SMT translation
Nov 15, 2022
81695a3
Improved obligation display in temp files
Nov 16, 2022
7caaa98
Heuristics for set extensionality (SMT)
Jan 5, 2023
39a981d
Mode "ext" for SMT is default
Jan 10, 2023
8450a8c
Compare all pairs of refinement sets (heuristics)
Jan 10, 2023
7a1f96a
Use flag --smt-logic for new SMT encoding
Jan 17, 2023
0bdb217
Use CVC4 for one regression test
Jan 20, 2023
a97d4f9
Update src/util/util.ml
Mar 24, 2023
c10b19d
Update src/type/t_visit.mlt
Mar 24, 2023
0e323ce
Update src/type/t_visit.mli
Mar 24, 2023
194f684
Update src/encode/n_axioms.ml
Mar 24, 2023
b887a09
Update src/type/t_t.ml
Mar 24, 2023
9835c02
Update src/encode/n_axioms.ml
Mar 24, 2023
d02264d
Update src/encode/n_axioms.mli
Mar 24, 2023
ddfb7a0
Update src/encode/n_axioms.mlt
Mar 24, 2023
e0f2cb5
Update src/type/t_visit.ml
Mar 24, 2023
c38dfea
Update src/type/t_t.mlt
Mar 24, 2023
68e0be8
Update src/type/t_t.mli
Mar 24, 2023
dbfee1b
Update src/type/t_t.mli
Mar 24, 2023
6b92292
Update src/type/t_t.ml
Mar 24, 2023
162ccd6
Update src/type/t_t.ml
Mar 24, 2023
0574dca
Update src/type/t_synth.mlt
Mar 24, 2023
13ca6b7
Update src/type/t_synth.mli
Mar 24, 2023
7590d73
Update src/type/t_synth.ml
Mar 24, 2023
ad5bdd8
Update src/backend/smtlib.ml
Mar 24, 2023
3bdf983
Update src/backend/smtlib.ml
Mar 24, 2023
99958b0
Update src/backend/smtlib.ml
Mar 24, 2023
ee43771
Update src/backend/smtlib.ml
Mar 24, 2023
1bf5947
Update src/backend/smtlib.mli
Mar 24, 2023
946976b
Update src/backend/smtlib.mlt
Mar 24, 2023
9c9e87a
Update src/type.mlt
Mar 24, 2023
25a88a3
Update src/backend/thf.ml
Mar 24, 2023
6def4dc
Update src/backend/thf.mli
Mar 24, 2023
56c9fd2
Update src/backend/thf.mlt
Mar 24, 2023
f3403e9
Update src/encode.ml
Mar 24, 2023
cf20454
Update src/encode.mli
Mar 24, 2023
76b253a
Update src/encode.mlt
Mar 24, 2023
f791c16
Update src/encode/n_axiomatize.ml
Mar 24, 2023
77ed9c2
Update src/encode/n_axiomatize.mlt
Mar 24, 2023
fd4ffbd
Update src/type/t_hyps.mlt
Mar 24, 2023
14395c0
Update src/type/t_collect.mlt
Mar 24, 2023
25b41fd
Really disable option ext by default
Jan 25, 2023
20a4949
Update (first corrections)
Mar 24, 2023
0c32478
Update: copyright dates
Mar 24, 2023
ad0dd83
Update: Two missing axioms
Apr 20, 2023
189902d
Fix: typing of the remainder for SMT
Apr 25, 2023
663ab4b
Some missing axioms/triggers
May 11, 2023
6fad153
Update src/encode/n_flatten.ml
Aug 9, 2023
71ac023
Merge remote-tracking branch 'origin/smt-changes' into smt-changes
Aug 9, 2023
bac315e
Update src/encode/n_rewrite.ml
Aug 9, 2023
1391208
Update src/encode/n_hints.ml
Aug 9, 2023
2232105
Update src/encode/n_hints.ml
Aug 9, 2023
29324d2
Update src/encode/n_rewrite.ml
Aug 9, 2023
0e2eb5c
Update src/encode/n_rewrite.ml
Aug 9, 2023
b58de26
Merge remote-tracking branch 'origin/smt-changes' into smt-changes
Aug 9, 2023
e9d55ab
Some fixes
Aug 9, 2023
70c8eed
Update src/encode/n_axioms.ml
rozlynd Jan 24, 2024
6727f33
Update src/encode/n_data.ml
rozlynd Jan 24, 2024
af76167
Update src/encode/n_data.ml
rozlynd Jan 24, 2024
0a450ad
Update src/encode/n_data.ml
rozlynd Jan 24, 2024
4cf25fc
Update src/type/t_synth.ml
rozlynd Jan 24, 2024
25fdb66
Update src/type/t_synth.ml
rozlynd Jan 24, 2024
3a4c947
Update src/type/t_synth.ml
rozlynd Jan 24, 2024
b5b1a89
Update src/type/t_synth.ml
rozlynd Jan 24, 2024
e1bcb89
Update src/type/t_synth.ml
rozlynd Jan 24, 2024
e0ce4e6
fix laziness
damiendoligez Jan 10, 2024
7c13511
Removed unused module Encode.Hints
rozlynd Nov 10, 2023
159f728
Fixed polarities in Encode.Rewriting
rozlynd Nov 10, 2023
7b76a69
Fix: And/Or lists with one member collapse
rozlynd Nov 24, 2023
54915f6
Clarification that tla_smb_desc is NOT injective
rozlynd Jan 24, 2024
2e2ee94
Fix: Infinity is not a real
rozlynd Jan 24, 2024
fdb9c09
Fix duplicate case in T.Synth
rozlynd Jan 24, 2024
93ca710
Use subclass of Subst.map insteadof duplicate code
rozlynd Jan 25, 2024
01e2e61
Factor special characters replacement in Thf/SMT
rozlynd Nov 10, 2023
198a64a
Fixed contradictory assert in Expr.Subst
rozlynd Jan 25, 2024
11922d8
Factored expansion of set extensionality fcn
rozlynd Jan 25, 2024
378fd47
Set equalities in negative contexts are unchanged
rozlynd Jan 25, 2024
ac759fa
Fixed/Rephrased some comments
rozlynd Jan 25, 2024
035c39d
Fixed exponentation symbol for SMT
rozlynd Jan 26, 2024
86ffa20
Removed global use of debug flags in encode/
rozlynd Jan 26, 2024
f7c1d60
Merge branch 'main' into smt-changes
rozlynd Jan 31, 2024
5f5a285
Change `Pervasives` to `Stdlib` to make the source compatible with OC…
damiendoligez Feb 7, 2024
783df0a
tweak proof in GFX_test.tla
damiendoligez Feb 13, 2024
4f43abb
display more details in case of a failed test
damiendoligez Feb 13, 2024
7a62b05
We don't ship CVC4 in our bundled provers, and nowadays Z3 can handle…
damiendoligez Feb 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 10 additions & 0 deletions library/TLAPS.tla
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ YicesT(X) == TRUE (*{ by (prover:"yices3"; timeout:@) }*)
veriT == TRUE (*{ by (prover: "verit") }*)
veriTT(X) == TRUE (*{ by (prover:"verit"; timeout:@) }*)

(**************************************************************************)
(* Backend pragma: Zipperposition solver *)
(* *)
(* This method translates the proof obligation to TPTP and *)
(* calls Zipperposition. *)
(**************************************************************************)

Zipper == TRUE (*{ by (prover: "zipper") }*)
ZipperT(X) == TRUE (*{ by (prover:"zipper"; timeout:@) }*)

(**************************************************************************)
(* Backend pragma: Z3 SMT solver *)
(* *)
Expand Down
Loading
Loading