Package | Description |
---|---|
com.google.ortools.sat |
Modifier and Type | Class and Description |
---|---|
class |
InverseConstraintProto
The two arrays of variable each represent a function, the second is the
inverse of the first: f_direct[i] == j <=> f_inverse[j] == i.
|
static class |
InverseConstraintProto.Builder
The two arrays of variable each represent a function, the second is the
inverse of the first: f_direct[i] == j <=> f_inverse[j] == i.
|
Modifier and Type | Method and Description |
---|---|
InverseConstraintProtoOrBuilder |
ConstraintProto.getInverseOrBuilder()
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
|
InverseConstraintProtoOrBuilder |
ConstraintProto.Builder.getInverseOrBuilder()
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
|
InverseConstraintProtoOrBuilder |
ConstraintProtoOrBuilder.getInverseOrBuilder()
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
|
Copyright © 2025. All rights reserved.