Changeset 1143:f85ee41c84bc in lemon-main for test
- Timestamp:
- 05/14/15 17:13:44 (10 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/vf2_test.cc
r1141 r1143 353 353 "P10 and C10 are not isomorphic."); 354 354 check(checkIso(c10,c10), 355 "C10 and C10 are not isomorphic."); 355 "C10 and C10 are isomorphic."); 356 357 check(!vf2(p10,c10).iso().run(), 358 "P10 and C10 are not isomorphic."); 359 check(vf2(c10,c10).iso().run(), 360 "C10 and C10 are isomorphic."); 356 361 357 362 check(!checkSub(c5,petersen,c5_col,petersen_col1),
Note: See TracChangeset
for help on using the changeset viewer.