summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qsimplex_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Converting from double to qreal in guimread2011-10-101-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* QGAL: Avoid false assertions due to floating point precision errorsEduardo M. Fleury2009-11-041-1/+1
* QGAL (QSimplex): Add constraints simplificationEduardo M. Fleury2009-10-261-2/+94
* QGAL (QSimplex): Make deep copy of constraints inside QSimplexEduardo M. Fleury2009-10-261-4/+11
* Cosmetic fixes to the previous patches.Jan-Arve Sæther2009-10-071-2/+2
* QSimplex: Remove overly conservative assertionEduardo M. Fleury2009-10-061-18/+6
* Doc fix.Alexis Menard2009-10-051-0/+30
* Dont generate public docs for QSimplex.Jan-Arve Sæther2009-09-291-0/+4
* Use qDebug() instead of printf() when dumping the simplex matrix.Jan-Arve Sæther2009-09-251-12/+10
* QGraphicsAnchorLayout: Fix bug where simplex would return wrong resultsEduardo M. Fleury2009-09-251-0/+38
* QSimplex: Add class and methods documentationEduardo M. Fleury2009-09-251-5/+108
* 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-221-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