You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="n">handle_error</span><spanclass="p">(</span><spanclass="n">logger</span><spanclass="o">=</span><spanclass="bp">self</span><spanclass="o">.</span><spanclass="n">model</span><spanclass="p">,</span><spanclass="n">error</span><spanclass="o">=</span><spanclass="s2">"raise"</span><spanclass="p">,</span><spanclass="n">msg</span><spanclass="o">=</span><spanclass="s2">"Cut type does not exist"</span><spanclass="p">)</span></div>
<trclass="field-odd field"><thclass="field-name">Returns:</th><tdclass="field-body">the number of cuts under the form of a dict(type -> number).</td>
427
+
<trclass="field-odd field"><thclass="field-name">Returns:</th><tdclass="field-body">the number of cuts under the form of a dict(type -> number). Empty dict if CPLEX is not present.</td>
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>cut_type</strong> – a cut type.</td>
460
460
</tr>
461
-
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body">the number of cuts associated to this type of cut.</td>
461
+
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body">the number of cuts associated to this type of cut. 0 if CPLEX is not present</td>
0 commit comments