https://github.com/cddlib/cddlib
An efficient implementation of the Double Description Method
https://github.com/cddlib/cddlib
library linear-programming mathematics polyhedra
Last synced: 3 months ago
JSON representation
An efficient implementation of the Double Description Method
- Host: GitHub
- URL: https://github.com/cddlib/cddlib
- Owner: cddlib
- License: gpl-2.0
- Created: 2018-04-22T20:50:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-09-11T15:05:30.000Z (5 months ago)
- Last Synced: 2025-10-21T20:57:00.711Z (3 months ago)
- Topics: library, linear-programming, mathematics, polyhedra
- Language: C
- Size: 7.08 MB
- Stars: 124
- Watchers: 6
- Forks: 32
- Open Issues: 22
-
Metadata Files:
- Readme: README.core2processor
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
To compile on Intel Core 2 (64 bit) processors running MacOSX,
you might need to add the compilation flags "-m64 -fast" by
./configure CFLAGS="-m64 -fast"
This may apply to other operating systems. Also, note that
this does not apply to 32 bit processors like
Intel Core processor.
Komei Fukuda
February 14, 2009