a comment on why OINF should be divisible by 3

This commit is contained in:
Zeno Rogue 2022-10-08 02:02:03 +02:00
parent 5008609b95
commit 2bafda5f18
1 changed files with 1 additions and 0 deletions

View File

@ -828,6 +828,7 @@ static const flagtype qCAT = Flag(28);
// note: dnext assumes that x&7 equals 7
static const int SEE_ALL = 50;
// note: check_football_colorability in arbitrile.cpp assumes OINF is divisible by 3
static const int OINF = 123;
extern eGeometry geometry;