Complementary C++ API to std::vector<>. Easy deployment of several heuristics using std::vector<>
C++17 compiler or newer.
mkdir build
cd build
cmake ..
make install
After the installation the shared libs will be located at /usr/local/lib/std_vector_complement. The headers files will be located at /usr/local/include/std_vector_complement
After compilation, just run:
./example_node
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
