Qoca: Difference between revisions
Appearance
Content deleted Content added
Jvermeulen (talk | contribs) Added link to Cassowary |
Jvermeulen (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
'''Qoca''' is a [[GNU General Public License|GPL]] library for incrementally solving systems of [[Linear programming|linear equations]] with various goal functions. It contains a robust implementation of [[ |
'''Qoca''' is a [[GNU General Public License|GPL]] library for incrementally solving systems of [[Linear programming|linear equations]] with various goal functions. It contains a robust implementation of [[Cassowary_constraint_solver]], a popular linear programming algorithm for handling [[Manhattan distance|manhattan]] goal functions. It is used in several free software projects and is maintained at [[Monash University]]. It is available in a C++ or a Java version, and provides language bindings for [[Python programming language|Python]] and [[Perl]]. |
||
==External links== |
==External links== |
Revision as of 09:34, 14 July 2006
Qoca is a GPL library for incrementally solving systems of linear equations with various goal functions. It contains a robust implementation of Cassowary_constraint_solver, a popular linear programming algorithm for handling manhattan goal functions. It is used in several free software projects and is maintained at Monash University. It is available in a C++ or a Java version, and provides language bindings for Python and Perl.