aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightChantal Keller2022-02-16117-117/+117
* More silent simplifications from veriTChantal Keller2022-02-071-0/+32
* Solved bug in delayed ComDecChantal Keller2021-12-073-5/+4
* More bad instanciations by veritChantal Keller2021-11-151-1/+33
* Better use of the typeclass mechanismChantal Keller2021-10-216-210/+133
* prod is CompDecChantal Keller2021-10-201-1/+68
* Small optimChantal Keller2021-10-141-1/+1
* Simplify apply_symChantal Keller2021-09-201-13/+2
* vauto is now complete w.r.t. symmetry of equality (but may be exponential in ...Chantal Keller2021-09-201-101/+30
* Solve bug in prop2boolChantal Keller2021-09-171-1/+1
* generalize polymorphic arguments detectionvblot2021-09-081-9/+12
* fix array notations clash with ssreflectvblot2021-08-252-1/+3
* The verit tactics now immediately fail if veriT is not installedChantal Keller2021-07-111-58/+63
* Type back in CompDec (for efficiency reasons)Chantal Keller2021-06-023-32/+117
* Update copyrightChantal Keller2021-05-26117-117/+117
* CompDec clean-up (#93)ckeller2021-05-257-715/+648
* Another silent change of veriT...Chantal Keller2021-05-061-0/+11
* Less instances needed for autoChantal Keller2021-05-061-11/+1
* CompDec on interpreted typeChantal Keller2021-05-052-2/+1
* Reify applied polymorphic terms with compdecChantal Keller2021-05-053-3/+32
* Solve a bug when reifying under a binderChantal Keller2021-04-283-4/+18
* prop2bool_hyps insensitive to parenthesisChantal Keller2021-04-282-3/+3
* Equality between Booleans should be changed for hypothesesChantal Keller2021-04-262-4/+53
* CompDec are automatically discharged when generated by the OCaml tactic, when...Chantal Keller2021-04-261-14/+17
* Take hypotheses from the local context (#91)ckeller2021-04-264-28/+190
* Solve a bound variable capture problem in the reification of quantified hypot...Chantal Keller2021-04-211-15/+15
* Warning (instead of error) for unsupported lemmas (#90)ckeller2021-04-215-16/+57
* Convert hypotheses from Prop to bool (#89)ckeller2021-04-2112-113/+304
* CompDec on listsChantal Keller2021-04-011-1/+99
* Backport #87 to Coq-8.9 (closes #87)Chantal Keller2021-04-011-1/+1
* use is_true from standard librarylduboisd2021-04-012-3/+4
* Link equality on uninterpreted sorts with SMT equality (#86)ckeller2021-02-2315-228/+416
* Reify polymorphic termsckeller2021-01-052-9/+107
* Define substitution conformly to SMT-LIBChantal Keller2020-07-205-244/+47
* Clarify axiom usage (closes #71)Chantal Keller2020-07-061-2/+6
* Use officiel library for proof irrelevanceChantal Keller2020-07-012-5/+4
* Got rid of classical epsilonChantal Keller2020-06-301-16/+120
* Remove unused axiomChantal Keller2020-06-301-4/+0
* Remove axiomChantal Keller2020-06-302-5/+9
* Remove one axiomChantal Keller2020-06-302-55/+165
* Merge branch 'master' of github.com:smtcoq/smtcoqChantal Keller2020-06-302-12/+14
|\
| * Cannot print stderr when calling CVC4Chantal Keller2020-06-301-11/+13
| * Empty bit-vectors are not valid in SMT (fixes #76)Chantal Keller2020-06-301-1/+1
* | Remove two axiomsChantal Keller2020-06-304-19/+34
|/
* Remove invalid axiom (see #71)Chantal Keller2020-06-291-1/+5
* Failure instead of exception when atom is not well-typedChantal Keller2020-05-152-5/+1
* TypoChantal Keller2020-05-151-1/+0
* Close #10Chantal Keller2020-05-151-38/+55
* Solve bug in SMT printChantal Keller2020-05-151-17/+23
* More precise call to MicromegaChantal Keller2020-05-151-1/+1