Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
RecreateStrategyOrBuilder.java
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// NO CHECKED-IN PROTOBUF GENCODE
3// source: ortools/constraint_solver/routing_ils.proto
4// Protobuf Java Version: 4.33.1
5
6package com.google.ortools.constraintsolver;
7
8@com.google.protobuf.Generated
9public interface RecreateStrategyOrBuilder extends
10 // @@protoc_insertion_point(interface_extends:operations_research.RecreateStrategy)
11 com.google.protobuf.MessageOrBuilder {
12
17 boolean hasHeuristic();
28
38 boolean hasParameters();
58}
com.google.ortools.constraintsolver.FirstSolutionStrategy.Value getHeuristic()
com.google.ortools.constraintsolver.RecreateParameters getParameters()
com.google.ortools.constraintsolver.RecreateParametersOrBuilder getParametersOrBuilder()