Tabular Output and Small GUI software
AnsweredHi,
I am reaching out to wonderful people in the community. I am actually trying solve a production planning problem in gurobi. Here I have two of my doubts which I need your valuable input on:-
1. How can I represent the output of the mathematical model in tabular format?
2. Can I make a small software which would take the inputs and show the outputs in GUI ?
I am using python as an interface.
Thanks beforehand for your valuable comments
-
Official comment
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
Hi Parijat,
I suppose your question is a bit out of scope for this forum as it is not about Gurobi in particular and more about designing a GUI application. This in itself can be very complicated and needs proper specification. For starters, I would recommend using Jupyter Notebooks. They come with nice tabular output for pandas DataFrames. To get a GUI for the input, you might want to check out the Voilà Dashboards in combination with the IPyWidgets framework.
Cheers,
Matthias0
Post is closed for comments.
Comments
2 comments