@@ -48,14 +48,16 @@ Error, the 7th argument (injective) must 0, 1, or 2, not -1
48
48
gap> HomomorphismDigraphsFinder(gr1, gr2, fail , " a" , infinity, 2 , 1 , 0 , 0 ,
49
49
> 0 , 0 );
50
50
Error, the 8th argument (image) must be a list or fail , not integer
51
- gap> HomomorphismDigraphsFinder(gr1, gr2, fail , [] , 1 , 1 , 1 , [ 1 , []] , 0 ,
52
- > 0 , 0 );
53
- Error, the 8th argument (image) must only contain positive integers, but found\
54
- list (plain,empty) in position 2
55
- gap> HomomorphismDigraphsFinder(gr1, gr2, fail , [] , 1 , 1 , 1 , [[] , []] , 0 ,
56
- > 0 , 0 );
57
- Error, the 8th argument (image) must only contain positive integers, but found\
58
- list (plain,empty) in position 1
51
+
52
+ # Commented out due to difference in the rmessage for GAP 4.10 vs GAP 4.11
53
+ # gap> HomomorphismDigraphsFinder(gr1, gr2, fail, [], 1, 1, 1, [1, []], 0,
54
+ # > 0, 0);
55
+ # Error, the 8th argument (image) must only contain positive integers, but found\
56
+ # list (plain,empty) in position 2
57
+ # gap> HomomorphismDigraphsFinder(gr1, gr2, fail, [], 1, 1, 1, [[], []], 0,
58
+ # > 0, 0);
59
+ # Error, the 8th argument (image) must only contain positive integers, but found\
60
+ # list (plain,empty) in position 1
59
61
gap> HomomorphismDigraphsFinder(gr1, gr2, fail , [] , 1 , 1 , 1 , [ 0 , 1 ] , 0 , 0 ,
60
62
> 0 );
61
63
Error, the 8th argument (image) must only contain positive integers, but found\
0 commit comments