Colored Abstract Simplicial Complex (CASC) Library
CASC is a modern and header-only C++ library which provides a data structure to represent arbitrary dimension abstract simplicial complexes with user-defined classes stored directly on the simplices at each dimension. This is achieved by taking advantage of the combinatorial nature of simplicial complexes and new C++ code features such as: variadic templates and automatic function return type deduction. Essentially CASC stores the full topology of the complex according to a Hasse diagram. The representation of the topology is decoupled from interactions of user data through the use of metatemplate programming.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.0.5-16.fc42 | - |
Fedora 41 | 1.0.5-15.fc41 | - |
Fedora 40 | 1.0.5-13.fc40 | - |
Fedora 39 | 1.0.5-11.fc39 | - |
Fedora EPEL 9 | 1.0.5-1.el9 | - |
Fedora EPEL 10.0 | 1.0.5-15.el10_0 | - |
You can contact the maintainers of this package via email at
casc dash maintainers at fedoraproject dot org
.