Filter Content By
Version
Text Search
Optimizing the model
Now that the model has been built, the next step is to optimize it:
// Optimize model model.Optimize();
This routine performs the optimization and populates several internal model attributes (including the status of the optimization, the solution, etc.).