## This file contains script commands for solving an optimization model ## Load the model model Belgium.mod; ## Load the data data Belgium.dat; ## Choose solver option solver "/.../snopt"; ## Solve the model solve; ## Display results display f,c2,pi;