Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: class IntVarFilteredDecisionBuilder
Note: This documentation is automatically generated.
Generic filter-based decision builder using an IntVarFilteredHeuristic.
TODO(user): Eventually move this to the core CP solver library
when the code is mature enough.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[null,null,["Last updated 2024-08-06 UTC."],[],["The `IntVarFilteredDecisionBuilder` class uses an `IntVarFilteredHeuristic` for decision-making. It has a constructor that takes a `IntVarFilteredHeuristic` pointer. Key methods include `Next`, which returns a `Decision*` for a given `Solver*`, and `DebugString`, which returns a string. Additionally, `number_of_decisions` and `number_of_rejects` provide statistics from the heuristic. This class is part of a filter-based approach to decision-building. There is also a destructor: `~IntVarFilteredDecisionBuilder`\n"],null,[]]