equal
deleted
inserted
replaced
417 |
417 |
418 checkMaxFlowAlg<PType1, PreflowStartFunctions<PType1> >(test_lgf, 13); |
418 checkMaxFlowAlg<PType1, PreflowStartFunctions<PType1> >(test_lgf, 13); |
419 checkMaxFlowAlg<PType2, PreflowStartFunctions<PType2> >(test_lgf, 13); |
419 checkMaxFlowAlg<PType2, PreflowStartFunctions<PType2> >(test_lgf, 13); |
420 checkMaxFlowAlg<PType3, PreflowStartFunctions<PType3> >(test_lgf, 13); |
420 checkMaxFlowAlg<PType3, PreflowStartFunctions<PType3> >(test_lgf, 13); |
421 |
421 |
422 checkMaxFlowAlg<PType2, PreflowStartFunctions<PType2> >(test_lgf_float, 0.3); |
422 checkMaxFlowAlg<PType2, PreflowStartFunctions<PType2> >(test_lgf_float, 0.3f); |
423 checkMaxFlowAlg<PType3, PreflowStartFunctions<PType3> >(test_lgf_float, 0.3); |
423 checkMaxFlowAlg<PType3, PreflowStartFunctions<PType3> >(test_lgf_float, 0.3); |
424 |
424 |
425 checkInitPreflow(); |
425 checkInitPreflow(); |
426 |
426 |
427 // Check EdmondsKarp |
427 // Check EdmondsKarp |
431 |
431 |
432 checkMaxFlowAlg<EKType1, GeneralStartFunctions<EKType1> >(test_lgf, 13); |
432 checkMaxFlowAlg<EKType1, GeneralStartFunctions<EKType1> >(test_lgf, 13); |
433 checkMaxFlowAlg<EKType2, GeneralStartFunctions<EKType2> >(test_lgf, 13); |
433 checkMaxFlowAlg<EKType2, GeneralStartFunctions<EKType2> >(test_lgf, 13); |
434 checkMaxFlowAlg<EKType3, GeneralStartFunctions<EKType3> >(test_lgf, 13); |
434 checkMaxFlowAlg<EKType3, GeneralStartFunctions<EKType3> >(test_lgf, 13); |
435 |
435 |
436 checkMaxFlowAlg<EKType2, GeneralStartFunctions<EKType2> >(test_lgf_float, 0.3); |
436 checkMaxFlowAlg<EKType2, GeneralStartFunctions<EKType2> >(test_lgf_float, 0.3f); |
437 checkMaxFlowAlg<EKType3, GeneralStartFunctions<EKType3> >(test_lgf_float, 0.3); |
437 checkMaxFlowAlg<EKType3, GeneralStartFunctions<EKType3> >(test_lgf_float, 0.3); |
438 |
438 |
439 return 0; |
439 return 0; |
440 } |
440 } |