Closed MaxOstrowski closed 1 year ago
unit test
( "f(X) :- node(X), player(P1, X, Y, V1), player(P2, X, Y, V2), P1 != P2, V1 != V2.", "#program base.\nf(X) :- node(X); player(P1,X,Y,V1); player(P2,X,Y,V2); P1 < P2; V1 < V2.", ),
is wrong
unit test
is wrong