Skip to content
Snippets Groups Projects
Commit c1947126 authored by Paul A. Rubin's avatar Paul A. Rubin
Browse files

Fixed typo in comment.

parent 6ef54954
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,7 @@ record Merger(int first, int second, double change) { }
public final class GreedyConstruction {
private final List<Collection<Integer>> clusters; // list of clusters
private final Problem problem; // problem to solve
private final int maxSize; // maximum problem size
private final int maxSize; // maximum cluster size
/**
* Constructs the heuristic instance and solves it.
......
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