#ifndef __ANTHEM__INTEGER_VARIABLE_DETECTION_H #define __ANTHEM__INTEGER_VARIABLE_DETECTION_H #include #include namespace anthem { //////////////////////////////////////////////////////////////////////////////////////////////////// // // IntegerVariableDetection // //////////////////////////////////////////////////////////////////////////////////////////////////// void detectIntegerVariables(std::vector &completedFormulas); //////////////////////////////////////////////////////////////////////////////////////////////////// } #endif