|
SSPMSolver::lift(int v, int target, int &str, int pl) |
@trolando I spent some days thinking pl was referring to the player we're "rooting for" but it seems to be the player whose counters we care about, right?
Can I convince you to change the name to something more explicit? Maybe opponent?
oink/src/solvers/sspm.cpp
Line 387 in fea7cfa
@trolando I spent some days thinking
plwas referring to the player we're "rooting for" but it seems to be the player whose counters we care about, right?Can I convince you to change the name to something more explicit? Maybe
opponent?