Skip to content
Snippets Groups Projects
Forked from Iris / Iris
7176 commits behind the upstream repository.
  • Robbert Krebbers's avatar
    9aff6bb6
    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
    History
    Let set_solver not use eauto by default.
    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.
wsat.v 8.48 KiB