This commit is contained in:
Mizux Seiha
2020-06-03 23:06:55 +02:00
parent 3ab7fadfe6
commit b58a4607b4

View File

@@ -196,7 +196,7 @@ struct AssignmentInfo {
// TODO(user): We currently don't support more than 134M decision levels. That
// should be enough for most practical problem, but we should fail properly if
// this limit is reached.
bool last_polarity : 1;
uint32 last_polarity : 1;
uint32 level : 27;
// The type of assignment (see AssignmentType below).