Skip to content
Snippets Groups Projects
Commit 59504a80 authored by Ghofrane Amaimi's avatar Ghofrane Amaimi
Browse files

2 threads work safely

parent 67fa5e71
No related branches found
No related tags found
1 merge request!6Feature/ufscc emptiness check
......@@ -17,7 +17,13 @@ bool red=false;
bool blue=false;
thread_local bool cyan = false;
struct product_node{
ModelCheckBaseMT &left;
shared_ptr<spot::twa_graph> right;
};
struct product_node_succ{
vector<pair<LDDState*, int> > succ_left;
spot::twa_succ_iterator &succ_right;
};
std::mutex mtx;
......
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