The INTPOINT Procedure

Functional Summary

Table 2.1 outlines the options that can be specified in the INTPOINT procedure. All options are specified in the PROC INTPOINT statement. An alphabetical list of options is provided in the Dictionary of Options.

Table 2.1: Functional Summary

Description Statement Option
Input Data Set Options: 
arcs input data setPROC INTPOINTARCDATA=
nodes input data setPROC INTPOINTNODEDATA=
constraint input data setPROC INTPOINTCONDATA=
   
Output Data Set Options: 
constrained solution data setPROC INTPOINTCONOUT=
convert sparse or dense format input data set into MPS-format output data setPROC INTPOINTMPSOUT=
   
Data Set Read Options: 
CONDATA has sparse data formatPROC INTPOINTSPARSECONDATA
default constraint typePROC INTPOINTDEFCONTYPE=
special COLUMN variable valuePROC INTPOINTTYPEOBS=
special COLUMN variable valuePROC INTPOINTRHSOBS=
used to interpret arc and variable namesPROC INTPOINTNAMECTRL=
no nonarc data in ARCDATAPROC INTPOINTARCS_ONLY_ARCDATA
data for an arc found once in ARCDATAPROC INTPOINTARC_SINGLE_OBS
data for a constraint found once in CONDATAPROC INTPOINTCON_SINGLE_OBS
data for a coefficient found once in CONDATAPROC INTPOINTNON_REPLIC=
data is grouped, exploited during data readPROC INTPOINTGROUPED=
   
Problem Size Specification Options: 
approximate number of nodesPROC INTPOINTNNODES=
approximate number of arcsPROC INTPOINTNARCS=
approximate number of variablesPROC INTPOINTNNAS=
approximate number of coefficientsPROC INTPOINTNCOEFS=
approximate number of constraintsPROC INTPOINTNCONS=
   
Network Options: 
default arc cost, objective function coefficientPROC INTPOINTDEFCOST=
default arc capacity, variable upper boundPROC INTPOINTDEFCAPACITY=
default arc flow and variable lower boundPROC INTPOINTDEFMINFLOW=
network's only supply nodePROC INTPOINTSOURCE=
SOURCE's supply capabilityPROC INTPOINTSUPPLY=
network's only demand nodePROC INTPOINTSINK=
SINK's demandPROC INTPOINTDEMAND=
convey excess supply/demand through networkPROC INTPOINTTHRUNET
find max flow between SOURCE and SINKPROC INTPOINTMAXFLOW
cost of bypass arc, MAXFLOW problemPROC INTPOINTBYPASSDIVIDE=
find shortest path from SOURCE to SINKPROC INTPOINTSHORTPATH
   
Interior Point Algorithm Options: 
factorization methodPROC INTPOINTFACT_METHOD=
allowed amount of dual infeasibilityPROC INTPOINTTOLDINF=
allowed amount of primal infeasibilityPROC INTPOINTTOLPINF=
allowed total amount of dual infeasibilityPROC INTPOINTTOLTOTDINF=
allowed total amount of primal infeasibilityPROC INTPOINTTOLTOTPINF=
cut-off tolerance for Cholesky factorizationPROC INTPOINTCHOLTINYTOL=
density threshold for Cholesky processingPROC INTPOINTDENSETHR=
step-length multiplierPROC INTPOINTPDSTEPMULT=
preprocessing typePROC INTPOINTPRSLTYPE=
print optimization progress on SAS logPROC INTPOINTPRINTLEVEL2=
ratio test zero tolerancePROC INTPOINTRTTOL=
   
Interior Point Algorithm Stopping Criteria:
maximum number of interior point iterationsPROC INTPOINTMAXITERB=
primal-dual (duality) gap tolerancePROC INTPOINTPDGAPTOL=
stop because of complementarityPROC INTPOINTSTOP_C=
stop because of duality gapPROC INTPOINTSTOP_DG=
stop because of {infeas}_bPROC INTPOINTSTOP_IB=
stop because of {infeas}_cPROC INTPOINTSTOP_IC=
stop because of {infeas}_dPROC INTPOINTSTOP_ID=
stop because of complementarityPROC INTPOINTAND_STOP_C=
stop because of duality gapPROC INTPOINTAND_STOP_DG=
stop because of {infeas}_bPROC INTPOINTAND_STOP_IB=
stop because of {infeas}_cPROC INTPOINTAND_STOP_IC=
stop because of {infeas}_dPROC INTPOINTAND_STOP_ID=
stop because of complementarityPROC INTPOINTKEEPGOING_C=
stop because of duality gapPROC INTPOINTKEEPGOING_DG=
stop because of {infeas}_bPROC INTPOINTKEEPGOING_IB=
stop because of {infeas}_cPROC INTPOINTKEEPGOING_IC=
stop because of {infeas}_dPROC INTPOINTKEEPGOING_ID=
stop because of complementarityPROC INTPOINTAND_KEEPGOING_C=
stop because of duality gapPROC INTPOINTAND_KEEPGOING_DG=
stop because of {infeas}_bPROC INTPOINTAND_KEEPGOING_IB=
stop because of {infeas}_cPROC INTPOINTAND_KEEPGOING_IC=
stop because of {infeas}_dPROC INTPOINTAND_KEEPGOING_ID=
   
Memory Control Options: 
issue memory usage messages to SAS logPROC INTPOINTMEMREP
number of bytes to use for main memoryPROC INTPOINTBYTES=
   
Miscellaneous Options: 
infinity valuePROC INTPOINTINFINITY=
maximization instead of minimizationPROC INTPOINTMAXIMIZE
zero tolerance - optimizationPROC INTPOINTZERO2=
zero tolerance - real number comparisonsPROC INTPOINTZEROTOL=
suppress similar SAS log messagesPROC INTPOINTVERBOSE=
scale problem dataPROC INTPOINTSCALE=
write optimization time to SAS logPROC INTPOINTOPTIM_TIMER

Previous Page | Next Page | Top of Page