aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests/Tests_lfsc_tactics.v
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightChantal Keller2021-05-261-1/+1
|
* Take hypotheses from the local context (#91)ckeller2021-04-261-5/+5
| | | | | * The tactics sets veritXXX and smtXXX now automatically take hypotheses from the local context * `prop2bool_hyps` also apply to hypotheses not in the local context * Second strategy for vauto (still incomplete)
* Convert hypotheses from Prop to bool (#89)ckeller2021-04-211-2/+2
| | | | | | | * This PR converts hypotheses given to the tactics verit, verit_no_check, smt and smt_no_check from Prop to bool when needed. * Some current limitations are detailed in src/PropToBool.v. * Partially enhances #30 .
* Example of groups in unit testsChantal Keller2021-02-231-18/+37
|
* Link equality on uninterpreted sorts with SMT equality (#86)ckeller2021-02-231-1/+89
| | | | | Equality is now treated from uninterpreted sorts, which makes them usable with tactics! Closes #17 Closes #78
* Testing BV subtractionChantal Keller2020-07-201-0/+16
|
* Test asynchronous and make the selected lemmas persistant (#66)ckeller2020-03-261-72/+83
| | | | | | | * Add a test target for asynchronous proof checking (does not fully reflect the coqide behavior though) * Make the selected lemmas persistant Co-authored-by: Chantal Keller <Chantal.Keller@lri.fr>
* Add the full example of the webpage in the unit testsChantal Keller2020-01-161-0/+30
|
* Separate unit tests into vernac and tacticsChantal Keller2019-04-121-0/+705