Skip to content
Snippets Groups Projects
Commit 8c6cd1b4 authored by Daniel Le Berre's avatar Daniel Le Berre
Browse files

Added new solver ResolutionSimplificationsPB24 to check support for clause simplification

parent 2422303f
No related branches found
No related tags found
No related merge requests found
Pipeline #35771 canceled
......@@ -1295,4 +1295,8 @@ public final class SolverFactory extends ASolverFactory<IPBSolver> {
return resolution;
}
public static IPBSolver newResolutionSimplificationsPB24() {
return newResolution();
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment