Changes from trunk/Cbc/examples/sudoku.cpp at r1574 to stable/2.8/Cbc/examples/sudoku.cpp at r1902
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/2.8/Cbc/examples/sudoku.cpp
r1574 r1902 4 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 5 5 6 #if defined(_MSC_VER)7 // Turn off compiler warning about long names8 # pragma warning(disable:4786)9 #endif10 11 6 #include <cassert> 12 7 #include <iomanip> 13 8 14 9 10 #include "CoinPragma.hpp" 15 11 // For Branch and bound 16 12 #include "OsiSolverInterface.hpp" … … 26 22 #include "CglStored.hpp" 27 23 28 #include 24 #include "CoinTime.hpp" 29 25 30 26
Note: See TracChangeset
for help on using the changeset viewer.