Commit 0991be00 authored by SPARSA ROYCHOWDHURY's avatar SPARSA ROYCHOWDHURY

25/10/17:

1. Solved a serious Bug in reduce2 
2. Solved all bugs
3. Have to find a proper reason to state that "leq + que = que"
Sparsa Roychowdhury
parent 67a3c636
......@@ -96,7 +96,7 @@ bool CircuitFinder::cycleCheck() //here we need to check if there exists any cyc
}
//cout << *Stack.begin() << std::endl;
if( countles == 1 && flag == true)
if( countles > 0 && flag == true)
{// if this true then the circuit is bad
cout << "Found a Circuit BANG!!" << endl;
return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment