writePrtSol Method (String, String)
Write solution to a fixed format ASCII file. Writes the current Optimizer solution to a fixed format ASCII file (.prt).
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0

Parameters
- fname
-
Type:
SystemString
Name of the output file, without extension - flags
-
Type:
SystemString
Flags; see XPRSwriteprtsol documentation in the Xpress Optimizer Reference Manual for a full description

XPRBprob expl2; expl2 = new XPRBprob("example2"); ... expl2.writePrtSol("myprob","x");
