diff options
author | Zancanaro; Carlo <czan8762@plang3.cs.usyd.edu.au> | 2012-11-08 19:37:59 +1100 |
---|---|---|
committer | Zancanaro; Carlo <czan8762@plang3.cs.usyd.edu.au> | 2012-11-08 19:37:59 +1100 |
commit | 1e907d883191571b5c374fd1c3b2f6c1fe11da83 (patch) | |
tree | 8faa72279b2ac8221b683f489840e89001494b04 /tex/thesis | |
parent | 6a15c4a790d35d1468f31209267be22ab437742a (diff) |
A few fixes to the MCF solver, and equation stuff
General work on the equation systems. Trying to get them to generate
correctly with the MCF stuff. It's harder than it seems!
Diffstat (limited to 'tex/thesis')
-rw-r--r-- | tex/thesis/references.bib | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tex/thesis/references.bib b/tex/thesis/references.bib index a7929fe..a68e126 100644 --- a/tex/thesis/references.bib +++ b/tex/thesis/references.bib @@ -141,4 +141,12 @@ url = {http://www2.in.tum.de/~seidl/Courses/WS2011/Optimierung/all2011.pdf}, urldate = {2012-11-04}, year = {2011} -}
\ No newline at end of file +} +@article{Rice, + author = {H. Rice}, + title = {Classes of Recursively Enumerable Sets and their + Decision problems}, + year = {1953}, + journal = {Transactions of the American Mathematical Society}, + volume = {83} +} |