Step 3: Create the model

Shows lines to create the model in a .NET application of CPLEX.

Go to the comment Step 3 in Dietlesson.cs, and add this statement to create the Cplex model for your application.


         Cplex     cplex = new Cplex();