Skip to content
Snippets Groups Projects
Commit eaf6fd72 authored by Chiheb Amer Abid's avatar Chiheb Amer Abid
Browse files

modifié : src/threadSOG.cpp

parent fffec31f
No related branches found
No related tags found
No related merge requests found
......@@ -221,8 +221,7 @@ void threadSOG::computeSeqSOG(LDDGraph &g)
//sylvan_gc_seq();
reached_class->m_lddstate=Complete_meta_state;
if (is_marcked())
reached_class->setMarked();
// reached_class->m_lddstate=reduced_meta;
LDDState* pos=g.find(reached_class);
//nbnode=sylvan_pathcount(reached_class->m_lddstate);
......@@ -1057,12 +1056,4 @@ cout<<"\n=========================================\n";
}
bool LDDState::isMarked() {
for (set<string>::const_iterator i=m_place_proposition.begin();i!=m_place_proposition.end();i++)
{
if (i->marking>0)
return true;
}
return false;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment