more work on SAT LNS/Parallelism

This commit is contained in:
Laurent Perron
2019-07-03 13:10:22 +02:00
parent 03b04af587
commit a71db75df1
13 changed files with 375 additions and 260 deletions

View File

@@ -11,11 +11,14 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "absl/time/clock.h"
#include "absl/synchronization/mutex.h"
#include "ortools/base/logging.h"
#include "ortools/sat/subsolver.h"
#include "ortools/base/logging.h"
#if !defined(__PORTABLE_PLATFORM__)
#include "absl/synchronization/mutex.h"
#include "absl/time/clock.h"
#endif // __PORTABLE_PLATFORM__
namespace operations_research {
namespace sat {