Skip to content
Snippets Groups Projects
Commit b005356f authored by Jakub Janák's avatar Jakub Janák
Browse files

just ` added for right rendering on github

parent 035aea65
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ $` N = \{v_1, v_2, \dots, v_n\} `$ is a set of nodes,
$` E = \{e_1, e_2, \dots, e_n\} `$ is a set of edges,
$` w: E \to \mathbb{R}^+ `$ is a weight function, returning the weight of an edge.
An alternative definition for set $ E $ is that it is a relation on a set of nodes $` E \subseteq N \times N `$.
An alternative definition for set $` E `$ is that it is a relation on a set of nodes $` E \subseteq N \times N `$.
Then the weight function would be defined as $` w: N \times N \to \mathbb{R}^+ `$ or $` w: (v_i, v_j) \to \mathbb{R}^+ `$ where $` v_i, v_j \in N `$.
The goal is to find a Hamiltonian cycle $` H \subseteq E `$ such that:
......
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