Skip to content

Commit

Permalink
Undo changes to WMMSolver
Browse files Browse the repository at this point in the history
Signed-off-by: Tianrui Zheng <tianrui.zheng@huawei.com>
  • Loading branch information
Tianrui Zheng committed Nov 25, 2024
1 parent c7bf4ca commit b15398c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private WMMSolver(RefinementModel refinementModel, Context analysisContext, Exec
}

public static WMMSolver withContext(RefinementModel refinementModel, EncodingContext context,
Context analysisContext, Configuration config) throws InvalidConfigurationException {
Context analysisContext, Configuration config) throws InvalidConfigurationException {
final var solver = new WMMSolver(refinementModel, analysisContext, ExecutionModel.withContext(context));
config.inject(solver.reasoner);
return solver;
Expand Down

0 comments on commit b15398c

Please sign in to comment.