Skip to content

Commit

Permalink
Adding index info into Q matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
joelgdwave committed Apr 28, 2020
1 parent 0f4cf35 commit 87f8905
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ Some notes on the code:
(0, 0) (0, 1) (0, 2)... (0, D) (1, 0) (1, 1)... (1, D)

* The methods ``get_index`` and ``get_nurse_and_day`` are used to
convert between (``nurse``, ``day``) tuples and the composite indices.
convert back and forth between (``nurse``, ``day``) tuples and the
composite indices.

* The three constraint sums are separated out in order to be able to
confirm the individual effects manually. For example, if a nurse was
Expand Down

0 comments on commit 87f8905

Please sign in to comment.