https://github.com/thewisker/cset
A c++ library for set theory operations on std::vector
https://github.com/thewisker/cset
cpp library math set vector
Last synced: 9 months ago
JSON representation
A c++ library for set theory operations on std::vector
- Host: GitHub
- URL: https://github.com/thewisker/cset
- Owner: TheWisker
- License: gpl-3.0
- Created: 2023-01-17T21:39:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T10:37:04.000Z (over 3 years ago)
- Last Synced: 2025-02-25T03:31:45.005Z (over 1 year ago)
- Topics: cpp, library, math, set, vector
- Language: C++
- Homepage: https://thewisker.github.io/CSet
- Size: 8.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
C++ Set Theory Library
Library for set theory operation on std::vector
Introdution
This is a simple project that aims to provide some simple and fast methods for working with mathematical sets on std::vectors.
At the moment it only includes a handful of functions in the set namespace. The library may be expanded at a future time depending on my needs.
Documentation
https://thewisker.github.io/CSet
Author
TheWisker