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
4package com.google.ortools.sat;
5
6public interface CpSolverResponseOrBuilder extends
7 // @@protoc_insertion_point(interface_extends:operations_research.sat.CpSolverResponse)
8 com.google.protobuf.MessageOrBuilder {
9
27 com.google.ortools.sat.CpSolverStatus getStatus();
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>
187 com.google.ortools.sat.IntegerVariableProto getTightenedVariables(int index);
221 java.util.List<? extends com.google.ortools.sat.IntegerVariableProtoOrBuilder>
239 com.google.ortools.sat.IntegerVariableProtoOrBuilder getTightenedVariablesOrBuilder(
240 int index);
241
264 java.util.List<java.lang.Integer> getSufficientAssumptionsForInfeasibilityList();
312
325
335
341
347
353
359
365
371
376 double getWallTime();
377
382 double getUserTime();
383
389
395
404 java.lang.String getSolutionInfo();
413 com.google.protobuf.ByteString
415
425 java.lang.String getSolveLog();
435 com.google.protobuf.ByteString
437}
java.util.List<? extends com.google.ortools.sat.IntegerVariableProtoOrBuilder > getTightenedVariablesOrBuilderList()
int getSolutionUpperBoundsCount()
repeated int64 solution_upper_bounds = 19;
com.google.ortools.sat.CpSolverStatus getStatus()
java.util.List< java.lang.Long > getSolutionList()
java.util.List< java.lang.Integer > getSufficientAssumptionsForInfeasibilityList()
com.google.ortools.sat.IntegerVariableProto getTightenedVariables(int index)
long getNumBinaryPropagations()
int64 num_binary_propagations = 13;
long getNumBranches()
int64 num_branches = 12;
java.util.List< java.lang.Long > getSolutionUpperBoundsList()
repeated int64 solution_upper_bounds = 19;
double getPrimalIntegral()
double primal_integral = 22;
com.google.ortools.sat.IntegerVariableProtoOrBuilder getTightenedVariablesOrBuilder(int index)
com.google.protobuf.ByteString getSolutionInfoBytes()
double getDeterministicTime()
double deterministic_time = 17;
long getNumRestarts()
int64 num_restarts = 24;
long getSolutionUpperBounds(int index)
repeated int64 solution_upper_bounds = 19;
long getNumConflicts()
int64 num_conflicts = 11;
com.google.protobuf.ByteString getSolveLogBytes()
long getNumIntegerPropagations()
int64 num_integer_propagations = 14;
double getWallTime()
double wall_time = 15;
java.util.List< com.google.ortools.sat.IntegerVariableProto > getTightenedVariablesList()
long getNumLpIterations()
int64 num_lp_iterations = 25;
java.util.List< java.lang.Long > getSolutionLowerBoundsList()
double getUserTime()
double user_time = 16;