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

Commit

Permalink
or-tools: add @beta annotation for half-reification setting
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Suresh <[email protected]>
  • Loading branch information
lalithsuresh committed Sep 22, 2020
1 parent 83f3ae8 commit 80ef1c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dcm/src/main/java/com/vmware/dcm/backend/OrToolsSolver.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

package com.vmware.dcm.backend;

import com.google.common.annotations.Beta;
import com.google.common.base.CaseFormat;
import com.google.common.base.Joiner;
import com.google.common.base.Preconditions;
Expand Down Expand Up @@ -223,7 +224,9 @@ public Builder setUseIndicesForEqualityBasedJoins(final boolean useIndicesForEqu
*
* @param value generated code uses half-reified constraints for top-level constraints if true,
* uses fully-reified constraints otherwise. Defaults to true.
* @return the current Builder object with `useHalfReifiedConstraintsForHardConstraints` set
*/
@Beta
public Builder setUseHalfReifiedConstraintsForHardConstraints(final boolean value) {
this.useHalfReifiedConstraintsForHardConstraints = value;
return this;
Expand Down

0 comments on commit 80ef1c7

Please sign in to comment.