diff options
| author | Théo Zimmermann | 2020-11-05 13:00:56 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2020-11-05 14:23:32 +0100 |
| commit | 4130c6707497f7fcec7cc1afc363190ada5f2962 (patch) | |
| tree | c8fa416e0eed786d341e79a647e8a6de3e3464a6 /doc/sphinx/proofs | |
| parent | d517069251fe86469c46984503805e95e837c737 (diff) | |
Change the title of the automatic tactic chapter and of its sections.
Prefer the term 'solver' to 'decision procedure'.
Diffstat (limited to 'doc/sphinx/proofs')
| -rw-r--r-- | doc/sphinx/proofs/automatic-tactics/index.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/sphinx/proofs/automatic-tactics/index.rst b/doc/sphinx/proofs/automatic-tactics/index.rst index fa0b0e51af..c3712b109d 100644 --- a/doc/sphinx/proofs/automatic-tactics/index.rst +++ b/doc/sphinx/proofs/automatic-tactics/index.rst @@ -1,13 +1,13 @@ .. _automatic-tactics: ===================================================== -Built-in decision procedures and programmable tactics +Automatic solvers and programmable tactics ===================================================== Some tactics are largely automated and are able to solve complex -goals. This chapter presents both some decision procedures that can -be used to solve some specific categories of goals, and some -programmable tactics, that the user can instrument to handle some +goals. This chapter presents both built-in solvers that can +be used on specific categories of goals and +programmable tactics that the user can instrument to handle complex goals in new domains. .. toctree:: |
