pkgsrc-wip/cddlib/PLIST

124 lines
4.0 KiB
Plaintext
Raw Permalink Normal View History

@comment $NetBSD$
bin/adjacency
bin/adjacency_gmp
bin/allfaces
bin/allfaces_gmp
bin/cddexec
bin/cddexec_gmp
bin/fourier
bin/fourier_gmp
bin/lcdd
bin/lcdd_gmp
bin/projection
bin/projection_gmp
bin/redcheck
bin/redcheck_gmp
bin/scdd
bin/scdd_gmp
bin/testcdd1
bin/testcdd1_gmp
bin/testcdd2
bin/testcdd2_gmp
bin/testlp1
bin/testlp1_gmp
bin/testlp2
bin/testlp2_gmp
bin/testlp3
bin/testlp3_gmp
bin/testshoot
bin/testshoot_gmp
include/cdd.h
include/cdd_f.h
include/cddmp.h
include/cddmp_f.h
include/cddtypes.h
include/cddtypes_f.h
include/setoper.h
include/splitmix64.h
Update *** libcdd version (date) / changes *** Version 094g (March 23, 2012) / - Thanks to both Anders Jensen and Mathieu Dutour a few memory leaks in cddlib.c and cddlp.c have been fixed. Also, some patches sent by Jerry James have been applied. These were for making the library shared and more compatible for C++ compilers. Version 094f (February 7, 2008) / - Thanks to Sven Verdoolaege's fixes, the "configure" script now uses "gcc" as the default compiler, rather than "g++" in earlier releases, and the libraries can be linked properly with both C and C++ programs. Version 094e (January 27, 2008) / - A bug of reporting a wrong (sign) certificate of an infeasible LP is fixed. This bug reported by Charles Geyer, occurs if the exact GMP version of the dd_LPSolve is used with minimization. A bug of reporting infeasibility of a feasible LP with column non-full rank LP is fixed. This bug was reported by Sven Verdoolaege. Version 094d (February 12, 2007) / - A bug of reporting a wrong unbounded direction vector of a dual inconsistent LP is fixed. This bug occurs only if the exact GMP version of the dd_LPSolve is used. For example, this error may occur in scdd_gmp. This error was reported by Lars Schewe. Version 094c (April 23, 2006) / - A bug for reading a rational number of length longer than 255 characters have been fixed. This was reported by Ruriko Yoshida. Now the longest number is controlled by dd_wordlenmax defined in cddtypes.h . The longest line is also controlled by dd_linelenmax . These are currently fixed to 1024 and 4096. Larger numbers and lines can be handled by modifying these numbers and recompilation. Version 094b (August 25, 2005) / - A bug for the representation conversion, reported by Michal Kvasnica, was fixed. The earlier 094* versions prematurely terminate the conversion when the number of rows is equal to the number of columns in the input. This means the earlier 094* do not compute correctly for simplices, for example. Version 094a (August 24, 2005) / - A bug of dd_LPSolve is fixed. This bug, reported by Dima Pasechnik, due to a mishandling of cycling of LP algorithms, is fixed. Version 094 (August 4, 2005) / - dd_MatrixCanonicalize has been added. This reduces matrix M to a minimal representation by computing all implicit linearity rows and all redundant rows. It applies lexicographic sorting of rows to remove duplicates before applying redundancy removal. This function combines the two computations together in more efficient manner than before. See the new redcheck.c for its use. Several basic operations for matrices have been added, such as dd_MatrixRowsRemove and dd_MatrixRowsRemove2. The representation conversion dd_DDMatrix2Poly now handles the empty H-polyhedra properly, by calling an LP-based emptiness checker before running the double description algorithm. New functions finding specific points in H-polyhedra are added. dd_ExistsRestrictedFace is a general inequality system solver with specified equations, inequalities and strict inequalities. dd_FindRelativeInterior finds a point in the relative interior of a polyhedron. Version 093d (February 27, 2005) / - The problem of outputting the running log has been corrected. This problem and a solution was communicated by Charles Geyer. Now, a new global dd_boolean variable dd_log (= dd_FALSE by default) controls log output. An scdd/lcdd bug of terminating with segmentation fault when an input polyhedron is numerically delicate has been corrected. This bug was reported by Stefan Volkwein. Version 093c (December 26, 2003) / - A bug of Phase I of the dual simplex method in floating-point arithmetics is fixed. The problem (bus error) occurred when input data is not appropriate for floating-point arithmetics. The problem occurrs even for the GMP executables as the exact LP solver first tries to detect the terminal basis with float-point arithmetics. Version 093b (November 10, 2003) / - The nonterminating problem of the LP solver has been fixed. This was due to a cycling of the criss-cross method in floating-point arithmetics, that is extremely rare. Also, the phase I of the dual simplex method has been modified. The auxiliary LP is perhaps less likely to be degenerate. Version 093a (Augst 11, 2003) / - The LP basis finding procedure dd_FindLPBasis2 has been updated. The functions dd_Matrix2WeakAdjacency, dd_SRedundant and dd_SRedundantRows are added. The manual has been updated. Version 093 (July 18, 2003) / - dd_LPSolve with GMP now runs fisrt with floating point arithmetics and checks with GMP the correctness of the result. New functions dd_Matrix2Adjacency, dd_FourierElimination, dd_BlockElimination, dd_DDMatrix2Poly2 are added. Some minor memory leak problems are fixed. (Thanks to the excellent memory debugger valgrind on linux.)
2015-01-31 20:03:00 +00:00
lib/libcdd.la
lib/libcddgmp.la
share/doc/cddlib/cddlibman.dvi
share/doc/cddlib/cddlibman.pdf
share/doc/cddlib/cddlibman.ps
share/doc/cddlib/examples-ext/ccc4.ext
share/doc/cddlib/examples-ext/ccc5.ext
share/doc/cddlib/examples-ext/ccc6.ext
share/doc/cddlib/examples-ext/ccp4.ext
share/doc/cddlib/examples-ext/ccp5.ext
share/doc/cddlib/examples-ext/ccp6.ext
share/doc/cddlib/examples-ext/cyclic10-4.ext
share/doc/cddlib/examples-ext/cyclic12-6.ext
share/doc/cddlib/examples-ext/cyclic14-8.ext
share/doc/cddlib/examples-ext/cyclic16-10.ext
share/doc/cddlib/examples-ext/irbox20-4.ext
share/doc/cddlib/examples-ext/irbox200-4.ext
share/doc/cddlib/examples-ext/prodst62.ext
share/doc/cddlib/examples-ext/reg24-5.ext
share/doc/cddlib/examples-ext/reg600-5.ext
share/doc/cddlib/examples-ine/allzero.ine
share/doc/cddlib/examples-ine/cross10.ine
share/doc/cddlib/examples-ine/cross12.ine
share/doc/cddlib/examples-ine/cross6.ine
share/doc/cddlib/examples-ine/cross8.ine
share/doc/cddlib/examples-ine/cube10.ine
share/doc/cddlib/examples-ine/cube12.ine
share/doc/cddlib/examples-ine/cube6.ine
share/doc/cddlib/examples-ine/cube8.ine
share/doc/cddlib/examples-ine/cubocta.ine
share/doc/cddlib/examples-ine/ex1.ine
share/doc/cddlib/examples-ine/infeas.ine
share/doc/cddlib/examples-ine/integralpoints.ine
share/doc/cddlib/examples-ine/kkd18_4.ine
share/doc/cddlib/examples-ine/kkd27_5.ine
share/doc/cddlib/examples-ine/kkd38_6.ine
share/doc/cddlib/examples-ine/nonfull.ine
share/doc/cddlib/examples-ine/origin.ine
share/doc/cddlib/examples-ine/reg24-5.ine
share/doc/cddlib/examples-ine/sampleh1.ine
share/doc/cddlib/examples-ine/sampleh2.ine
share/doc/cddlib/examples-ine/sampleh3.ine
share/doc/cddlib/examples-ine/sampleh4.ine
share/doc/cddlib/examples-ine/sampleh5.ine
share/doc/cddlib/examples-ine/sampleh6.ine
share/doc/cddlib/examples-ine/sampleh7.ine
share/doc/cddlib/examples-ine/sampleh8.ine
share/doc/cddlib/examples-ine/samplelp.ine
share/doc/cddlib/examples-ine/samplelp1.ine
share/doc/cddlib/examples-ine/samplelp2.ine
share/doc/cddlib/examples-ine/samplelp3.ine
share/doc/cddlib/examples-ine/samplelp4.ine
share/doc/cddlib/examples-ine3d/cube3.ine
share/doc/cddlib/examples-ine3d/cubocta.ine
share/doc/cddlib/examples-ine3d/dodeca.ine
share/doc/cddlib/examples-ine3d/grcubocta.ine
share/doc/cddlib/examples-ine3d/hexocta.ine
share/doc/cddlib/examples-ine3d/icododeca.ine
share/doc/cddlib/examples-ine3d/rcubocta.ine
share/doc/cddlib/examples-ine3d/rhomtria.ine
share/doc/cddlib/examples/project1.ine
share/doc/cddlib/examples/project1res.ine
share/doc/cddlib/examples/project2.ine
share/doc/cddlib/examples/project2res.ine
share/doc/cddlib/examples/redcheck.ext
share/doc/cddlib/examples/sample.ine
share/doc/cddlib/examples/sampleh1.ine
share/doc/cddlib/examples/sampleh2.ine
share/doc/cddlib/examples/sampleh3.ine
share/doc/cddlib/examples/sampleh4.ine
share/doc/cddlib/examples/sampleh5.ine
share/doc/cddlib/examples/sampleh6.ine
share/doc/cddlib/examples/sampleh7.ine
share/doc/cddlib/examples/sampleh8.ine
share/doc/cddlib/examples/samplelp.ine
share/doc/cddlib/examples/samplelp.testlp1_gmp_output
share/doc/cddlib/examples/samplelp.testlp1_output
share/doc/cddlib/examples/samplelp1.ine
share/doc/cddlib/examples/samplelp2.ine
share/doc/cddlib/examples/samplelp3.ine
share/doc/cddlib/examples/samplelp4.ine
share/doc/cddlib/examples/samplelp_big.ine
share/doc/cddlib/examples/samplelp_big_dualinfeas.ine
share/doc/cddlib/examples/samplev1.ext
share/doc/cddlib/examples/samplev2.ext
share/doc/cddlib/examples/samplev3.ext