exportProb Method

Name | Description | |
---|---|---|
![]() ![]() |
exportProb |
Print problem matrix to a file. This method prints the matrix to a file with an extended LP format. When exporting matrices semi-continuous and semi-continuous integer variables are preprocessed: if a lower bound value greater than 0 is given, then the variable is treated like a continuous (resp. integer) variable.
|
![]() ![]() |
exportProb(Int32, String) |
Print problem matrix to a file. This method prints the matrix to a file with an extended LP or extended MPS format. Provided that no extension is given by the user LP files receive the extension .lp. MPS files always receive the extension .mat. When exporting matrices semi-continuous and semi-continuous integer variables are preprocessed: if a lower bound value greater than 0 is given, then the variable is treated like a continuous (resp. integer) variable.
|
