]> git.tdb.fi Git - libs/gltk.git/commit
Make LinearProgram robust against degenerate solutions
authorMikko Rasa <tdb@tdb.fi>
Tue, 27 Nov 2012 21:43:34 +0000 (23:43 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 27 Nov 2012 21:49:27 +0000 (23:49 +0200)
commit2ea95d42a147747c79cade5c9b7f299d47367be7
tree5ce1ddb9529d84d78740f912ac492a129dbf29c7
parent26364157167e38a93d93c7912769d4362c52d387
Make LinearProgram robust against degenerate solutions

If the container is exactly the size required by the widgets, there will
be redundant equations, which causes a degeneracy in the phase 1 solution.
source/layout.cpp