StochasticCli.exe
You can solve models in the SMPS file format at the command line. The SMPS file format includes .CORE/.COR, .TIME/.TIM, and .STOCH/.STO files. Specify the location of the .CORE/.COR file; the corresponding .TIME/.TIM and .STOCH/.STO files are assumed to be in that directory.
StochasticCli [global-flags | { flags & files } | files]
|
Flags |
Description |
|---|---|
|
+sampleCount <count> |
Sets the number of samples to use. |
|
+maxCount <count> |
Sets the maximum scenario count before sampling. |
|
+randomSeed <seed> |
Sets the seed prior to sampling |
|
+LatinHypercube |
Uses Latin Hypercube sampling (incompatible with +MonteCarlo). |
|
+MonteCarlo |
Uses Monte Carlo sampling (incompatible with +LatinHypercube) |
|
+timelimit <sec> |
Stops the solver after <sec> seconds of elapsed time. |
|
+double |
Uses double arithmetic (incompatible with +exact). |
|
+exact |
Uses exact arithmetic (incompatible with +double). |
|
+xml |
Produces summary solution output in XML format. |
|
+outfile <file> |
Sends output to <file>. |
|
+d |
Uses Bender's decomposition. |
|
-d |
Does not use Bender's decomposition. |
|
/? |
Displays the command syntax and options for the StochasticCli tool. |