Originally posted by: SGrogan
Hello all,
I was talking around the office and learned tha when I export a *.lp file of my CPLEX model I can allow the program to set meaningful names to the decision variables and constraints (i.e. insetad of "id567-id521 <=0", it would say "x{1,2}-x{1,3}<=0" the same with constraints, such as MaterialA and MaterialB instead of id1155). I hope this will allow for me to be able to fin errors in my formulaton faster.
some googling and I found setName() in the Java API, but i'm using C++ and haven't been able to confirm or deny the existance of setName() (or something similar) in C++. any assitance on finding the appropriate functions would be appreciated.
#CPLEXOptimizers#DecisionOptimization