diff options
| author | Frédéric Besson | 2020-01-28 15:33:22 +0100 |
|---|---|---|
| committer | Frédéric Besson | 2020-02-03 12:10:26 +0100 |
| commit | ccff8bf591ee0b8499cdc9dc9bb2827e4d2dae69 (patch) | |
| tree | 3eb5e12788ba889afdb6c5479564c8c25cd7d5ee /doc/changelog/04-tactics | |
| parent | 54f45f5c89f003b4ed2a6e13fdda88d05ee45c83 (diff) | |
Fix efficiency regression #11436
- The cutting plane has been (sometimes) improved to generate stronger
cuts.
- There is now some support for profiling the Simplex
see documentation for Show Lia Profile.
Diffstat (limited to 'doc/changelog/04-tactics')
| -rw-r--r-- | doc/changelog/04-tactics/11474-lia-bug-fix-11436.rst | 9 |
1 files changed, 9 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). |
