direkte Zugriff zu kullers
This commit is contained in:
parent
299af0a622
commit
06a33deceb
1 changed files with 26 additions and 34 deletions
|
@ -215,12 +215,9 @@ void KV::PrintPrimImplikanten()
|
||||||
for (uint j = 0; j < currentPI->PI_groupCollection.size(); j++)
|
for (uint j = 0; j < currentPI->PI_groupCollection.size(); j++)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
vector<Implikant_localisation*>* kullers = currentPI->PI_groupCollection[j];
|
vector<Implikant_localisation*>* kullers = currentPI->PI_groupCollection[j];
|
||||||
uint X1 = -1, X2 = 0, Y1 = -1, Y2 = 0;
|
uint X1 = -1, X2 = 0, Y1 = -1, Y2 = 0;
|
||||||
|
|
||||||
for (uint k = 0; k < kullers->size(); k++)
|
|
||||||
{
|
|
||||||
|
|
||||||
|
|
||||||
for (vector<Implikant_localisation*>::iterator it = kullers->begin(); it < kullers->end(); it++)
|
for (vector<Implikant_localisation*>::iterator it = kullers->begin(); it < kullers->end(); it++)
|
||||||
|
@ -256,14 +253,9 @@ void KV::PrintPrimImplikanten()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue