Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
PartialVariableAssignmentOrBuilder.java
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: ortools/linear_solver/linear_solver.proto
3
4// Protobuf Java Version: 3.25.3
5package com.google.ortools.linearsolver;
6
7public interface PartialVariableAssignmentOrBuilder extends
8 // @@protoc_insertion_point(interface_extends:operations_research.PartialVariableAssignment)
9 com.google.protobuf.MessageOrBuilder {
10
15 java.util.List<java.lang.Integer> getVarIndexList();
26 int getVarIndex(int index);
27
32 java.util.List<java.lang.Double> getVarValueList();
43 double getVarValue(int index);
44}