Interface SubSolverStatisticsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SubSolverStatistics, SubSolverStatistics.Builder

@Generated public interface SubSolverStatisticsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Number of calls to CP-SAT in LP scheduling.
    long
    Number of calls to Glop in LP scheduling.
    long
    Number of calls to min cost flow.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getNumGlopCallsInLpScheduling

      long getNumGlopCallsInLpScheduling()
      Number of calls to Glop in LP scheduling.
      
      int64 num_glop_calls_in_lp_scheduling = 1;
      Returns:
      The numGlopCallsInLpScheduling.
    • getNumCpSatCallsInLpScheduling

      long getNumCpSatCallsInLpScheduling()
      Number of calls to CP-SAT in LP scheduling.
      
      int64 num_cp_sat_calls_in_lp_scheduling = 2;
      Returns:
      The numCpSatCallsInLpScheduling.
    • getNumMinCostFlowCalls

      long getNumMinCostFlowCalls()
      Number of calls to min cost flow.
      
      int64 num_min_cost_flow_calls = 3;
      Returns:
      The numMinCostFlowCalls.