a1ed2d22e6
efficiently solves systems of linear equalities and inequalities. Constraints may be either requirements or preferences. Client code specifies the constraints to be maintained, and the solver updates the constrained variables to have values that satisfy the constraints. A technical report is included in the distribution that describes the algorithm, interface, and implementation of the Cassowary solver. Additionally, the distribution contains toy sample applications written in Smalltalk, C++, Java, and Python, and a more complex example Java applet, the "Constraint Drawing Application". MAINTAINER= Peter Valchev <pvalchev@toxiclinux.org>
13 lines
379 B
Plaintext
13 lines
379 B
Plaintext
$OpenBSD: patch-docs_Makefile_in,v 1.1.1.1 2001/01/19 16:45:03 reinhard Exp $
|
|
--- docs/Makefile.in.orig Sun Mar 12 22:15:11 2000
|
|
+++ docs/Makefile.in Wed Jan 10 21:47:15 2001
|
|
@@ -94,7 +94,7 @@ VERSION = @VERSION@
|
|
YACC = @YACC@
|
|
cassoguiledir = @cassoguiledir@
|
|
|
|
-docdir = $(prefix)/doc
|
|
+docdir = $(prefix)/share/doc/cassowary
|
|
|
|
doc_DATA = cassowary-tr.pdf cassowary-tr.ps.gz
|
|
|