fixup export sync
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user