Solving the model
You can solve the model in the usual way with Concert Technology.
C++
if ( cplex.solve() ) {
Java
if (cplex.solve())
.NET (Visual Basic)
If (cplex.Solve()) Then