Skip to content

Commit 64a22f4

Browse files
committed
333
1 parent 63799df commit 64a22f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Karp.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Overview
55
--------
66
The **karp** module provides tools to solve and validate various NP-complete problems defined by Karp. The module is subdivided into three classes: **KarpGraphs**, **KarpSets**, and **KarpNumber**.
77

8-
This document focuses on the **KarpGraphs** class, which contains methods for solving graph-based problems, such as **graph coloring**, **vertex cover**, and **clique**. Among these, the `graph_coloring` method is detailed below.
8+
This document focuses on the KarpGraph class, which contains methods for solving graph-based problems, such as **graph coloring**, **vertex cover**, and **clique**. Among these, the ``graph_coloring`` method is detailed below.
99

1010
Class: ``KarpGraphs``
1111
---------------------
1212

13-
### Method: ``graph_coloring``
13+
Method: ``graph_coloring``
1414
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1515
This method sets up and optionally solves the graph coloring problem for a given input graph and number of colors.
1616

0 commit comments

Comments
 (0)