How should i create a list of n variables indexed by nth index(string - key) For example X['one'] should be treated as decision variable with index value 'one'.
After creating the decision variable -
Assuming there are two decision variables X(list indexed) & Y(list indexed), How should I refer to the variables such as X['one'] + Y['two'] >= 1
I am interested in an approach that is closely similar to pulp package in python for creating variables and constraints using those variables