Iason Liagkas
- Total activity 101
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
Posts
Recent activity by Iason Liagkas-
Logarithm with parameterized variables on Python
AnsweredHello guys, I am trying to program a constraint of y=ln(x) but x,y have parameters. Could you help me with this code by an example? Do I need Python 10 for this? I am on 9.5 currently. Say I want t...
-
dict to tupledict conversion
AnsweredHello guys, is there any way that I can convert a typical python dictionary to tupledict? Kind regardsIason
-
0/1 index function on constraints
AnsweredHello guys, I want to write a constraint that has a sum. In the sum, a variable is multiplied by an index parameter that is either 1 or 0. I think there are 2 ways to make this happen. The first is...
-
Benders decomposition example in Python
AnsweredHi Guys I'm in a hurry. Do you know where could I find benders decomposition examples with Python? any help appreciated.
-
Branch and Bound
AnsweredHi Guys, are there any tutorials on Python on Branch and Bound with Gurobi?
-
Python's last example on quick start guide
AnsweredHello guys, on this guide https://cdn.gurobi.com/wp-content/plugins/hd_documentations/documentation/9.0/quickstart_windows.pdf p.g. 83 has an example. Could you please explain how is the objecti...