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 
28 
40  java.util.List<java.lang.Long> getSolutionList();
65  long getSolution(int index);
66 
79 
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 
260  java.util.List<java.lang.Integer> getSufficientAssumptionsForInfeasibilityList();
300 
313 
323 
329 
335 
341 
347 
352  double getWallTime();
353 
358  double getUserTime();
359 
365 
371 
380  java.lang.String getSolutionInfo();
389  com.google.protobuf.ByteString
391 }
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;
java.util.List< java.lang.Integer > getSufficientAssumptionsForInfeasibilityList()
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;
int getSufficientAssumptionsForInfeasibilityCount()
com.google.ortools.sat.CpSolverStatus getStatus()
boolean getAllSolutionsWereFound()
long getNumBooleans()
int getStatusValue()
int getSufficientAssumptionsForInfeasibility(int index)
int getSolutionCount()