-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.3.0-incubating
-
Component/s: None
-
Labels:None
/** * 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.