From 641f783cb50c7dd24e23bb44b2fcfb46d0356598 Mon Sep 17 00:00:00 2001 From: BESSON Frederic Date: Fri, 22 Jan 2021 22:13:22 +0100 Subject: [micromega] Deprecate hopefully useless options and flags The goal is to eventually only use the Simplex solver and remove all the code needed for fourier elimination. --- doc/sphinx/addendum/micromega.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/sphinx/addendum') diff --git a/doc/sphinx/addendum/micromega.rst b/doc/sphinx/addendum/micromega.rst index 3bd85d29c8..474dac3615 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. + If it is not set, the decision procedures are using the *deprecated* Fourier elimination. .. opt:: Dump Arith -- cgit v1.2.3 From b8561224dc91ae7236173022676a907ea93a1ef9 Mon Sep 17 00:00:00 2001 From: Frédéric Besson Date: Mon, 25 Jan 2021 10:16:27 +0100 Subject: Update doc/sphinx/addendum/micromega.rst Co-authored-by: Jim Fehrle --- doc/sphinx/addendum/micromega.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/sphinx/addendum') diff --git a/doc/sphinx/addendum/micromega.rst b/doc/sphinx/addendum/micromega.rst index 474dac3615..5d471c695c 100644 --- a/doc/sphinx/addendum/micromega.rst +++ b/doc/sphinx/addendum/micromega.rst @@ -34,8 +34,8 @@ tactics for solving arithmetic goals over :math:`\mathbb{Q}`, .. 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 the *deprecated* Fourier elimination. + use the Simplex method for solving linear goals instead of the + deprecated Fourier elimination. .. opt:: Dump Arith -- cgit v1.2.3