// (C) 2018 University of Bristol. See License.txt /* * cnc-offline.cpp * */ #include "FHEOffline/CutAndChooseMachine.h" int main(int argc, const char** argv) { CutAndChooseMachine(argc, argv).run(); return 0; }