Skip to content
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

InteractiveLPProblem: refactor plot method #20570

Open
mkoeppe opened this issue May 8, 2016 · 8 comments
Open

InteractiveLPProblem: refactor plot method #20570

mkoeppe opened this issue May 8, 2016 · 8 comments

Comments

@mkoeppe
Copy link
Contributor

mkoeppe commented May 8, 2016

This is preparation for #18805 - Add didactical implementation of tableau cutting planes to interactive_simplex_method
and in fact split out from the larger patch there.

While preparing this patch, I noticed that the code in current Sage is not able to plot some LPs with irrational data (this is now #21270).
The code on this ticket does not fix this; it actually has a different failure mode for this example.

CC: @pgxiao @novoselt

Component: linear programming

Author: Peijun Xiao

Branch/Commit: u/mkoeppe/interactivelpproblem__refactor_plot_method @ aa3fa4b

Issue created by migration from https://trac.sagemath.org/ticket/20570

@mkoeppe mkoeppe added this to the sage-7.2 milestone May 8, 2016
@mkoeppe
Copy link
Contributor Author

mkoeppe commented May 8, 2016

@mkoeppe
Copy link
Contributor Author

mkoeppe commented May 8, 2016

New commits:

2ac4760InteractiveLPProblem: Refactor plot using new methods get_plot_bounding_box and plot_objective_growth_and_solution
0416addMinor cleanup
aa3fa4bAdd testcase for plotting of irrational polygons

@mkoeppe
Copy link
Contributor Author

mkoeppe commented May 8, 2016

Commit: aa3fa4b

@mkoeppe

This comment has been minimized.

@novoselt
Copy link
Member

comment:3

If you have found a bug in polyhedron code, please open a ticket to fix it!

@mkoeppe
Copy link
Contributor Author

mkoeppe commented Jun 27, 2016

comment:4

Replying to @novoselt:

If you have found a bug in polyhedron code, please open a ticket to fix it!

Could be related to #18220

@mkoeppe

This comment has been minimized.

@mkoeppe
Copy link
Contributor Author

mkoeppe commented Aug 17, 2016

comment:5

Replying to @novoselt:

If you have found a bug in polyhedron code, please open a ticket to fix it!

This is now #21270.

@mkoeppe mkoeppe removed this from the sage-7.2 milestone Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants