Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
Description
/** * If true, the planner keeps applying rules as long as they continue to * reduce the cost. If false, the planner terminates as soon as it has found * any implementation, no matter how expensive. The default is false due to * unresolved bugs with various rules. */ protected boolean ambitious = true;
The default is false due to unresolved bugs with various rules seems inconsistent with ambitious = true.