Java Reference
Java Reference
Detailed Description
Definition at line 6 of file LinearConstraintProtoOrBuilder.java.
Public Member Functions | |
| java.util.List< java.lang.Integer > | getVarsList () |
repeated int32 vars = 1; More... | |
| int | getVarsCount () |
repeated int32 vars = 1; More... | |
| int | getVars (int index) |
repeated int32 vars = 1; More... | |
| java.util.List< java.lang.Long > | getCoeffsList () |
| int | getCoeffsCount () |
| long | getCoeffs (int index) |
| java.util.List< java.lang.Long > | getDomainList () |
repeated int64 domain = 3; More... | |
| int | getDomainCount () |
repeated int64 domain = 3; More... | |
| long | getDomain (int index) |
repeated int64 domain = 3; More... | |
Member Function Documentation
◆ getCoeffs()
| long getCoeffs | ( | int | index | ) |
Same size as vars.
repeated int64 coeffs = 2;
- Parameters
-
index The index of the element to return.
- Returns
- The coeffs at the given index.
Implemented in LinearConstraintProto.Builder, and LinearConstraintProto.
◆ getCoeffsCount()
| int getCoeffsCount | ( | ) |
Same size as vars.
repeated int64 coeffs = 2;
- Returns
- The count of coeffs.
Implemented in LinearConstraintProto.Builder, and LinearConstraintProto.
◆ getCoeffsList()
| java.util.List<java.lang.Long> getCoeffsList | ( | ) |
Same size as vars.
repeated int64 coeffs = 2;
- Returns
- A list containing the coeffs.
Implemented in LinearConstraintProto.Builder, and LinearConstraintProto.
◆ getDomain()
| long getDomain | ( | int | index | ) |
repeated int64 domain = 3;
- Parameters
-
index The index of the element to return.
- Returns
- The domain at the given index.
Implemented in LinearConstraintProto.Builder, and LinearConstraintProto.
◆ getDomainCount()
| int getDomainCount | ( | ) |
repeated int64 domain = 3;
- Returns
- The count of domain.
Implemented in LinearConstraintProto.Builder, and LinearConstraintProto.
◆ getDomainList()
| java.util.List<java.lang.Long> getDomainList | ( | ) |
repeated int64 domain = 3;
- Returns
- A list containing the domain.
Implemented in LinearConstraintProto.Builder, and LinearConstraintProto.
◆ getVars()
| int getVars | ( | int | index | ) |
repeated int32 vars = 1;
- Parameters
-
index The index of the element to return.
- Returns
- The vars at the given index.
Implemented in LinearConstraintProto.Builder, and LinearConstraintProto.
◆ getVarsCount()
| int getVarsCount | ( | ) |
repeated int32 vars = 1;
- Returns
- The count of vars.
Implemented in LinearConstraintProto.Builder, and LinearConstraintProto.
◆ getVarsList()
| java.util.List<java.lang.Integer> getVarsList | ( | ) |
repeated int32 vars = 1;
- Returns
- A list containing the vars.
Implemented in LinearConstraintProto.Builder, and LinearConstraintProto.
The documentation for this interface was generated from the following file: