public final class HeuristicAssertionModule extends Object implements SolverComponent
Constructor and Description |
---|
HeuristicAssertionModule(ActivityModule activity) |
Modifier and Type | Method and Description |
---|---|
int |
findNextVar()
this is the main heuristic function, which tries to guess which
literal is the most interesting to set now.
|
void |
initialize(Core core)
initializes the component with the given solver.
|
public HeuristicAssertionModule(ActivityModule activity)
public int findNextVar()
public void initialize(Core core)
SolverComponent
initialize
in interface SolverComponent
core
- core component to initializeCopyright © 2022. All rights reserved.