Skip to content

Commit

Permalink
333
Browse files Browse the repository at this point in the history
  • Loading branch information
petarpetrovv committed Nov 22, 2024
1 parent 63799df commit 64a22f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Karp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Overview
--------
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**.

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.
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.

Class: ``KarpGraphs``
---------------------

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

Expand Down

0 comments on commit 64a22f4

Please sign in to comment.