Originally posted by: PersianGulf
Hello everybody
I know how to call Cplex from java and solve a problem. But I am strugelling for 3 long days to find out "how I can add a user-defined cut to Cplex when model is defined in cplex not in an .mps file format" If the model is already defined in .mps format, there is an example in cplex example for java, but this sample reads the mathematical model from a .mps which makes it different from what I want.
I appreciate it a lot and a lot if someone could provide me with such a code in java.
Thanks in advance for any help
#CPLEXOptimizers#DecisionOptimization