Qoca: Difference between revisions
Appearance
Content deleted Content added
bold formatting title using AWB |
m Robot-assisted disambiguation: GPL |
||
Line 1: | Line 1: | ||
'''Qoca''' is a [[GPL]] library for incrementally solving systems of [[Linear programming|linear equations]] with various goal functions. It contains a robust implementation of Cassowary, 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]]. |
'''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, 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 04:48, 1 June 2006
Qoca is a GPL library for incrementally solving systems of linear equations with various goal functions. It contains a robust implementation of Cassowary, 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.