#pragma once #include EXTERN_C API bool execute_solver(); EXTERN_C API void clear_statistics(); EXTERN_C API void print_statistics();