From e4841caae7ca00e97a9ede78dcb95bc0054eebf6 Mon Sep 17 00:00:00 2001 From: Vincent Furnon Date: Tue, 16 Jun 2015 19:11:28 +0200 Subject: [PATCH] Removed unused field in linear solver protocol buffer. --- src/linear_solver/linear_solver.proto | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/linear_solver/linear_solver.proto b/src/linear_solver/linear_solver.proto index 601073cd79..9bd9f94903 100644 --- a/src/linear_solver/linear_solver.proto +++ b/src/linear_solver/linear_solver.proto @@ -62,13 +62,6 @@ message MPVariableProto { // The name of the variable. optional string name = 5 [default = ""]; - - // [Advanced feature.] - // When the variable can also take zero as its value, even if zero is not - // within [lower_bound, upper_bound]. - // This is only supported if lower_bound and upper_bound are set and finite. - // Ignored if MPModelProto::solver_type is *LINEAR_PROGRAMMING*. - optional bool can_also_be_zero = 6 [default = false]; } // A linear constraint is always of the form: