Skip to content
Snippets Groups Projects
  1. Jul 22, 2016
  2. Jul 12, 2016
  3. Jul 11, 2016
  4. Jul 05, 2016
  5. May 31, 2016
  6. Mar 23, 2016
  7. Mar 10, 2016
  8. Mar 05, 2016
  9. Mar 04, 2016
  10. Mar 03, 2016
  11. Feb 24, 2016
  12. Feb 22, 2016
    • Robbert Krebbers's avatar
      Let set_solver not use eauto by default. · 9aff6bb6
      Robbert Krebbers authored
      In most cases there is a lot of duplicate proof search performed by
      both naive_solver and eauto. Especially since naive_solver calls its
      tactic (in the case of set_solver this used to be eauto) quite eagerly
      this made it very slow.
      
      Note that set_solver is this too slow and should be improved.
      9aff6bb6
    • Robbert Krebbers's avatar
      Let set_solver not use eauto by default. · de5f0f84
      Robbert Krebbers authored
      In most cases there is a lot of duplicate proof search performed by
      both naive_solver and eauto. Especially since naive_solver calls its
      tactic (in the case of set_solver this used to be eauto) quite eagerly
      this made it very slow.
      
      Note that set_solver is this too slow and should be improved.
      de5f0f84
  13. Feb 17, 2016
  14. Feb 16, 2016
  15. Feb 15, 2016
  16. Feb 13, 2016
  17. Jan 16, 2016
  18. Jan 04, 2016
  19. Dec 11, 2015
  20. Nov 20, 2015
    • Robbert Krebbers's avatar
      Step-indexed order on CMRAs · 780f6b82
      Robbert Krebbers authored
      * Remove the order from RAs, it is now defined in terms of the ⋅ operation.
      * Define ownership using the step-indexed order.
      * Remove the order also from DRAs and change STS accordingly. While doing
        that, I changed STS to no longer use decidable token sets, which removes the
        requirement of decidable equality on tokens.
      780f6b82
  21. Nov 18, 2015
  22. Nov 17, 2015
  23. Nov 16, 2015
  24. Nov 11, 2015
Loading