Jump to content

Qoca: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Added link to Cassowary
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 [[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_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.