Skip to content

Commit

Permalink
Merge branch 'main' of github.com:daffidwilde/matching into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daffidwilde committed Jul 5, 2020
2 parents 9ca5729 + 8fb9f89 commit 5d7f605
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ classes to represent the roles of ``Hospital``, ``Project`` and ``Supervisor``.
Consider the following instance of SM which is represented on a bipartite graph
where the suitors and reviewers are along the left and right respectively.

.. image:: ./img/stable_marriage.png
.. image:: ./tex/stable_marriage.png
:align: center
:width: 10cm

Expand Down
Binary file removed img/hospital_resident.png
Binary file not shown.
Binary file removed img/sm_matching.pdf
Binary file not shown.
Binary file removed img/sm_stable.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion tex/hospital_resident.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\documentclass[border=5pt,convert={outfile=../img/\jobname.png}]{standalone}
\documentclass[border=5pt,convert={outfile=\jobname.png}]{standalone}

\usepackage{tikz}

Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion tex/stable_marriage.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\documentclass[border=5pt,convert={outfile=../img/\jobname.png}]{standalone}
\documentclass[border=5pt,convert={outfile=\jobname.png}]{standalone}

\usepackage{tikz}

Expand Down

0 comments on commit 5d7f605

Please sign in to comment.