com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder 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 PartialVariableAssignmentOrBuilder extends
// @@protoc_insertion_point(interface_extends:operations_research.PartialVariableAssignment)
com.google.protobuf.MessageOrBuilder {
/**
* repeated int32 var_index = 1 [packed = true];
* @return A list containing the varIndex.
*/
java.util.List getVarIndexList();
/**
* repeated int32 var_index = 1 [packed = true];
* @return The count of varIndex.
*/
int getVarIndexCount();
/**
* repeated int32 var_index = 1 [packed = true];
* @param index The index of the element to return.
* @return The varIndex at the given index.
*/
int getVarIndex(int index);
/**
* repeated double var_value = 2 [packed = true];
* @return A list containing the varValue.
*/
java.util.List getVarValueList();
/**
* repeated double var_value = 2 [packed = true];
* @return The count of varValue.
*/
int getVarValueCount();
/**
* repeated double var_value = 2 [packed = true];
* @param index The index of the element to return.
* @return The varValue at the given index.
*/
double getVarValue(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy