]> git.tdb.fi Git - libs/gltk.git/commit
Improve comments of the Layout class
authorMikko Rasa <tdb@tdb.fi>
Mon, 26 Nov 2012 18:20:00 +0000 (20:20 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 26 Nov 2012 18:27:56 +0000 (20:27 +0200)
commit6549eff66171d53be91ea7ba3f23339812ef6cad
tree107705bfa1443ba970ffcea44115067575569cfc
parent411a387be30f4fc25e0ce8924fb115b5863356f1
Improve comments of the Layout class

Add some code comments to describe how the constraints are built and how
the different parts of the simplex method work.  They don't entirely
explain the algorithm, but should help understanding the code.

Minor fixes to the documentation.
source/layout.cpp
source/layout.h