From 9bb835f2d59dc5ced68d2a706ef83435224066ca Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Wed, 9 Apr 2025 08:14:46 +0200 Subject: [PATCH] glop: fixup export --- ortools/glop/parameters.proto | 3 --- 1 file changed, 3 deletions(-) diff --git a/ortools/glop/parameters.proto b/ortools/glop/parameters.proto index 8b2e180e40..aa3ce29552 100644 --- a/ortools/glop/parameters.proto +++ b/ortools/glop/parameters.proto @@ -405,9 +405,6 @@ message GlopParameters { optional int32 random_seed = 43 [default = 1]; // Whether to use absl::BitGen instead of MTRandom. - // MOE:begin_strip - // Note that in unit tests if this field is not explicitly set it will be - // default to true. MOE:end_strip optional bool use_absl_random = 72 [default = false]; // Number of threads in the OMP parallel sections. If left to 1, the code will