Java Reference

Java Reference

CpSolverResponseOrBuilder.java
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ortools/sat/cp_model.proto
3 
4 package com.google.ortools.sat;
5 
6 public interface CpSolverResponseOrBuilder extends
7  // @@protoc_insertion_point(interface_extends:operations_research.sat.CpSolverResponse)
8  com.google.protobuf.MessageOrBuilder {
9 
18  int getStatusValue();
28 
40  java.util.List<java.lang.Long> getSolutionList();
52  int getSolutionCount();
65  long getSolution(int index);
66 
78  double getObjectiveValue();
79 
90  double getBestObjectiveBound();
91 
105  java.util.List<java.lang.Long> getSolutionLowerBoundsList();
134  long getSolutionLowerBounds(int index);
135 
140  java.util.List<java.lang.Long> getSolutionUpperBoundsList();
151  long getSolutionUpperBounds(int index);
152 
169  java.util.List<com.google.ortools.sat.IntegerVariableProto>
221  java.util.List<? extends com.google.ortools.sat.IntegerVariableProtoOrBuilder>
240  int index);
241 
253  boolean getAllSolutionsWereFound();
254 
263  long getNumBooleans();
264 
269  long getNumConflicts();
270 
275  long getNumBranches();
276 
282 
288 
293  double getWallTime();
294 
299  double getUserTime();
300 
305  double getDeterministicTime();
306 
311  double getPrimalIntegral();
312 
321  java.lang.String getSolutionInfo();
330  com.google.protobuf.ByteString
332 }
long getNumConflicts()
int64 num_conflicts = 11;
com.google.ortools.sat.IntegerVariableProto getTightenedVariables(int index)
java.util.List< java.lang.Long > getSolutionList()
java.util.List<? extends com.google.ortools.sat.IntegerVariableProtoOrBuilder > getTightenedVariablesOrBuilderList()
int getSolutionUpperBoundsCount()
repeated int64 solution_upper_bounds = 19;
double getBestObjectiveBound()
java.util.List< java.lang.Long > getSolutionUpperBoundsList()
repeated int64 solution_upper_bounds = 19;
com.google.ortools.sat.IntegerVariableProtoOrBuilder getTightenedVariablesOrBuilder(int index)
double getUserTime()
double user_time = 16;
java.lang.String getSolutionInfo()
int getTightenedVariablesCount()
double getDeterministicTime()
double deterministic_time = 17;
long getSolutionLowerBounds(int index)
long getNumIntegerPropagations()
int64 num_integer_propagations = 14;
long getSolution(int index)
int getSolutionLowerBoundsCount()
long getNumBranches()
int64 num_branches = 12;
com.google.protobuf.ByteString getSolutionInfoBytes()
double getObjectiveValue()
double getPrimalIntegral()
double primal_integral = 22;
java.util.List< com.google.ortools.sat.IntegerVariableProto > getTightenedVariablesList()
long getNumBinaryPropagations()
int64 num_binary_propagations = 13;
long getSolutionUpperBounds(int index)
repeated int64 solution_upper_bounds = 19;
java.util.List< java.lang.Long > getSolutionLowerBoundsList()
double getWallTime()
double wall_time = 15;
com.google.ortools.sat.CpSolverStatus getStatus()
boolean getAllSolutionsWereFound()
long getNumBooleans()
int getStatusValue()
int getSolutionCount()