| 概述 | 组 | 树 | 图形 | 不推荐 | 索引 | 概念 |
The function ilcpo_fail_stop_here is useful when you are running a CP Optimizer program from a debugger, such as dbx: you can stop the execution on failures. 您可以为函数 "ilcpo_fail_stop_here设置一个断点,以便在每次失败后停止程序。 你可以这样做
(dbx) 在 ilcpo_fail_stop_here 停止
在某些平台上,您可能需要在函数名称前加上下划线,如下所示: _ilcpo_fail_stop_here.
更多信息,请参见概念 "CP 优化器故障。