##
## Run example from AMPL
##
## NOTE: PICO must be on your shell path.
##
ampl ampl.in

##
## Build and execute solver with SUCASA
##
#
# Create customized solver
#
./run -g 
#
# Build the customized solver
#
./run -m
#
# Run the customized solver
#
./run -o
