Harun Gül
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 4
Comments
Recent activity by Harun Gül-
I did copy the text of the logfile from github and saved it in a text data from windows editor. But where do I need to save the editor so that Python Gurobi API can find it. I tried it at C:\gurobi...
-
If I write just Z^min for the RHS, how can I avoid the case for the tuple x beeing 0, than the statement will be 0 >= Z^min which will be false so the model will be infeasible. I tried to do someth...
-
Jonasz Staszek that is the mathematical formulation. Maybe I could also just say >= Z I am not really sure about that. What I want is that no durations that are made at once (so on one specific co...
-
Thanks so much it worked well for me to download the zip file.
-
Thanks Maliheh Aramon. Now the thing is I dont want to use my own log files but the log files from the grblogtools examples that are available at github. Therefore it would be usefull to know how I...