Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
storm::dft::modelchecker::Implies Class Reference
Inheritance diagram for storm::dft::modelchecker::Implies:
Collaboration diagram for storm::dft::modelchecker::Implies:

Public Member Functions

 Implies (std::shared_ptr< SmtConstraint > l, std::shared_ptr< SmtConstraint > r)
 
std::string toSmtlib2 (std::vector< std::string > const &varNames) const override
 Generate a string describing the constraint in Smtlib2 format.
 
storm::expressions::Expression toExpression (std::vector< std::string > const &varNames, std::shared_ptr< storm::expressions::ExpressionManager > manager) const override
 Generate an expression describing the constraint in Storm format.
 
- Public Member Functions inherited from storm::dft::modelchecker::SmtConstraint
virtual ~SmtConstraint ()
 
virtual std::string description () const
 
void setDescription (std::string const &descr)
 

Detailed Description

Definition at line 194 of file SmtConstraint.cpp.

Constructor & Destructor Documentation

◆ Implies()

storm::dft::modelchecker::Implies::Implies ( std::shared_ptr< SmtConstraint l,
std::shared_ptr< SmtConstraint r 
)
inline

Definition at line 196 of file SmtConstraint.cpp.

Member Function Documentation

◆ toExpression()

storm::expressions::Expression storm::dft::modelchecker::Implies::toExpression ( std::vector< std::string > const &  varNames,
std::shared_ptr< storm::expressions::ExpressionManager manager 
) const
inlineoverridevirtual

Generate an expression describing the constraint in Storm format.

Parameters
varNamesvector of variable names
managerthe expression manager used to handle the expressions
Returns
the expression

Implements storm::dft::modelchecker::SmtConstraint.

Definition at line 204 of file SmtConstraint.cpp.

◆ toSmtlib2()

std::string storm::dft::modelchecker::Implies::toSmtlib2 ( std::vector< std::string > const &  varNames) const
inlineoverridevirtual

Generate a string describing the constraint in Smtlib2 format.

Parameters
varNamesvector of variable names
Returns
Smtlib2 format string

Implements storm::dft::modelchecker::SmtConstraint.

Definition at line 198 of file SmtConstraint.cpp.


The documentation for this class was generated from the following file: