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

TODO: Write GUI depicting the Branch-And-Price solve process #3

Open
jkinable opened this issue May 20, 2015 · 0 comments
Open

TODO: Write GUI depicting the Branch-And-Price solve process #3

jkinable opened this issue May 20, 2015 · 0 comments

Comments

@jkinable
Copy link
Collaborator

Create a graphical interface showing the Branch-and-Price solve procedure:
-Show the branch-and-price tree as it is being solved. This can be implemented in the same way as the SimpleBAPLogger.java class (the latter class is merely a textual interface showing the same information). It is nice if you can see the branch-and-price tree 'grow'.
-Clicking on a node should give basic information about the node
-Branching decisions should be visible
-The final solution should be exportable to some vectorized image class (e.g. pdf).
-Perhaps a window showing basic information such as best integer solution, lower bound etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant