athrowaway3z
searching Neon…
- 1.▲
- 2.▲
- 3.▲
- 4.▲
- 5.▲
- 6.▲
5 ms·
- 1.▲
- 2.▲
- 3.▲
- 4.▲
- 5.▲
Something like this sketch work for you? peer(X, 0) :- founding_peer(X). electorate(T, count<Y>) :- peer(Y, T). support(X, T, count<Y>) :- candidate(X), peer(Y, T), recognizes(Y, X, T+1). peer(X, T+1) :- support(X, T, Votes), e - 6.▲
- 7.▲
- 8.▲
- 9.▲
- 10.▲
- 11.▲
- 12.▲
- 13.▲
- 14.▲
- 15.▲
- 16.▲
- 17.▲
- 18.▲
- 19.▲
- 20.▲
- 21.▲
- 22.▲
- 23.▲
- 24.▲
- 25.▲
- 26.▲
- 27.▲
- 28.▲
- 29.▲
- 30.▲
More ›