Initializing help system before first use

XSLPtime

XSLPtime


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