3 ms·
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), pee
by athrowaway3z 14d ago
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), electorate(T, Total), 2 * Votes > Total.
- auggierose 14d agoStill waiting for a definition. People giving nonsense reviews is a feature of the peer review system though, yes.
- athrowaway3z 14d agoI want to ensure your PhD is actually from somebody who is acknowledged in the system of peers I bought into, before I want to risk wasting more of my time defining and explain while guessing at your ability to parse and understand them.
- auggierose 13d agoOr you could just give me a sensible definition.