# Some advanced CPLEX options. This file is included during any AMPL invocation. Let's uncomment the options you want to modify. # You may add other particular parameters in this list (see /Doc/CPLEX 8.0 User's Guide for AMPL.pdf). # Be careful if you don't know very well CPLEX options and AMPL syntax! option cplex_options $cplex_options # ' aggregate=0' # ' aggfill=10' # ' precompress=0' # ' predual=0' # ' prereduce=3' # ' prestats=0' # ' scale=0' # ' advance=1' # ' crash=1' # ' pgradient=0' # ' dgradient=0' # ' pdswitch=0' # ' pricing=0' # ' refactor=0' # ' netfind=1' # ' baralg=0' # ' barcorr=-1' # ' crossover=1' # ' densecol=0' # ' ordering=0' # ' iisfind=0' # ' aggcutlim=3' # ' boundstr=-1' # ' mipcuts=0' # ' probe=0' # ' bbinterval=7' # ' nodeselect=1' # ' branch=0' # ' mipemphasis=0' # ' varselect=0' # ' priorities=0' ;