Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit a23025f

Browse files
committed
or-tools: add @beta annotation for half-reification setting
Signed-off-by: Lalith Suresh <lsuresh@vmware.com>
1 parent 72c4fb7 commit a23025f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dcm/src/main/java/com/vmware/dcm/backend/OrToolsSolver.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
package com.vmware.dcm.backend;
88

9+
import com.google.common.annotations.Beta;
910
import com.google.common.base.CaseFormat;
1011
import com.google.common.base.Joiner;
1112
import com.google.common.base.Preconditions;
@@ -223,7 +224,9 @@ public Builder setUseIndicesForEqualityBasedJoins(final boolean useIndicesForEqu
223224
*
224225
* @param value generated code uses half-reified constraints for top-level constraints if true,
225226
* uses fully-reified constraints otherwise. Defaults to true.
227+
* @return the current Builder object with `useHalfReifiedConstraintsForHardConstraints` set
226228
*/
229+
@Beta
227230
public Builder setUseHalfReifiedConstraintsForHardConstraints(final boolean value) {
228231
this.useHalfReifiedConstraintsForHardConstraints = value;
229232
return this;

0 commit comments

Comments
 (0)