/CSet

A c++ library for set theory operations on std::vector

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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