Skip to content
Snippets Groups Projects

Fix typo, improve debuggung

Merged Enna Gerhard requested to merge mce into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -28,7 +28,7 @@ import java.util.Set;
* Calls a native MCE solver on an undirected graph instance.
* The solver is expected to be an executable binary called mce_solver in the working directory.
*/
public class NativeMaximumCliqueEnnumerationSolver {
public class NativeMaximumCliqueEnumerationSolver {
private GetUndirectedGraph getUndirectedGraph = new GetUndirectedGraph();
Loading