Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PFischbeck authored Aug 3, 2021
1 parent 3db9359 commit 0befb86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# KaPoCE - An Exact and Heuristic Solver for the Cluster Editing Problem

The **Ka**rlsuhe and **Po**tsdam **C**luster **E**diting framework is a software for
The **Ka**rlsruhe and **Po**tsdam **C**luster **E**diting framework is a software for
solving the cluster editing problem. The cluster editing problem is to transform an input graph into a cluster graph (a disjoint union of complete graphs) by performing a minimum number of edge editing operations. An edit operation can be either adding a new edge or removing an existing edge.
This repository provides an exact and heuristic solver for the cluster editing problem.
For a detailed overview of techniques used in our solvers, we refer to the following resources:
Expand Down Expand Up @@ -77,4 +77,4 @@ Prepare CMake submission for optil.io with
[cmake]: http://www.cmake.org/ "CMake tool"
[Boost.Program_options]: http://www.boost.org/doc/libs/1_58_0/doc/html/program_options.html
[heuristic_description]: http://algo2.iti.kit.edu/heuer/kapoce/kapoce_heuristic.pdf "Heuristic Solver Description"
[exact_description]: http://algo2.iti.kit.edu/heuer/kapoce/kapoce_exact.pdf "Exact Solver Description"
[exact_description]: http://algo2.iti.kit.edu/heuer/kapoce/kapoce_exact.pdf "Exact Solver Description"

0 comments on commit 0befb86

Please sign in to comment.