MPModelProtoOrBuilder.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 package com.google.ortools.linearsolver;
5 
6 public interface MPModelProtoOrBuilder extends
7  // @@protoc_insertion_point(interface_extends:operations_research.MPModelProto)
8  com.google.protobuf.MessageOrBuilder {
9 
17  boolean hasMaximize();
25  boolean getMaximize();
26 
34  boolean hasObjectiveOffset();
42  double getObjectiveOffset();
43 
68  int getVariableCount();
76  java.util.List<? extends com.google.ortools.linearsolver.MPVariableProtoOrBuilder>
86  int index);
87 
112  int getConstraintCount();
120  java.util.List<? extends com.google.ortools.linearsolver.MPConstraintProtoOrBuilder>
130  int index);
131 
179  int index);
180 
188  boolean hasName();
196  java.lang.String getName();
204  com.google.protobuf.ByteString
205  getNameBytes();
206 
222  boolean hasSolutionHint();
255 }
java.util.List< com.google.ortools.linearsolver.MPConstraintProto > getConstraintList()
com.google.ortools.linearsolver.MPVariableProto getVariable(int index)
java.util.List<? extends com.google.ortools.linearsolver.MPVariableProtoOrBuilder > getVariableOrBuilderList()
com.google.ortools.linearsolver.MPVariableProtoOrBuilder getVariableOrBuilder(int index)
com.google.ortools.linearsolver.MPConstraintProto getConstraint(int index)
java.util.List<? extends com.google.ortools.linearsolver.MPConstraintProtoOrBuilder > getConstraintOrBuilderList()
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder getConstraintOrBuilder(int index)
java.util.List<? extends com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder > getGeneralConstraintOrBuilderList()
java.util.List< com.google.ortools.linearsolver.MPVariableProto > getVariableList()
com.google.ortools.linearsolver.MPGeneralConstraintProto getGeneralConstraint(int index)
com.google.protobuf.ByteString getNameBytes()
com.google.ortools.linearsolver.PartialVariableAssignment getSolutionHint()
com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder getGeneralConstraintOrBuilder(int index)
com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder getSolutionHintOrBuilder()
java.util.List< com.google.ortools.linearsolver.MPGeneralConstraintProto > getGeneralConstraintList()