Searched refs:getNonCandidates (Results 1 – 4 of 4) sorted by relevance
/dports/math/gfan/gfan0.6.2/src/ |
H A D | halfopencone.backup.cpp | 788 const BitSet &getNonCandidates(int fan1, int cone1, int fan2) in getNonCandidates() function in RelationTable 841 nonCandidates.add(table.getNonCandidates(chosenFans[i],chosen[i],fanNumber)); in computeCandidates() 1025 BitSet c=table.getNonCandidates(f1,c1,f3); in transitiveClosure() 1026 c.add(table.getNonCandidates(f2,c2,f3)); in transitiveClosure()
|
H A D | halfopencone.cpp | 1148 const BitSet &getNonCandidates(int fan1, int cone1, int fan2) in getNonCandidates() function in RelationTable 1232 nonCandidates.add(table.getNonCandidates(chosenFans[i],chosen[i],fanNumber)); in computeCandidates() 1509 BitSet c=table.getNonCandidates(f1,c1,f3); in closure() 1510 c.add(table.getNonCandidates(f2,c2,f3)); in closure()
|
/dports/math/gfanlib/gfan0.6.2/src/ |
H A D | halfopencone.backup.cpp | 788 const BitSet &getNonCandidates(int fan1, int cone1, int fan2) in getNonCandidates() function in RelationTable 841 nonCandidates.add(table.getNonCandidates(chosenFans[i],chosen[i],fanNumber)); in computeCandidates() 1025 BitSet c=table.getNonCandidates(f1,c1,f3); in transitiveClosure() 1026 c.add(table.getNonCandidates(f2,c2,f3)); in transitiveClosure()
|
H A D | halfopencone.cpp | 1148 const BitSet &getNonCandidates(int fan1, int cone1, int fan2) in getNonCandidates() function in RelationTable 1232 nonCandidates.add(table.getNonCandidates(chosenFans[i],chosen[i],fanNumber)); in computeCandidates() 1509 BitSet c=table.getNonCandidates(f1,c1,f3); in closure() 1510 c.add(table.getNonCandidates(f2,c2,f3)); in closure()
|