summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-29A test I forgot to commit earlier.HEADmasterCarlo Zancanaro
2012-11-29Something something. A bit mre analysis stuff.Carlo Zancanaro
2012-11-28Ahhh! Lots of things.Carlo Zancanaro
2012-11-27Thesis and performance testing related stuff.Carlo Zancanaro
2012-11-27Use stdin to read the Template Constraint Matrix. Better for testing.Zancanaro; Carlo
2012-11-27Updated solver stuff. This really should have already been in here...Zancanaro; Carlo
2012-11-27A bunch more thesis stuff.Carlo Zancanaro
2012-11-26Forgot a tex file.Carlo Zancanaro
2012-11-26Thesis thesis thesis.Carlo Zancanaro
2012-11-26Merge branch 'master' of ssh://bitbucket.org/czan/honoursCarlo Zancanaro
2012-11-26A bunch more writing. Write write write.Carlo Zancanaro
2012-11-22A few fixes.Carlo Zancanaro
2012-11-21Some performance stuff for the solverCarlo Zancanaro
2012-11-21Thesis writing! Yum yum!Carlo Zancanaro
2012-11-21Bug fixes for stupid things.Carlo Zancanaro
2012-11-21Implementation stuff.Zancanaro; Carlo
2012-11-19Trying something a little different w/ background.Carlo Zancanaro
2012-11-19A few changes suggested by Bernhard.Carlo Zancanaro
2012-11-19Remove two things I'm not using.Carlo Zancanaro
2012-11-19Very simple little change to the lit review stuff.Carlo Zancanaro
2012-11-19Add some more contribution stuff. Proof?Carlo Zancanaro
2012-11-19Thesis stuff. Contribution & lit review.Carlo Zancanaro
2012-11-13Some more contribution fixing stuff.Carlo Zancanaro
2012-11-12Poster stuff.Carlo Zancanaro
2012-11-12A few minor changes to the presentation Makefile.Carlo Zancanaro
2012-11-12A few minor fixes to contribution.Carlo Zancanaro
2012-11-12Final presentation stuff. Slides and whatnot.Carlo Zancanaro
2012-11-09Work a bit more on contribution stuff.Carlo Zancanaro
2012-11-09A bunch of changes to make it build nicerCarlo Zancanaro
In particular: - fix up the MCF sovler to get rid of all the warnings/errors - make the build with Wall and Werror and whatnot again
2012-11-09Add an MCF operator to the separate solverCarlo Zancanaro
For the solver utility it'd be good to have MCF problems, so here they are! Format is: MCF<supplies, arcs>(cost*) Supplies is a [int,int,int,...], where each int represents a new node Arcs is [int:int, int:int, int:int, ...] where each int:int pair represents an edge from the first to the second (1 indexed from the "supplies" array). Costs is the argument to the function. There must be as many costs as arcs, and they are set from left to right, in order.
2012-11-08A few fixes to the MCF solver, and equation stuffZancanaro; Carlo
General work on the equation systems. Trying to get them to generate correctly with the MCF stuff. It's harder than it seems!
2012-11-08Contribution writing stuff.Carlo Zancanaro
2012-11-06Fix a minor typo.Carlo Zancanaro
2012-11-05A bunch of contribution writing, also fix the bib.Carlo Zancanaro
Fix up the bib style to use [1] style citations. Add a bunch of stuff to the contribution section.
2012-11-05Remove a bit of junk and fix up the logging again.Carlo Zancanaro
2012-11-02Change to using "touched" sets, and some writing.Carlo Zancanaro
2012-11-02Merge branch 'master' of ssh://bitbucket.org/czan/honoursCarlo Zancanaro
Conflicts: tex/thesis/contribution/contribution.tex
2012-11-02Add remote target in Makefile, and contributionCarlo Zancanaro
2012-11-01Merge branch 'master' of git@bitbucket.org:czan/honours into HEADZancanaro; Carlo
2012-11-01Fixing up some equation system stuff.Zancanaro; Carlo
Adding function arguments to the system, as well as making it slightly easier to read.
2012-11-01A bunch of fixes to the solver, and moving it in to clang.Zancanaro; Carlo
Also some contribution writing stuff. Basically: lots of work.
2012-10-31.Thomas Martin Gawlitza
2012-10-31Remove _var_influence and do some writeupCarlo Zancanaro
_var_influence was really just duplicating data that was available elsewhere, so I got rid of it. I also did some writing about the algorithm and stuff for the thesis.
2012-10-30Merge branch 'master' of ssh://bitbucket.org/czan/honoursCarlo Zancanaro
2012-10-30Commit some stuff to move between computers.Carlo Zancanaro
2012-10-30Merge branch 'master' of ssh://bitbucket.org/czan/honoursCarlo Zancanaro
Conflicts: impl/test/run
2012-10-27Output some timing information to stderr.Carlo Zancanaro
2012-10-27Don't show stderr in tests. That's just annoying.Carlo Zancanaro
2012-10-26Merge branch 'master' into new-devCarlo Zancanaro
2012-10-26Add some tests, and stuff.Carlo Zancanaro