Jump to content

Qoca: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Initial write up
 
 
(18 intermediate revisions by 16 users not shown)
Line 1: Line 1:
{{unreferenced|date=May 2016}}
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++ and a Java version, and provides language bindings for python and Perl.
{{notability|date=May 2016}}

'''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|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 (programming language)|Java]] version, and provides language bindings for [[Python (programming language)|Python]] and [[Perl]].


==External links==
==External links==
* [http://www.csse.monash.edu.au/projects/qoca/ project page]
* [http://www.csse.monash.edu.au/projects/qoca/ project page]

The CVS host listed on the download page no longer exists.
The sources no longer compile out of the box (2013).
Perhaps this 2003 software is unmaintained today.

[[Category:C (programming language) libraries]]
[[Category:Java (programming language) libraries]]

{{compu-library-stub}}
{{science-software-stub}}

Latest revision as of 20:56, 21 September 2020

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.

[edit]

The CVS host listed on the download page no longer exists. The sources no longer compile out of the box (2013). Perhaps this 2003 software is unmaintained today.