aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* verit_timeout takes an integer as parameterlduboisd2022-04-112-26/+26
* use of anomaly for timeoutlduboisd2022-04-083-7/+7
* verit timeoutlduboisd2021-12-104-8/+87
* Merge remote-tracking branch 'remotes/origin/coq-8.10' into coq-8.11Chantal Keller2021-06-023-32/+117
|\
| * Merge remote-tracking branch 'remotes/origin/master' into coq-8.10Chantal Keller2021-06-023-32/+117
| |\
| | * Type back in CompDec (for efficiency reasons)Chantal Keller2021-06-023-32/+117
* | | Configure is back (due to #69)Chantal Keller2021-05-282-828/+4
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-05-2856-2107/+1634
|\| |
| * | Add MakefileChantal Keller2021-05-281-0/+801
| * | getting rid of native-coq (#95)vblot2021-05-2855-2105/+804
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-05-285-201/+10
|\| |
| * | Get rid of most of our copy of micromega's source code (#94)vblot2021-05-285-179/+10
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-05-26117-117/+117
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-05-26117-117/+117
| |\|
| | * Update copyrightChantal Keller2021-05-26117-117/+117
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-05-257-715/+648
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-05-257-715/+648
| |\|
| | * CompDec clean-up (#93)ckeller2021-05-257-715/+648
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11pxtp21Chantal Keller2021-05-061-0/+11
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-05-061-0/+11
| |\|
| | * Another silent change of veriT...Chantal Keller2021-05-061-0/+11
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-05-061-11/+1
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-05-061-11/+1
| |\|
| | * Less instances needed for autoChantal Keller2021-05-061-11/+1
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-05-052-2/+1
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-05-052-2/+1
| |\|
| | * CompDec on interpreted typeChantal Keller2021-05-052-2/+1
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-05-053-3/+32
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-05-053-3/+32
| |\|
| | * Reify applied polymorphic terms with compdecChantal Keller2021-05-053-3/+32
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-04-283-4/+18
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-283-4/+18
| |\|
| | * Solve a bug when reifying under a binderChantal Keller2021-04-283-4/+18
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-04-282-3/+3
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-282-3/+3
| |\|
| | * prop2bool_hyps insensitive to parenthesisChantal Keller2021-04-282-3/+3
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-04-262-4/+53
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-262-4/+53
| |\|
| | * Equality between Booleans should be changed for hypothesesChantal Keller2021-04-262-4/+53
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-04-261-14/+17
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-261-14/+17
| |\|
| | * CompDec are automatically discharged when generated by the OCaml tactic, when...Chantal Keller2021-04-261-14/+17
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-04-264-28/+190
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-264-28/+190
| |\|
| | * Take hypotheses from the local context (#91)ckeller2021-04-264-28/+190
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-04-211-15/+15
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-211-15/+15
| |\|
| | * Solve a bound variable capture problem in the reification of quantified hypot...Chantal Keller2021-04-211-15/+15
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-04-215-16/+57
|\| |
| * | Port to 8.10Chantal Keller2021-04-211-1/+1