12#ifndef MCRL2_DATA_DETAIL_PROVER_SOLVER_TYPE_H
13#define MCRL2_DATA_DETAIL_PROVER_SOLVER_TYPE_H
53 is.setstate(std::ios_base::failbit);
Standard exception class for reporting runtime errors.
Exception classes for use in libraries and tools.
smt_solver_type
The enumeration type smt_solver_type enumerates all available SMT solvers.
std::string print_solver_type(const smt_solver_type s)
standard conversion from solver type to string
std::istream & operator>>(std::istream &is, smt_solver_type &s)
standard conversion from stream to solver type
std::string description(const smt_solver_type s)
description of solver type
std::ostream & operator<<(std::ostream &os, smt_solver_type s)
standard conversion from solvert type to stream
smt_solver_type parse_solver_type(const std::string &s)
standard conversion from string to solver type
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...