Google OR-Tools v9.9
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// source: ortools/constraint_solver/solver_parameters.proto
3
4// Protobuf Java Version: 3.25.3
5package com.google.ortools.constraintsolver;
6
7public final class SolverParameters {
8 private SolverParameters() {}
9 public static void registerAllExtensions(
10 com.google.protobuf.ExtensionRegistryLite registry) {
11 }
12
13 public static void registerAllExtensions(
14 com.google.protobuf.ExtensionRegistry registry) {
16 (com.google.protobuf.ExtensionRegistryLite) registry);
17 }
18 static final com.google.protobuf.Descriptors.Descriptor
19 internal_static_operations_research_ConstraintSolverParameters_descriptor;
20 static final
21 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
22 internal_static_operations_research_ConstraintSolverParameters_fieldAccessorTable;
23
24 public static com.google.protobuf.Descriptors.FileDescriptor
26 return descriptor;
27 }
28 private static com.google.protobuf.Descriptors.FileDescriptor
29 descriptor;
30 static {
31 java.lang.String[] descriptorData = {
32 "\n1ortools/constraint_solver/solver_param" +
33 "eters.proto\022\023operations_research\"\315\007\n\032Con" +
34 "straintSolverParameters\022X\n\016compress_trai" +
35 "l\030\001 \001(\0162@.operations_research.Constraint" +
36 "SolverParameters.TrailCompression\022\030\n\020tra" +
37 "il_block_size\030\002 \001(\005\022\030\n\020array_split_size\030" +
38 "\003 \001(\005\022\023\n\013store_names\030\004 \001(\010\022\033\n\023name_cast_" +
39 "variables\030\005 \001(\010\022\032\n\022name_all_variables\030\006 " +
40 "\001(\010\022\033\n\023profile_propagation\030\007 \001(\010\022\024\n\014prof" +
41 "ile_file\030\010 \001(\t\022\034\n\024profile_local_search\030\020" +
42 " \001(\010\022\"\n\032print_local_search_profile\030\021 \001(\010" +
43 "\022\031\n\021trace_propagation\030\t \001(\010\022\024\n\014trace_sea" +
44 "rch\030\n \001(\010\022\023\n\013print_model\030\013 \001(\010\022\031\n\021print_" +
45 "model_stats\030\014 \001(\010\022\037\n\027print_added_constra" +
46 "ints\030\r \001(\010\022\025\n\rdisable_solve\030\017 \001(\010\022\027\n\017use" +
47 "_small_table\030e \001(\010\022\"\n\032use_cumulative_edg" +
48 "e_finder\030i \001(\010\022!\n\031use_cumulative_time_ta" +
49 "ble\030j \001(\010\022&\n\036use_cumulative_time_table_s" +
50 "ync\030p \001(\010\022&\n\036use_sequence_high_demand_ta" +
51 "sks\030k \001(\010\022%\n\035use_all_possible_disjunctio" +
52 "ns\030l \001(\010\022\034\n\024max_edge_finder_size\030m \001(\005\022\034" +
53 "\n\024diffn_use_cumulative\030n \001(\010\022\027\n\017use_elem" +
54 "ent_rmq\030o \001(\010\022\"\n\032skip_locally_optimal_pa" +
55 "ths\030q \001(\010\022\035\n\025check_solution_period\030r \001(\005" +
56 "\">\n\020TrailCompression\022\022\n\016NO_COMPRESSION\020\000" +
57 "\022\026\n\022COMPRESS_WITH_ZLIB\020\001J\004\010d\020eJ\004\010f\020gJ\004\010g" +
58 "\020hJ\004\010h\020iBI\n#com.google.ortools.constrain" +
59 "tsolverP\001\252\002\037Google.OrTools.ConstraintSol" +
60 "verb\006proto3"
61 };
62 descriptor = com.google.protobuf.Descriptors.FileDescriptor
63 .internalBuildGeneratedFileFrom(descriptorData,
64 new com.google.protobuf.Descriptors.FileDescriptor[] {
65 });
66 internal_static_operations_research_ConstraintSolverParameters_descriptor =
67 getDescriptor().getMessageTypes().get(0);
68 internal_static_operations_research_ConstraintSolverParameters_fieldAccessorTable = new
69 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
70 internal_static_operations_research_ConstraintSolverParameters_descriptor,
71 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", });
72 }
73
74 // @@protoc_insertion_point(outer_class_scope)
75}
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()