Java Reference

Java Reference

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