Java Reference

Java Reference

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 
42  java.util.List<? extends com.google.ortools.linearsolver.MPVariableProtoOrBuilder>
52  int index);
53 
86  java.util.List<? extends com.google.ortools.linearsolver.MPConstraintProtoOrBuilder>
96  int index);
97 
145  int index);
146 
155  boolean hasMaximize();
164  boolean getMaximize();
165 
184 
214 
223  boolean hasName();
232  java.lang.String getName();
241  com.google.protobuf.ByteString
243 
260  boolean hasSolutionHint();
294 }
java.util.List<? extends com.google.ortools.linearsolver.MPConstraintProtoOrBuilder > getConstraintOrBuilderList()
boolean hasObjectiveOffset()
java.util.List<? extends com.google.ortools.linearsolver.MPVariableProtoOrBuilder > getVariableOrBuilderList()
boolean hasName()
com.google.protobuf.ByteString getNameBytes()
com.google.ortools.linearsolver.MPVariableProto getVariable(int index)
double getObjectiveOffset()
com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder getGeneralConstraintOrBuilder(int index)
java.util.List< com.google.ortools.linearsolver.MPConstraintProto > getConstraintList()
com.google.ortools.linearsolver.MPQuadraticObjective getQuadraticObjective()
java.util.List< com.google.ortools.linearsolver.MPVariableProto > getVariableList()
com.google.ortools.linearsolver.MPVariableProtoOrBuilder getVariableOrBuilder(int index)
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder getConstraintOrBuilder(int index)
com.google.ortools.linearsolver.MPGeneralConstraintProto getGeneralConstraint(int index)
boolean hasSolutionHint()
int getGeneralConstraintCount()
java.util.List< com.google.ortools.linearsolver.MPGeneralConstraintProto > getGeneralConstraintList()
java.util.List<? extends com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder > getGeneralConstraintOrBuilderList()
com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder getSolutionHintOrBuilder()
int getConstraintCount()
int getVariableCount()
com.google.ortools.linearsolver.MPConstraintProto getConstraint(int index)
com.google.ortools.linearsolver.PartialVariableAssignment getSolutionHint()
boolean getMaximize()
com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder getQuadraticObjectiveOrBuilder()
boolean hasQuadraticObjective()
java.lang.String getName()
boolean hasMaximize()