diff options
| author | Vincent Laporte | 2020-02-04 10:13:50 +0100 |
|---|---|---|
| committer | Vincent Laporte | 2020-02-04 10:13:50 +0100 |
| commit | bc2c6b135e03335f1fde8e15aecb30e002a5d751 (patch) | |
| tree | bc2d8e57f1eb4c5947a57148d704b3a6827ab3a6 /doc | |
| parent | 097f779646fe8fedfeff99e2716b11e36e0aa80a (diff) | |
| parent | ccff8bf591ee0b8499cdc9dc9bb2827e4d2dae69 (diff) | |
Merge PR #11474: Fix efficiency regression #11436
Ack-by: JasonGross
Reviewed-by: Zimmi48
Reviewed-by: vbgl
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/04-tactics/11474-lia-bug-fix-11436.rst | 9 | ||||
| -rw-r--r-- | doc/sphinx/addendum/micromega.rst | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/11474-lia-bug-fix-11436.rst b/doc/changelog/04-tactics/11474-lia-bug-fix-11436.rst new file mode 100644 index 0000000000..2a341261e5 --- /dev/null +++ b/doc/changelog/04-tactics/11474-lia-bug-fix-11436.rst @@ -0,0 +1,9 @@ +- **Added:** + :cmd:`Show Lia Profile` prints some statistics about :tacn:`lia` calls. + (`#11474 <https://github.com/coq/coq/pull/11474>`_, by Frédéric Besson). + +- **Fixed:** + Efficiency regression of ``lia`` + (`#11474 <https://github.com/coq/coq/pull/11474>`_, + fixes `#11436 <https://github.com/coq/coq/issues/11436>`_, + by Frédéric Besson). diff --git a/doc/sphinx/addendum/micromega.rst b/doc/sphinx/addendum/micromega.rst index cc19c8b6a9..b0197c500c 100644 --- a/doc/sphinx/addendum/micromega.rst +++ b/doc/sphinx/addendum/micromega.rst @@ -35,6 +35,12 @@ tactics for solving arithmetic goals over :math:`\mathbb{Q}`, use the Simplex method for solving linear goals. If it is not set, the decision procedures are using Fourier elimination. +.. cmd:: Show Lia Profile + + This command prints some statistics about the amount of pivoting + operations needed by :tacn:`lia` and may be useful to detect + inefficiencies (only meaningful if flag :flag:`Simplex` is set). + .. flag:: Lia Cache This flag (set by default) instructs :tacn:`lia` to cache its results in the file `.lia.cache` |
