I am recently learning Python Gekko and I am very very new to linear programming, so excuse my ignorance in certain topics.
I have a variable which should have a value of either 0 or should be greater than 20.
I later learnt that this is called a semi-continuous variable. My questions are as below
- Is it possible to convert the above condition into a linear equation
- By any chance does Gekko support the semi-continuous variables as I could not find anything about it in the documentation.
