CoolFace
Apppublic

gofeco/support

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
api.set_solver_timeout.txt11 linesDownload Raw Back to src_en
1<h3 id='___set_solver_timeout'>set_solver_timeout</h3>2<pre>Set time out for solver3<b>Usage:</b> set_solver_timeout($time_in_seconds);4$time_in_seconds: An integer number in seconds5 6<b>Examples:</b>7 8#1. Set solver time out to ~10 hours9set_solver_timeout(36000);10 11</pre>