summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qsimplex_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement hasConflicts().Jan-Arve Sæther2009-09-171-4/+5
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* fix warnings on Windows CEJoerg Bornemann2009-08-261-1/+1
* Add missing license headers and header guards.Jason McDonald2009-08-211-0/+41
* make the new anchor layout code compile with namespaceshjk2009-08-211-1/+4
* Fix typo: feaseable => feasibleJan-Arve Sæther2009-07-221-1/+1
* QSimplex: Skip x = x + y*0.0Anselmo Lacerda S. de Melo2009-07-221-1/+7
* QSimplex: new method solver, avoinding code replicationAnselmo Lacerda S. de Melo2009-07-221-18/+16
* QGraphicsAnchorLayout: Fix memory management issue in QSimplex solverEduardo M. Fleury2009-07-221-1/+1
* QSimplex: Adding the Simplex solver for linear systemsJesus Sanchez-Palencia2009-07-221-0/+364