IMSL C# Numerical Library

MPSReader.ProcessCommand Method 

Process a section of the MPS file.

protected internal virtual string ProcessCommand(
   string command,
   string line
);

Parameters

command
A String specifying the data file section to be processed.
line
A String specifying the next line to be processed.

Return Value

A String containing the next line to be processed. This line was read, but was not part of the section being processed.

See Also

MPSReader Class | Imsl.Math Namespace