~tapaal-ltl/verifypn/rule-D-fix

« back to all changes in this revision

Viewing changes to include/PetriEngine/PQL/CTLVisitor.h

  • Committer: srba.jiri at gmail
  • Date: 2021-04-16 20:59:15 UTC
  • mfrom: (231.1.16 random-fix)
  • Revision ID: srba.jiri@gmail.com-20210416205915-8d22jkkj14aff05i
merged in lp:~tapaal-ltl/verifypn/random-fix adding LTL heuristic, fixing random search and adding partitioning to CPN unfodling

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
        void _accept(const IdentifierExpr *element) override;
184
184
 
185
185
    private:
 
186
        std::pair<Expr_ptr, Expr_ptr> compareCondition(const CompareCondition *element);
 
187
 
186
188
        template<typename T>
187
189
        void _acceptNary(const T *element);
188
190