Download LINDO API USER MANUAL

Transcript
mxLINDO A MATLAB INTERFACE
489
LSreadVarPriorities()
Description:
Provide branching priorities for integer variables from a disk file.
MATLAB Prototype:
>> [nStatus] = mxlindo('LSreadVarPriorities', iModel, szFname)
RHS Arguments:
Name
Description
iModel
An integer referring to an instance of LSmodel.
szFname
The name of the file from which to read the variable priorities.
LHS Arguments:
Name
Description
nStatus
An integer error code. If successful, nStatus will be 0 on return.
A list of possible error codes may be found in Appendix A.
LSreadVarStartPoint()
Description:
Provides initial values for variables from a file.
MATLAB Prototype:
>> [nStatus] = mxlindo('LSreadVarStartPoint', iModel, szFname)
RHS Arguments:
Name
Description
iModel
An integer referring to an instance of LSmodel.
szFname
The name of the file from which to read the initial values for
the variables.
LHS Arguments:
Name
Description
nStatus
An integer error code. If successful, nStatus will be 0 on return.
A list of possible error codes may be found in Appendix A.