Purpose
Print the current date and time
Synopsis
int XPRS_CC XSLPtime(XSLPprob Prob);
Argument
|
Prob
|
The current SLP problem.
|
Example
The following example prints the date and time before and after reading
a problem from file:
XSLPtime(Prob);
XSLPreadprob(Prob, "Matrrix1", "");
XSLPtime(Prob);
Further information
The current date and time are output in accordance with the current
settings from XSLPsetlogfile and any user message callback function.
Related topics
If you have any comments or suggestions about these pages,
please send mail to docs@dashoptimization.com.