!  Parameter file for multiply predictor - corrector method

MPS and Input/Output definitions

BEGIN_PROB                ! Begin marker
NAME      =               ! Problem name, max. 36 characters
STARTSOL  =               ! Warm start solution file name
MAXMN     =  500000.      ! Upper bound for M+N
MINMAX    =  1.           !  =1. (mininmize)        =-1. (maximize)
OUTPUT    =  0.           ! Output level 0 :only statistic, 1 :solution
ITERLOG   =  3.           ! 0:no report, 1: stdout, 2: logfile, 3:both
END_PROB


Optimization parameter section


BEGIN_OPT

L1_CACHE  =    64.        ! Size of the L1 cache in kilobytes
L2_CACHE  =  1024.        ! Size of the L2 cache in kilobytes
VECTORIZE =   YES         ! Use vectorization 
NUMPROC   =     4.        ! Number of concurrent threads

ORDERING  =  0.           !  0 : Selected automatically
                          !  1 : Minimum degree
                          !  2 : Minimum local fill-in
                          !  3 : Nested dissection
                          ! -1 : No ordering
! Stopping criterion parameters

TOPT1     = 1.0D-08       ! Relative duality gap tolerance
TFEAS1    = 1.0D-08       ! Relative primal feasibility tolerance
TFEAS2    = 1.0D-08       ! Relative dual   feasibility tolerance
INFTOL    = 1.0D+04       ! Infeasibility check tolerance
MAXITER   = 399.          ! Iteration limit


! Scaling parameters
                          ! BEFORE AGGREGATOR
SPASSES1   = 5.           ! Maximum number of passes ( <128 )
SMETHOD1   = 2.           ! Scaling method

! Starting point paramerers

SMETHOD   =  1.           ! Starting method  (1. or 2.)
SAFEMET   = -3.           ! Safe method  (1. 2. or 3.)

!
! Presolv parameters
!

PRESOLV  = 512.            ! 351.            !  use  351 or 863
PREPASS  =   4.            ! Maximum passes in presolve


!
! Regularization parameters
!

SOFTREG    = 1.0D-12       ! Soft regularization parameter
HARDREG    = 1.0D-16       ! Hard regularization parameter
MAXREG     = 1.0D+02       ! Max regularization ammount in normal mode
SCFREE     = 1.0D-06       ! Regularization for free variables
SCEQU      = 1.0D-15       ! Regularization for equations
REGULARIZE = 27.           ! Regularization method


END_OPT
