-
Notifications
You must be signed in to change notification settings - Fork 22
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
Feature request/bug report - Visualisation tool #185
Comments
I think the reason that the IDE is unable to find a default browser would likely be because it's running in Docker (it might be possible to get it to work if you can set the XDG default browser using I'm not sure what the |
Installing For the visualization, yes I was referring to the |
I suppose it doesn't really matter whether the constraint is a top-level item or within a let-expression - they should (hopefully) both work the same. It is just more typical to want to visualise a 'main' top-level variable, and for that it's easiest to use a top-level constraint. The main point is that evaluating the call to One way that strange things can happen would be if the |
Hello, I have a few requests/bugfixes to report about the visualisation tool.
I am launching the IDE in a Docker container with Firefox, but I get an error message
Unable to detect a web browser to launch 'http://127.0.0.1:39587/0'
.The fact that it does not detect my browser may be a problem on my side, but I also wanted to report that in this error message the URL is detected by the terminal and 'clickable' but the link contains a trailing quote (the one after
/0
). Again I am not sure this is something from my side or from how the error message is generated in the IDE.Also, I noticed the port number is not fixed, but changes when launching multiple times the IDE, which is not convenient when launching the IDE inside a Docker container.
It would be convenient to have an option to fix/select the port number to use for the visualisation tool.
Last question: I am using the
draw_gantt
function provided and I noticed it seems to be "called/evaluated" multiple times during the solving process, and not only at the end when a solution is found.Is there a way to draw visualisations only once, when all decision variables are fixed, in a same manner as the
output
works?I am using the IDE version 2.7.4.
Thanks for your work, and sorry if I should have created multiple issues for this.
The text was updated successfully, but these errors were encountered: