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 
261  java.util.List<java.lang.Integer> getSufficientAssumptionsForInfeasibilityList();
303 
316 
326 
332 
338 
344 
350 
356 
362 
367  double getWallTime();
368 
373  double getUserTime();
374 
380 
386 
395  java.lang.String getSolutionInfo();
404  com.google.protobuf.ByteString
406 }
long getNumConflicts()
int64 num_conflicts = 11;
com.google.ortools.sat.IntegerVariableProto getTightenedVariables(int index)
java.util.List< java.lang.Long > getSolutionList()
long getNumRestarts()
int64 num_restarts = 24;
long getNumLpIterations()
int64 num_lp_iterations = 25;
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()