| 概述 | 组 | 树 | 图形 | 不推荐 | 索引 | 概念 |
CP 优化器提供了一种枚举算法,可以设置参数来选择在寻找解决方案过程中尝试变量的顺序。 That enumeration algorithm is implemented by the functions IlcBestGenerate and IlcGenerate.
该目标将参数 "array中的每个受限变量绑定在一起,并为每个变量调用函数 "IlcBestInstantiate。 变量的固定顺序由函数 "chooseIndex控制。 如果提供了参数 "select,则每次调用 "IlcBestInstantiate时都会传递该参数。
This goal differs from IlcGenerate since it calls IlcBestInstantiate which tries only one value.
另请参阅:
IlcBestInstantiate, IlcGenerate, IlcGoal, IlcIntSelect