#pragma once const int TERMINATE_TAG = 0; const int SOLVED_REPORT_TAG = 1; const int MODEL_REPORT_TAG = 2; const int START_TAG = 3; const int SHARE_CLAUSES_TAG = 4;