Open buggsley opened 7 years ago
rm_nondeterminism(state_table); rm_fail_succs(state_table); rm_states_no_preds(state_table);
in project.c are only safe for verification. They should only be called in that case.
rm_nondeterminism(state_table); rm_fail_succs(state_table); rm_states_no_preds(state_table);
in project.c are only safe for verification. They should only be called in that case.