Skip to content

Commit

Permalink
fix: initial state iso-check
Browse files Browse the repository at this point in the history
  • Loading branch information
seelx3 committed Dec 5, 2023
1 parent b075138 commit e86a0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verifier/mc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ static inline void do_mc(LmnMembraneRef world_mem_org, AutomataRef a,
wp = new LmnWorkerGroup(a, psyms, thread_num);
states = worker_states(wp->get_worker(LMN_PRIMARY_ID));
p_label = a ? a->get_init_state() : DEFAULT_STATE_ID;
mem = world_mem_org->copy();
mem = world_mem_org->copy_ex();
init_s = new State(mem, p_label, states->use_memenc());
state_id_issue(init_s); /* 状態に整数IDを発行 */
#ifdef KWBT_OPT
Expand Down

0 comments on commit e86a0a4

Please sign in to comment.