C++ Reference: class IntegerSearchHelper
Note: This documentation is automatically generated.
An helper class to share the code used by the different kind of search.Method | |
---|---|
BeforeTakingDecision | Return type: Executes some code before a new decision. Returns false if model is UNSAT. |
GetDecision | Return type: Arguments: Calls the decision heuristics and extract a non-fixed literal. Note that we do not want to copy the function here. |
IntegerSearchHelper | Return type: Arguments: |
TakeDecision | Return type: Arguments: Tries to take the current decision, this might backjump. Returns false if the model is UNSAT. |