Merge branch 'master' of github.com:google/or-tools

This commit is contained in:
Laurent Perron
2018-12-07 19:44:03 +01:00

View File

@@ -350,7 +350,6 @@ public class ShiftSchedulingSat
Console.WriteLine($" - conflicts : {solver.NumConflicts()}");
Console.WriteLine($" - branches : {solver.NumBranches()}");
Console.WriteLine($" - wall time : {solver.WallTime()}");
Console.ReadKey();
}
}