fixup export sync

This commit is contained in:
Corentin Le Molgat
2022-01-18 11:05:48 +01:00
parent 0ba757d7b3
commit 3cc01f2a29
6 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2011-2021 Google LLC
// Copyright 2010-2021 Google LLC
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at

View File

@@ -29,7 +29,7 @@ message ConstraintSolverParameters {
enum TrailCompression {
NO_COMPRESSION = 0;
COMPRESS_WITH_ZLIB = 1;
};
}
// This parameter indicates if the solver should compress the trail
// during the search. No compression means that the solver will be faster,