Originally posted by: Arun2325
I am solving an integer linear program using Python CPLEX API. To find the type of a variable, I am using the function variables.get_types(0). In CPLEX 12.8, variable.get_types(0) returns "I" (I for integer), however CPLEX 12.6.1 returns "?". What is the reason for this? How to get the correct data type in CPLEX 12.6.1?
#CPLEXOptimizers#DecisionOptimization