732 Commits (ca02dbd4aa6630b8df1fe15e9f9a1edddcb16e6b)

Author SHA1 Message Date
Josh Berdine ca02dbd4aa [sledge][buck] Use same mode for buck root as buck build
5 years ago
Josh Berdine 7fd5dc49be [sledge] Add: SMT-LIB frontend to SLEdge's internal first-order theory solver
5 years ago
Josh Berdine f12ca72f07 [sledge] Fix: Replace Formula.disjuncts with DNF in Sh.pure
5 years ago
Josh Berdine 3e7aeed230 [sledge] Improve: Sh.fold_dnf to use iter vs list
5 years ago
Josh Berdine edda611c9c [sledge] Add: Iter library
5 years ago
Josh Berdine 60248165fd [sledge] Fix: Sh.pure
5 years ago
Josh Berdine 93c6dcc480 [sledge] Refactor: Replace Sh.with_pure with ~ignore_pure arg to Sh.fv
5 years ago
Josh Berdine 8ca41a9639 [sledge] Test: Move test modules into test directory
5 years ago
Josh Berdine 02ddb5a59f [sledge] Test: Move tests from Equality to Fol
5 years ago
Josh Berdine b0cd050d6f [sledge] Add: Replay debugging for more entry points
5 years ago
Josh Berdine 19cc35b65e [sledge] Add: Context.inter
5 years ago
Josh Berdine 53a1160bdb [sledge] Refactor: Reorder Context definitions
5 years ago
Josh Berdine ec7f02a585 [sledge] Add: Normalization of constant, equal and negated subterms/formulas
5 years ago
Josh Berdine 85b135dcbb [sledge] Build: Require dune >= 2.7
5 years ago
Josh Berdine cf322a4e84 [sledge] Style: fix make fmt
5 years ago
Josh Berdine 284a2ae165 [sledge] Add: Formula.map_terms and use it to remove Context.Subst.substf
5 years ago
Josh Berdine a51f4e5fec [sledge] Change: Normalize trivial equalities
5 years ago
Josh Berdine e5108b9ac1 [sledge] Refactor: Formula embedding into conditional term normalization
5 years ago
Josh Berdine dd9c1cd19a [sledge] Refactor: Fol.fml to private Fol.Fml
5 years ago
Josh Berdine 258d5306fb [sledge] Refactor: Revise external Context printing API
5 years ago
Josh Berdine c440ce81fe [sledge] Refactor: Replace Formula.is_false with equal ff, similarly for tt
5 years ago
Josh Berdine f20cabf7a4 [sledge] Change: Context interface to set-of-assumptions terminology
5 years ago
Josh Berdine 4da75ad2b0 [sledge] Change: Arithmetic comparison formulas to unary
5 years ago
Josh Berdine 263f5aa8a5 [sledge] Refactor: Reorder Fol definitions
5 years ago
Josh Berdine 73adcdf8af [sledge] Change: Formula to negation-normal form
5 years ago
Josh Berdine 379fedb845 [sledge] Add: Uninterpreted predicate symbols and literals to Fol
5 years ago
Josh Berdine 8f66a20afe [sledge] Refactor: Expose Context.fold_vars instead of fold_terms
5 years ago
Josh Berdine 5c4598c2e9 [sledge] Refactor: Context.difference to Solver
5 years ago
Josh Berdine df276d7be6 [sledge] Change: Move printing of Sh context and pure part to Context
5 years ago
Josh Berdine 8ced659303 [sledge] Change: Strengthen Sh.is_false by defining ito pure_approx
5 years ago
Josh Berdine 1881e990da [sledge] Change: Strengthen Sh.pure_approx with segment loc non-null
5 years ago
Josh Berdine 96aa56507f [sledge] Change: Revise Sh handling of empty and pure approximation
5 years ago
Josh Berdine f606ac0915 [sledge] Change: Sh.pure_approx to a Formula
5 years ago
Josh Berdine 867131e964 [sledge] Change: Generalize entails_eq to implies
5 years ago
Josh Berdine c9fa894a31 [sledge] Refactor: Move difference from Equality to Context
5 years ago
Josh Berdine fbc4f704ca [sledge] Fix: Fol.of_ses to normalize Ses polynomials
5 years ago
Josh Berdine f649c3693f [sledge] Fix: Fol.ses_map to account for simplification in Fol.to_ses
5 years ago
Josh Berdine b741bcd490 [sledge] Refactor: Move diff_classes from Equality to Context
5 years ago
Josh Berdine e3cbb0f27d [sledge] Add: Uninterpreted function symbols and applications to Fol
5 years ago
Josh Berdine c122577c18 [sledge] Change: Generalize Fol functional array indices from int to term
5 years ago
Josh Berdine 48833cc63b [sledge] Refactor: Expose constructors for record Terms
5 years ago
Josh Berdine d39dd1fee2 [sledge] Add: Array hash and sexp functions
5 years ago
Josh Berdine 04f7336301 [sledge] Build: Disable warning 30
5 years ago
Josh Berdine 32206a282f [sledge] Build: Suppress compiler error message noise
5 years ago
Josh Berdine 049b62f097 [sledge] Change: Sh.compare to ignore first-order context
5 years ago
Josh Berdine 8725d5fe81 [sledge] Refactor: pretty-printing of classes out of Ses to Fol
5 years ago
Josh Berdine 58dae840d3 [sledge] Change: Improve build info slightly
5 years ago
Josh Berdine a366b388a9 [sledge] Style: Autoformat dune-project and dune-workspace files
5 years ago
Josh Berdine 7e77bad4d2 [sledge] Change: Implement Fol using a solver-independent intermediate type
5 years ago
Josh Berdine a6dabc7924 [sledge] Refactor: Separate out conversion from Llair to Fol
5 years ago