19 virtual bool canHandle(
const fs::path& path)
const override {
Adapts the SMTRAT solver for OPB files.
virtual bool canHandle(const fs::path &path) const override
Only handles .opb files.
SMTRAT_OPB(const fs::path &binary, const std::string &arguments)
Adds "-opb" to instruct SMT-RAT to parse .opb files.
Tool wrapper for SMT-RAT for SMT-LIB.
bool is_extension(const std::filesystem::path &path, const std::string &extension)
Checks whether the extension of the filename is as specified.