> Languages and APIs > ILOG Concert Technology for C#.NET Users > Solve |
Solve |
INDEX PREVIOUS NEXT |
After you have added lines to your application to build a model, you are ready for the next steps: adding lines for solving and displaying the solution.
Step 13 - | Solve |
Go to the comment Step 13 in Dietlesson.cs
, and add this statement to solve the problem.
if ( cplex.Solve() ) { |
Step 14 - | Display the solution |
Go to the comment Step 14 in Dietlesson.cs
, and add the following lines to display the solution.
Step 15 - | End and free license |
Go to the comment Step 15 in Dietlesson.cs
, and add this statement to free the license used by ILOG CPLEX.
cplex.End(); |
Copyright © 1987-2003 ILOG, S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |