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

Public Member Functions

 IsEqual (uint64_t varIndex1, uint64_t varIndex2)
 
virtual ~IsEqual ()
 
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 424 of file SmtConstraint.cpp.

Constructor & Destructor Documentation

◆ IsEqual()

storm::dft::modelchecker::IsEqual::IsEqual ( uint64_t  varIndex1,
uint64_t  varIndex2 
)
inline

Definition at line 426 of file SmtConstraint.cpp.

◆ ~IsEqual()

virtual storm::dft::modelchecker::IsEqual::~IsEqual ( )
inlinevirtual

Definition at line 428 of file SmtConstraint.cpp.

Member Function Documentation

◆ toExpression()

storm::expressions::Expression storm::dft::modelchecker::IsEqual::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 434 of file SmtConstraint.cpp.

◆ toSmtlib2()

std::string storm::dft::modelchecker::IsEqual::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 430 of file SmtConstraint.cpp.


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