diff options
| author | coqbot-app[bot] | 2021-01-28 20:25:52 +0000 |
|---|---|---|
| committer | GitHub | 2021-01-28 20:25:52 +0000 |
| commit | 59dc4eb40e9512d95f73df7a6bc67edcb1907acd (patch) | |
| tree | 1b20f9c404560774ed05aa7b8b34bcf6f1133f36 /doc | |
| parent | a54a5b83becd3ef7feef1352b56d10a3d74be85f (diff) | |
| parent | a3b78a289d5a061970136ce297b50ece1c13b0e4 (diff) | |
Merge PR #13781: [micromega] Deprecate hopefully useless options and flags
Reviewed-by: Zimmi48
Ack-by: jfehrle
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/04-tactics/13781-deprecate_micromega_options.rst | 3 | ||||
| -rw-r--r-- | doc/sphinx/addendum/micromega.rst | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/changelog/04-tactics/13781-deprecate_micromega_options.rst b/doc/changelog/04-tactics/13781-deprecate_micromega_options.rst new file mode 100644 index 0000000000..e3375bd875 --- /dev/null +++ b/doc/changelog/04-tactics/13781-deprecate_micromega_options.rst @@ -0,0 +1,3 @@ +- **Deprecated:** + The micromega option :flag:`Simplex`, which is currently set by default + (`#13781 <https://github.com/coq/coq/pull/13781>`_, by Frédéric Besson). diff --git a/doc/sphinx/addendum/micromega.rst b/doc/sphinx/addendum/micromega.rst index 3bd85d29c8..5d471c695c 100644 --- a/doc/sphinx/addendum/micromega.rst +++ b/doc/sphinx/addendum/micromega.rst @@ -31,9 +31,11 @@ tactics for solving arithmetic goals over :math:`\mathbb{Q}`, .. flag:: Simplex + .. deprecated:: 8.14 + This flag (set by default) instructs the decision procedures to - use the Simplex method for solving linear goals. If it is not set, - the decision procedures are using Fourier elimination. + use the Simplex method for solving linear goals instead of the + deprecated Fourier elimination. .. opt:: Dump Arith |
