Skip to content

Commit

Permalink
Change default next-state suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne committed Sep 10, 2024
1 parent 8e4c477 commit 3ac3039
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/ts.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ class TransitionSystem
{
}

TransitionSystem(const smt::SmtSolver & s,
const std::string & next_state_suffix = ".next")
TransitionSystem(
const smt::SmtSolver & s,
const std::string & next_state_suffix = ".pono_generated__next")
: solver_(s),
init_(s->make_term(true)),
trans_(s->make_term(true)),
Expand Down

0 comments on commit 3ac3039

Please sign in to comment.