]> granicus.if.org Git - graphviz/commitdiff
Hook up IPSEPCOLA into GNU build process.
authorellson <devnull@localhost>
Fri, 28 Apr 2006 20:33:44 +0000 (20:33 +0000)
committerellson <devnull@localhost>
Fri, 28 Apr 2006 20:33:44 +0000 (20:33 +0000)
To enable use "./configure --with-ipsepcola"

Changes include minor C++ source changes to work with latest gcc
csolve_VPSC.cpp  - add "#include <cassert>"
constraint.h - remove classname prefix in declaration of slack()
variable.h - remove classname prefix in declaration of position()

lib/neatogen/mosek_quad_solve.c
lib/neatogen/mosek_quad_solve.h
lib/neatogen/opt_arrangement.c

index 60cd6c80e7ee9644c6f418b54b4b8c2a83069fbf..84bc51ed9221d400b082a4e1787b2863c7ca0ced 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ $Revision$ */
 /* vim:set shiftwidth=4 ts=8: */
 
 /**
index 920a1f677ee5bed50493f887ec5b813be8f269c2..37a35b2e38fbd5ca96581ad14a683494c3adf4fc 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ $Revision$ */
 /* vim:set shiftwidth=4 ts=8: */
 
 /**
index 79349c9200ac9276370929f29fee9980017278c9..b1a115cf79332ce8ee8e252f668d45373ced4148 100644 (file)
@@ -1,3 +1,6 @@
+/* $Id$ $Revision$ */
+/* vim:set shiftwidth=4 ts=8: */
+
 /**********************************************************
 *      This software is part of the graphviz package      *
 *                http://www.graphviz.org/                 *