Skip to content

Commit 5d7f605

Browse files
committed
Merge branch 'main' of github.com:daffidwilde/matching into main
2 parents 9ca5729 + 8fb9f89 commit 5d7f605

7 files changed

+3
-3
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ classes to represent the roles of ``Hospital``, ``Project`` and ``Supervisor``.
6969
Consider the following instance of SM which is represented on a bipartite graph
7070
where the suitors and reviewers are along the left and right respectively.
7171

72-
.. image:: ./img/stable_marriage.png
72+
.. image:: ./tex/stable_marriage.png
7373
:align: center
7474
:width: 10cm
7575

img/hospital_resident.png

-19.4 KB
Binary file not shown.

img/sm_matching.pdf

-19.3 KB
Binary file not shown.

img/sm_stable.pdf

-19.4 KB
Binary file not shown.

tex/hospital_resident.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\documentclass[border=5pt,convert={outfile=../img/\jobname.png}]{standalone}
1+
\documentclass[border=5pt,convert={outfile=\jobname.png}]{standalone}
22

33
\usepackage{tikz}
44

File renamed without changes.

tex/stable_marriage.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\documentclass[border=5pt,convert={outfile=../img/\jobname.png}]{standalone}
1+
\documentclass[border=5pt,convert={outfile=\jobname.png}]{standalone}
22

33
\usepackage{tikz}
44

0 commit comments

Comments
 (0)