-
-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LPCleanDictionary - floating-point helper class for interactive simplex method #20203
Comments
Commit: |
comment:2
To be done:
New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Dependencies: #20874 |
comment:8
Needs more work. The interface has changed and it is now necessary to implement methods New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:11
Rebased on 9.1.beta1; is already merged into #18804. |
comment:13
This ticket can be closed; it will be developed further in #18804. |
comment:14
Replying to @mkoeppe:
It is not developed further in #18804 which points to https://github.com/mkoeppe/sage-numerical-interactive-mip. |
comment:15
That's correct. It is published and intended to be developed further at https://github.com/mkoeppe/sage-numerical-interactive-mip |
comment:16
Reporter/author says it can be closed. Ok. |
Reviewer: Michael Orlitzky |
This module provides a "clean" dictionary view on a dictionary with
floating-point numbers. Cleaning means to change almost-zeros to exact
zeros, allowing the Interactive Simplex Method to recognize primal and
dual feasibility and to avoid pivoting on zero pivot elements.
(Split out from the larger ticket #18804.)
Depends on #20874
CC: @uduse @pgxiao
Component: numerical
Author: Aedi Wang
Branch/Commit: u/mkoeppe/lpcleandictionary___floating_point_helper_class_for_interactive_simplex_method @
ae348f7
Reviewer: Michael Orlitzky
Issue created by migration from https://trac.sagemath.org/ticket/20203
The text was updated successfully, but these errors were encountered: