[CP-SAT] missing std includes; fix bug in work sharing
This commit is contained in:
@@ -562,7 +562,7 @@ TEST(SharedTreeManagerTest, TrailSharing) {
|
||||
trail1.AddImplication(1, ProtoLiteral(1, 1));
|
||||
trail1.AddImplication(1, ProtoLiteral(1, 3));
|
||||
shared_tree_manager->SyncTree(trail1);
|
||||
trail1.SetPhase(ProtoLiteral(2, 1));
|
||||
trail1.AddPhase(ProtoLiteral(2, 1));
|
||||
shared_tree_manager->ReplaceTree(trail1);
|
||||
shared_tree_manager->ReplaceTree(trail2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user