Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
SolverParameters.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/solver_parameters.proto
4// Protobuf Java Version: 4.31.1
5
6package com.google.ortools.constraintsolver;
7
8@com.google.protobuf.Generated
9public final class SolverParameters {
10 private SolverParameters() {}
11 static {
12 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
13 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
14 /* major= */ 4,
15 /* minor= */ 31,
16 /* patch= */ 1,
17 /* suffix= */ "",
18 SolverParameters.class.getName());
19 }
20 public static void registerAllExtensions(
21 com.google.protobuf.ExtensionRegistryLite registry) {
22 }
23
24 public static void registerAllExtensions(
25 com.google.protobuf.ExtensionRegistry registry) {
27 (com.google.protobuf.ExtensionRegistryLite) registry);
28 }
29 static final com.google.protobuf.Descriptors.Descriptor
30 internal_static_operations_research_ConstraintSolverParameters_descriptor;
31 static final
32 com.google.protobuf.GeneratedMessage.FieldAccessorTable
33 internal_static_operations_research_ConstraintSolverParameters_fieldAccessorTable;
34
35 public static com.google.protobuf.Descriptors.FileDescriptor
37 return descriptor;
38 }
39 private static com.google.protobuf.Descriptors.FileDescriptor
40 descriptor;
41 static {
42 java.lang.String[] descriptorData = {
43 "\n1ortools/constraint_solver/solver_param" +
44 "eters.proto\022\023operations_research\"\315\007\n\032Con" +
45 "straintSolverParameters\022X\n\016compress_trai" +
46 "l\030\001 \001(\0162@.operations_research.Constraint" +
47 "SolverParameters.TrailCompression\022\030\n\020tra" +
48 "il_block_size\030\002 \001(\005\022\030\n\020array_split_size\030" +
49 "\003 \001(\005\022\023\n\013store_names\030\004 \001(\010\022\033\n\023name_cast_" +
50 "variables\030\005 \001(\010\022\032\n\022name_all_variables\030\006 " +
51 "\001(\010\022\033\n\023profile_propagation\030\007 \001(\010\022\024\n\014prof" +
52 "ile_file\030\010 \001(\t\022\034\n\024profile_local_search\030\020" +
53 " \001(\010\022\"\n\032print_local_search_profile\030\021 \001(\010" +
54 "\022\031\n\021trace_propagation\030\t \001(\010\022\024\n\014trace_sea" +
55 "rch\030\n \001(\010\022\023\n\013print_model\030\013 \001(\010\022\031\n\021print_" +
56 "model_stats\030\014 \001(\010\022\037\n\027print_added_constra" +
57 "ints\030\r \001(\010\022\025\n\rdisable_solve\030\017 \001(\010\022\027\n\017use" +
58 "_small_table\030e \001(\010\022\"\n\032use_cumulative_edg" +
59 "e_finder\030i \001(\010\022!\n\031use_cumulative_time_ta" +
60 "ble\030j \001(\010\022&\n\036use_cumulative_time_table_s" +
61 "ync\030p \001(\010\022&\n\036use_sequence_high_demand_ta" +
62 "sks\030k \001(\010\022%\n\035use_all_possible_disjunctio" +
63 "ns\030l \001(\010\022\034\n\024max_edge_finder_size\030m \001(\005\022\034" +
64 "\n\024diffn_use_cumulative\030n \001(\010\022\027\n\017use_elem" +
65 "ent_rmq\030o \001(\010\022\"\n\032skip_locally_optimal_pa" +
66 "ths\030q \001(\010\022\035\n\025check_solution_period\030r \001(\005" +
67 "\">\n\020TrailCompression\022\022\n\016NO_COMPRESSION\020\000" +
68 "\022\026\n\022COMPRESS_WITH_ZLIB\020\001J\004\010d\020eJ\004\010f\020gJ\004\010g" +
69 "\020hJ\004\010h\020iBI\n#com.google.ortools.constrain" +
70 "tsolverP\001\252\002\037Google.OrTools.ConstraintSol" +
71 "verb\006proto3"
72 };
73 descriptor = com.google.protobuf.Descriptors.FileDescriptor
74 .internalBuildGeneratedFileFrom(descriptorData,
75 new com.google.protobuf.Descriptors.FileDescriptor[] {
76 });
77 internal_static_operations_research_ConstraintSolverParameters_descriptor =
78 getDescriptor().getMessageTypes().get(0);
79 internal_static_operations_research_ConstraintSolverParameters_fieldAccessorTable = new
80 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
81 internal_static_operations_research_ConstraintSolverParameters_descriptor,
82 new java.lang.String[] { "CompressTrail", "TrailBlockSize", "ArraySplitSize", "StoreNames", "NameCastVariables", "NameAllVariables", "ProfilePropagation", "ProfileFile", "ProfileLocalSearch", "PrintLocalSearchProfile", "TracePropagation", "TraceSearch", "PrintModel", "PrintModelStats", "PrintAddedConstraints", "DisableSolve", "UseSmallTable", "UseCumulativeEdgeFinder", "UseCumulativeTimeTable", "UseCumulativeTimeTableSync", "UseSequenceHighDemandTasks", "UseAllPossibleDisjunctions", "MaxEdgeFinderSize", "DiffnUseCumulative", "UseElementRmq", "SkipLocallyOptimalPaths", "CheckSolutionPeriod", });
83 descriptor.resolveAllFeaturesImmutable();
84 }
85
86 // @@protoc_insertion_point(outer_class_scope)
87}
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()