This is a sample project for showcasing how optimization can be performed in Python using Artemis
Build:
make && make compile
Run Main:
./build/src/main
Run Unit Tests:
./build/tests/tests [test]
Run Benchmarking:
./build/tests/tests [benchmark]
For more advanced settings, run cmake directly.