Registry / other / cddlib

cddlib

JSON →
library0.94nvcpkgunverified

C implementation of the Double Description Method

vcpkg install cddlib
INSTALL
IMPORT
SIG · CDDLIB
C
cddlib
othercppv0.94n
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cddlib/setoper.h
#include <cddlib/setoper.h>

Canonicalize a matrix using cddlib

#include <cddlib/setoper.h> #include <cddlib/cdd.h> int main() { dd_MatrixPtr M = dd_CreateMatrix(3, 2); // ... fill matrix dd_ErrorType err; dd_MatrixPtr G = dd_MatrixCanonicalize(M, &err); dd_FreeMatrix(M); dd_FreeMatrix(G); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.94nlatest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources

No resource links recorded.

cddlib — pip install cddlib · libregistry