com.google.ortools.linearsolver.MPAbsConstraintOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ortools/linear_solver/linear_solver.proto
package com.google.ortools.linearsolver;
public interface MPAbsConstraintOrBuilder extends
// @@protoc_insertion_point(interface_extends:operations_research.MPAbsConstraint)
com.google.protobuf.MessageOrBuilder {
/**
*
* Variable indices are relative to the "variable" field in MPModelProto.
* resultant_var = abs(var)
*
*
* optional int32 var_index = 1;
* @return Whether the varIndex field is set.
*/
boolean hasVarIndex();
/**
*
* Variable indices are relative to the "variable" field in MPModelProto.
* resultant_var = abs(var)
*
*
* optional int32 var_index = 1;
* @return The varIndex.
*/
int getVarIndex();
/**
* optional int32 resultant_var_index = 2;
* @return Whether the resultantVarIndex field is set.
*/
boolean hasResultantVarIndex();
/**
* optional int32 resultant_var_index = 2;
* @return The resultantVarIndex.
*/
int getResultantVarIndex();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy