Originally posted by: dramaticlook
Hi,
I am looking for a way to invoke an existing CPLEX .mod file by passing the necessary parameters from my C# code and getting the result as a variable to use inside a C# code. My researches provide some existing CPLEX libraries (.NET, Java or MatLAB) to use such that you can implement the CPLEX code as a c# or Java code once you include these libraries in the project (Seen some Java tutorials but I have no idea how to use the CPLEX libraries). However I couldn't find a way to run an external CPLEX function. Need your help and thanks in advance.
#DecisionOptimization#OPLusingCPLEXOptimizer