- cache() - Method in class com.google.ortools.constraintsolver.Solver
-
Returns the cache of the model.
- CancelSearch() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Cancels the current search.
- CANDIDATE_TYPE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.ConvergenceInformation
-
- CANDIDATE_TYPE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.InfeasibilityInformation
-
- CandidateIndicesChanged() - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- CandidateInverseValue(long) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- CandidateIsActive(long) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- CandidateValue(long) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
Returns the value in the current assignment of the variable of given
index.
- cannotBePerformed() - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- CAPACITY_FIELD_NUMBER - Static variable in class com.google.ortools.graph.FlowArcProto
-
- CAPACITY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CumulativeConstraintProto
-
- CAPACITY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.RoutesConstraintProto
-
- CastConstraint - Class in com.google.ortools.constraintsolver
-
Cast constraints are special channeling constraints designed
to keep a variable in sync with an expression.
- CastConstraint(long, boolean) - Constructor for class com.google.ortools.constraintsolver.CastConstraint
-
- CastConstraint_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- CastConstraint_target_var(long, CastConstraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- castExpression(IntVar) - Method in class com.google.ortools.constraintsolver.Solver
-
Internal.
- castToVar() - Method in class com.google.ortools.constraintsolver.BaseIntExpr
-
- CATCH_SIGINT_SIGNAL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CBC_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
CBC_MIXED_INTEGER_PROGRAMMING = 5;
- CHANGE_STATUS_TO_IMPRECISE_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
-
- ChangeValue - Class in com.google.ortools.constraintsolver
-
Defines operators which change the value of variables;
each neighbor corresponds to *one* modified variable.
- ChangeValue(long, boolean) - Constructor for class com.google.ortools.constraintsolver.ChangeValue
-
- ChangeValue(IntVar[]) - Constructor for class com.google.ortools.constraintsolver.ChangeValue
-
- ChangeValue_change_ownership(ChangeValue, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- ChangeValue_director_connect(ChangeValue, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- ChangeValue_modifyValue(long, ChangeValue, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- ChangeValue_oneNeighbor(long, ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- ChangeValue_oneNeighborSwigExplicitChangeValue(long, ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- ChangeValue_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- CHEAPEST_INSERTION_ADD_UNPERFORMED_ENTRIES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- CHEAPEST_INSERTION_FARTHEST_SEEDS_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- CHEAPEST_INSERTION_FIRST_SOLUTION_MIN_NEIGHBORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- CHEAPEST_INSERTION_FIRST_SOLUTION_NEIGHBORS_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- CHEAPEST_INSERTION_FIRST_SOLUTION_USE_NEIGHBORS_RATIO_FOR_INITIALIZATION_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- CHEAPEST_INSERTION_LS_OPERATOR_MIN_NEIGHBORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- CHEAPEST_INSERTION_LS_OPERATOR_NEIGHBORS_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- check() - Method in class com.google.ortools.constraintsolver.SearchLimit
-
This method is called to check the status of the limit.
- CHECK_SOLUTION_PERIOD_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- checkAssignment(Assignment) - Method in class com.google.ortools.constraintsolver.Solver
-
Checks whether the given assignment satisfies all relevant constraints.
- checkConstraint(Constraint) - Method in class com.google.ortools.constraintsolver.Solver
-
Checks whether adding this constraint will lead to an immediate
failure.
- checkFail() - Method in class com.google.ortools.constraintsolver.Solver
-
- CheckIfAssignmentIsFeasible(Assignment, boolean) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns a vector cumul_bounds, for which cumul_bounds[i][j] is a pair
containing the minimum and maximum of the CumulVar of the jth node on
route i.
- checkLimit(SWIGTYPE_p_absl__Duration) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns true if the search limit has been crossed with the given time
offset.
- checkLimit() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns true if the search limit has been crossed with the given time
offset.
- CheckPoint() - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- CheckPointValue(long) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- CheckWithOffset(SWIGTYPE_p_absl__Duration) - Method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
-
- CheckWithOffset(SWIGTYPE_p_absl__Duration) - Method in class com.google.ortools.constraintsolver.RegularLimit
-
- CheckWithOffset(SWIGTYPE_p_absl__Duration) - Method in class com.google.ortools.constraintsolver.SearchLimit
-
Same as Check() but adds the 'offset' value to the current time when time
is considered in the limit.
- CHOICE_POINT - Static variable in class com.google.ortools.constraintsolver.Solver
-
- CHOOSE_DYNAMIC_GLOBAL_BEST - Static variable in class com.google.ortools.constraintsolver.Solver
-
Pairs are compared each time a variable is selected.
- CHOOSE_FIRST_UNBOUND - Static variable in class com.google.ortools.constraintsolver.Solver
-
Select the first unbound variable.
- CHOOSE_FIRST_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
-
CHOOSE_FIRST = 0;
- CHOOSE_HIGHEST_MAX - Static variable in class com.google.ortools.constraintsolver.Solver
-
Among unbound variables, select the variable with the highest maximal
value.
- CHOOSE_HIGHEST_MAX_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
-
CHOOSE_HIGHEST_MAX = 2;
- CHOOSE_LOWEST_MIN - Static variable in class com.google.ortools.constraintsolver.Solver
-
Among unbound variables, select the variable with the smallest minimal
value.
- CHOOSE_LOWEST_MIN_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
-
CHOOSE_LOWEST_MIN = 1;
- CHOOSE_MAX_AVERAGE_IMPACT - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
- CHOOSE_MAX_DOMAIN_SIZE_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
-
CHOOSE_MAX_DOMAIN_SIZE = 4;
- CHOOSE_MAX_REGRET_ON_MIN - Static variable in class com.google.ortools.constraintsolver.Solver
-
Among unbound variables, select the variable with the largest
gap between the first and the second values of the domain.
- CHOOSE_MAX_SIZE - Static variable in class com.google.ortools.constraintsolver.Solver
-
Among unbound variables, select the variable with the highest size.
- CHOOSE_MAX_SUM_IMPACT - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
- CHOOSE_MAX_VALUE_IMPACT - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
- CHOOSE_MIN_DOMAIN_SIZE_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
-
CHOOSE_MIN_DOMAIN_SIZE = 3;
- CHOOSE_MIN_SIZE - Static variable in class com.google.ortools.constraintsolver.Solver
-
Among unbound variables, select the variable with the smallest size.
- CHOOSE_MIN_SIZE_HIGHEST_MAX - Static variable in class com.google.ortools.constraintsolver.Solver
-
Among unbound variables, select the variable with the smallest size,
i.e., the smallest number of possible values.
- CHOOSE_MIN_SIZE_HIGHEST_MIN - Static variable in class com.google.ortools.constraintsolver.Solver
-
Among unbound variables, select the variable with the smallest size,
i.e., the smallest number of possible values.
- CHOOSE_MIN_SIZE_LOWEST_MAX - Static variable in class com.google.ortools.constraintsolver.Solver
-
Among unbound variables, select the variable with the smallest size,
i.e., the smallest number of possible values.
- CHOOSE_MIN_SIZE_LOWEST_MIN - Static variable in class com.google.ortools.constraintsolver.Solver
-
Among unbound variables, select the variable with the smallest size,
i.e., the smallest number of possible values.
- CHOOSE_MIN_SLACK_RANK_FORWARD - Static variable in class com.google.ortools.constraintsolver.Solver
-
- CHOOSE_PATH - Static variable in class com.google.ortools.constraintsolver.Solver
-
Selects the next unbound variable on a path, the path being defined by
the variables: var[i] corresponds to the index of the next of i.
- CHOOSE_RANDOM - Static variable in class com.google.ortools.constraintsolver.Solver
-
Randomly select one of the remaining unbound variables.
- CHOOSE_RANDOM_RANK_FORWARD - Static variable in class com.google.ortools.constraintsolver.Solver
-
- CHOOSE_STATIC_GLOBAL_BEST - Static variable in class com.google.ortools.constraintsolver.Solver
-
Pairs are compared at the first call of the selector, and results are
cached.
- CHRISTOFIDES_USE_MINIMUM_MATCHING_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- CHRISTOFIDES_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
-
Christofides algorithm (actually a variant of the Christofides algorithm
using a maximal matching instead of a maximum matching, which does
not guarantee the 3/2 factor of the approximation on a metric travelling
salesman).
- CIRCUIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
-
- CircuitConstraint - Class in com.google.ortools.sat
-
Specialized circuit constraint.
- CircuitConstraint(CpModelProto.Builder) - Constructor for class com.google.ortools.sat.CircuitConstraint
-
- CircuitConstraintProto - Class in com.google.ortools.sat
-
The circuit constraint is defined on a graph where the arc presence are
controlled by literals.
- CircuitConstraintProto.Builder - Class in com.google.ortools.sat
-
The circuit constraint is defined on a graph where the arc presence are
controlled by literals.
- CircuitConstraintProtoOrBuilder - Interface in com.google.ortools.sat
-
- CLAUSE_ACTIVITY_DECAY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CLAUSE_ACTIVITY_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ClauseOrdering
-
Order clause by decreasing activity, then by increasing LBD.
- CLAUSE_CLEANUP_LBD_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CLAUSE_CLEANUP_ORDERING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CLAUSE_CLEANUP_PERIOD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CLAUSE_CLEANUP_PROTECTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CLAUSE_CLEANUP_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CLAUSE_CLEANUP_TARGET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CLAUSE_LBD_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ClauseOrdering
-
Order clause by increasing LBD, then by decreasing activity.
- clear() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
- clear() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
-
- clear() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
- clear() - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
- clear() - Method in class com.google.ortools.bop.BopParameters.Builder
-
- clear() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.Assignment
-
- clear() - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
-
- clear() - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
-
- clear() - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
-
- clear() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.IntTupleSet
-
- clear() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.ModelCache
-
- clear() - Method in class com.google.ortools.constraintsolver.PerturbationStrategy.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
-
- clear() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy.Builder
-
- clear() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
- clear() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
- clear() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
- clear() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPObjective
-
Clears the offset, all variables and coefficients, and the optimization
direction.
- clear() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPSolver
-
Clears the objective (including the optimization direction), all variables
and constraints.
- clear() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
- clear() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
- clear() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams.Builder
-
- clear() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
- clear() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
- clear() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
- clear() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
- clear() - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
-
- clear() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
- clear() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
- clear() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
- clear() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
- clear() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
- clear() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
- clear() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
- clear() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
- clear() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
- clear() - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
- clear() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
- clear() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
- clear() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
- clear() - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
- clear() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
- clear() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
- clear() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
- clear() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
- clear() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
- clear() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
- clear() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
- clear() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
- clear() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
- clear() - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
- clear() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
- clear() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.SatParameters.Builder
-
- clear() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
- clear() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
- clear() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
- clear() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
- clear() - Method in class com.google.ortools.util.Int128.Builder
-
- clear_fail_intercept() - Method in class com.google.ortools.constraintsolver.Solver
-
Internal
- clearAbsConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- clearAbsoluteGapLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stop the search when the gap between the best feasible objective (O) and
our best objective bound (B) is smaller than a limit.
- clearAcceptanceStrategy() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Determines when the neighbor solution S', possibly improved if
`improve_perturbed_solution` is true, replaces the reference solution S.
- clearAcceptNeighborDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Time spent in accepting a neighbor (restoration and storage, not
including filtering).
- clearActiveDualVariableChange() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
The number of dual variables that have a different bound status than they
did at the last restart.
- clearActiveDualVariableCount() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
The number of dual variables that are not at their bounds.
- clearActiveLiterals() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
repeated int32 active_literals = 5;
- clearActivePrimalVariableChange() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
The number of primal variables that have a different bound status than they
did at the last restart.
- clearActivePrimalVariableCount() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
The number of primal variables that are not at their bounds.
- clearAdaptiveLinesearchParameters() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- clearAddCgCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
- clearAddCliqueCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate clique cuts from the binary implication graph.
- clearAdditionalSolutions() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- clearAdditionalSolutions() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- clearAddLinMaxCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For the lin max constraints, generates the cuts described in "Strong
mixed-integer programming formulations for trained neural networks" by Ross
Anderson et.
- clearAddLpConstraintsLazily() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we start by an empty LP, and only add constraints not satisfied
by the current LP solution batch by batch.
- clearAddMirCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate MIR cuts at root node.
- clearAddObjectiveCut() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When the LP objective is fractional, do we add the cut that forces the
linear objective expression to be greater or equal to this fractional value
rounded up?
- clearAddRltCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate RLT cuts.
- clearAddZeroHalfCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate Zero-Half cuts at root node.
- clearAll() - Method in class com.google.ortools.constraintsolver.Pack
-
- clearAllDiff() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The all_diff constraint forces all variables to take different values.
- ClearAllowedResourcesForVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- clearAllowSimplexAlgorithmChange() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During incremental solve, let the solver decide if it use the primal or
dual simplex algorithm depending on the current solution and on the new
problem.
- clearAlsoBumpVariablesInConflictReasons() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, then the variables that appear in any of the reason of
the variables in a conflict have their activity bumped.
- clearAndConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "and" constraints must be Boolean.
- clearAnnotation() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- clearArcs() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- clearArraySplitSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
When a sum/min/max operation is applied on a large array, this
array is recursively split into blocks of size 'array_split_size'.
- clearAssignment() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Stores an assignment of the problem variables.
- clearAssumptions() - Method in class com.google.ortools.sat.CpModel
-
Remove all assumptions from the model
- clearAssumptions() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
A list of literals.
- clearAtMostOne() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- clearAtMostOneMaxExpansionSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
All at_most_one constraints with a size <= param will be replaced by a
quadratic number of binary implications.
- clearAutoDetectGreaterThanAtLeastOneOf() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, then the precedences propagator try to detect for each variable if
it has a set of "optional incoming arc" for which at least one of them is
present.
- clearAutomaticTemperatures() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
Automatically define the value for the temperatures as follows.
- clearAutomaton() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- clearAvgNumRemovedVisits() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
-
Number of visits that are removed on average.
- clearBaselineModelFilePath() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
optional string baseline_model_file_path = 1;
- clearBasisRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Number of iterations between two basis refactorizations.
- clearBestBoundCallback() - Method in class com.google.ortools.sat.CpSolver
-
Clears the best bound callback.
- clearBestObjectiveBound() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
This field is only filled for MIP problems.
- clearBestObjectiveBound() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Only make sense for an optimization problem.
- clearBinaryMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
- clearBinarySearchNumConflicts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If non-negative, perform a binary search on the objective variable in order
to find an [min, max] interval outside of which the solver proved unsat/sat
under this amount of conflict.
- clearBlockingRestartMultiplier() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double blocking_restart_multiplier = 66 [default = 1.4];
- clearBlockingRestartWindowSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 blocking_restart_window_size = 65 [default = 5000];
- clearBoolAnd() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_and constraint forces all of the literals to be true.
- clearBooleanEncodingLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A non-negative level indicating how much we should try to fully encode
Integer variables as Boolean.
- clearBoolOr() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_or constraint forces at least one literal to be true.
- clearBoolXor() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_xor constraint forces an odd number of the literals to be true.
- clearBranches() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
int64 branches = 2;
- clearBranchingPriority() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
optional int32 branching_priority = 6 [default = 0];
- clearBypassFactor() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
-
Value in [0, 1] ruling the number of preserved customers in the split
sequence removal.
- clearBytesUsed() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Memory usage of the solver.
- clearCandidateType() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
Type of the candidate point described by this ConvergenceInformation.
- clearCandidateType() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
Type of the point used to compute the InfeasibilityInformation.
- clearCapacity() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
Capacity of the arc.
- clearCapacity() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- clearCapacity() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
int64 capacity = 5;
- clearCatchSigintSignal() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals
when calling solve.
- clearChangeStatusToImprecise() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, the internal API will change the return status to imprecise if the
solution does not respect the internal tolerances.
- clearCheapestInsertionAddUnperformedEntries() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether or not to consider entries making the nodes/pairs unperformed in
the GlobalCheapestInsertion heuristic.
- clearCheapestInsertionFarthestSeedsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Ratio (between 0 and 1) of available vehicles in the model on which
farthest nodes of the model are inserted as seeds in the
GlobalCheapestInsertion first solution heuristic.
- clearCheapestInsertionFirstSolutionMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 cheapest_insertion_first_solution_min_neighbors = 44;
- clearCheapestInsertionFirstSolutionNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Ratio (in ]0, 1]) of closest non start/end nodes to consider as neighbors
for each node when creating new insertions in the parallel/sequential
cheapest insertion heuristic.
- clearCheapestInsertionFirstSolutionUseNeighborsRatioForInitialization() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether or not to only consider closest neighbors when initializing the
assignment for the first solution.
- clearCheapestInsertionLsOperatorMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 cheapest_insertion_ls_operator_min_neighbors = 45;
- clearCheapestInsertionLsOperatorNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Neighbors ratio and minimum number of neighbors for the heuristic when used
in a local search operator (see
local_search_operators.use_global_cheapest_insertion_path_lns and
local_search_operators.use_global_cheapest_insertion_chain_lns below).
- clearCheckSolutionPeriod() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the behavior of local search.
- clearChristofidesUseMinimumMatching() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true use minimum matching instead of minimal matching in the
Christofides algorithm.
- clearCircuit() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- clearClauseActivityDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Clause activity parameters (same effect as the one on the variables).
- clearClauseCleanupLbdBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
All the clauses with a LBD (literal blocks distance) lower or equal to this
parameters will always be kept.
- clearClauseCleanupOrdering() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
- clearClauseCleanupPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Trigger a cleanup when this number of "deletable" clauses is learned.
- clearClauseCleanupProtection() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
- clearClauseCleanupRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During a cleanup, if clause_cleanup_target is 0, we will delete the
clause_cleanup_ratio of "deletable" clauses instead of aiming for a fixed
target of clauses to keep.
- clearClauseCleanupTarget() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During a cleanup, we will always keep that number of "deletable" clauses.
- clearCoefficient() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
Must be finite.
- clearCoefficient() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- clearCoefficient() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Must be finite.
- clearCoefficients() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
repeated int64 coefficients = 2;
- clearCoefficients() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
repeated int64 coefficients = 2;
- clearCoeffs() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
repeated int64 coeffs = 4;
- clearCoeffs() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated double coeffs = 2;
- clearCoeffs() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
Same size as vars.
- clearCoeffs() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int64 coeffs = 2;
- clearCombinedBoundsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_bounds_avg = 11;
- clearCombinedBoundsL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_bounds_l2_norm = 24;
- clearCombinedBoundsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Statistics of the combined vector of the constraint lower and upper bounds.
- clearCombinedBoundsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_bounds_min = 10;
- clearCombinedVariableBoundsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_avg = 30;
- clearCombinedVariableBoundsL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_l2_norm = 31;
- clearCombinedVariableBoundsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Statistics of the combined vector of the variable lower and upper bounds.
- clearCombinedVariableBoundsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_min = 29;
- clearCompressTrail() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameter indicates if the solver should compress the trail
during the search.
- clearComputeEstimatedImpact() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Compute estimated impact at each iteration when true; only once when false.
- clearConstant() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
optional double constant = 2;
- clearConstraint() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
The constraint activated by the indicator variable.
- clearConstraint() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- clearConstraint() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
- clearConstraintMatrixAbsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double constraint_matrix_abs_avg = 8;
- clearConstraintMatrixAbsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint
matrix.
- clearConstraintMatrixAbsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double constraint_matrix_abs_min = 7;
- clearConstraintMatrixColMinLInfNorm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Minimum row and column infinity norms of the constraint matrix.
- clearConstraintMatrixL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double constraint_matrix_l2_norm = 25;
- clearConstraintMatrixNumNonzeros() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
The number of (finite) nonzero entries in the constraint matrix.
- clearConstraintMatrixRowMinLInfNorm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double constraint_matrix_row_min_l_inf_norm = 4;
- clearConstraintOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- clearConstraints() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- clearConstraints() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- clearConstraintSolverStatistics() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Constraint solver statistics.
- clearConstraintTerms(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- clearContext() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Context within which the filter was called.
- clearContinuousSchedulingSolver() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
- clearConvergenceInformation() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- clearConvertIntervals() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Temporary flag util the feature is more mature.
- clearCoolingScheduleStrategy() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
Determines the speed at which the temperature changes from initial to
final.
- clearCoreMinimizationLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If positive, we spend some effort on each core:
- At level 1, we use a simple heuristic to try to minimize an UNSAT core
- clearCorrectedDualObjective() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
If possible (e.g., when all primal variables have lower and upper bounds),
a correct dual bound.
- clearCost() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
-
The cost for using the given subset.
- clearCost() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
The cost of the solution, as computed by the algorithm.
- clearCostLowerBound() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
A lower bound of the solution, as computed by the algorithm.
- clearCostScaling() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];
- clearCountAssumptionLevelsInLbd() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether or not the assumption levels are taken into account during the LBD
computation.
- clearCoverOptimization() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, when the max-sat algo find a core, we compute the minimal number
of literals in the core that needs to be true to have a feasible solution.
- clearCpModelPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we presolve the cp_model before solving it.
- clearCpModelProbingLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much effort do we spend on probing. 0 disables it completely.
- clearCpModelUseSatPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we also use the sat presolve when cp_model_presolve is true.
- clearCrossoverBoundSnappingDistance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If the starting basis contains FREE variable with bounds, we will move
any such variable to their closer bounds if the distance is smaller than
this parameter.
- clearCumulative() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
bool cumulative = 6;
- clearCumulative() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- clearCumulativeKktMatrixPasses() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The cumulative number of passes through the KKT matrix since the start of
the solve.
- clearCumulativeRejectedSteps() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The total number of rejected steps (e.g., within a line search procedure)
since the start of the solve.
- clearCumulativeTimeSec() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The amount of time passed since we started solving the problem (see solver
log `solve_time_sec` which records total time).
- clearCutActiveCountDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double cut_active_count_decay = 156 [default = 0.8];
- clearCutCleanupTarget() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Target number of constraints to remove during cleanup.
- clearCutLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Control the global cut effort.
- clearCutMaxActiveCountValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
These parameters are similar to sat clause management activity parameters.
- clearCycleSizes() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
repeated int32 cycle_sizes = 2;
- clearDebugCrashIfPresolveBreaksHint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Crash if presolve breaks a feasible hint.
- clearDebugCrashOnBadHint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Crash if we do not manage to complete the hint into a full solution.
- clearDebugMaxNumPresolveOperations() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If positive, try to stop just after that many presolve rules have been
applied.
- clearDebugPostsolveWithFullSolver() - Method in class com.google.ortools.sat.SatParameters.Builder
-
We have two different postsolve code.
- clearDecomposedProblemMinTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters.Builder
-
HACK.
- clearDecomposerNumVariablesThreshold() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Only try to decompose the problem when the number of variables is greater
than the threshold.
- clearDefaultRestartAlgorithms() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- clearDefaultSolverOptimizerSets() - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- clearDegenerateMinistepFactor() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During a degenerate iteration, the more conservative approach is to do a
step of length zero (while shifting the bound of the leaving variable).
- clearDemands() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- clearDemands() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
EXPERIMENTAL.
- clearDetailedOptimalityCriteria() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- clearDetectLinearizedProduct() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Infer products of Boolean or of Boolean time IntegerVariable from the
linear constrainst in the problem.
- clearDetectTableWithCost() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we detect variable that are unique to a table constraint and only
there to encode a cost on each tuple.
- clearDeterministicTime() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
double deterministic_time = 17;
- clearDevexWeightsResetPeriod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Devex weights will be reset to 1.0 after that number of updates.
- clearDiagonalQpTrustRegionSolverTolerance() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The solve tolerance of the experimental trust region solver for diagonal
QPs, controlling the accuracy of binary search over a one-dimensional
scaling parameter.
- clearDiffnUseCumulative() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the propagation of the diffn constraint.
- clearDisableConstraintExpansion() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, it disable all constraint expansion.
- clearDisableSchedulingBewareThisMayDegradePerformance() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Setting this to true completely disables the LP and MIP scheduling in the
solver.
- clearDisableSolve() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool disable_solve = 15;
- clearDiversifyLnsParams() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, registers more lns subsolvers with different parameters.
- clearDomain() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
If non-empty, only look for an objective value in the given domain.
- clearDomain() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- clearDomain() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int64 domain = 3;
- clearDomainReductionStrategy() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
- clearDropMagnitude() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Value in the input LP lower than this will be ignored.
- clearDropTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
In order to increase the sparsity of the manipulated vectors, floating
point values with a magnitude smaller than this parameter are set to zero
(only in some places).
- clearDualFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Variables whose reduced costs have an absolute value smaller than this
tolerance are not considered as entering candidates.
- clearDualizerThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When solve_dual_problem is LET_SOLVER_DECIDE, take the dual if the number
of constraints of the problem is more than this threshold times the number
of variables.
- clearDualObjective() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The dual objective.
- clearDualPricePrioritizeNorm() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
On some problem like stp3d or pds-100 this makes a huge difference in
speed and number of iterations of the dual simplex.
- clearDualRayObjective() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
The objective of the linear program labeled (1) in the previous paragraph.
- clearDualSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Like small_pivot_threshold but for the dual simplex.
- clearDualTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for dual feasibility.
- clearDualValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- clearDummyConstraint() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
This constraint is not meant to be used and will be rejected by the
solver.
- clearDurationSeconds() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Total time spent in the solver.
- clearDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
Time spent in the decision builder.
- clearDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Time spent in the filter.
- clearDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Time spent in the operator.
- clearDynamicallyAdjustRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If this is true, then basis_refactorization_period becomes a lower bound on
the number of iterations between two refactorization (provided there is no
numerical accuracy issues).
- clearElement() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
-
The list of elements in the subset.
- clearElement() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The element constraint forces the variable with the given index
to be equal to the target.
- clearEnableInternalSolverOutput() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
If this is set, then EnableOutput() will be set on the internal MPSolver
that solves the model.
- clearEncodeComplexLinearConstraintWithInteger() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Linear constraint with a complex right hand side (more than a single
interval) need to be expanded, there is a couple of way to do that.
- clearEncodeCumulativeAsReservoir() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Encore cumulative with fixed demands and capacity as a reservoir
constraint.
- clearEnd() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto end = 5;
- clearEnforcedConstraintTerms(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- clearEnforcementLiteral() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The constraint will be enforced iff all literals listed here are true.
- clearEntries() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
repeated int32 entries = 3;
- clearEnumerateAllSolutions() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we enumerate all solutions of a problem without objective.
- clearEpsDualInfeasible() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If the following three conditions hold we say we have obtained an
approximate primal ray, which is an approximate certificate of dual
infeasibility
- clearEpsOptimalAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
- clearEpsOptimalAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
Absolute tolerance on the primal residual, dual residual, and objective
gap.
- clearEpsOptimalDualResidualAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the dual residual.
- clearEpsOptimalDualResidualRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the dual residual.
- clearEpsOptimalObjectiveGapAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the objective gap.
- clearEpsOptimalObjectiveGapRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the objective gap.
- clearEpsOptimalPrimalResidualAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the primal residual.
- clearEpsOptimalPrimalResidualRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the primal residual.
- clearEpsOptimalRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
- clearEpsOptimalRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
Relative tolerance on the primal residual, dual residual, and objective
gap.
- clearEpsPrimalInfeasible() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If the following two conditions hold we say that we have obtained an
approximate dual ray, which is an approximate certificate of primal
infeasibility
- clearExactlyOne() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The exactly_one constraint force exactly one literal to true and no more.
- clearExpandAlldiffConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, expand all_different constraints that are not permutations.
- clearExpandReservoirConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, expand the reservoir constraints by creating booleans for all
possible precedences between event and encoding the constraint.
- clearExpandReservoirUsingCircuit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Mainly useful for testing.
- clearExploitAllLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and the Lp relaxation of the problem has a solution, try to exploit
it.
- clearExploitAllPrecedences() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool exploit_all_precedences = 220 [default = false];
- clearExploitBestSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching on a variable, follow the last best solution value.
- clearExploitIntegerLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and the Lp relaxation of the problem has an integer optimal
solution, try to exploit it.
- clearExploitObjective() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching an a variable that directly affect the objective,
branch on the value that lead to the best objective first.
- clearExploitRelaxationSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching on a variable, follow the last best relaxation solution
value.
- clearExploitSingletonColumnInInitialBasis() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we exploit the singleton columns already present in the
problem when we create the initial basis.
- clearExploitSymmetryInSatFirstSolution() - Method in class com.google.ortools.bop.BopParameters.Builder
-
If true, find and exploit symmetries in proving satisfiability in the first
problem.
- clearExprs() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- clearExprs() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
The sequence of affine expressions (a * var + b).
- clearExprs() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
If this is set, then the variables field must be empty.
- clearExprs() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- clearExprs() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- clearExprs() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- clearExtraSubsolvers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A convenient way to add more workers types.
- clearFailures() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
int64 failures = 3;
- clearFallbackToCpSatSizeThreshold() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If model.Size() is less than the threshold and that no solution has been
found, attempt a pass with CP-SAT.
- clearFDirect() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_direct = 1;
- clearFeasibilityJumpBatchDtime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much dtime for each LS batch.
- clearFeasibilityJumpDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
On each restart, we randomly choose if we use decay (with this parameter)
or no decay.
- clearFeasibilityJumpEnableRestarts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When stagnating, feasibility jump will either restart from a default
solution (with some possible randomization), or randomly pertubate the
current solution.
- clearFeasibilityJumpLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much do we linearize the problem in the local search code.
- clearFeasibilityJumpMaxExpandedConstraintSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum size of no_overlap or no_overlap_2d constraint for a quadratic
expansion.
- clearFeasibilityJumpRestartFactor() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This is a factor that directly influence the work before each restart.
- clearFeasibilityJumpVarPerburbationRangeRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max distance between the default value and the pertubated value relative to
the range of the domain of the variable.
- clearFeasibilityJumpVarRandomizationProbability() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Probability for a variable to have a non default value upon restarts or
perturbations.
- clearFeasibilityPolishingDetails() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- clearFeasibilityRule() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
PricingRule to use during the feasibility phase.
- clearFillAdditionalSolutionsInResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the final response addition_solutions field will be filled with
all solutions from our solutions pool.
- clearFillTightenedDomainsInResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, add information about the derived variable domains to the
CpSolverResponse.
- clearFilterSubsolvers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
repeated string filter_subsolvers = 293;
- clearFinalStates() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 final_states = 3;
- clearFinalTemperature() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
The final temperature.
- clearFindBigLinearOverlap() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Try to find large "rectangle" in the linear constraint matrix with
identical lines.
- clearFindMultipleCores() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to find more independent cores for a given set of
assumptions in the core based max-SAT algorithms.
- clearFingerprint() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
An automatically fingerprint for the model.
- clearFingerprint() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
An automatically fingerprint for the solution.
- clearFInverse() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_inverse = 2;
- clearFirstSolutionOptimizationPeriod() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If non zero, a period p indicates that every p node insertions or additions
to a path, an optimization of the current partial solution will be
performed.
- clearFirstSolutionStatistics() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- clearFirstSolutionStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
First solution strategies, used as starting point of local search.
- clearFixVariablesToTheirHintedValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, variables appearing in the solution hints will be fixed to their
hinted value.
- clearFloatingPointObjective() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Advanced usage.
- clearFpRounding() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
- clearGapIntegral() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The integral of log(1 + absolute_objective_gap) over time.
- clearGeneralConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
- clearGeneralConstraint() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- clearGlopParameters() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
Parameters to control glop's presolver.
- clearGlucoseDecayIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double glucose_decay_increment = 23 [default = 0.01];
- clearGlucoseDecayIncrementPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 glucose_decay_increment_period = 24 [default = 5000];
- clearGlucoseMaxDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until
0.95.
- clearGuidedLocalSearchLambdaCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
These are advanced settings which should not be modified unless you know
what you are doing.
- clearGuidedLocalSearchPenalizeWithVehicleClasses() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
When an arc leaving a vehicle start or arriving at a vehicle end is
penalized, this field controls whether to penalize all other equivalent
arcs with starts or ends in the same vehicle class.
- clearGuidedLocalSearchResetPenaltiesOnNewBestSolution() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether to reset penalties when a new best solution is found.
- clearGuidedSatConflictsChunk() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The first solutions based on guided SAT will work in chunk of that many
conflicts at the time.
- clearHandleSomePrimalGradientsOnFiniteBoundsAsResiduals() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
See
https://developers.google.com/optimization/lp/pdlp_math#treating_some_variable_bounds_as_infinite
for a description of this flag.
- clearHarrisToleranceRatio() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
This impacts the ratio test and indicates by how much we allow a basic
variable value that we move to go out of bounds.
- clearHead() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
optional int64 head = 2;
- clearHeads() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 heads = 4;
- clearHeads() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 heads = 2;
- clearHeuristicCloseNodesLnsNumNodes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of closest nodes to consider for each node during the destruction
phase of the FilteredHeuristicCloseNodesLNSOperator.
- clearHeuristicExpensiveChainLnsNumArcsToConsider() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of expensive arcs to consider cutting in the
FilteredHeuristicExpensiveChainLNSOperator operator.
- clearHigh() - Method in class com.google.ortools.util.Int128.Builder
-
int64 high = 1;
- clearHintConflictLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Conflict limit used in the phase that exploit the solution hint.
- clearHints() - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- clearHints() - Method in class com.google.ortools.sat.CpModel
-
Remove all solution hints
- clearId() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
The ids must be non-negative (>= 0).
- clearIgnoreNames() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we don't keep names in our internal copy of the user given model.
- clearIgnoreSolverSpecificParametersFailure() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
- clearIgnoreSubsolvers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem or only keep
specific ones for testing.
- clearImprovementLimitParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The improvement search limit is added to the solver if the following
parameters are set.
- clearImprovementRateCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
Parameter that regulates exchange rate between objective improvement and
number of neighbors spent.
- clearImprovementRateSolutionsDistance() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
Parameter that specifies the distance between improvements taken into
consideration for calculating the improvement rate.
- clearImprovePerturbedSolution() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Determines whether solution S', obtained from the perturbation, should be
optimized with a local search application.
- clearIndex() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
Legacy field.
- clearIndicatorConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- clearInfeasibilityInformation() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- clearInferAllDiffs() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Run a max-clique code amongst all the x !
- clearInfiniteConstraintBoundThreshold() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Constraint bounds with absolute value at least this threshold are replaced
with infinities.
- clearInitialBasis() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
- clearInitialConditionNumberThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If our upper bound on the condition number of the initial basis (from our
heurisitic or a warm start) is above this threshold, we revert to an all
slack basis.
- clearInitializeDevexWithColumnNorms() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether we initialize devex weights to 1.0 or to the norms of the matrix
columns.
- clearInitialPolarity() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
- clearInitialPrimalWeight() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The initial value of the primal weight (i.e., the ratio of primal and dual
step sizes).
- clearInitialStepSizeScaling() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Scaling factor applied to the initial step size (all step sizes if
linesearch_rule == CONSTANT_STEP_SIZE_RULE).
- clearInitialTemperature() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
The initial temperature.
- clearInitialVariablesActivity() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The initial value of the variables activity.
- clearInnerObjectiveLowerBound() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- clearInprocessingDtimeRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Proportion of deterministic time we should spend on inprocessing.
- clearInprocessingMinimizationDtime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Parameters for an heuristic similar to the one described in "An effective
learnt clause minimization approach for CDCL Sat Solvers",
https://www.ijcai.org/proceedings/2017/0098.pdf
This is the amount of dtime we should spend on this technique during each
inprocessing phase.
- clearInprocessingMinimizationUseAllOrderings() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool inprocessing_minimization_use_all_orderings = 298 [default = false];
- clearInprocessingMinimizationUseConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool inprocessing_minimization_use_conflict_analysis = 297 [default = true];
- clearInprocessingProbingDtime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The amount of dtime we should spend on probing for each inprocessing round.
- clearInstanceName() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The name of the optimization problem.
- clearInstantiateAllVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver will add a default integer branching strategy to the
already defined search strategy.
- clearIntDiv() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- clearIntegerAfterOffset() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
int64 integer_after_offset = 9;
- clearIntegerBeforeOffset() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
Internal fields to recover a bound on the original integer objective from
the presolved one.
- clearIntegerObjective() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Contains the integer objective optimized internally.
- clearIntegerScalingFactor() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
int64 integer_scaling_factor = 8;
- clearInterleaveBatchSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 interleave_batch_size = 134 [default = 0];
- clearInterleaveSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- clearInterval() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- clearIntervals() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
repeated int32 intervals = 2;
- clearIntervals() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
repeated int32 intervals = 1;
- clearIntMod() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- clearIntProd() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_prod constraint forces the target to equal the product of all
variables.
- clearInverse() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- clearIsInteger() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
True if the variable is constrained to be integer.
- clearIsLazy() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
[Advanced usage: do not use this if you don't know what you're doing.]
- clearIteratedLocalSearchParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Iterated Local Search parameters.
- clearIterationCount() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional int32 iteration_count = 5;
- clearIterationCount() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The total number of iterations during the solve.
- clearIterationLimit() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_ITERATION_LIMIT then the solver
has taken at least iterations_limit iterations.
- clearIterationNumber() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The iteration number at which these stats were recorded.
- clearIterationStats() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- clearIterationStats() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
A history of iteration stats for the solve.
- clearKeepAllFeasibleSolutionsInPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we disable the presolve reductions that remove feasible solutions
from the search space.
- clearKeepSymmetryInPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- clearKktMatrixPassLimit() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_KKT_MATRIX_PASS_LIMIT then
cumulative_kkt_matrix_passes is at least kkt_pass_limit.
- clearL2DualResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The l_2 norm of the violations of dual constraints.
- clearL2DualVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The l_2 norm of the dual variables.
- clearL2NormRescaling() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
If true, applies L_2 norm rescaling after the Ruiz rescaling.
- clearL2PrimalResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The l_2 norm of the violations of primal constraints.
- clearL2PrimalVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The l_2 norm of the primal variables.
- clearLbRelaxNumWorkersThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Only use lb-relax if we have at least that many workers.
- clearLevelChanges() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- clearLinear() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- clearLinearIndex() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
All expressions below must be affine function with at most one variable.
- clearLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A non-negative level indicating the type of constraints we consider in the
LP relaxation.
- clearLinearSplitSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Linear constraints that are not pseudo-Boolean and that are longer than
this size will be split into sqrt(size) intermediate sums in order to have
faster propation in the CP engine.
- clearLinearTarget() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto linear_target = 5;
- clearLinesearchContractionFactor() - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
-
Contraction factor used in the linesearch condition of Malitsky and Pock.
- clearLinesearchRule() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Linesearch rule applied at each major iteration.
- clearLInfComponentwiseDualResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum relative violation of any dual constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where
eps_ratio = eps_optimal_dual_residual_absolute
/ eps_optimal_dual_residual_relative
optional double l_inf_componentwise_dual_residual = 25;
- clearLInfComponentwisePrimalResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum relative violation of any primal constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where
eps_ratio = eps_optimal_primal_residual_absolute
/ eps_optimal_primal_residual_relative
and bound is the violated bound.
- clearLInfDualResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum violation of any dual constraint, i.e., the l_∞ norm of the
violations.
- clearLInfDualVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum absolute value of the dual variables, i.e., the l_∞ norm.
- clearLInfPrimalResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum violation of any primal constraint, i.e., the l_∞ norm of the
violations.
- clearLInfPrimalVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum absolute value of the primal variables, i.e., the l_∞ norm.
- clearLInfRuizIterations() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Number of L_infinity Ruiz rescaling iterations to apply to the constraint
matrix.
- clearLinMax() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- clearLiterals() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
repeated int32 literals = 1;
- clearLiterals() - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
repeated int32 literals = 1;
- clearLiterals() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 literals = 5;
- clearLiterals() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
Linear terms involved in this constraint.
- clearLiterals() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- clearLiterals() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 literals = 3;
- clearLnsInitialDeterministicLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double lns_initial_deterministic_limit = 308 [default = 0.1];
- clearLnsInitialDifficulty() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Initial parameters for neighborhood generation.
- clearLnsTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the completion search for each local search
neighbor.
- clearLocalCheapestCostInsertionPickupDeliveryStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest cost insertion, both first solution heuristic and LNS.
- clearLocalCheapestInsertionPickupDeliveryStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest insertion, both first solution heuristic and LNS.
- clearLocalCheapestInsertionSortingProperties() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The properties used to sort insertion entries in the local cheapest
insertion heuristic, in *decreasing* order of priority.
- clearLocalSearchFilter() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Name of the filter.
- clearLocalSearchFilterStatistics() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- clearLocalSearchMetaheuristic() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Local search metaheuristics used to guide the search.
- clearLocalSearchMetaheuristics() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Local search metaheuristics alternatively used to guide the search.
- clearLocalSearchOperator() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Name of the operator.
- clearLocalSearchOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- clearLocalSearchOperatorStatistics() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- ClearLocalSearchState() - Method in class com.google.ortools.constraintsolver.Solver
-
Clears the local search state.
- clearLocalSearchStatistics() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Local search statistics for each solver context.
- clearLogCallback() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- clearLogCallback() - Method in class com.google.ortools.sat.CpSolver
-
Clears the log callback.
- clearLogCostOffset() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
double log_cost_offset = 29;
- clearLogCostScalingFactor() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
In logs, cost values will be scaled and offset by the given values in the
following way: log_cost_scaling_factor * (cost + log_cost_offset)
double log_cost_scaling_factor = 22;
- clearLogIntervalSeconds() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Time between iteration-level statistics logging (if `verbosity_level > 1`).
- clearLogPrefix() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a prefix to all logs.
- clearLogSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Miscellaneous ---
Some of these are advanced settings which should not be modified unless you
know what you are doing.
- clearLogSearchProgress() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether the solver should log the search progress to LOG(INFO).
- clearLogSearchProgress() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, logs the progress of a solve to LOG(INFO).
- clearLogSearchProgress() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether the solver should log the search progress.
- clearLogSubsolverStatistics() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether the solver should display per sub-solver search statistics.
- clearLogTag() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
In logs, this tag will be appended to each line corresponding to a new
solution.
- clearLogToResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Log to response proto.
- clearLogToStdout() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, logs will be displayed to stdout instead of using Google log info.
- clearLogToStdout() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Log to stdout.
- clearLow() - Method in class com.google.ortools.util.Int128.Builder
-
uint64 low = 2;
- clearLowerBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
lower_bound must be <= upper_bound.
- clearLowerBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
lower_bound must be <= upper_bound.
- clearLowerBound() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
lower_bound must be <= upper_bound.
- clearLowerBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
Optional lower (resp. upper) bound of the constraint.
- clearLpAlgorithm() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Algorithm to solve linear programs.
- clearLpDualTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double lp_dual_tolerance = 267 [default = 1e-07];
- clearLpMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The max deterministic time given to the LP solver each time it is called.
- clearLpPrimalTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The internal LP tolerances used by CP-SAT.
- clearLsOperatorMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 ls_operator_min_neighbors = 54;
- clearLsOperatorNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Neighbors ratio and minimum number of neighbors considered in local
search operators (see cheapest_insertion_first_solution_neighbors_ratio
and cheapest_insertion_first_solution_min_neighbors for more information).
- clearLuFactorizationPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Threshold for LU-factorization: for stability reasons, the magnitude of the
chosen pivot at a given step is guaranteed to be greater than this
threshold times the maximum magnitude of all the possible pivot choices in
the same column.
- clearMainIterationCount() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
The iteration count for the main iteration when this feasibility polishing
phase was triggered.
- clearMajorIterationFrequency() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The frequency at which extra work is performed to make major algorithmic
decisions, e.g., performing restarts and updating the primal weight.
- clearMakeNextNeighborDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Time spent in creating neighbors (calling MakeNextNeighbor).
- clearMalitskyPockParameters() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- clearMarkowitzSingularityThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If a pivot magnitude is smaller than this during the Markowitz LU
factorization, then the matrix is assumed to be singular.
- clearMarkowitzZlatevParameter() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
How many columns do we look at in the Markowitz pivoting rule to find
a good pivot.
- clearMaxAllDiffCutSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Cut generator for all diffs can add too many cuts for large all_diff
constraints.
- clearMaxCallbackCacheSize() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Cache callback calls if the number of nodes in the model is less or equal
to this value.
- clearMaxClauseActivityValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double max_clause_activity_value = 18 [default = 1e+20];
- clearMaxConsecutiveInactiveCount() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If a constraint/cut in LP is not active for that many consecutive OPTIMAL
solves, remove it from the LP.
- clearMaxConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = max(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint max_constraint = 9;
- clearMaxCutRoundsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max number of time we perform cut generation and resolve the LP at level 0.
- clearMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum time allowed in deterministic time to solve a problem.
- clearMaxDeterministicTime() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum deterministic time allowed to solve a problem.
- clearMaxDeterministicTime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum time allowed in deterministic time to solve a problem.
- clearMaxDomainSizeWhenEncodingEqNeqConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When loading a*x + b*y ==/!
- clearMaxDualRayInfeasibility() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
Let (y_ray, r_ray) be the algorithm's estimate of the dual and reduced cost
extreme ray where (y_ray, r_ray) is a vector (satisfying the dual variable
constraints) scaled such that its infinity norm is one.
- clearMaxEdgeFinderSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
int32 max_edge_finder_size = 109;
- clearMaximize() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
True if the problem is a maximization problem.
- clearMaximize() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
The optimization direction.
- clearMaximumRegionsToSplitInDisconnectedNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Detects when the space where items of a no_overlap_2d constraint can placed
is disjoint (ie., fixed boxes split the domain).
- clearMaxIntegerRoundingScaling() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In the integer rounding procedure used for MIR and Gomory cut, the maximum
"scaling" we use (must be positive).
- clearMaxLevel() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
int64 max_level = 2;
- clearMaxLinMaxSizeForExpansion() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If the number of expressions in the lin_max is less that the max size
parameter, model expansion replaces target = max(xi) by linear constraint
with the introduction of new booleans bi such that bi => target == xi.
- clearMaxLpSolveForFeasibilityProblems() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The maximum number of time the LP solver will run to feasibility for pure
feasibility problems (with a constant-valued objective function).
- clearMaxMemoryInMb() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum memory allowed for the whole thread containing the solver.
- clearMaxNumberOfBacktracksInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of backtracks times the number of variables in Local Search,
ie. max num backtracks == max_number_of_backtracks_in_ls / num variables.
- clearMaxNumberOfConflicts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum number of conflicts allowed to solve a problem.
- clearMaxNumberOfConflictsForQuickCheck() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem for the quick check of infeasibility.
- clearMaxNumberOfConflictsInRandomLns() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem.
- clearMaxNumberOfConflictsInRandomSolutionGeneration() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to generate a random solution.
- clearMaxNumberOfConsecutiveFailingOptimizerCalls() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of consecutive optimizer calls without improving the
current solution.
- clearMaxNumberOfExploredAssignmentsPerTryInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The maximum number of assignments the Local Search iterates on during one
try.
- clearMaxNumberOfIterations() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum number of simplex iterations to solve a problem.
- clearMaxNumberOfReoptimizations() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When the solution of phase II is imprecise, we re-run the phase II with the
opposite algorithm from that imprecise solution (i.e., if primal or dual
simplex was used, we use dual or primal simplex, respectively).
- clearMaxNumBrokenConstraintsInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Abort the LS search tree as soon as strictly more than this number of
constraints are broken.
- clearMaxNumCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The limit on the number of cuts in our cut pool.
- clearMaxNumDecisionsInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of cascading decisions the solver might use to repair the
current solution in the LS.
- clearMaxNumDeterministicBatches() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stops after that number of batches has been scheduled.
- clearMaxNumIntervalsForTimetableEdgeFinding() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max number of intervals for the timetable_edge_finding algorithm to
propagate.
- clearMaxPairsPairwiseReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If the number of pairs to look is below this threshold, do an extra step of
propagation in the no_overlap_2d constraint by looking at all pairs of
intervals.
- clearMaxPresolveIterations() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In case of large reduction in a presolve iteration, we perform multiple
presolve iterations.
- clearMaxPrimalRayInfeasibility() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
Let x_ray be the algorithm's estimate of the primal extreme ray where x_ray
is a vector that satisfies the sign constraints for a ray, scaled such that
its infinity norm is one (the sign constraints are the variable bound
constraints, with all finite bounds mapped to zero).
- clearMaxRemovedSequenceSize() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
-
Maximum number of removed visits per sequence.
- clearMaxSatAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
- clearMaxSatReverseAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, adds the assumption in the reverse order of the one defined by
max_sat_assumption_order.
- clearMaxSatStratification() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
- clearMaxSizeToCreatePrecedenceLiteralsInDisjunctive() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Create one literal for each disjunction of two pairs of tasks.
- clearMaxSwapActiveChainSize() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Maximum size of the chain to make inactive in SwapActiveChainOperator.
- clearMaxTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- clearMaxTimeInSeconds() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- clearMaxTimeInSeconds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- clearMaxValidMagnitude() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Any finite values in the input LP must be below this threshold, otherwise
the model will be reported invalid.
- clearMaxVariableActivityValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double max_variable_activity_value = 16 [default = 1e+100];
- clearMergeAtMostOneWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
- clearMergeNoOverlapWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, we use a maximum clique heuristic to merge together
no-overlap constraints or at most one constraints.
- clearMethods() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- clearMinConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = min(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint min_constraint = 8;
- clearMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
- clearMinimizeReductionDuringPbResolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A different algorithm during PB resolution.
- clearMinimizeSharedClauses() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Minimize and detect subsumption of shared clauses immediately after they
are imported.
- clearMinimumAcceptablePivot() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We never follow a basis change with a pivot under this threshold.
- clearMinLevel() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
int64 min_level = 1;
- clearMinOrthogonalityForLpConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
While adding constraints, skip the constraints which have orthogonality
less than 'min_orthogonality_for_lp_constraints' with already added
constraints during current call.
- clearMipAutomaticallyScaleVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, some continuous variable might be automatically scaled.
- clearMipCheckPrecision() - Method in class com.google.ortools.sat.SatParameters.Builder
-
As explained in mip_precision and mip_max_activity_exponent, we cannot
always reach the wanted precision during scaling.
- clearMipComputeTrueObjectiveBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Even if we make big error when scaling the objective, we can always derive
a correct lower bound on the original objective by using the exact lower
bound on the scaled integer version of the objective.
- clearMipDropTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Any value in the input mip with a magnitude lower than this will be set to
zero.
- clearMipMaxActivityExponent() - Method in class com.google.ortools.sat.SatParameters.Builder
-
To avoid integer overflow, we always force the maximum possible constraint
activity (and objective value) according to the initial variable domain to
be smaller than 2 to this given power.
- clearMipMaxBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
We need to bound the maximum magnitude of the variables for CP-SAT, and
that is the bound we use.
- clearMipMaxValidMagnitude() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Any finite values in the input MIP must be below this threshold, otherwise
the model will be reported invalid.
- clearMipPresolveLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When solving a MIP, we do some basic floating point presolving before
scaling the problem to integer to be handled by CP-SAT.
- clearMipScaleLargeDomain() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If this is false, then mip_var_scaling is only applied to variables with
"small" domain.
- clearMipTreatHighMagnitudeBoundsAsInfinity() - Method in class com.google.ortools.sat.SatParameters.Builder
-
By default, any variable/constraint bound with a finite value and a
magnitude greater than the mip_max_valid_magnitude will result with a
invalid model.
- clearMipVarScaling() - Method in class com.google.ortools.sat.SatParameters.Builder
-
All continuous variable of the problem will be multiplied by this factor.
- clearMipWantedPrecision() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When scaling constraint with double coefficients to integer coefficients,
we will multiply by a power of 2 and round the coefficients.
- clearMixedIntegerSchedulingSolver() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
- clearModel() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
The model to be optimized by the server.
- clearModel() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
The model to solve.
- clearModelDelta() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage: model "delta".
- clearModelFingerprint() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
A reference to the model the solution applies to.
- clearMultiArmedBanditCompoundOperatorExplorationCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Positive parameter defining the exploration coefficient of the multi-armed
bandit compound operator.
- clearMultiArmedBanditCompoundOperatorMemoryCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Memory coefficient related to the multi-armed bandit compound operator.
- clearName() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
A user-defined name for the model.
- clearName() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
The name of the constraint.
- clearName() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
The name of the constraint.
- clearName() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Name of the model.
- clearName() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The name of the variable.
- clearName() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
For debug/logging only.
- clearName() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For debug/logging only.
- clearName() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
For debug/logging only.
- clearName() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
The name of this constraint.
- clearName() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The name of the problem.
- clearName() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- clearNameAllVariables() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Should anonymous variables be given a name.
- clearNameCastVariables() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Create names for cast variables.
- clearNecessaryReductionForRestart() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
For ADAPTIVE_HEURISTIC only: A relative reduction in the potential function
by this amount triggers a restart if, additionally, the quality of the
iterates appears to be getting worse.
- clearNegated() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
If true, the meaning is "negated", that is we forbid any of the given
tuple from a feasible assignment.
- ClearNeighbors() - Method in class com.google.ortools.constraintsolver.Solver
-
Manipulate neighbors count; to be used for testing purposes only.
- clearNewConstraintsBatchSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add that many lazy constraints (or cuts) at once in the LP.
- clearNewLinearPropagation() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The new linear propagation code treat all constraints at once and use
an adaptation of Bellman-Ford-Tarjan to propagate constraint in a smarter
order and potentially detect propagation cycle earlier.
- clearNodes() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- clearNoOverlap() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- clearNoOverlap2D() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- clearNumAcceptedNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Number of neighbors eventually accepted.
- clearNumberOfSolutionsToCollect() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of solutions to collect during the search.
- clearNumberOfSolvers() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of solvers used to run Bop.
- clearNumBinaryPropagations() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_binary_propagations = 13;
- clearNumBooleans() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_booleans = 10;
- clearNumBopSolversUsedByDecomposition() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of BopSolver created (thread pool workers) used by the integral
solver to solve a decomposed problem.
- clearNumBranches() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Number of branches explored.
- clearNumBranches() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_branches = 12;
- clearNumCalls() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Number of times the filter was called.
- clearNumCols() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
int32 num_cols = 2;
- clearNumConflicts() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_conflicts = 11;
- clearNumConflictsBeforeStrategyChanges() - Method in class com.google.ortools.sat.SatParameters.Builder
-
After each restart, if the number of conflict since the last strategy
change is greater that this, then we increment a "strategy_counter" that
can be use to change the search strategy used by the following restarts.
- clearNumConstraints() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional int64 num_constraints = 2;
- clearNumFailures() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Number of failures/backtracks.
- clearNumFilteredNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Number of neighbors which were filtered.
- clearNumFixedBooleans() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_fixed_booleans = 31;
- clearNumFullSubsolvers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
We distinguish subsolvers that consume a full thread, and the ones that are
always interleaved.
- clearNumIntegerPropagations() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_integer_propagations = 14;
- clearNumIntegers() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Some statistics about the solve.
- clearNumLpIterations() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_lp_iterations = 25;
- clearNumMaxLocalOptimaBeforeMetaheuristicSwitch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 num_max_local_optima_before_metaheuristic_switch = 64;
- clearNumNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Number of neighbors generated by the operator.
- clearNumOmpThreads() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Number of threads in the OMP parallel sections.
- clearNumRandomLnsTries() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Number of tries in the random lns.
- clearNumRejects() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Number of times the filter rejected a neighbor.
- clearNumRejectsPerSecond() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Number of rejects per second.
- clearNumRelaxedVars() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Number of variables to relax in the exhaustive Large Neighborhood Search.
- clearNumRemovedVisits() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy.Builder
-
Number of visits removed during a ruin application defined on visits.
- clearNumRestarts() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_restarts = 24;
- clearNumRows() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
int32 num_rows = 1;
- clearNumRuinedRoutes() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy.Builder
-
Number of spatially close routes ruined at each ruin application.
- clearNumSearchWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 num_search_workers = 100 [default = 0];
- clearNumShards() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
For more efficient parallel computation, the matrices and vectors are
divided (virtually) into num_shards shards.
- clearNumSolutions() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Number of solutions found.
- clearNumSubsets() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
The number of subsets that are selected in the solution.
- clearNumThreads() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The number of threads to use.
- clearNumVariables() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional int64 num_variables = 1;
- clearNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The number of variables in the problem.
- clearNumViolationLs() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This will create incomplete subsolvers (that are not LNS subsolvers)
that use the feasibility jump code to find improving solution, treating
the objective improvement as a hard constraint.
- clearNumWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specify the number of parallel workers (i.e. threads) to use during search.
- ClearObjective() - Method in class com.google.ortools.constraintsolver.Assignment
-
- clearObjective() - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- clearObjective() - Method in class com.google.ortools.sat.CpModel
-
Clears the objective.
- clearObjective() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The objective to minimize.
- clearObjective() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The objective of the problem.
- clearObjectiveCoefficient() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The coefficient of the variable in the objective.
- clearObjectiveLowerLimit() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
The solver will stop as soon as it has proven that the objective is smaller
than objective_lower_limit or greater than objective_upper_limit.
- clearObjectiveMatrixAbsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_matrix_abs_avg = 22;
- clearObjectiveMatrixAbsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm of absolute values of elements of the objective
matrix.
- clearObjectiveMatrixAbsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_matrix_abs_min = 21;
- clearObjectiveMatrixL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_matrix_l2_norm = 27;
- clearObjectiveMatrixNumNonzeros() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional int64 objective_matrix_num_nonzeros = 19;
- clearObjectiveOffset() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Offset for the objective function.
- clearObjectiveUpperLimit() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional double objective_upper_limit = 41 [default = inf];
- clearObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
optional double objective_value = 1;
- clearObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Objective value corresponding to the "variable_value" below, taking into
account the source "objective_offset" and "objective_coefficient".
- clearObjectiveValue() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Only make sense for an optimization problem.
- clearObjectiveVectorAbsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_vector_abs_avg = 18;
- clearObjectiveVectorAbsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Statistics of the objective vector.
- clearObjectiveVectorAbsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_vector_abs_min = 17;
- clearObjectiveVectorL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_vector_l2_norm = 23;
- clearOffset() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
The displayed objective is always:
scaling_factor * (sum(coefficients[i] * objective_vars[i]) + offset).
- clearOffset() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
double offset = 3;
- clearOffset() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
int64 offset = 3;
- clearOffset() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
For a given variable assignment, the "real" problem objective value is
'scaling_factor * (minimization_objective + offset)' where
'minimization_objective is the one defined just above.
- clearOnlyAddCutsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For the cut that can be generated at any level, this control if we only
try to generate them at the root node.
- clearOnlySolveIp() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If one try to solve a MIP model with CP-SAT, because we assume all variable
to be integer after scaling, we will not necessarily have the correct
optimal.
- clearOptimalityCriteria() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
- clearOptimalityNorm() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
The norm that we are measuring the optimality criteria in.
- clearOptimizationRule() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
PricingRule to use during the optimization phase.
- clearOptimizationStep() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Minimum step by which the solution must be improved in local search. 0
means "unspecified".
- clearOptimizeWithCore() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The default optimization method is a simple "linear scan", each time trying
to find a better solution than the previous one.
- clearOptimizeWithLbTreeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Do a more conventional tree search (by opposition to SAT based one) where
we keep all the explored node in a tree.
- clearOptimizeWithMaxHs() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This has no effect if optimize_with_core is false.
- clearOrbitopes() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- clearOrConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "or" constraints must be Boolean.
- clearOriginalNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Hack: When converting a wcnf formulat to a LinearBooleanProblem, extra
variables need to be created.
- clearOriginalProblemStats() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Statistics of the original problem.
- clearParameters() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
Solver parameters.
- clearParams() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- clearParams() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
If solved with PDLP, the parameters for this solve.
- clearPayloadKey() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
The payload is a (key, value) string pair.
- clearPayloadValue() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional string payload_value = 5;
- clearPbCleanupIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Same as for the clauses, but for the learned pseudo-Boolean constraints.
- clearPbCleanupRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double pb_cleanup_ratio = 47 [default = 0.5];
- clearPermutations() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- clearPermutePresolveConstraintOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool permute_presolve_constraint_order = 179 [default = false];
- clearPermuteVariableRandomly() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This is mainly here to test the solver variability.
- clearPerturbationStrategy() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Determines how a reference solution S is perturbed to obtain a neighbor
solution S'.
- clearPerturbCostsInDualSimplex() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When this is true, then the costs are randomly perturbed before the dual
simplex is even started.
- clearPointMetadata() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- clearPointType() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
Type of the point that this metadata corresponds to.
- clearPolarityExploitLsHints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and we have first solution LS workers, tries in some phase to
follow a LS solutions that violates has litle constraints as possible.
- clearPolarityRephaseIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If non-zero, then we change the polarity heuristic after that many number
of conflicts in an arithmetically increasing fashion.
- clearPolishingPhaseType() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;
- clearPolishLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to do a few degenerate iteration at the end of an LP solve
to minimize the fractionality of the integer variable in the basis.
- clearPopulateAdditionalSolutionsUpTo() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Controls the recovery of additional solutions, if any, saved by the
underlying solver back in the MPSolutionResponse.additional_solutions.
- clearPreferredVariableOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
- clearPreprocessedProblemStats() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Statistics of the problem after preprocessing.
- clearPreprocessingTimeSec() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Time for preprocessing (everything before iteration 0).
- clearPreprocessorZeroTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
A floating point tolerance used by the preprocessors.
- clearPresolve() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Gurobi and SCIP enable presolve by default.
- clearPresolveBlockedClause() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use an heuristic to detect some basic case of blocked clause
in the SAT presolve.
- clearPresolveBvaThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced
by stricly more than this threshold.
- clearPresolveBveClauseWeight() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, we apply BVE only if this weight times the number of
clauses plus the number of clause literals is not increased.
- clearPresolveBveThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, only try to perform the bounded variable elimination (BVE)
of a variable x if the number of occurrences of x times the number of
occurrences of not(x) is not greater than this parameter.
- clearPresolveExtractIntegerEnforcement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we will extract from linear constraints, enforcement literals of
the form "integer variable at bound => simplified constraint".
- clearPresolveInclusionWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A few presolve operations involve detecting constraints included in other
constraint.
- clearPresolveOptions() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- clearPresolveProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double presolve_probing_deterministic_time_limit = 57 [default = 30];
- clearPresolveSubstitutionLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much substitution (also called free variable aggregation in MIP
litterature) should we perform at presolve.
- clearPresolveUseBva() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
- clearPrimalFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
This tolerance indicates by how much we allow the variable values to go out
of bounds and still consider the current solution primal-feasible.
- clearPrimalObjective() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The primal objective.
- clearPrimalRayLinearObjective() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
The value of the linear part of the primal objective (ignoring additive
constants) evaluated at x_ray, i.e., c' * x_ray where c is the objective
coefficient vector.
- clearPrimalRayQuadraticNorm() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
The l_∞ norm of the vector resulting from taking the quadratic matrix from
primal objective and multiplying it by the primal variables.
- clearPrimalTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- clearPrimalWeight() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
Primal weight controlling the relation between primal and dual step sizes.
- clearPrimalWeightUpdateSmoothing() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
This parameter controls exponential smoothing of log(primal_weight) when a
primal weight update occurs (i.e., when the ratio of primal and dual step
sizes is adjusted).
- clearPrintAddedConstraints() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print added constraints.
- clearPrintLocalSearchProfile() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print local search profiling data after solving.
- clearPrintModel() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print the model before solving.
- clearPrintModelStats() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print model statistics before solving.
- clearProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The maximum "deterministic" time limit to spend in probing.
- clearProbingNumCombinationsLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How many combinations of pairs or triplets of variables we want to scan.
- clearProblemType() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
- clearProfileFile() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Export propagation profiling data to file.
- clearProfileLocalSearch() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Activate local search profiling.
- clearProfilePropagation() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Activate propagation profiling.
- clearPropagationLoopDetectionFactor() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Some search decisions might cause a really large number of propagations to
happen when integer variables with large domains are only reduced by 1 at
each step.
- clearProvideStrongOptimalGuarantee() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, then when the solver returns a solution with an OPTIMAL status,
we can guarantee that:
- The primal variable are in their bounds
- clearPruneSearchTree() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Avoid exploring both branches (b, a, ...) and (a, b, ...).
- clearPseudoCostReliabilityThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The solver ignores the pseudo costs of variables with number of recordings
less than this threshold.
- clearPushAllTasksTowardStart() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental code: specify if the objective pushes all tasks toward the
start of the schedule.
- clearPushToVertex() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If the optimization phases finishes with super-basic variables (i.e.,
variables that either 1) have bounds but are FREE in the basis, or 2) have
no bounds and are FREE in the basis at a nonzero value), then run a "push"
phase to push these variables to bounds, obtaining a vertex solution.
- clearQcoefficient() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- clearQuadraticConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- clearQuadraticObjective() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Optionally, a quadratic objective.
- clearQvar1Index() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- clearQvar1Index() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- clearQvar2Index() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
repeated int32 qvar2_index = 4;
- clearQvar2Index() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
repeated int32 qvar2_index = 2;
- clearRandomBranchesRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A number between 0 and 1 that indicates the proportion of branching
variables that are selected randomly instead of choosing the first variable
from the given variable_ordering strategy.
- clearRandomDualProjections() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
Projections of the dual solution onto random planes.
- clearRandomizeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Randomize fixed search.
- clearRandomPolarityRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The proportion of polarity chosen at random.
- clearRandomPrimalProjections() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
Projections of the primal solution onto random planes.
- clearRandomProjectionSeeds() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- clearRandomSeed() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The seed used to initialize the random generator.
- clearRandomSeed() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- clearRandomSeed() - Method in class com.google.ortools.sat.SatParameters.Builder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- clearRandomWalk() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.RandomWalkRuinStrategy random_walk = 2;
- clearRatioTestZeroThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During the primal simplex (resp. dual simplex), the coefficients of the
direction (resp. update row) with a magnitude lower than this threshold are
not considered during the ratio test.
- clearRecomputeEdgesNormThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Note that the threshold is a relative error on the actual norm (not the
squared one) and that edge norms are always greater than 1.
- clearRecomputeReducedCostsThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We estimate the accuracy of the iteratively computed reduced costs.
- clearRecordIterationStats() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
If true, the iteration_stats field of the SolveLog output will be populated
at every iteration.
- clearRecreateStrategy() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
Strategy defining how a reference solution is recreated.
- clearReducedCost() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- clearReduceVehicleCostModel() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Advanced settings.
- clearRefactorizationThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We estimate the factorization accuracy of B during each pivot by using
the fact that we can compute the pivot coefficient in two ways:
- From direction[leaving_row]
- clearRelativeCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
The magnitude of the cost perturbation is given by
RandomIn(1.0, 2.0) * (
relative_cost_perturbation * cost
+ relative_max_cost_perturbation * max_cost);
optional double relative_cost_perturbation = 54 [default = 1e-05];
- clearRelativeGapLimit() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Limit used to stop the optimization as soon as the relative gap is smaller
than the given value.
- clearRelativeGapLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double relative_gap_limit = 160 [default = 0];
- clearRelativeMaxCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional double relative_max_cost_perturbation = 55 [default = 1e-07];
- clearRelativeMipGap() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
The solver stops if the relative MIP gap reaches this value or below.
- clearRelocateExpensiveChainNumArcsToConsider() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of expensive arcs to consider cutting in the RelocateExpensiveChain
neighborhood operator (see
LocalSearchNeighborhoodOperators.use_relocate_expensive_chain()).
- clearRemoveFixedVariablesEarly() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If cp_model_presolve is true and there is a large proportion of fixed
variable after the first model copy, remap all the model to a dense set of
variable before the full presolve even starts.
- clearRepairHint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver tries to repair the solution given in the hint.
- clearReportIntermediateCpSatSolutions() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If use_cp_sat or use_generalized_cp_sat is true, will report intermediate
solutions found by CP-SAT to solution listeners.
- clearReservoir() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- clearRestartAlgorithms() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The restart strategies will change each time the strategy_counter is
increased.
- clearRestartDlAverageRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In the moving average restart algorithms, a restart is triggered if the
window average times this ratio is greater that the global average.
- clearRestartLbdAverageRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double restart_lbd_average_ratio = 71 [default = 1];
- clearRestartPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Restart period for the FIXED_RESTART strategy.
- clearRestartRunningWindowSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Size of the window for the moving average restarts.
- clearRestartStrategy() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.
- clearRestartUsed() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
- clearResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
optional int32 resultant_var_index = 2;
- clearResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
optional int32 resultant_var_index = 2;
- clearResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
optional int32 resultant_var_index = 3;
- clearRootLpIterations() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Even at the root node, we do not want to spend too much time on the LP if
it is "difficult".
- clearRoutes() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The routes constraint implements the vehicle routing problem.
- clearRouteSelectionMaxNeighbors() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
optional uint32 route_selection_max_neighbors = 6;
- clearRouteSelectionMinNeighbors() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
optional uint32 route_selection_min_neighbors = 5;
- clearRouteSelectionNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
Ratio in [0, 1] of non start/end nodes to consider as neighbors for the
identification of routes spatially close to a non start/end seed node.
- clearRoutingCutDpEffort() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The amount of "effort" to spend in dynamic programming for computing
routing cuts.
- clearRoutingCutSubsetSizeForBinaryRelationBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If the size of a subset of nodes of a RoutesConstraint is less than this
value, use linear constraints of size 1 and 2 (such as capacity and time
window constraints) enforced by the arc literals to compute cuts for this
subset (unless the subset size is less than
routing_cut_subset_size_for_tight_binary_relation_bound, in which case the
corresponding algorithm is used instead).
- clearRoutingCutSubsetSizeForTightBinaryRelationBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Similar to above, but with a different algorithm producing better cuts, at
the price of a higher O(2^n) complexity, where n is the subset size.
- clearRuinCompositionStrategy() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
The composition strategy to use when combining the given 'ruin_strategies'.
- clearRuinRecreateParameters() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Parameters to customize a ruin and recreate perturbation.
- clearRuinStrategies() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
List of ruin strategies determining how a reference solution is ruined.
- clearSatParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- clearSaveLpBasisInLbTreeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- clearSavingsAddReverseArcs() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Add savings related to reverse arcs when finding the nearest neighbors
of the nodes.
- clearSavingsArcCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Coefficient of the cost of the arc for which the saving value is being
computed:
Saving(a-->b) = Cost(a-->end) + Cost(start-->b)
- savings_arc_coefficient * Cost(a-->b)
This parameter must be greater than 0, and its default value is 1.
- clearSavingsMaxMemoryUsageBytes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The number of neighbors considered for each node in the Savings heuristic
is chosen so that the space used to store the savings doesn't exceed
savings_max_memory_usage_bytes, which must be in ]0, 1e10].
- clearSavingsNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Parameters specific to the Savings first solution heuristic.
- clearScaling() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Enable automatic scaling of matrix coefficients and objective.
- clearScalingFactor() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
double scaling_factor = 3;
- clearScalingFactor() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
optional double scaling_factor = 4 [default = 1];
- clearScalingMethod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];
- clearScalingWasExact() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
Internal field.
- clearSchedulerType() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The type of scheduler used for CPU multi-threading.
- clearSearchBranching() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
- clearSearchRandomVariablePoolSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Search randomization will collect the top
'search_random_variable_pool_size' valued variables, and pick one randomly.
- clearSearchStrategy() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- clearSecondaryLsTimeLimitRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Ratio of the overall time limit spent in a secondary LS phase with only
intra-route and insertion operators, meant to "cleanup" the current
solution before stopping the search.
- clearShareBinaryClauses() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of new learned binary clause between workers.
- clearSharedTreeBalanceTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much deeper compared to the ideal max depth of the tree is considered
"balanced" enough to still accept a split.
- clearSharedTreeMaxNodesPerWorker() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In order to limit total shared memory and communication overhead, limit the
total number of nodes that may be generated in the shared tree.
- clearSharedTreeNumWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enables shared tree search.
- clearSharedTreeOpenLeavesPerWorker() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How many open leaf nodes should the shared tree maintain per worker.
- clearSharedTreeSplitStrategy() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
- clearSharedTreeWorkerEnablePhaseSharing() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, shared tree workers share their target phase when returning an
assigned subtree for the next worker to use.
- clearSharedTreeWorkerEnableTrailSharing() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, workers share more of the information from their local trail.
- clearSharedTreeWorkerMinRestartsPerSubtree() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Minimum restarts before a worker will replace a subtree
that looks "bad" based on the average LBD of learned clauses.
- clearShareGlueClauses() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of short glue clauses between workers.
- clearShareLevelZeroBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of the bounds of modified variables at level 0.
- clearShareObjectiveBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows objective sharing between workers.
- clearShavingSearchDeterministicTime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specifies the amount of deterministic time spent of each try at shaving a
bound in the shaving search.
- clearShavingSearchThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specifies the threshold between two modes in the shaving procedure.
- clearSimpleOptimalityCriteria() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- clearSimulatedAnnealingParameters() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Parameters to customize a simulated annealing acceptance strategy.
- clearSisr() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.SISRRuinStrategy sisr = 3;
- clearSize() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto size = 6;
- clearSkipLocallyOptimalPaths() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Skip locally optimal pairs of paths in PathOperators.
- clearSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When we choose the leaving variable, we want to avoid small pivot because
they are the less precise and may cause numerical instabilities.
- clearSmartTimeCheck() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
bool smart_time_check = 5;
- clearSolution() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A feasible solution to the given problem.
- clearSolutionCallback(SolutionCallback) - Method in class com.google.ortools.sat.SolveWrapper
-
- clearSolutionFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When the problem status is OPTIMAL, we check the optimality using this
relative tolerance and change the status to IMPRECISE if an issue is
detected.
- clearSolutionHint() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Solution hint.
- clearSolutionHint() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Solution hint.
- clearSolutionInfo() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Additional information about how the solution was found.
- clearSolutionLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
-- Search limits --
Limit to the number of solutions generated during the search. 0 means
"unspecified".
- clearSolutionPoolSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Size of the top-n different solutions kept by the solver.
- clearSolutions() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
int64 solutions = 4;
- clearSolutionStats() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- clearSolutionStats() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The `IterationStats` for the final iteration of the solver.
- clearSolutionType() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PointType solution_type = 8;
- clearSolutionType() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The type of the output point that the solver returned.
- clearSolveDualProblem() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we solve the dual of the given problem.
- clearSolveInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- clearSolveLog() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The solve log will be filled if the parameter log_to_response is set to
true.
- clearSolverOptimizerSets() - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- clearSolverParameters() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Parameters to use in the underlying constraint solver.
- clearSolverSpecificInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Opaque solver-specific information.
- clearSolverSpecificParameters() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage.
- clearSolverTimeLimitSeconds() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Maximum time to be spent by the solver to solve 'model'.
- clearSolverType() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];
- clearSolveTimeSec() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional double solve_time_sec = 6;
- clearSolveTimeSec() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The runtime of the solve.
- clearSolveUserTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
optional double solve_user_time_seconds = 2;
- clearSolveWallTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
How much wall time (resp. user time) elapsed during the Solve() of the
underlying solver library.
- clearSortConstraintsByNumTerms() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Sort constraints by increasing total number of terms instead of number of
contributing terms.
- clearSosConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- clearSpatiallyCloseRoutes() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;
- clearStart() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto start = 4;
- clearStartingState() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
A state is identified by a non-negative number.
- clearStatus() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
For future use.
- clearStatus() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Result of the optimization.
- clearStatus() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The status of the solve.
- clearStatusStr() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Human-readable string giving more details about the status.
- clearStepSize() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
Step size used at this iteration.
- clearStepSizeDownscalingFactor() - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
-
At every inner iteration the algorithm can decide to accept the step size
or to update it to step_size = step_size_downscaling_factor * step_size.
- clearStepSizeGrowthExponent() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams.Builder
-
The step size growth exponent defines a step size given by (1 +
(total_steps_attempted + 1)^(-step_size_growth_exponent)) * step_size_.
- clearStepSizeInterpolation() - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
-
Malitsky and Pock linesearch rule permits an arbitrary choice of the first
step size guess within an interval [m, M].
- clearStepSizeReductionExponent() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams.Builder
-
The step size reduction exponent defines a step size given by
(1 - (total_steps_attempted + 1)^(-step_size_reduction_exponent)) *
step_size_limit where step_size_limit is the maximum allowed step size at
the current iteration.
- clearStopAfterFirstSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For an optimization problem, stop the solver as soon as we have a solution.
- clearStopAfterPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Mainly used when improving the presolver.
- clearStopAfterRootPropagation() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool stop_after_root_propagation = 252 [default = false];
- clearStoreNames() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameters indicates if the solver should store the names of
the objets it manages.
- clearStrategy() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
Name of the strategy used.
- clearStrategy() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
- clearStrategyChangeIncreaseRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The parameter num_conflicts_before_strategy_changes is increased by that
much after each strategy change.
- clearSubset() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
The list of subsets in the model.
- clearSubset() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
The list of the subsets selected in the solution.
- clearSubsolverParams() - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- clearSubsolvers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- clearSubsumptionDuringConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters.Builder
-
At a really low cost, during the 1-UIP conflict computation, it is easy to
detect if some of the involved reasons are subsumed by the current
conflict.
- clearSufficientAssumptionsForInfeasibility() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A subset of the model "assumptions" field.
- clearSufficientReductionForRestart() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
For ADAPTIVE_HEURISTIC and ADAPTIVE_DISTANCE_BASED only: A relative
reduction in the potential function by this amount always triggers a
restart.
- clearSupply() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
The supply can be positive or negative in which case it means demand.
- clearSupport() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
Each cycle is listed one after the other in the support field.
- clearSymmetry() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- clearSymmetryDetectionDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Deterministic time limit for symmetry detection.
- clearSymmetryLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to automatically detect the symmetries in a model and
exploit them.
- clearSynchronizationType() - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];
- clearTable() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The table constraint enforces what values a tuple of variables may
take.
- clearTableCompressionLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much we try to "compress" a table constraint.
- clearTail() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
A directed arc goes from a tail node to a head node.
- clearTails() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 tails = 3;
- clearTails() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 tails = 1;
- clearTarget() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
Legacy field.
- clearTarget() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
.operations_research.sat.LinearExpressionProto target = 1;
- clearTargetIndex() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
If both `target_index` and `target_name` are set, they must point to the
same entity.
- clearTargetName() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
Alternate to index.
- clearTargetType() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;
- clearTerminationCheckFrequency() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The frequency (based on a counter reset every major iteration) to check for
termination (involves extra work) and log iteration stats.
- clearTerminationCriteria() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- clearTerminationReason() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.TerminationReason termination_reason = 4;
- clearTerminationReason() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The reason that the solve terminated.
- clearTerminationString() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Optional extra information about the termination reason.
- clearTerms() - Method in class com.google.ortools.modelbuilder.EnforcedLinearConstraint
-
Clear all terms.
- clearTerms() - Method in class com.google.ortools.modelbuilder.LinearConstraint
-
Clear all terms.
- clearTightenedVariables() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- clearTime() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
TODO(user): Specify the time units or switch to google.Duration proto.
- clearTimeExprs() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- clearTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the search.
- clearTimeSecLimit() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_TIME_LIMIT then the solver has
taken at least time_sec_limit time.
- clearTotalNumAcceptedNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
int64 total_num_accepted_neighbors = 5;
- clearTotalNumFilteredNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
int64 total_num_filtered_neighbors = 4;
- clearTotalNumNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Total number of (filtered/accepted) neighbors created during the search.
- clearTracePropagation() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Activate propagate tracing.
- clearTraceSearch() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Trace search.
- clearTrailBlockSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameter indicates the default size of a block of the trail.
- clearTransitionHead() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_head = 5;
- clearTransitionLabel() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_label = 6;
- clearTransitionTail() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
List of transitions (all 3 vectors have the same size).
- clearType() - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;
- clearType() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
- clearUnitCost() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
Cost of this arc per unit of flow.
- clearUpperBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
optional double upper_bound = 3 [default = inf];
- clearUpperBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
optional double upper_bound = 7 [default = inf];
- clearUpperBound() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
optional double upper_bound = 2 [default = inf];
- clearUpperBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
optional int64 upper_bound = 4;
- clearUseAbslRandom() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_absl_random = 180 [default = false];
- clearUseAllDifferentForCircuit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turn on extra propagation for the circuit constraint.
- clearUseAllPossibleDisjunctions() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_all_possible_disjunctions = 108;
- clearUseAreaEnergeticReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
an energetic reasoning that uses an area-based energy.
- clearUseBlockingRestart() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Block a moving restart algorithm if the trail size of the current conflict
is greater than the multiplier times the moving average of the trail size
at the previous conflicts.
- clearUseCombinedNoOverlap() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This can be beneficial if there is a lot of no-overlap constraints but a
relatively low number of different intervals in the problem.
- clearUseConservativeScaleOverloadChecker() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enable a heuristic to solve cumulative constraints using a modified energy
constraint.
- clearUseCp() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP solver to find a solution.
- clearUseCpSat() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution.
- clearUseCross() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
- clearUseCrossExchange() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Not implemented yet.
- clearUseCumulativeEdgeFinder() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the propagation of the cumulative constraint.
- clearUseCumulativeTimeTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_cumulative_time_table = 106;
- clearUseCumulativeTimeTableSync() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_cumulative_time_table_sync = 112;
- clearUseDedicatedDualFeasibilityAlgorithm() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We have two possible dual phase I algorithms.
- clearUseDepthFirstSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Search control ---
If true, the solver should use depth-first search rather than local search
to solve the problem.
- clearUseDiagonalQpTrustRegionSolver() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
When solving QPs with diagonal objective matrices, this option can be
turned on to enable an experimental solver that avoids linearization of the
quadratic term.
- clearUseDisjunctiveConstraintInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with propagators
from the disjunctive constraint to improve the inference on a set of tasks
that are disjunctive at the root of the problem.
- clearUseDualSchedulingHeuristics() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When set, it activates a few scheduling parameters to improve the lower
bound of scheduling problems.
- clearUseDualSimplex() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we use the dual simplex algorithm instead of the primal.
- clearUseDynamicPrecedenceInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_dynamic_precedence_in_cumulative = 268 [default = false];
- clearUseDynamicPrecedenceInDisjunctive() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to branch on decision "interval A before interval B" rather
than on intervals bounds.
- clearUseElementRmq() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the implementation of the element constraint.
- clearUseEnergeticReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
energetic reasoning.
- clearUseErwaHeuristic() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as
described in "Learning Rate Based Branching Heuristic for SAT solvers",
J.H.Liang, V.
- clearUseExactLpReason() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The solver usually exploit the LP relaxation of a model.
- clearUseExchange() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two nodes.
- clearUseExchangeAndMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges two nodes and inserts an inactive node.
- clearUseExchangePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two pair of nodes.
- clearUseExchangePathStartEndsAndMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the first and last nodes of two paths and makes
a node active.
- clearUseExchangeSubtrip() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges subtrips associated to two pairs of nodes,
see use_relocate_subtrip for a definition of subtrips.
- clearUseExtendedProbing() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Use extended probing (probe bool_or, at_most_one, exactly_one).
- clearUseExtendedSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active one inactive.
- clearUseFeasibilityJump() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Parameters for an heuristic similar to the one described in the paper:
"Feasibility Jump: an LP-free Lagrangian MIP heuristic", Bjørnar
Luteberget, Giorgio Sartor, 2023, Mathematical Programming Computation.
- clearUseFeasibilityPolishing() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
If true, periodically runs feasibility polishing, which attempts to move
from latest average iterate to one that is closer to feasibility (i.e., has
smaller primal and dual residuals) while probably increasing the objective
gap.
- clearUseFeasibilityPump() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Adds a feasibility pump subsolver along with lns subsolvers.
- clearUseFullPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes one entire path and all inactive nodes.
- clearUseFullPropagation() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Propagation control ---
These are advanced settings which should not be modified unless you know
what you are doing.
- clearUseGeneralizedCpSat() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution on generalized routing
model.
- clearUseGlobalCheapestInsertionCloseNodesLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator makes a node and its
heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along
with each of their corresponding performed pickup/delivery pairs, and
then reinserts them using the GlobalCheapestInsertion heuristic.
- clearUseGlobalCheapestInsertionExpensiveChainLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider
most expensive arcs on a route, makes the nodes in between pairs of these
expensive arcs unperformed, and reinserts them using the
GlobalCheapestInsertion heuristic.
- clearUseGlobalCheapestInsertionPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- LNS-like large neighborhood search operators using heuristics ---
Operator which makes all nodes on a route unperformed, and reinserts them
using the GlobalCheapestInsertion heuristic.
- clearUseGlop() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
If true runs Glop's presolver on the given instance prior to solving.
- clearUseGuidedLocalSearchPenaltiesInLocalSearchOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether to consider arc penalties in cost functions used in local search
operators using arc costs.
- clearUseHardPrecedencesInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, detect and create constraint for integer variable that are "after"
a set of intervals in the same cumulative constraint.
- clearUseImpliedBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stores and exploits "implied-bounds" in the solver.
- clearUseImpliedFreePreprocessor() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If presolve runs, include the pass that detects implied free variables.
- clearUseInactiveLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
- clearUseIteratedLocalSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether the solver should use an Iterated Local Search approach to solve
the problem.
- clearUseLbRelaxLns() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turns on neighborhood generator based on local branching LP.
- clearUseLearnedBinaryClausesInLp() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use the learned binary clauses in the Linear Relaxation.
- clearUseLightRelocatePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes after another
pair.
- clearUseLinKernighan() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Lin-Kernighan operator.
- clearUseLns() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Testing parameters used to disable all lns workers.
- clearUseLnsOnly() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental parameters to disable everything but lns.
- clearUseLocalCheapestInsertionCloseNodesLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above, but insertion positions for nodes are determined by the
LocalCheapestInsertion heuristic.
- clearUseLocalCheapestInsertionExpensiveChainLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic for
insertion.
- clearUseLocalCheapestInsertionPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic.
- clearUseLpLns() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use Large Neighborhood Search based on the LP relaxation.
- clearUseLpStrongBranching() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use strong branching in the linear relaxation optimizer.
- clearUseLsOnly() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Disable every other type of subsolver, setting this turns CP-SAT into a
pure local-search solver.
- clearUseMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Operators on inactive nodes ---
Operator which inserts an inactive node into a path.
- clearUseMakeChainInactive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes a "chain" of path nodes inactive.
- clearUseMakeInactive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes path nodes inactive.
- clearUseMiddleProductFormUpdate() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not to use the middle product form update rather than the
standard eta LU update.
- clearUseMultiArmedBanditConcatenateOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, the solver will use multi-armed bandit concatenate operators.
- clearUseNodePairSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active pair of nodes
inactive OR makes an inactive pair of nodes active and an active node
inactive.
- clearUseObjectiveLbSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, search will search in ascending max objective value (when
minimizing) starting from the lower bound of the objective.
- clearUseObjectiveShavingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This search differs from the previous search as it will not use assumptions
to bound the objective, and it will recreate a full model with the
hardcoded objective value.
- clearUseOptimizationHints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For an optimization problem, whether we follow some hints in order to find
a better first solution.
- clearUseOptionalVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we automatically detect variables whose constraint are always
enforced by the same literal and we mark them as optional.
- clearUseOrOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves sub-chains of a path of length 1, 2 and 3 to another
position in the same path.
- clearUseOverloadCheckerInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with overload
checking, i.e., an additional level of reasoning based on energy.
- clearUsePathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Large neighborhood search operators ---
Operator which relaxes two sub-chains of three consecutive arcs each.
- clearUsePbResolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether to use pseudo-Boolean resolution to analyze a conflict.
- clearUsePhaseSaving() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If this is true, then the polarity of a variable will be the last value it
was assigned to, or its default polarity if it was never assigned since the
call to ResetDecisionHeuristic().
- clearUsePotentialOneFlipRepairsInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we keep a list of variable that can potentially repair in one flip
all the current infeasible constraints (such variable must at least appear
in all the infeasible constraints for this to happen).
- clearUsePrecedencesInDisjunctiveConstraint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, then a disjunctive constraint will try to use the
precedence relations between time intervals to propagate their bounds
further.
- clearUsePreprocessing() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we use advanced preprocessing techniques.
- clearUseProbingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, search will continuously probe Boolean variables, and integer
variable bounds.
- clearUseRandomLns() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use the random Large Neighborhood Search instead of the exhaustive one.
- clearUseRelocate() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Inter-route operators ---
Operator which moves a single node to another position.
- clearUseRelocateAndMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relocates a node while making an inactive one active.
- clearUseRelocateExpensiveChain() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which detects the relocate_expensive_chain_num_arcs_to_consider
most expensive arcs on a path, and moves the chain resulting from cutting
pairs of arcs among these to another position.
- clearUseRelocateNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood which moves chains of neighbors.
- clearUseRelocatePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes to another
position where the first node of the pair must be before the second node
on the same path.
- clearUseRelocatePathGlobalCheapestInsertionInsertUnperformed() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator relocates an entire route to an empty path and
then tries to insert the unperformed nodes using the global cheapest
insertion heuristic.
- clearUseRelocateSubtrip() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood that moves subpaths all pickup and delivery
pairs have both pickup and delivery inside the subpath or both outside
the subpath.
- clearUseRinsLns() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turns on relaxation induced neighborhood generator.
- clearUserTime() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
double user_time = 16;
- clearUseSatInprocessing() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enable or disable "inprocessing" which is some SAT presolving done at
each restart to the root level.
- clearUseSatToChooseLnsNeighbourhood() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use sat propagation to choose the lns neighbourhood.
- clearUseScaling() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we scale the matrix A so that the maximum coefficient on
each line and each column is 1.0.
- clearUseSequenceHighDemandTasks() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_sequence_high_demand_tasks = 107;
- clearUseSharedTreeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Set on shared subtree workers.
- clearUseShavingInProbingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a shaving phase (where the solver tries to prove that the lower or
upper bound of a variable are infeasible) to the probing search.
- clearUseShortestPathSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Swaps active nodes from node alternatives in sequence.
- clearUseShortestPathTwoOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Similar to use_two_opt but returns the shortest path on the DAG of node
alternatives of the reversed chain (cf. use_shortest_path_swap_active).
- clearUseSmallTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the implementation of the table constraint.
- clearUseStrongPropagationInDisjunctive() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enable stronger and more expensive propagation on no_overlap constraint.
- clearUseSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which replaces an active node by an inactive one.
- clearUseSwapActiveChain() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which replaces a chain of active nodes by an inactive one.
- clearUseSymmetry() - Method in class com.google.ortools.bop.BopParameters.Builder
-
If true, find and exploit the eventual symmetries of the problem.
- clearUseSymmetryInLp() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When we have symmetry, it is possible to "fold" all variables from the same
orbit into a single variable, while having the same power of LP relaxation.
- clearUseTimetableEdgeFindingInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with timetable
edge finding, i.e., an additional level of reasoning based on the
conjunction of energy and mandatory parts.
- clearUseTimetablingInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
propagators from the cumulative constraints.
- clearUseTransposedMatrix() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we keep a transposed version of the matrix A to speed-up the
pricing at the cost of extra memory and the initial tranposition
computation.
- clearUseTranspositionTableInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use an hash set during the LS to avoid exploring more than once
the "same" state.
- clearUseTryEdgeReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_try_edge_reasoning_in_no_overlap_2d = 299 [default = false];
- clearUseTspLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
TSP-base LNS.
- clearUseTspOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Sliding TSP operator.
- clearUseTwoOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Intra-route operators ---
Operator which reverses a subchain of a path.
- clearUseUnfilteredFirstSolutionStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Advanced first solutions strategy settings ---
Don't touch these unless you know what you are doing.
- clearUseVariablesShavingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This search takes all Boolean or integer variables, and maximize or
minimize them in order to reduce their domain.
- clearValue() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
optional double value = 1;
- clearValues() - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
repeated int64 values = 1;
- clearValues() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int64 values = 2;
- clearValues() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated int64 values = 2;
- clearVariable() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- clearVariableActivityDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Each time a conflict is found, the activities of some variables are
increased by one.
- clearVariableBoundGapsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_avg = 15;
- clearVariableBoundGapsL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_l2_norm = 26;
- clearVariableBoundGapsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm over all finite variable bound gaps.
- clearVariableBoundGapsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_min = 14;
- clearVariableBoundGapsNumFinite() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Number of finite variable bound gaps, which are the elementwise difference
between the upper and lower bounds on primal feasible solutions.
- clearVariableOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- clearVariables() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- clearVariables() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
The variables to be considered for the next decision.
- clearVariableSelectionStrategy() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
- clearVariableValue() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
repeated double variable_value = 2 [packed = true];
- clearVariableValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Variable values in the same order as the MPModelProto::variable field.
- clearVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- clearVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- clearVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- clearVarIndex() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
var_index[i] is the variable index (w.r.t. to "variable" field of
MPModelProto) of the i-th linear term involved in this constraint, and
coefficient[i] is its coefficient.
- clearVarIndex() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
Variable index (w.r.t. the "variable" field of MPModelProto) of the Boolean
variable used as indicator.
- clearVarIndex() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- clearVarIndex() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Variable index (w.r.t. the "variable" field of MPModelProto) of the
variables in the SOS.
- clearVarIndex() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated int32 var_index = 1 [packed = true];
- clearVarNames() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The names of the problem variables.
- clearVars() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
Legacy field.
- clearVars() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
The linear terms of the objective to minimize.
- clearVars() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
Legacy field.
- clearVars() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated int32 vars = 1;
- clearVars() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int32 vars = 1;
- clearVars() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int32 vars = 1;
- clearVars() - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
repeated int32 vars = 1;
- clearVars() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int32 vars = 1;
- clearVars() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
Legacy field.
- clearVarValue() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
Value the above variable should take.
- clearVarValue() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated double var_value = 2 [packed = true];
- clearVerbosityLevel() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The verbosity of logging.
0: No informational logging.
- clearViolationLsCompoundMoveProbability() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Probability of using compound move search each restart.
- clearViolationLsPerturbationPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How long violation_ls should wait before perturbating a solution.
- clearWallTime() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The time counted from the beginning of the Solve() call.
- clearWeight() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Optional: SOS weights.
- clearXIntervals() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
repeated int32 x_intervals = 1;
- clearYIntervals() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
Same size as x_intervals.
- clone() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- clone() - Method in class com.google.ortools.constraintsolver.IntVarElement
-
- clone() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
-
- closeModel() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Closes the current routing model; after this method is called, no
modification to the model can be done, but RoutesToAssignment becomes
available.
- closeModelWithParameters(RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Same as above taking search parameters (as of 10/2015 some the parameters
have to be set when closing the model).
- CLP_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
CLP_LINEAR_PROGRAMMING = 0;
- COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPConstraintProto
-
- COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
- COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticObjective
-
- COEFFICIENTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearBooleanConstraint
-
- COEFFICIENTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearObjective
-
- COEFFS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpObjectiveProto
-
- COEFFS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.FloatObjectiveProto
-
- COEFFS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearConstraintProto
-
- COEFFS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearExpressionProto
-
- com.google.ortools - package com.google.ortools
-
- com.google.ortools.algorithms - package com.google.ortools.algorithms
-
- com.google.ortools.bop - package com.google.ortools.bop
-
- com.google.ortools.constraintsolver - package com.google.ortools.constraintsolver
-
- com.google.ortools.glop - package com.google.ortools.glop
-
- com.google.ortools.graph - package com.google.ortools.graph
-
- com.google.ortools.init - package com.google.ortools.init
-
- com.google.ortools.linearsolver - package com.google.ortools.linearsolver
-
- com.google.ortools.modelbuilder - package com.google.ortools.modelbuilder
-
- com.google.ortools.pdlp - package com.google.ortools.pdlp
-
- com.google.ortools.sat - package com.google.ortools.sat
-
- com.google.ortools.sat.v1 - package com.google.ortools.sat.v1
-
- com.google.ortools.util - package com.google.ortools.util
-
- COMBINED_BOUNDS_AVG_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
-
- COMBINED_BOUNDS_L2_NORM_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
-
- COMBINED_BOUNDS_MAX_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
-
- COMBINED_BOUNDS_MIN_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
-
- COMBINED_VARIABLE_BOUNDS_AVG_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
-
- COMBINED_VARIABLE_BOUNDS_L2_NORM_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
-
- COMBINED_VARIABLE_BOUNDS_MAX_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
-
- COMBINED_VARIABLE_BOUNDS_MIN_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
-
- Commit(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
-
Dual of Relax(), lets the filter know that the delta was accepted.
- Commit() - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- CommittedInverseValue(long) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- CommittedValue(long) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- compactAndCheckAssignment(Assignment) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Same as CompactAssignment() but also checks the validity of the final
compact solution; if it is not valid, no attempts to repair it are made
(instead, the method returns nullptr).
- compactAssignment(Assignment) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Converts the solution in the given assignment to routes for all vehicles.
- complement() - Method in class com.google.ortools.util.Domain
-
Returns the set Int64 ∖ D.
- COMPLETE_LNS_VALUE - Static variable in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
-
COMPLETE_LNS = 7;
- compose(DecisionBuilder, DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
-
Creates a decision builder which sequentially composes decision builders.
- compose(DecisionBuilder, DecisionBuilder, DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
-
- compose(DecisionBuilder, DecisionBuilder, DecisionBuilder, DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
-
- compose(DecisionBuilder[]) - Method in class com.google.ortools.constraintsolver.Solver
-
- COMPRESS_TRAIL_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- COMPRESS_WITH_ZLIB_VALUE - Static variable in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
-
COMPRESS_WITH_ZLIB = 1;
- COMPUTE_ESTIMATED_IMPACT_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
-
- computeConstraintActivities() - Method in class com.google.ortools.linearsolver.MPSolver
-
Advanced usage: compute the "activities" of all constraints, which are the
sums of their linear terms.
- computeExactConditionNumber() - Method in class com.google.ortools.linearsolver.MPSolver
-
Advanced usage: computes the exact condition number of the current scaled
basis: L1norm(B) * L1norm(inverse(B)), where B is the scaled basis.
- computeLowerBound() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Computes a lower bound to the routing problem solving a linear assignment
problem.
- ComputeNeighbors(RoutingModel.NodeNeighborsParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsByCostClass
-
Computes num_neighbors neighbors of all nodes for every cost class in
routing_model.
- concatenateOperators(LocalSearchOperator[]) - Method in class com.google.ortools.constraintsolver.Solver
-
Creates a local search operator which concatenates a vector of operators.
- concatenateOperators(LocalSearchOperator[], boolean) - Method in class com.google.ortools.constraintsolver.Solver
-
- concatenateOperators(LocalSearchOperator[], IntIntToLongFunction) - Method in class com.google.ortools.constraintsolver.Solver
-
- const_parameters() - Method in class com.google.ortools.constraintsolver.Solver
-
- CONST_VAR - Static variable in interface com.google.ortools.constraintsolver.mainConstants
-
- CONST_VAR_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- constant(double) - Static method in interface com.google.ortools.modelbuilder.LinearExpr
-
Shortcut for newBuilder().add(value).build()
- constant(double) - Static method in class com.google.ortools.sat.DoubleLinearExpr
-
Creates a constant expression.
- constant(long) - Static method in interface com.google.ortools.sat.LinearExpr
-
Shortcut for newBuilder().add(value).build()
- CONSTANT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
- CONSTANT_STEP_SIZE_RULE_VALUE - Static variable in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule
-
Uses a constant step size corresponding to an estimate of the maximum
singular value of the constraint matrix.
- ConstantExpression - Class in com.google.ortools.modelbuilder
-
A specialized constant linear expression.
- ConstantExpression(double) - Constructor for class com.google.ortools.modelbuilder.ConstantExpression
-
- ConstantExpression - Class in com.google.ortools.sat
-
A specialized constant linear expression.
- ConstantExpression(long) - Constructor for class com.google.ortools.sat.ConstantExpression
-
- Constraint - Class in com.google.ortools.constraintsolver
-
A constraint is the main modeling object.
- Constraint(long, boolean) - Constructor for class com.google.ortools.constraintsolver.Constraint
-
- constraint(int) - Method in class com.google.ortools.linearsolver.MPSolver
-
Returns the constraint at the given index.
- Constraint - Class in com.google.ortools.sat
-
Wrapper around a ConstraintProto.
- Constraint(CpModelProto.Builder) - Constructor for class com.google.ortools.sat.Constraint
-
- Constraint_accept(long, Constraint, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
- CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
-
- Constraint_initialPropagate(long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Constraint_isCastConstraint(long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- CONSTRAINT_MATRIX_ABS_AVG_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
-
- CONSTRAINT_MATRIX_ABS_MAX_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
-
- CONSTRAINT_MATRIX_ABS_MIN_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
-
- CONSTRAINT_MATRIX_COL_MIN_L_INF_NORM_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
-
- CONSTRAINT_MATRIX_L2_NORM_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
-
- CONSTRAINT_MATRIX_NUM_NONZEROS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
-
- CONSTRAINT_MATRIX_ROW_MIN_L_INF_NORM_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
-
- CONSTRAINT_OVERRIDES_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelDeltaProto
-
- Constraint_post(long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Constraint_postAndPropagate(long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- CONSTRAINT_SOLVER_STATISTICS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.SearchStatistics
-
- Constraint_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Constraint_toString(long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- CONSTRAINT_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
-
CONSTRAINT = 1;
- Constraint_var(long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- constraintFromIndex(int) - Method in class com.google.ortools.modelbuilder.ModelBuilder
-
Rebuilds a linear constraint from its index.
- ConstraintProto - Class in com.google.ortools.sat
-
Next id: 31
Protobuf type operations_research.sat.ConstraintProto
- ConstraintProto.Builder - Class in com.google.ortools.sat
-
Next id: 31
Protobuf type operations_research.sat.ConstraintProto
- ConstraintProto.ConstraintCase - Enum in com.google.ortools.sat
-
- ConstraintProtoOrBuilder - Interface in com.google.ortools.sat
-
- constraints() - Method in class com.google.ortools.constraintsolver.Solver
-
Counts the number of constraints that have been added
to the solver before the search.
- constraints() - Method in class com.google.ortools.linearsolver.MPSolver
-
Returns the array of constraints handled by the MPSolver.
- CONSTRAINTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
-
- CONSTRAINTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearBooleanProblem
-
- ConstraintSolverParameters - Class in com.google.ortools.constraintsolver
-
Solver parameters.
- ConstraintSolverParameters.Builder - Class in com.google.ortools.constraintsolver
-
Solver parameters.
- ConstraintSolverParameters.TrailCompression - Enum in com.google.ortools.constraintsolver
-
Internal parameters of the solver.
- ConstraintSolverParametersOrBuilder - Interface in com.google.ortools.constraintsolver
-
- ConstraintSolverStatistics - Class in com.google.ortools.constraintsolver
-
Statistics on the search in the constraint solver.
- ConstraintSolverStatistics.Builder - Class in com.google.ortools.constraintsolver
-
Statistics on the search in the constraint solver.
- ConstraintSolverStatisticsOrBuilder - Interface in com.google.ortools.constraintsolver
-
- CONTAIN_ONE_COST_SCALING_VALUE - Static variable in enum com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
-
This is the most defensive option.
- contains(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
-
- contains(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
-
- contains(SequenceVar) - Method in class com.google.ortools.constraintsolver.Assignment
-
- contains(IntVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
-
- contains(IntervalVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
-
- contains(SequenceVar) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
-
- contains(long) - Method in class com.google.ortools.constraintsolver.BooleanVar
-
- contains(int[]) - Method in class com.google.ortools.constraintsolver.IntTupleSet
-
- contains(long[]) - Method in class com.google.ortools.constraintsolver.IntTupleSet
-
- contains(long) - Method in class com.google.ortools.constraintsolver.IntVar
-
This method returns whether the value 'v' is in the domain of the
variable.
- contains(long) - Method in class com.google.ortools.util.Domain
-
Returns true iff value is in Domain.
- containsConstraintOverrides(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
Constraints can be changed (or added) in the same way as variables, see
above.
- containsConstraintOverrides(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
Constraints can be changed (or added) in the same way as variables, see
above.
- containsConstraintOverrides(int) - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
Constraints can be changed (or added) in the same way as variables, see
above.
- containsVariableOverrides(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- containsVariableOverrides(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- containsVariableOverrides(int) - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- context() - Method in class com.google.ortools.constraintsolver.Solver
-
Gets the current context of the search.
- CONTEXT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
- CONTINUOUS_SCHEDULING_SOLVER_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- CONVERGENCE_INFORMATION_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.IterationStats
-
- ConvergenceInformation - Class in com.google.ortools.pdlp
-
Information measuring how close a candidate is to establishing feasibility
and optimality; see also TerminationCriteria.
- ConvergenceInformation.Builder - Class in com.google.ortools.pdlp
-
Information measuring how close a candidate is to establishing feasibility
and optimality; see also TerminationCriteria.
- ConvergenceInformationOrBuilder - Interface in com.google.ortools.pdlp
-
- CONVERT_INTERVALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- COOLING_SCHEDULE_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
-
- CoolingScheduleStrategy - Class in com.google.ortools.constraintsolver
-
The cooling schedule strategy defines how to compute the current simulated
annealing temperature t given
- the initial temperature t0
- the final temperature t1
- the current search progress 0 <= p <= 1
The value of t0 and t1 is defined by the initial_temperature and
final_temperature in SimulatedAnnealingParameters, respectively.
- CoolingScheduleStrategy.Builder - Class in com.google.ortools.constraintsolver
-
The cooling schedule strategy defines how to compute the current simulated
annealing temperature t given
- the initial temperature t0
- the final temperature t1
- the current search progress 0 <= p <= 1
The value of t0 and t1 is defined by the initial_temperature and
final_temperature in SimulatedAnnealingParameters, respectively.
- CoolingScheduleStrategy.Value - Enum in com.google.ortools.constraintsolver
-
Protobuf enum operations_research.CoolingScheduleStrategy.Value
- CoolingScheduleStrategyOrBuilder - Interface in com.google.ortools.constraintsolver
-
- copy(Assignment) - Method in class com.google.ortools.constraintsolver.Assignment
-
Copies 'assignment' to the current assignment, clearing its previous
content.
- copy(AssignmentIntContainer) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
-
Copies all the elements of 'container' to this container, clearing its
previous content.
- copy(AssignmentIntervalContainer) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
-
Copies all the elements of 'container' to this container, clearing its
previous content.
- copy(AssignmentSequenceContainer) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
-
Copies all the elements of 'container' to this container, clearing its
previous content.
- copy(SearchLimit) - Method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
-
- copy(IntervalVarElement) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- copy(IntVarElement) - Method in class com.google.ortools.constraintsolver.IntVarElement
-
- copy(SearchLimit) - Method in class com.google.ortools.constraintsolver.RegularLimit
-
- copy(SearchLimit) - Method in class com.google.ortools.constraintsolver.SearchLimit
-
Copy a limit.
- copy(SequenceVarElement) - Method in class com.google.ortools.constraintsolver.SequenceVarElement
-
- copyIntersection(Assignment) - Method in class com.google.ortools.constraintsolver.Assignment
-
Copies the intersection of the two assignments to the current
assignment.
- copyIntersection(AssignmentIntContainer) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
-
Copies the elements of 'container' which are already in the calling
container.
- copyIntersection(AssignmentIntervalContainer) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
-
Copies the elements of 'container' which are already in the calling
container.
- copyIntersection(AssignmentSequenceContainer) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
-
Copies the elements of 'container' which are already in the calling
container.
- CORE_MINIMIZATION_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CORRECTED_DUAL_OBJECTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.ConvergenceInformation
-
- COST_FIELD_NUMBER - Static variable in class com.google.ortools.algorithms.SetCoverProto.Subset
-
- COST_FIELD_NUMBER - Static variable in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
- COST_LOWER_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
- COST_SCALING_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
-
- costsAreHomogeneousAcrossVehicles() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Whether costs are homogeneous across all vehicles.
- costVar() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the global cost variable which is being minimized.
- COUNT_ASSUMPTION_LEVELS_IN_LBD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- COVER_OPTIMIZATION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CP_MODEL_PRESOLVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CP_MODEL_PROBING_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CP_MODEL_USE_SAT_PRESOLVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CPLEX_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
Commercial, needs a valid license.
- CPLEX_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
Commercial, needs a valid license.
- CpModel - Class in com.google.ortools.sat
-
Main modeling class.
- CpModel() - Constructor for class com.google.ortools.sat.CpModel
-
- CpModel.MismatchedArrayLengths - Exception in com.google.ortools.sat
-
Exception thrown when parallel arrays have mismatched lengths.
- CpModel.WrongLength - Exception in com.google.ortools.sat
-
Exception thrown when an array has a wrong length.
- CpModelProto - Class in com.google.ortools.sat
-
A constraint programming problem.
- CpModelProto.Builder - Class in com.google.ortools.sat
-
A constraint programming problem.
- CpModelProtobuf - Class in com.google.ortools.sat
-
- CpModelProtoOrBuilder - Interface in com.google.ortools.sat
-
- CpModelServiceProto - Class in com.google.ortools.sat.v1
-
- CpObjectiveProto - Class in com.google.ortools.sat
-
Optimization objective.
- CpObjectiveProto.Builder - Class in com.google.ortools.sat
-
Optimization objective.
- CpObjectiveProtoOrBuilder - Interface in com.google.ortools.sat
-
- CppBridge - Class in com.google.ortools.init
-
This class performs various C++ initialization.
- CppBridge(long, boolean) - Constructor for class com.google.ortools.init.CppBridge
-
- CppBridge() - Constructor for class com.google.ortools.init.CppBridge
-
- CppBridge_initLogging(String) - Static method in class com.google.ortools.init.mainJNI
-
- CppBridge_loadGurobiSharedLibrary(String) - Static method in class com.google.ortools.init.mainJNI
-
- CppBridge_setFlags(long, CppFlags) - Static method in class com.google.ortools.init.mainJNI
-
- CppBridge_shutdownLogging() - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags - Class in com.google.ortools.init
-
Simple structure that holds useful C++ flags to setup from non-C++ languages.
- CppFlags(long, boolean) - Constructor for class com.google.ortools.init.CppFlags
-
- CppFlags() - Constructor for class com.google.ortools.init.CppFlags
-
- CppFlags_cp_model_dump_models_get(long, CppFlags) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_cp_model_dump_models_set(long, CppFlags, boolean) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_cp_model_dump_prefix_get(long, CppFlags) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_cp_model_dump_prefix_set(long, CppFlags, String) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_cp_model_dump_response_get(long, CppFlags) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_cp_model_dump_response_set(long, CppFlags, boolean) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_cp_model_dump_submodels_get(long, CppFlags) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_cp_model_dump_submodels_set(long, CppFlags, boolean) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_log_prefix_get(long, CppFlags) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_log_prefix_set(long, CppFlags, boolean) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_stderrthreshold_get(long, CppFlags) - Static method in class com.google.ortools.init.mainJNI
-
- CppFlags_stderrthreshold_set(long, CppFlags, int) - Static method in class com.google.ortools.init.mainJNI
-
- CpRandomSeed() - Static method in class com.google.ortools.constraintsolver.main
-
- CpRandomSeed() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- CpSatHelper - Class in com.google.ortools.sat
-
- CpSatHelper(long, boolean) - Constructor for class com.google.ortools.sat.CpSatHelper
-
- CpSatHelper() - Constructor for class com.google.ortools.sat.CpSatHelper
-
- CpSatHelper_modelStats(byte[]) - Static method in class com.google.ortools.sat.mainJNI
-
- CpSatHelper_solverResponseStats(byte[]) - Static method in class com.google.ortools.sat.mainJNI
-
- CpSatHelper_validateModel(byte[]) - Static method in class com.google.ortools.sat.mainJNI
-
- CpSatHelper_variableDomain(byte[]) - Static method in class com.google.ortools.sat.mainJNI
-
- CpSatHelper_writeModelToFile(byte[], String) - Static method in class com.google.ortools.sat.mainJNI
-
- CpSolver - Class in com.google.ortools.sat
-
Wrapper around the SAT solver.
- CpSolver() - Constructor for class com.google.ortools.sat.CpSolver
-
Main construction of the CpSolver class.
- CpSolverRequest - Class in com.google.ortools.sat.v1
-
The request sent to the remote solve service.
- CpSolverRequest.Builder - Class in com.google.ortools.sat.v1
-
The request sent to the remote solve service.
- CpSolverRequestOrBuilder - Interface in com.google.ortools.sat.v1
-
- CpSolverResponse - Class in com.google.ortools.sat
-
The response returned by a solver trying to solve a CpModelProto.
- CpSolverResponse.Builder - Class in com.google.ortools.sat
-
The response returned by a solver trying to solve a CpModelProto.
- CpSolverResponseOrBuilder - Interface in com.google.ortools.sat
-
- CpSolverSolution - Class in com.google.ortools.sat
-
Just a message used to store dense solution.
- CpSolverSolution.Builder - Class in com.google.ortools.sat
-
Just a message used to store dense solution.
- CpSolverSolutionCallback - Class in com.google.ortools.sat
-
Parent class to create a callback called at each solution.
- CpSolverSolutionCallback() - Constructor for class com.google.ortools.sat.CpSolverSolutionCallback
-
- CpSolverSolutionOrBuilder - Interface in com.google.ortools.sat
-
- CpSolverStatus - Enum in com.google.ortools.sat
-
The status returned by a solver trying to solve a CpModelProto.
- createSolutionResponseProto() - Method in class com.google.ortools.linearsolver.MPSolver
-
Fills the solution found to a response proto and returns it.
- createSolver(String) - Static method in class com.google.ortools.linearsolver.MPSolver
-
Recommended factory method to create a MPSolver instance, especially in
non C++ languages.
- CROSS - Static variable in class com.google.ortools.constraintsolver.Solver
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
- CROSS_DATE - Static variable in class com.google.ortools.constraintsolver.Solver
-
STARTS_BEFORE and ENDS_AFTER at the same time, i.e. d is in t.
- crossed() - Method in class com.google.ortools.constraintsolver.SearchLimit
-
Returns true if the limit has been crossed.
- CROSSOVER_BOUND_SNAPPING_DISTANCE_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
-
- CST_SUB_VAR - Static variable in interface com.google.ortools.constraintsolver.mainConstants
-
- CST_SUB_VAR_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- CUMULATIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RegularLimitParameters
-
- CUMULATIVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
-
- CUMULATIVE_KKT_MATRIX_PASSES_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.IterationStats
-
- CUMULATIVE_REJECTED_STEPS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.IterationStats
-
- CUMULATIVE_TIME_SEC_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.IterationStats
-
- CumulativeConstraint - Class in com.google.ortools.sat
-
Specialized cumulative constraint.
- CumulativeConstraint(CpModel) - Constructor for class com.google.ortools.sat.CumulativeConstraint
-
- CumulativeConstraintProto - Class in com.google.ortools.sat
-
The sum of the demands of the intervals at each interval point cannot exceed
a capacity.
- CumulativeConstraintProto.Builder - Class in com.google.ortools.sat
-
The sum of the demands of the intervals at each interval point cannot exceed
a capacity.
- CumulativeConstraintProtoOrBuilder - Interface in com.google.ortools.sat
-
- CumulDependentTransitCallback(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- cumuls() - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Like CumulVar(), TransitVar(), SlackVar() but return the whole variable
vectors instead (indexed by int64_t var index).
- cumulVar(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Get the cumul, transit and slack variables for the given node (given as
int64_t var index).
- currentlyInSolve() - Method in class com.google.ortools.constraintsolver.Solver
-
Returns true whether the current search has been
created using a Solve() call instead of a NewSearch one.
- CUT_ACTIVE_COUNT_DECAY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CUT_CLEANUP_TARGET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CUT_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CUT_MAX_ACTIVE_COUNT_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- CYCLE_SIZES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SparsePermutationProto
-
- GAP_INTEGRAL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
-
- GE - Static variable in class com.google.ortools.constraintsolver.Solver
-
Move is accepted when the current objective value >= objective.Min.
- GENERAL_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
-
- GENERAL_CONSTRAINT_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
-
GENERAL_CONSTRAINT = 2;
- GENERIC_TABU_SEARCH_VALUE - Static variable in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
-
Uses tabu search on a list of variables to escape local minima.
- getAbsConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- getAbsConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- getAbsConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- getAbsConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- getAbsConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- getAbsConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- getAbsConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- getAbsoluteGapLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stop the search when the gap between the best feasible objective (O) and
our best objective bound (B) is smaller than a limit.
- getAbsoluteGapLimit() - Method in class com.google.ortools.sat.SatParameters
-
Stop the search when the gap between the best feasible objective (O) and
our best objective bound (B) is smaller than a limit.
- getAbsoluteGapLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Stop the search when the gap between the best feasible objective (O) and
our best objective bound (B) is smaller than a limit.
- getAcceptanceStrategy() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Determines when the neighbor solution S', possibly improved if
`improve_perturbed_solution` is true, replaces the reference solution S.
- getAcceptanceStrategy() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
-
Determines when the neighbor solution S', possibly improved if
`improve_perturbed_solution` is true, replaces the reference solution S.
- getAcceptanceStrategy() - Method in interface com.google.ortools.constraintsolver.IteratedLocalSearchParametersOrBuilder
-
Determines when the neighbor solution S', possibly improved if
`improve_perturbed_solution` is true, replaces the reference solution S.
- getAcceptanceStrategyValue() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Determines when the neighbor solution S', possibly improved if
`improve_perturbed_solution` is true, replaces the reference solution S.
- getAcceptanceStrategyValue() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
-
Determines when the neighbor solution S', possibly improved if
`improve_perturbed_solution` is true, replaces the reference solution S.
- getAcceptanceStrategyValue() - Method in interface com.google.ortools.constraintsolver.IteratedLocalSearchParametersOrBuilder
-
Determines when the neighbor solution S', possibly improved if
`improve_perturbed_solution` is true, replaces the reference solution S.
- getAcceptedObjectiveValue() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
-
Objective value from the last time Accept() was called and returned true.
- GetAcceptedObjectiveValue() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
-
- getAcceptNeighborDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Time spent in accepting a neighbor (restoration and storage, not
including filtering).
- getAcceptNeighborDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
Time spent in accepting a neighbor (restoration and storage, not
including filtering).
- getAcceptNeighborDurationSeconds() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder
-
Time spent in accepting a neighbor (restoration and storage, not
including filtering).
- getActiveDualVariableChange() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
The number of dual variables that have a different bound status than they
did at the last restart.
- getActiveDualVariableChange() - Method in class com.google.ortools.pdlp.PointMetadata
-
The number of dual variables that have a different bound status than they
did at the last restart.
- getActiveDualVariableChange() - Method in interface com.google.ortools.pdlp.PointMetadataOrBuilder
-
The number of dual variables that have a different bound status than they
did at the last restart.
- getActiveDualVariableCount() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
The number of dual variables that are not at their bounds.
- getActiveDualVariableCount() - Method in class com.google.ortools.pdlp.PointMetadata
-
The number of dual variables that are not at their bounds.
- getActiveDualVariableCount() - Method in interface com.google.ortools.pdlp.PointMetadataOrBuilder
-
The number of dual variables that are not at their bounds.
- getActiveLiterals(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
repeated int32 active_literals = 5;
- getActiveLiterals(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
repeated int32 active_literals = 5;
- getActiveLiterals(int) - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
repeated int32 active_literals = 5;
- getActiveLiteralsCount() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
repeated int32 active_literals = 5;
- getActiveLiteralsCount() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
repeated int32 active_literals = 5;
- getActiveLiteralsCount() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
repeated int32 active_literals = 5;
- getActiveLiteralsList() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
repeated int32 active_literals = 5;
- getActiveLiteralsList() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
repeated int32 active_literals = 5;
- getActiveLiteralsList() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
repeated int32 active_literals = 5;
- getActivePrimalVariableChange() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
The number of primal variables that have a different bound status than they
did at the last restart.
- getActivePrimalVariableChange() - Method in class com.google.ortools.pdlp.PointMetadata
-
The number of primal variables that have a different bound status than they
did at the last restart.
- getActivePrimalVariableChange() - Method in interface com.google.ortools.pdlp.PointMetadataOrBuilder
-
The number of primal variables that have a different bound status than they
did at the last restart.
- getActivePrimalVariableCount() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
The number of primal variables that are not at their bounds.
- getActivePrimalVariableCount() - Method in class com.google.ortools.pdlp.PointMetadata
-
The number of primal variables that are not at their bounds.
- getActivePrimalVariableCount() - Method in interface com.google.ortools.pdlp.PointMetadataOrBuilder
-
The number of primal variables that are not at their bounds.
- getActivity(LinearConstraint) - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Checks that the solver has found a solution, and returns the activity of the given constraint.
- getActivity(int) - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getAdaptiveLinesearchParameters() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- getAdaptiveLinesearchParameters() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- getAdaptiveLinesearchParameters() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- getAdaptiveLinesearchParametersBuilder() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- getAdaptiveLinesearchParametersOrBuilder() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- getAdaptiveLinesearchParametersOrBuilder() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- getAdaptiveLinesearchParametersOrBuilder() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- getAdd_vehicle_ends_to_neighbors() - Method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsParameters
-
- getAdd_vehicle_starts_to_neighbors() - Method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsParameters
-
- getAddCgCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
- getAddCgCuts() - Method in class com.google.ortools.sat.SatParameters
-
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
- getAddCgCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
- getAddCliqueCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate clique cuts from the binary implication graph.
- getAddCliqueCuts() - Method in class com.google.ortools.sat.SatParameters
-
Whether we generate clique cuts from the binary implication graph.
- getAddCliqueCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we generate clique cuts from the binary implication graph.
- getAdditionalSolutions(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- getAdditionalSolutions(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
- getAdditionalSolutions(int) - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
- getAdditionalSolutions(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutions(int) - Method in class com.google.ortools.sat.CpSolverResponse
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutions(int) - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsBuilder(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- getAdditionalSolutionsBuilder(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsBuilderList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- getAdditionalSolutionsBuilderList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- getAdditionalSolutionsCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
- getAdditionalSolutionsCount() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
- getAdditionalSolutionsCount() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsCount() - Method in class com.google.ortools.sat.CpSolverResponse
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsCount() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- getAdditionalSolutionsList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
- getAdditionalSolutionsList() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
- getAdditionalSolutionsList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsList() - Method in class com.google.ortools.sat.CpSolverResponse
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsList() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- getAdditionalSolutionsOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
- getAdditionalSolutionsOrBuilder(int) - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
- getAdditionalSolutionsOrBuilder(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsOrBuilder(int) - Method in class com.google.ortools.sat.CpSolverResponse
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsOrBuilder(int) - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsOrBuilderList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- getAdditionalSolutionsOrBuilderList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
- getAdditionalSolutionsOrBuilderList() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
- getAdditionalSolutionsOrBuilderList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsOrBuilderList() - Method in class com.google.ortools.sat.CpSolverResponse
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAdditionalSolutionsOrBuilderList() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- getAddLinMaxCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For the lin max constraints, generates the cuts described in "Strong
mixed-integer programming formulations for trained neural networks" by Ross
Anderson et.
- getAddLinMaxCuts() - Method in class com.google.ortools.sat.SatParameters
-
For the lin max constraints, generates the cuts described in "Strong
mixed-integer programming formulations for trained neural networks" by Ross
Anderson et.
- getAddLinMaxCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
For the lin max constraints, generates the cuts described in "Strong
mixed-integer programming formulations for trained neural networks" by Ross
Anderson et.
- getAddLpConstraintsLazily() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we start by an empty LP, and only add constraints not satisfied
by the current LP solution batch by batch.
- getAddLpConstraintsLazily() - Method in class com.google.ortools.sat.SatParameters
-
If true, we start by an empty LP, and only add constraints not satisfied
by the current LP solution batch by batch.
- getAddLpConstraintsLazily() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we start by an empty LP, and only add constraints not satisfied
by the current LP solution batch by batch.
- getAddMirCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate MIR cuts at root node.
- getAddMirCuts() - Method in class com.google.ortools.sat.SatParameters
-
Whether we generate MIR cuts at root node.
- getAddMirCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we generate MIR cuts at root node.
- getAddObjectiveCut() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When the LP objective is fractional, do we add the cut that forces the
linear objective expression to be greater or equal to this fractional value
rounded up?
- getAddObjectiveCut() - Method in class com.google.ortools.sat.SatParameters
-
When the LP objective is fractional, do we add the cut that forces the
linear objective expression to be greater or equal to this fractional value
rounded up?
- getAddObjectiveCut() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When the LP objective is fractional, do we add the cut that forces the
linear objective expression to be greater or equal to this fractional value
rounded up?
- getAddRltCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate RLT cuts.
- getAddRltCuts() - Method in class com.google.ortools.sat.SatParameters
-
Whether we generate RLT cuts.
- getAddRltCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we generate RLT cuts.
- getAddZeroHalfCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate Zero-Half cuts at root node.
- getAddZeroHalfCuts() - Method in class com.google.ortools.sat.SatParameters
-
Whether we generate Zero-Half cuts at root node.
- getAddZeroHalfCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we generate Zero-Half cuts at root node.
- GetAffectedDimensionIndices() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- getAllDiff() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The all_diff constraint forces all variables to take different values.
- getAllDiff() - Method in class com.google.ortools.sat.ConstraintProto
-
The all_diff constraint forces all variables to take different values.
- getAllDiff() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The all_diff constraint forces all variables to take different values.
- getAllDiffBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The all_diff constraint forces all variables to take different values.
- getAllDiffOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The all_diff constraint forces all variables to take different values.
- getAllDiffOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The all_diff constraint forces all variables to take different values.
- getAllDiffOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The all_diff constraint forces all variables to take different values.
- getAllowSimplexAlgorithmChange() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During incremental solve, let the solver decide if it use the primal or
dual simplex algorithm depending on the current solution and on the new
problem.
- getAllowSimplexAlgorithmChange() - Method in class com.google.ortools.glop.GlopParameters
-
During incremental solve, let the solver decide if it use the primal or
dual simplex algorithm depending on the current solution and on the new
problem.
- getAllowSimplexAlgorithmChange() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
During incremental solve, let the solver decide if it use the primal or
dual simplex algorithm depending on the current solution and on the new
problem.
- getAlsoBumpVariablesInConflictReasons() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, then the variables that appear in any of the reason of
the variables in a conflict have their activity bumped.
- getAlsoBumpVariablesInConflictReasons() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, then the variables that appear in any of the reason of
the variables in a conflict have their activity bumped.
- getAlsoBumpVariablesInConflictReasons() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, then the variables that appear in any of the reason of
the variables in a conflict have their activity bumped.
- getAlternative_index() - Method in class com.google.ortools.constraintsolver.RoutingModel.PickupDeliveryPosition
-
The index of the node in the vector of pickup (resp. delivery)
alternatives of the pair.
- getAmortizedLinearCostFactorOfVehicles() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getAmortizedQuadraticCostFactorOfVehicles() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getAndConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "and" constraints must be Boolean.
- getAndConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
All variables in "and" constraints must be Boolean.
- getAndConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
All variables in "and" constraints must be Boolean.
- getAndConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "and" constraints must be Boolean.
- getAndConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "and" constraints must be Boolean.
- getAndConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
All variables in "and" constraints must be Boolean.
- getAndConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
All variables in "and" constraints must be Boolean.
- getAnnotation(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotation(int) - Method in class com.google.ortools.linearsolver.MPModelProto
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotation(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationCount() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationCount() - Method in class com.google.ortools.linearsolver.MPModelProto
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationCount() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationList() - Method in class com.google.ortools.linearsolver.MPModelProto
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationOrBuilder(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getAnnotationOrBuilderList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- getArcCostForClass(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the cost of the segment between two nodes for a given cost
class.
- getArcCostForFirstSolution(long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the cost of the arc in the context of the first solution strategy.
- getArcCostForVehicle(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the cost of the transit arc between two nodes for a given vehicle.
- getArcs(int) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcs(int) - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcs(int) - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsBuilder(int) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsBuilderList() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsCount() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsCount() - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsCount() - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsList() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsList() - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsList() - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsOrBuilder(int) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsOrBuilder(int) - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsOrBuilder(int) - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsOrBuilderList() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsOrBuilderList() - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArcsOrBuilderList() - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowArcProto arcs = 2;
- getArraySplitSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
When a sum/min/max operation is applied on a large array, this
array is recursively split into blocks of size 'array_split_size'.
- getArraySplitSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
When a sum/min/max operation is applied on a large array, this
array is recursively split into blocks of size 'array_split_size'.
- getArraySplitSize() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
When a sum/min/max operation is applied on a large array, this
array is recursively split into blocks of size 'array_split_size'.
- getAssignment() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Stores an assignment of the problem variables.
- getAssignment() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
Stores an assignment of the problem variables.
- getAssignment() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
Stores an assignment of the problem variables.
- getAssignmentBuilder() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Stores an assignment of the problem variables.
- getAssignmentCost(int) - Method in class com.google.ortools.graph.LinearSumAssignment
-
- getAssignmentOrBuilder() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Stores an assignment of the problem variables.
- getAssignmentOrBuilder() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
Stores an assignment of the problem variables.
- getAssignmentOrBuilder() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
Stores an assignment of the problem variables.
- getAssumptions(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
A list of literals.
- getAssumptions(int) - Method in class com.google.ortools.sat.CpModelProto
-
A list of literals.
- getAssumptions(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
A list of literals.
- getAssumptionsCount() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
A list of literals.
- getAssumptionsCount() - Method in class com.google.ortools.sat.CpModelProto
-
A list of literals.
- getAssumptionsCount() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
A list of literals.
- getAssumptionsList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
A list of literals.
- getAssumptionsList() - Method in class com.google.ortools.sat.CpModelProto
-
A list of literals.
- getAssumptionsList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
A list of literals.
- getAtMostOne() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- getAtMostOne() - Method in class com.google.ortools.sat.ConstraintProto
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- getAtMostOne() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- getAtMostOneBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- getAtMostOneMaxExpansionSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
All at_most_one constraints with a size <= param will be replaced by a
quadratic number of binary implications.
- getAtMostOneMaxExpansionSize() - Method in class com.google.ortools.sat.SatParameters
-
All at_most_one constraints with a size <= param will be replaced by a
quadratic number of binary implications.
- getAtMostOneMaxExpansionSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
All at_most_one constraints with a size <= param will be replaced by a
quadratic number of binary implications.
- getAtMostOneOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- getAtMostOneOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- getAtMostOneOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- getAutoDetectGreaterThanAtLeastOneOf() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, then the precedences propagator try to detect for each variable if
it has a set of "optional incoming arc" for which at least one of them is
present.
- getAutoDetectGreaterThanAtLeastOneOf() - Method in class com.google.ortools.sat.SatParameters
-
If true, then the precedences propagator try to detect for each variable if
it has a set of "optional incoming arc" for which at least one of them is
present.
- getAutoDetectGreaterThanAtLeastOneOf() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, then the precedences propagator try to detect for each variable if
it has a set of "optional incoming arc" for which at least one of them is
present.
- getAutomaticTemperatures() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
Automatically define the value for the temperatures as follows.
- getAutomaticTemperatures() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
-
Automatically define the value for the temperatures as follows.
- getAutomaticTemperatures() - Method in interface com.google.ortools.constraintsolver.SimulatedAnnealingParametersOrBuilder
-
Automatically define the value for the temperatures as follows.
- getAutomaton() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- getAutomaton() - Method in class com.google.ortools.sat.ConstraintProto
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- getAutomaton() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- getAutomatonBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- getAutomatonOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- getAutomatonOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- getAutomatonOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- getAvgNumRemovedVisits() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
-
Number of visits that are removed on average.
- getAvgNumRemovedVisits() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy
-
Number of visits that are removed on average.
- getAvgNumRemovedVisits() - Method in interface com.google.ortools.constraintsolver.SISRRuinStrategyOrBuilder
-
Number of visits that are removed on average.
- getBaselineModelFilePath() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
optional string baseline_model_file_path = 1;
- getBaselineModelFilePath() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
optional string baseline_model_file_path = 1;
- getBaselineModelFilePath() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
optional string baseline_model_file_path = 1;
- getBaselineModelFilePathBytes() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
optional string baseline_model_file_path = 1;
- getBaselineModelFilePathBytes() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
optional string baseline_model_file_path = 1;
- getBaselineModelFilePathBytes() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
optional string baseline_model_file_path = 1;
- getBasisRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Number of iterations between two basis refactorizations.
- getBasisRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters
-
Number of iterations between two basis refactorizations.
- getBasisRefactorizationPeriod() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Number of iterations between two basis refactorizations.
- getBestObjectiveBound() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
This field is only filled for MIP problems.
- getBestObjectiveBound() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
This field is only filled for MIP problems.
- getBestObjectiveBound() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
This field is only filled for MIP problems.
- getBestObjectiveBound() - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Checks that the solver has found a solution, and returns the objective value.
- getBestObjectiveBound() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getBestObjectiveBound() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Only make sense for an optimization problem.
- getBestObjectiveBound() - Method in class com.google.ortools.sat.CpSolverResponse
-
Only make sense for an optimization problem.
- getBestObjectiveBound() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Only make sense for an optimization problem.
- getBinaryMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
- getBinaryMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
- getBinaryMinimizationAlgorithm() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
- getBinarySearchNumConflicts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If non-negative, perform a binary search on the objective variable in order
to find an [min, max] interval outside of which the solver proved unsat/sat
under this amount of conflict.
- getBinarySearchNumConflicts() - Method in class com.google.ortools.sat.SatParameters
-
If non-negative, perform a binary search on the objective variable in order
to find an [min, max] interval outside of which the solver proved unsat/sat
under this amount of conflict.
- getBinarySearchNumConflicts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If non-negative, perform a binary search on the objective variable in order
to find an [min, max] interval outside of which the solver proved unsat/sat
under this amount of conflict.
- getBlockingRestartMultiplier() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double blocking_restart_multiplier = 66 [default = 1.4];
- getBlockingRestartMultiplier() - Method in class com.google.ortools.sat.SatParameters
-
optional double blocking_restart_multiplier = 66 [default = 1.4];
- getBlockingRestartMultiplier() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double blocking_restart_multiplier = 66 [default = 1.4];
- getBlockingRestartWindowSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 blocking_restart_window_size = 65 [default = 5000];
- getBlockingRestartWindowSize() - Method in class com.google.ortools.sat.SatParameters
-
optional int32 blocking_restart_window_size = 65 [default = 5000];
- getBlockingRestartWindowSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional int32 blocking_restart_window_size = 65 [default = 5000];
- getBoolAnd() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_and constraint forces all of the literals to be true.
- getBoolAnd() - Method in class com.google.ortools.sat.ConstraintProto
-
The bool_and constraint forces all of the literals to be true.
- getBoolAnd() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The bool_and constraint forces all of the literals to be true.
- getBoolAndBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_and constraint forces all of the literals to be true.
- getBoolAndOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_and constraint forces all of the literals to be true.
- getBoolAndOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The bool_and constraint forces all of the literals to be true.
- getBoolAndOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The bool_and constraint forces all of the literals to be true.
- getBooleanEncodingLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A non-negative level indicating how much we should try to fully encode
Integer variables as Boolean.
- getBooleanEncodingLevel() - Method in class com.google.ortools.sat.SatParameters
-
A non-negative level indicating how much we should try to fully encode
Integer variables as Boolean.
- getBooleanEncodingLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A non-negative level indicating how much we should try to fully encode
Integer variables as Boolean.
- getBoolOr() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_or constraint forces at least one literal to be true.
- getBoolOr() - Method in class com.google.ortools.sat.ConstraintProto
-
The bool_or constraint forces at least one literal to be true.
- getBoolOr() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The bool_or constraint forces at least one literal to be true.
- getBoolOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_or constraint forces at least one literal to be true.
- getBoolOrOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_or constraint forces at least one literal to be true.
- getBoolOrOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The bool_or constraint forces at least one literal to be true.
- getBoolOrOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The bool_or constraint forces at least one literal to be true.
- getBoolVarFromProtoIndex(int) - Method in class com.google.ortools.sat.CpModel
-
Rebuilds a Boolean variable from an index.
- getBoolXor() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_xor constraint forces an odd number of the literals to be true.
- getBoolXor() - Method in class com.google.ortools.sat.ConstraintProto
-
The bool_xor constraint forces an odd number of the literals to be true.
- getBoolXor() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The bool_xor constraint forces an odd number of the literals to be true.
- getBoolXorBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_xor constraint forces an odd number of the literals to be true.
- getBoolXorOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_xor constraint forces an odd number of the literals to be true.
- getBoolXorOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The bool_xor constraint forces an odd number of the literals to be true.
- getBoolXorOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The bool_xor constraint forces an odd number of the literals to be true.
- getBound() - Method in class com.google.ortools.constraintsolver.BoundCost
-
- getBoundCost(int) - Method in class com.google.ortools.constraintsolver.SimpleBoundCosts
-
- getBranches() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
int64 branches = 2;
- getBranches() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
int64 branches = 2;
- getBranches() - Method in interface com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
-
int64 branches = 2;
- getBranchingPriority() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
optional int32 branching_priority = 6 [default = 0];
- getBranchingPriority() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
optional int32 branching_priority = 6 [default = 0];
- getBranchingPriority() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
optional int32 branching_priority = 6 [default = 0];
- getBreakIntervalsOfVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Returns the break intervals set by SetBreakIntervalsOfVehicle().
- getBuilder() - Method in class com.google.ortools.sat.Constraint
-
Returns the constraint builder.
- getBuilder() - Method in class com.google.ortools.sat.CpModel
-
Returns the model builder.
- getBuilder() - Method in class com.google.ortools.sat.IntervalVar
-
Returns the interval builder.
- getBuilder() - Method in class com.google.ortools.sat.IntVar
-
Returns the variable protobuf builder.
- getBypassFactor() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
-
Value in [0, 1] ruling the number of preserved customers in the split
sequence removal.
- getBypassFactor() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy
-
Value in [0, 1] ruling the number of preserved customers in the split
sequence removal.
- getBypassFactor() - Method in interface com.google.ortools.constraintsolver.SISRRuinStrategyOrBuilder
-
Value in [0, 1] ruling the number of preserved customers in the split
sequence removal.
- getBytesUsed() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Memory usage of the solver.
- getBytesUsed() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
Memory usage of the solver.
- getBytesUsed() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder
-
Memory usage of the solver.
- getCandidateType() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
Type of the candidate point described by this ConvergenceInformation.
- getCandidateType() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
Type of the candidate point described by this ConvergenceInformation.
- getCandidateType() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
Type of the candidate point described by this ConvergenceInformation.
- getCandidateType() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
Type of the point used to compute the InfeasibilityInformation.
- getCandidateType() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
-
Type of the point used to compute the InfeasibilityInformation.
- getCandidateType() - Method in interface com.google.ortools.pdlp.InfeasibilityInformationOrBuilder
-
Type of the point used to compute the InfeasibilityInformation.
- getCapacity() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
Capacity of the arc.
- getCapacity() - Method in class com.google.ortools.graph.FlowArcProto
-
Capacity of the arc.
- getCapacity() - Method in interface com.google.ortools.graph.FlowArcProtoOrBuilder
-
Capacity of the arc.
- getCapacity(int) - Method in class com.google.ortools.graph.MaxFlow
-
- getCapacity(int) - Method in class com.google.ortools.graph.MinCostFlow
-
- getCapacity() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- getCapacity() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- getCapacity() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- getCapacity() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
int64 capacity = 5;
- getCapacity() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
int64 capacity = 5;
- getCapacity() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
int64 capacity = 5;
- getCapacityBuilder() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- getCapacityOrBuilder() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- getCapacityOrBuilder() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- getCapacityOrBuilder() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- getCatchSigintSignal() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals
when calling solve.
- getCatchSigintSignal() - Method in class com.google.ortools.sat.SatParameters
-
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals
when calling solve.
- getCatchSigintSignal() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals
when calling solve.
- getChangeStatusToImprecise() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, the internal API will change the return status to imprecise if the
solution does not respect the internal tolerances.
- getChangeStatusToImprecise() - Method in class com.google.ortools.glop.GlopParameters
-
If true, the internal API will change the return status to imprecise if the
solution does not respect the internal tolerances.
- getChangeStatusToImprecise() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If true, the internal API will change the return status to imprecise if the
solution does not respect the internal tolerances.
- getCheapestInsertionAddUnperformedEntries() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether or not to consider entries making the nodes/pairs unperformed in
the GlobalCheapestInsertion heuristic.
- getCheapestInsertionAddUnperformedEntries() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Whether or not to consider entries making the nodes/pairs unperformed in
the GlobalCheapestInsertion heuristic.
- getCheapestInsertionAddUnperformedEntries() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Whether or not to consider entries making the nodes/pairs unperformed in
the GlobalCheapestInsertion heuristic.
- getCheapestInsertionFarthestSeedsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Ratio (between 0 and 1) of available vehicles in the model on which
farthest nodes of the model are inserted as seeds in the
GlobalCheapestInsertion first solution heuristic.
- getCheapestInsertionFarthestSeedsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Ratio (between 0 and 1) of available vehicles in the model on which
farthest nodes of the model are inserted as seeds in the
GlobalCheapestInsertion first solution heuristic.
- getCheapestInsertionFarthestSeedsRatio() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Ratio (between 0 and 1) of available vehicles in the model on which
farthest nodes of the model are inserted as seeds in the
GlobalCheapestInsertion first solution heuristic.
- getCheapestInsertionFirstSolutionMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 cheapest_insertion_first_solution_min_neighbors = 44;
- getCheapestInsertionFirstSolutionMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
int32 cheapest_insertion_first_solution_min_neighbors = 44;
- getCheapestInsertionFirstSolutionMinNeighbors() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
int32 cheapest_insertion_first_solution_min_neighbors = 44;
- getCheapestInsertionFirstSolutionNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Ratio (in ]0, 1]) of closest non start/end nodes to consider as neighbors
for each node when creating new insertions in the parallel/sequential
cheapest insertion heuristic.
- getCheapestInsertionFirstSolutionNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Ratio (in ]0, 1]) of closest non start/end nodes to consider as neighbors
for each node when creating new insertions in the parallel/sequential
cheapest insertion heuristic.
- getCheapestInsertionFirstSolutionNeighborsRatio() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Ratio (in ]0, 1]) of closest non start/end nodes to consider as neighbors
for each node when creating new insertions in the parallel/sequential
cheapest insertion heuristic.
- getCheapestInsertionFirstSolutionUseNeighborsRatioForInitialization() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether or not to only consider closest neighbors when initializing the
assignment for the first solution.
- getCheapestInsertionFirstSolutionUseNeighborsRatioForInitialization() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Whether or not to only consider closest neighbors when initializing the
assignment for the first solution.
- getCheapestInsertionFirstSolutionUseNeighborsRatioForInitialization() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Whether or not to only consider closest neighbors when initializing the
assignment for the first solution.
- getCheapestInsertionLsOperatorMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 cheapest_insertion_ls_operator_min_neighbors = 45;
- getCheapestInsertionLsOperatorMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
int32 cheapest_insertion_ls_operator_min_neighbors = 45;
- getCheapestInsertionLsOperatorMinNeighbors() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
int32 cheapest_insertion_ls_operator_min_neighbors = 45;
- getCheapestInsertionLsOperatorNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Neighbors ratio and minimum number of neighbors for the heuristic when used
in a local search operator (see
local_search_operators.use_global_cheapest_insertion_path_lns and
local_search_operators.use_global_cheapest_insertion_chain_lns below).
- getCheapestInsertionLsOperatorNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Neighbors ratio and minimum number of neighbors for the heuristic when used
in a local search operator (see
local_search_operators.use_global_cheapest_insertion_path_lns and
local_search_operators.use_global_cheapest_insertion_chain_lns below).
- getCheapestInsertionLsOperatorNeighborsRatio() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Neighbors ratio and minimum number of neighbors for the heuristic when used
in a local search operator (see
local_search_operators.use_global_cheapest_insertion_path_lns and
local_search_operators.use_global_cheapest_insertion_chain_lns below).
- getCheckSolutionPeriod() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the behavior of local search.
- getCheckSolutionPeriod() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Control the behavior of local search.
- getCheckSolutionPeriod() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Control the behavior of local search.
- getChristofidesUseMinimumMatching() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true use minimum matching instead of minimal matching in the
Christofides algorithm.
- getChristofidesUseMinimumMatching() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If true use minimum matching instead of minimal matching in the
Christofides algorithm.
- getChristofidesUseMinimumMatching() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If true use minimum matching instead of minimal matching in the
Christofides algorithm.
- getCircuit() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- getCircuit() - Method in class com.google.ortools.sat.ConstraintProto
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- getCircuit() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- getCircuitBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- getCircuitOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- getCircuitOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- getCircuitOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- getClauseActivityDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Clause activity parameters (same effect as the one on the variables).
- getClauseActivityDecay() - Method in class com.google.ortools.sat.SatParameters
-
Clause activity parameters (same effect as the one on the variables).
- getClauseActivityDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Clause activity parameters (same effect as the one on the variables).
- getClauseCleanupLbdBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
All the clauses with a LBD (literal blocks distance) lower or equal to this
parameters will always be kept.
- getClauseCleanupLbdBound() - Method in class com.google.ortools.sat.SatParameters
-
All the clauses with a LBD (literal blocks distance) lower or equal to this
parameters will always be kept.
- getClauseCleanupLbdBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
All the clauses with a LBD (literal blocks distance) lower or equal to this
parameters will always be kept.
- getClauseCleanupOrdering() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
- getClauseCleanupOrdering() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
- getClauseCleanupOrdering() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
- getClauseCleanupPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Trigger a cleanup when this number of "deletable" clauses is learned.
- getClauseCleanupPeriod() - Method in class com.google.ortools.sat.SatParameters
-
Trigger a cleanup when this number of "deletable" clauses is learned.
- getClauseCleanupPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Trigger a cleanup when this number of "deletable" clauses is learned.
- getClauseCleanupProtection() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
- getClauseCleanupProtection() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
- getClauseCleanupProtection() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
- getClauseCleanupRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During a cleanup, if clause_cleanup_target is 0, we will delete the
clause_cleanup_ratio of "deletable" clauses instead of aiming for a fixed
target of clauses to keep.
- getClauseCleanupRatio() - Method in class com.google.ortools.sat.SatParameters
-
During a cleanup, if clause_cleanup_target is 0, we will delete the
clause_cleanup_ratio of "deletable" clauses instead of aiming for a fixed
target of clauses to keep.
- getClauseCleanupRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During a cleanup, if clause_cleanup_target is 0, we will delete the
clause_cleanup_ratio of "deletable" clauses instead of aiming for a fixed
target of clauses to keep.
- getClauseCleanupTarget() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During a cleanup, we will always keep that number of "deletable" clauses.
- getClauseCleanupTarget() - Method in class com.google.ortools.sat.SatParameters
-
During a cleanup, we will always keep that number of "deletable" clauses.
- getClauseCleanupTarget() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During a cleanup, we will always keep that number of "deletable" clauses.
- getClone() - Method in class com.google.ortools.modelbuilder.ModelBuilder
-
Returns a cloned model
- getClone() - Method in class com.google.ortools.sat.CpModel
-
- getCoefficient(MPVariable) - Method in class com.google.ortools.linearsolver.MPConstraint
-
Gets the coefficient of a given variable on the constraint (which is 0 if
the variable does not appear in the constraint).
- getCoefficient(int) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
Must be finite.
- getCoefficient(int) - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
Must be finite.
- getCoefficient(int) - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
Must be finite.
- getCoefficient(MPVariable) - Method in class com.google.ortools.linearsolver.MPObjective
-
Gets the coefficient of a given variable in the objective
It returns 0 if the variable does not appear in the objective).
- getCoefficient(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- getCoefficient(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Must be finite.
- getCoefficient(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Must be finite.
- getCoefficient(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Must be finite.
- getCoefficient(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
Must be finite.
- getCoefficient(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
-
Must be finite.
- getCoefficient(int) - Method in class com.google.ortools.modelbuilder.AffineExpression
-
- getCoefficient(int) - Method in class com.google.ortools.modelbuilder.ConstantExpression
-
- getCoefficient(int) - Method in interface com.google.ortools.modelbuilder.LinearExpr
-
Returns the ith coefficient.
- getCoefficient(int) - Method in class com.google.ortools.modelbuilder.WeightedSumExpression
-
- getCoefficient(int) - Method in class com.google.ortools.sat.AffineExpression
-
- getCoefficient(int) - Method in class com.google.ortools.sat.ConstantExpression
-
- getCoefficient(int) - Method in class com.google.ortools.sat.DoubleLinearExpr
-
Returns the ith coefficient.
- getCoefficient(int) - Method in interface com.google.ortools.sat.LinearExpr
-
Returns the ith coefficient.
- getCoefficient(int) - Method in class com.google.ortools.sat.WeightedSumExpression
-
- getCoefficientCount() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
Must be finite.
- getCoefficientCount() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
Must be finite.
- getCoefficientCount() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
Must be finite.
- getCoefficientCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- getCoefficientCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Must be finite.
- getCoefficientCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Must be finite.
- getCoefficientCount() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Must be finite.
- getCoefficientCount() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
Must be finite.
- getCoefficientCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
-
Must be finite.
- getCoefficientList() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
Must be finite.
- getCoefficientList() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
Must be finite.
- getCoefficientList() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
Must be finite.
- getCoefficientList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- getCoefficientList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Must be finite.
- getCoefficientList() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Must be finite.
- getCoefficientList() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Must be finite.
- getCoefficientList() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
Must be finite.
- getCoefficientList() - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
-
Must be finite.
- getCoefficients(int) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
repeated int64 coefficients = 2;
- getCoefficients(int) - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
repeated int64 coefficients = 2;
- getCoefficients(int) - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
repeated int64 coefficients = 2;
- getCoefficients(int) - Method in class com.google.ortools.sat.LinearObjective.Builder
-
repeated int64 coefficients = 2;
- getCoefficients(int) - Method in class com.google.ortools.sat.LinearObjective
-
repeated int64 coefficients = 2;
- getCoefficients(int) - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
repeated int64 coefficients = 2;
- getCoefficientsCount() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
repeated int64 coefficients = 2;
- getCoefficientsCount() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
repeated int64 coefficients = 2;
- getCoefficientsCount() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
repeated int64 coefficients = 2;
- getCoefficientsCount() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
repeated int64 coefficients = 2;
- getCoefficientsCount() - Method in class com.google.ortools.sat.LinearObjective
-
repeated int64 coefficients = 2;
- getCoefficientsCount() - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
repeated int64 coefficients = 2;
- getCoefficientsList() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
repeated int64 coefficients = 2;
- getCoefficientsList() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
repeated int64 coefficients = 2;
- getCoefficientsList() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
repeated int64 coefficients = 2;
- getCoefficientsList() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
repeated int64 coefficients = 2;
- getCoefficientsList() - Method in class com.google.ortools.sat.LinearObjective
-
repeated int64 coefficients = 2;
- getCoefficientsList() - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
repeated int64 coefficients = 2;
- getCoeffs(int) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
repeated int64 coeffs = 4;
- getCoeffs(int) - Method in class com.google.ortools.sat.CpObjectiveProto
-
repeated int64 coeffs = 4;
- getCoeffs(int) - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
repeated int64 coeffs = 4;
- getCoeffs(int) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated double coeffs = 2;
- getCoeffs(int) - Method in class com.google.ortools.sat.FloatObjectiveProto
-
repeated double coeffs = 2;
- getCoeffs(int) - Method in interface com.google.ortools.sat.FloatObjectiveProtoOrBuilder
-
repeated double coeffs = 2;
- getCoeffs(int) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
Same size as vars.
- getCoeffs(int) - Method in class com.google.ortools.sat.LinearConstraintProto
-
Same size as vars.
- getCoeffs(int) - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
-
Same size as vars.
- getCoeffs(int) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int64 coeffs = 2;
- getCoeffs(int) - Method in class com.google.ortools.sat.LinearExpressionProto
-
repeated int64 coeffs = 2;
- getCoeffs(int) - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
-
repeated int64 coeffs = 2;
- getCoeffsCount() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
repeated int64 coeffs = 4;
- getCoeffsCount() - Method in class com.google.ortools.sat.CpObjectiveProto
-
repeated int64 coeffs = 4;
- getCoeffsCount() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
repeated int64 coeffs = 4;
- getCoeffsCount() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated double coeffs = 2;
- getCoeffsCount() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
repeated double coeffs = 2;
- getCoeffsCount() - Method in interface com.google.ortools.sat.FloatObjectiveProtoOrBuilder
-
repeated double coeffs = 2;
- getCoeffsCount() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
Same size as vars.
- getCoeffsCount() - Method in class com.google.ortools.sat.LinearConstraintProto
-
Same size as vars.
- getCoeffsCount() - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
-
Same size as vars.
- getCoeffsCount() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int64 coeffs = 2;
- getCoeffsCount() - Method in class com.google.ortools.sat.LinearExpressionProto
-
repeated int64 coeffs = 2;
- getCoeffsCount() - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
-
repeated int64 coeffs = 2;
- getCoeffsList() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
repeated int64 coeffs = 4;
- getCoeffsList() - Method in class com.google.ortools.sat.CpObjectiveProto
-
repeated int64 coeffs = 4;
- getCoeffsList() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
repeated int64 coeffs = 4;
- getCoeffsList() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated double coeffs = 2;
- getCoeffsList() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
repeated double coeffs = 2;
- getCoeffsList() - Method in interface com.google.ortools.sat.FloatObjectiveProtoOrBuilder
-
repeated double coeffs = 2;
- getCoeffsList() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
Same size as vars.
- getCoeffsList() - Method in class com.google.ortools.sat.LinearConstraintProto
-
Same size as vars.
- getCoeffsList() - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
-
Same size as vars.
- getCoeffsList() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int64 coeffs = 2;
- getCoeffsList() - Method in class com.google.ortools.sat.LinearExpressionProto
-
repeated int64 coeffs = 2;
- getCoeffsList() - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
-
repeated int64 coeffs = 2;
- getCombinedBoundsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_bounds_avg = 11;
- getCombinedBoundsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double combined_bounds_avg = 11;
- getCombinedBoundsAvg() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double combined_bounds_avg = 11;
- getCombinedBoundsL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_bounds_l2_norm = 24;
- getCombinedBoundsL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double combined_bounds_l2_norm = 24;
- getCombinedBoundsL2Norm() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double combined_bounds_l2_norm = 24;
- getCombinedBoundsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Statistics of the combined vector of the constraint lower and upper bounds.
- getCombinedBoundsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
Statistics of the combined vector of the constraint lower and upper bounds.
- getCombinedBoundsMax() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
Statistics of the combined vector of the constraint lower and upper bounds.
- getCombinedBoundsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_bounds_min = 10;
- getCombinedBoundsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double combined_bounds_min = 10;
- getCombinedBoundsMin() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double combined_bounds_min = 10;
- getCombinedVariableBoundsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_avg = 30;
- getCombinedVariableBoundsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double combined_variable_bounds_avg = 30;
- getCombinedVariableBoundsAvg() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double combined_variable_bounds_avg = 30;
- getCombinedVariableBoundsL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_l2_norm = 31;
- getCombinedVariableBoundsL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double combined_variable_bounds_l2_norm = 31;
- getCombinedVariableBoundsL2Norm() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double combined_variable_bounds_l2_norm = 31;
- getCombinedVariableBoundsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Statistics of the combined vector of the variable lower and upper bounds.
- getCombinedVariableBoundsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
Statistics of the combined vector of the variable lower and upper bounds.
- getCombinedVariableBoundsMax() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
Statistics of the combined vector of the variable lower and upper bounds.
- getCombinedVariableBoundsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_min = 29;
- getCombinedVariableBoundsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double combined_variable_bounds_min = 29;
- getCombinedVariableBoundsMin() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double combined_variable_bounds_min = 29;
- getCompressTrail() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameter indicates if the solver should compress the trail
during the search.
- getCompressTrail() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
This parameter indicates if the solver should compress the trail
during the search.
- getCompressTrail() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
This parameter indicates if the solver should compress the trail
during the search.
- getCompressTrailValue() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameter indicates if the solver should compress the trail
during the search.
- getCompressTrailValue() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
This parameter indicates if the solver should compress the trail
during the search.
- getCompressTrailValue() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
This parameter indicates if the solver should compress the trail
during the search.
- getComputeEstimatedImpact() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Compute estimated impact at each iteration when true; only once when false.
- getComputeEstimatedImpact() - Method in class com.google.ortools.bop.BopParameters
-
Compute estimated impact at each iteration when true; only once when false.
- getComputeEstimatedImpact() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Compute estimated impact at each iteration when true; only once when false.
- getConstant() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
optional double constant = 2;
- getConstant() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
optional double constant = 2;
- getConstant() - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
-
optional double constant = 2;
- getConstraint() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
The constraint activated by the indicator variable.
- getConstraint() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
The constraint activated by the indicator variable.
- getConstraint() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
-
The constraint activated by the indicator variable.
- getConstraint(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- getConstraint(int) - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the constraints appearing in the model.
- getConstraint(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the constraints appearing in the model.
- getConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
The constraint activated by the indicator variable.
- getConstraintBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- getConstraintBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- getConstraintCase() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
- getConstraintCase() - Method in class com.google.ortools.sat.ConstraintProto
-
- getConstraintCase() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
- getConstraintCoefficients(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getConstraintCount() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- getConstraintCount() - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the constraints appearing in the model.
- getConstraintCount() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the constraints appearing in the model.
- getConstraintList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- getConstraintList() - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the constraints appearing in the model.
- getConstraintList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the constraints appearing in the model.
- getConstraintLowerBound(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getConstraintMatrixAbsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double constraint_matrix_abs_avg = 8;
- getConstraintMatrixAbsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double constraint_matrix_abs_avg = 8;
- getConstraintMatrixAbsAvg() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double constraint_matrix_abs_avg = 8;
- getConstraintMatrixAbsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint
matrix.
- getConstraintMatrixAbsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint
matrix.
- getConstraintMatrixAbsMax() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint
matrix.
- getConstraintMatrixAbsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double constraint_matrix_abs_min = 7;
- getConstraintMatrixAbsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double constraint_matrix_abs_min = 7;
- getConstraintMatrixAbsMin() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double constraint_matrix_abs_min = 7;
- getConstraintMatrixColMinLInfNorm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Minimum row and column infinity norms of the constraint matrix.
- getConstraintMatrixColMinLInfNorm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
Minimum row and column infinity norms of the constraint matrix.
- getConstraintMatrixColMinLInfNorm() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
Minimum row and column infinity norms of the constraint matrix.
- getConstraintMatrixL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double constraint_matrix_l2_norm = 25;
- getConstraintMatrixL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double constraint_matrix_l2_norm = 25;
- getConstraintMatrixL2Norm() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double constraint_matrix_l2_norm = 25;
- getConstraintMatrixNumNonzeros() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
The number of (finite) nonzero entries in the constraint matrix.
- getConstraintMatrixNumNonzeros() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
The number of (finite) nonzero entries in the constraint matrix.
- getConstraintMatrixNumNonzeros() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
The number of (finite) nonzero entries in the constraint matrix.
- getConstraintMatrixRowMinLInfNorm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double constraint_matrix_row_min_l_inf_norm = 4;
- getConstraintMatrixRowMinLInfNorm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double constraint_matrix_row_min_l_inf_norm = 4;
- getConstraintMatrixRowMinLInfNorm() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double constraint_matrix_row_min_l_inf_norm = 4;
- getConstraintName(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
The constraint activated by the indicator variable.
- getConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
The constraint activated by the indicator variable.
- getConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
-
The constraint activated by the indicator variable.
- getConstraintOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- getConstraintOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the constraints appearing in the model.
- getConstraintOrBuilder(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the constraints appearing in the model.
- getConstraintOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- getConstraintOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the constraints appearing in the model.
- getConstraintOrBuilderList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the constraints appearing in the model.
- getConstraintOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
Deprecated.
- getConstraintOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
Deprecated.
- getConstraintOverrides() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
Deprecated.
- getConstraintOverridesCount() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- getConstraintOverridesCount() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
- getConstraintOverridesCount() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraintOverridesMap() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraintOverridesMap() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraintOverridesMap() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraintOverridesOrDefault(int, MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraintOverridesOrDefault(int, MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraintOverridesOrDefault(int, MPConstraintProto) - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraintOverridesOrThrow(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraintOverridesOrThrow(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraintOverridesOrThrow(int) - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
Constraints can be changed (or added) in the same way as variables, see
above.
- getConstraints(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraints(int) - Method in class com.google.ortools.sat.CpModelProto
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraints(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraints(int) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- getConstraints(int) - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The constraints of the problem.
- getConstraints(int) - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The constraints of the problem.
- getConstraintsBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsBuilder(int) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- getConstraintsBuilderList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsBuilderList() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- getConstraintsCount() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsCount() - Method in class com.google.ortools.sat.CpModelProto
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsCount() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsCount() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- getConstraintsCount() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The constraints of the problem.
- getConstraintsCount() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The constraints of the problem.
- getConstraintsList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsList() - Method in class com.google.ortools.sat.CpModelProto
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsList() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- getConstraintsList() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The constraints of the problem.
- getConstraintsList() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The constraints of the problem.
- getConstraintSolverStatistics(int) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Constraint solver statistics.
- getConstraintSolverStatistics(int) - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
Constraint solver statistics.
- getConstraintSolverStatistics(int) - Method in interface com.google.ortools.constraintsolver.SearchStatisticsOrBuilder
-
Constraint solver statistics.
- getConstraintSolverStatisticsBuilder(int) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Constraint solver statistics.
- getConstraintSolverStatisticsBuilderList() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Constraint solver statistics.
- getConstraintSolverStatisticsCount() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Constraint solver statistics.
- getConstraintSolverStatisticsCount() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
Constraint solver statistics.
- getConstraintSolverStatisticsCount() - Method in interface com.google.ortools.constraintsolver.SearchStatisticsOrBuilder
-
Constraint solver statistics.
- getConstraintSolverStatisticsList() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Constraint solver statistics.
- getConstraintSolverStatisticsList() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
Constraint solver statistics.
- getConstraintSolverStatisticsList() - Method in interface com.google.ortools.constraintsolver.SearchStatisticsOrBuilder
-
Constraint solver statistics.
- getConstraintSolverStatisticsOrBuilder(int) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Constraint solver statistics.
- getConstraintSolverStatisticsOrBuilder(int) - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
Constraint solver statistics.
- getConstraintSolverStatisticsOrBuilder(int) - Method in interface com.google.ortools.constraintsolver.SearchStatisticsOrBuilder
-
Constraint solver statistics.
- getConstraintSolverStatisticsOrBuilderList() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Constraint solver statistics.
- getConstraintSolverStatisticsOrBuilderList() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
Constraint solver statistics.
- getConstraintSolverStatisticsOrBuilderList() - Method in interface com.google.ortools.constraintsolver.SearchStatisticsOrBuilder
-
Constraint solver statistics.
- getConstraintsOrBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsOrBuilder(int) - Method in class com.google.ortools.sat.CpModelProto
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsOrBuilder(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsOrBuilder(int) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- getConstraintsOrBuilder(int) - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The constraints of the problem.
- getConstraintsOrBuilder(int) - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The constraints of the problem.
- getConstraintsOrBuilderList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsOrBuilderList() - Method in class com.google.ortools.sat.CpModelProto
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsOrBuilderList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- getConstraintsOrBuilderList() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- getConstraintsOrBuilderList() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The constraints of the problem.
- getConstraintsOrBuilderList() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The constraints of the problem.
- getConstraintUpperBound(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getConstraintVarIndices(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getContext() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Context within which the filter was called.
- getContext() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
Context within which the filter was called.
- getContext() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder
-
Context within which the filter was called.
- getContextBytes() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Context within which the filter was called.
- getContextBytes() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
Context within which the filter was called.
- getContextBytes() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder
-
Context within which the filter was called.
- getContinuousSchedulingSolver() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
- getContinuousSchedulingSolver() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
- getContinuousSchedulingSolver() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
- getContinuousSchedulingSolverValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
- getContinuousSchedulingSolverValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
- getContinuousSchedulingSolverValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
- getConvergenceInformation(int) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformation(int) - Method in class com.google.ortools.pdlp.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformation(int) - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationBuilder(int) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationBuilderList() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationCount() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationCount() - Method in class com.google.ortools.pdlp.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationCount() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationList() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationList() - Method in class com.google.ortools.pdlp.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationList() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationOrBuilder(int) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationOrBuilder(int) - Method in class com.google.ortools.pdlp.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationOrBuilder(int) - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationOrBuilderList() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationOrBuilderList() - Method in class com.google.ortools.pdlp.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvergenceInformationOrBuilderList() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- getConvertIntervals() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Temporary flag util the feature is more mature.
- getConvertIntervals() - Method in class com.google.ortools.sat.SatParameters
-
Temporary flag util the feature is more mature.
- getConvertIntervals() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Temporary flag util the feature is more mature.
- getCoolingScheduleStrategy() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
Determines the speed at which the temperature changes from initial to
final.
- getCoolingScheduleStrategy() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
-
Determines the speed at which the temperature changes from initial to
final.
- getCoolingScheduleStrategy() - Method in interface com.google.ortools.constraintsolver.SimulatedAnnealingParametersOrBuilder
-
Determines the speed at which the temperature changes from initial to
final.
- getCoolingScheduleStrategyValue() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
Determines the speed at which the temperature changes from initial to
final.
- getCoolingScheduleStrategyValue() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
-
Determines the speed at which the temperature changes from initial to
final.
- getCoolingScheduleStrategyValue() - Method in interface com.google.ortools.constraintsolver.SimulatedAnnealingParametersOrBuilder
-
Determines the speed at which the temperature changes from initial to
final.
- getCoreMinimizationLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If positive, we spend some effort on each core:
- At level 1, we use a simple heuristic to try to minimize an UNSAT core
- getCoreMinimizationLevel() - Method in class com.google.ortools.sat.SatParameters
-
If positive, we spend some effort on each core:
- At level 1, we use a simple heuristic to try to minimize an UNSAT core
- getCoreMinimizationLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If positive, we spend some effort on each core:
- At level 1, we use a simple heuristic to try to minimize an UNSAT core
- getCorrectedDualObjective() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
If possible (e.g., when all primal variables have lower and upper bounds),
a correct dual bound.
- getCorrectedDualObjective() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
If possible (e.g., when all primal variables have lower and upper bounds),
a correct dual bound.
- getCorrectedDualObjective() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
If possible (e.g., when all primal variables have lower and upper bounds),
a correct dual bound.
- getCost() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
-
The cost for using the given subset.
- getCost() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset
-
The cost for using the given subset.
- getCost() - Method in interface com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder
-
The cost for using the given subset.
- getCost() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
The cost of the solution, as computed by the algorithm.
- getCost() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
The cost of the solution, as computed by the algorithm.
- getCost() - Method in interface com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
-
The cost of the solution, as computed by the algorithm.
- getCost() - Method in class com.google.ortools.constraintsolver.BoundCost
-
- getCost(int) - Method in class com.google.ortools.graph.LinearSumAssignment
-
- getCostClassesCount() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the number of different cost classes in the model.
- getCostClassIndexOfVehicle(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Get the cost class index of the given vehicle.
- getCostLowerBound() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
A lower bound of the solution, as computed by the algorithm.
- getCostLowerBound() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
A lower bound of the solution, as computed by the algorithm.
- getCostLowerBound() - Method in interface com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
-
A lower bound of the solution, as computed by the algorithm.
- getCostScaling() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];
- getCostScaling() - Method in class com.google.ortools.glop.GlopParameters
-
optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];
- getCostScaling() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];
- getCountAssumptionLevelsInLbd() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether or not the assumption levels are taken into account during the LBD
computation.
- getCountAssumptionLevelsInLbd() - Method in class com.google.ortools.sat.SatParameters
-
Whether or not the assumption levels are taken into account during the LBD
computation.
- getCountAssumptionLevelsInLbd() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether or not the assumption levels are taken into account during the LBD
computation.
- getCoverOptimization() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, when the max-sat algo find a core, we compute the minimal number
of literals in the core that needs to be true to have a feasible solution.
- getCoverOptimization() - Method in class com.google.ortools.sat.SatParameters
-
If true, when the max-sat algo find a core, we compute the minimal number
of literals in the core that needs to be true to have a feasible solution.
- getCoverOptimization() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, when the max-sat algo find a core, we compute the minimal number
of literals in the core that needs to be true to have a feasible solution.
- getCp_model_dump_models() - Method in class com.google.ortools.init.CppFlags
-
DEBUG ONLY: Dump CP-SAT models during solve.
- getCp_model_dump_prefix() - Method in class com.google.ortools.init.CppFlags
-
Prefix filename for all dumped files (models, solutions, lns sub-models).
- getCp_model_dump_response() - Method in class com.google.ortools.init.CppFlags
-
DEBUG ONLY: Dump the CP-SAT final response found during solve.
- getCp_model_dump_submodels() - Method in class com.google.ortools.init.CppFlags
-
DEBUG ONLY: Dump CP-SAT LNS models during solve.
- getCpModelPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we presolve the cp_model before solving it.
- getCpModelPresolve() - Method in class com.google.ortools.sat.SatParameters
-
Whether we presolve the cp_model before solving it.
- getCpModelPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we presolve the cp_model before solving it.
- getCpModelProbingLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much effort do we spend on probing. 0 disables it completely.
- getCpModelProbingLevel() - Method in class com.google.ortools.sat.SatParameters
-
How much effort do we spend on probing. 0 disables it completely.
- getCpModelProbingLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How much effort do we spend on probing. 0 disables it completely.
- getCpModelUseSatPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we also use the sat presolve when cp_model_presolve is true.
- getCpModelUseSatPresolve() - Method in class com.google.ortools.sat.SatParameters
-
Whether we also use the sat presolve when cp_model_presolve is true.
- getCpModelUseSatPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we also use the sat presolve when cp_model_presolve is true.
- getCPtr(KnapsackSolver) - Static method in class com.google.ortools.algorithms.KnapsackSolver
-
- getCPtr(AlternativeNodeIterator) - Static method in class com.google.ortools.constraintsolver.AlternativeNodeIterator
-
- getCPtr(Assignment) - Static method in class com.google.ortools.constraintsolver.Assignment
-
- getCPtr(AssignmentElement) - Static method in class com.google.ortools.constraintsolver.AssignmentElement
-
- getCPtr(AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.AssignmentIntContainer
-
- getCPtr(AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
-
- getCPtr(AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
-
- getCPtr(BaseIntExpr) - Static method in class com.google.ortools.constraintsolver.BaseIntExpr
-
- getCPtr(BaseLns) - Static method in class com.google.ortools.constraintsolver.BaseLns
-
- getCPtr(BaseObject) - Static method in class com.google.ortools.constraintsolver.BaseObject
-
- getCPtr(BaseObjectiveMonitor) - Static method in class com.google.ortools.constraintsolver.BaseObjectiveMonitor
-
- getCPtr(BooleanVar) - Static method in class com.google.ortools.constraintsolver.BooleanVar
-
- getCPtr(BoundCost) - Static method in class com.google.ortools.constraintsolver.BoundCost
-
- getCPtr(CastConstraint) - Static method in class com.google.ortools.constraintsolver.CastConstraint
-
- getCPtr(ChangeValue) - Static method in class com.google.ortools.constraintsolver.ChangeValue
-
- getCPtr(Constraint) - Static method in class com.google.ortools.constraintsolver.Constraint
-
- getCPtr(Decision) - Static method in class com.google.ortools.constraintsolver.Decision
-
- getCPtr(DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.DecisionBuilder
-
- getCPtr(DecisionVisitor) - Static method in class com.google.ortools.constraintsolver.DecisionVisitor
-
- getCPtr(DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
- getCPtr(Demon) - Static method in class com.google.ortools.constraintsolver.Demon
-
- getCPtr(DisjunctiveConstraint) - Static method in class com.google.ortools.constraintsolver.DisjunctiveConstraint
-
- getCPtr(GlobalVehicleBreaksConstraint) - Static method in class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
-
- getCPtr(ImprovementSearchLimit) - Static method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
-
- getCPtr(IntBoolPair) - Static method in class com.google.ortools.constraintsolver.IntBoolPair
-
- getCPtr(IntervalVar) - Static method in class com.google.ortools.constraintsolver.IntervalVar
-
- getCPtr(IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- getCPtr(IntExpr) - Static method in class com.google.ortools.constraintsolver.IntExpr
-
- getCPtr(IntTupleSet) - Static method in class com.google.ortools.constraintsolver.IntTupleSet
-
- getCPtr(IntVar) - Static method in class com.google.ortools.constraintsolver.IntVar
-
- getCPtr(IntVarElement) - Static method in class com.google.ortools.constraintsolver.IntVarElement
-
- getCPtr(IntVarIterator) - Static method in class com.google.ortools.constraintsolver.IntVarIterator
-
- getCPtr(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
-
- getCPtr(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
- getCPtr(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.LocalSearchFilter
-
- getCPtr(LocalSearchFilterManager.FilterEvent) - Static method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
-
- getCPtr(LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
-
- getCPtr(LocalSearchMonitor) - Static method in class com.google.ortools.constraintsolver.LocalSearchMonitor
-
- getCPtr(LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.LocalSearchOperator
-
- getCPtr(LocalSearchOperatorState) - Static method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- getCPtr(LocalSearchPhaseParameters) - Static method in class com.google.ortools.constraintsolver.LocalSearchPhaseParameters
-
- getCPtr(ModelCache) - Static method in class com.google.ortools.constraintsolver.ModelCache
-
- getCPtr(ModelVisitor) - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getCPtr(NodeNeighborIterator) - Static method in class com.google.ortools.constraintsolver.NodeNeighborIterator
-
- getCPtr(ObjectiveMonitor) - Static method in class com.google.ortools.constraintsolver.ObjectiveMonitor
-
- getCPtr(OptimizeVar) - Static method in class com.google.ortools.constraintsolver.OptimizeVar
-
- getCPtr(Pack) - Static method in class com.google.ortools.constraintsolver.Pack
-
- getCPtr(PathsMetadata) - Static method in class com.google.ortools.constraintsolver.PathsMetadata
-
- getCPtr(PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.PropagationBaseObject
-
- getCPtr(PropagationMonitor) - Static method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- getCPtr(RegularLimit) - Static method in class com.google.ortools.constraintsolver.RegularLimit
-
- getCPtr(RevBool) - Static method in class com.google.ortools.constraintsolver.RevBool
-
- getCPtr(RevInteger) - Static method in class com.google.ortools.constraintsolver.RevInteger
-
- getCPtr(RevLong) - Static method in class com.google.ortools.constraintsolver.RevLong
-
- getCPtr(RevPartialSequence) - Static method in class com.google.ortools.constraintsolver.RevPartialSequence
-
- getCPtr(RoutingDimension) - Static method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getCPtr(RoutingIndexManager) - Static method in class com.google.ortools.constraintsolver.RoutingIndexManager
-
- getCPtr(RoutingModel) - Static method in class com.google.ortools.constraintsolver.RoutingModel
-
- getCPtr(RoutingModel.NodeNeighborsByCostClass) - Static method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsByCostClass
-
- getCPtr(RoutingModel.NodeNeighborsParameters) - Static method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsParameters
-
- getCPtr(RoutingModel.PickupDeliveryPosition) - Static method in class com.google.ortools.constraintsolver.RoutingModel.PickupDeliveryPosition
-
- getCPtr(RoutingModel.ResourceGroup.Attributes) - Static method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Attributes
-
- getCPtr(RoutingModel.ResourceGroup) - Static method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- getCPtr(RoutingModel.ResourceGroup.Resource) - Static method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Resource
-
- getCPtr(RoutingModel.SecondaryOptimizer) - Static method in class com.google.ortools.constraintsolver.RoutingModel.SecondaryOptimizer
-
- getCPtr(RoutingModel.VariableValuePair) - Static method in class com.google.ortools.constraintsolver.RoutingModel.VariableValuePair
-
- getCPtr(RoutingModel.VehicleTypeContainer) - Static method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
-
- getCPtr(RoutingModel.VehicleTypeContainer.VehicleClassEntry) - Static method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
-
- getCPtr(RoutingModelVisitor) - Static method in class com.google.ortools.constraintsolver.RoutingModelVisitor
-
- getCPtr(SearchLimit) - Static method in class com.google.ortools.constraintsolver.SearchLimit
-
- getCPtr(SearchLog) - Static method in class com.google.ortools.constraintsolver.SearchLog
-
- getCPtr(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.SearchMonitor
-
- getCPtr(SequenceVar) - Static method in class com.google.ortools.constraintsolver.SequenceVar
-
- getCPtr(SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.SequenceVarElement
-
- getCPtr(SimpleBoundCosts) - Static method in class com.google.ortools.constraintsolver.SimpleBoundCosts
-
- getCPtr(SolutionCollector) - Static method in class com.google.ortools.constraintsolver.SolutionCollector
-
- getCPtr(SolutionPool) - Static method in class com.google.ortools.constraintsolver.SolutionPool
-
- getCPtr(Solver) - Static method in class com.google.ortools.constraintsolver.Solver
-
- getCPtr(Solver.IntegerCastInfo) - Static method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
-
- getCPtr(SWIGTYPE_p_absl__Duration) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__Duration
-
- getCPtr(SWIGTYPE_p_absl__flat_hash_setT_int_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_int_t
-
- getCPtr(SWIGTYPE_p_absl__flat_hash_setT_operations_research__IntVar_p_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_operations_research__IntVar_p_t
-
- getCPtr(SWIGTYPE_p_absl__flat_hash_setT_RoutingDimensionIndex_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_RoutingDimensionIndex_t
-
- getCPtr(SWIGTYPE_p_absl__SpanT_int_const_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__SpanT_int_const_t
-
- getCPtr(SWIGTYPE_p_absl__SpanT_long_const_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__SpanT_long_const_t
-
- getCPtr(SWIGTYPE_p_double) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_double
-
- getCPtr(SWIGTYPE_p_long) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_long
-
- getCPtr(SWIGTYPE_p_operations_research__AssignmentProto) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__AssignmentProto
-
- getCPtr(SWIGTYPE_p_operations_research__ConstraintSolverParameters) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__ConstraintSolverParameters
-
- getCPtr(SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer
-
- getCPtr(SWIGTYPE_p_operations_research__LocalDimensionCumulOptimizer) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__LocalDimensionCumulOptimizer
-
- getCPtr(SWIGTYPE_p_operations_research__RoutingSearchParameters) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__RoutingSearchParameters
-
- getCPtr(SWIGTYPE_p_std__atomicT_bool_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__atomicT_bool_t
-
- getCPtr(SWIGTYPE_p_std__dequeT_int_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__dequeT_int_t
-
- getCPtr(SWIGTYPE_p_std__functionT_bool_flongF_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_bool_flongF_t
-
- getCPtr(SWIGTYPE_p_std__functionT_FloatSlopePiecewiseLinearFunction_const_pflong_longF_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_FloatSlopePiecewiseLinearFunction_const_pflong_longF_t
-
- getCPtr(SWIGTYPE_p_std__functionT_std__optionalT_long_t_fstd__vectorT_long_t_const_RF_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_std__optionalT_long_t_fstd__vectorT_long_t_const_RF_t
-
- getCPtr(SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t
-
- getCPtr(SWIGTYPE_p_std__optionalT_long_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__optionalT_long_t
-
- getCPtr(SWIGTYPE_p_std__optionalT_operations_research__RoutingModel__PickupDeliveryPosition_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__optionalT_operations_research__RoutingModel__PickupDeliveryPosition_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_bool_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_bool_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_operations_research__BaseObjectiveMonitor_p_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__BaseObjectiveMonitor_p_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_p_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_p_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__ResourceGroup__Resource_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__ResourceGroup__Resource_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__VariableValuePair_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__VariableValuePair_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_std__pairT_long_long_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__pairT_long_long_t_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t
-
- getCPtr(SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t
-
- getCPtr(SWIGTYPE_p_util_intops__StrongVectorT_operations_research__RoutingModel__ResourceClassIndex_std__vectorT_int_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_util_intops__StrongVectorT_operations_research__RoutingModel__ResourceClassIndex_std__vectorT_int_t_t
-
- getCPtr(SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.SymmetryBreaker
-
- getCPtr(TypeIncompatibilityChecker) - Static method in class com.google.ortools.constraintsolver.TypeIncompatibilityChecker
-
- getCPtr(TypeRegulationsChecker) - Static method in class com.google.ortools.constraintsolver.TypeRegulationsChecker
-
- getCPtr(TypeRegulationsConstraint) - Static method in class com.google.ortools.constraintsolver.TypeRegulationsConstraint
-
- getCPtr(TypeRequirementChecker) - Static method in class com.google.ortools.constraintsolver.TypeRequirementChecker
-
- getCPtr(LinearSumAssignment) - Static method in class com.google.ortools.graph.LinearSumAssignment
-
- getCPtr(MaxFlow) - Static method in class com.google.ortools.graph.MaxFlow
-
- getCPtr(MinCostFlow) - Static method in class com.google.ortools.graph.MinCostFlow
-
- getCPtr(MinCostFlowBase) - Static method in class com.google.ortools.graph.MinCostFlowBase
-
- getCPtr(CppBridge) - Static method in class com.google.ortools.init.CppBridge
-
- getCPtr(CppFlags) - Static method in class com.google.ortools.init.CppFlags
-
- getCPtr(OrToolsVersion) - Static method in class com.google.ortools.init.OrToolsVersion
-
- getCPtr(MPConstraint) - Static method in class com.google.ortools.linearsolver.MPConstraint
-
- getCPtr(MPModelExportOptions) - Static method in class com.google.ortools.linearsolver.MPModelExportOptions
-
- getCPtr(MPObjective) - Static method in class com.google.ortools.linearsolver.MPObjective
-
- getCPtr(MPSolver) - Static method in class com.google.ortools.linearsolver.MPSolver
-
- getCPtr(MPSolverParameters) - Static method in class com.google.ortools.linearsolver.MPSolverParameters
-
- getCPtr(MPVariable) - Static method in class com.google.ortools.linearsolver.MPVariable
-
- getCPtr(ModelBuilderHelper) - Static method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getCPtr(ModelSolverHelper) - Static method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getCPtr(CpSatHelper) - Static method in class com.google.ortools.sat.CpSatHelper
-
- getCPtr(SolutionCallback) - Static method in class com.google.ortools.sat.SolutionCallback
-
- getCPtr(SolveWrapper) - Static method in class com.google.ortools.sat.SolveWrapper
-
- getCPtr(Domain) - Static method in class com.google.ortools.util.Domain
-
- getCPtr(SortedDisjointIntervalList) - Static method in class com.google.ortools.util.SortedDisjointIntervalList
-
- getCrossoverBoundSnappingDistance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If the starting basis contains FREE variable with bounds, we will move
any such variable to their closer bounds if the distance is smaller than
this parameter.
- getCrossoverBoundSnappingDistance() - Method in class com.google.ortools.glop.GlopParameters
-
If the starting basis contains FREE variable with bounds, we will move
any such variable to their closer bounds if the distance is smaller than
this parameter.
- getCrossoverBoundSnappingDistance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If the starting basis contains FREE variable with bounds, we will move
any such variable to their closer bounds if the distance is smaller than
this parameter.
- getCumulative() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
bool cumulative = 6;
- getCumulative() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
bool cumulative = 6;
- getCumulative() - Method in interface com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
-
bool cumulative = 6;
- getCumulative() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- getCumulative() - Method in class com.google.ortools.sat.ConstraintProto
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- getCumulative() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- getCumulativeBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- getCumulativeKktMatrixPasses() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The cumulative number of passes through the KKT matrix since the start of
the solve.
- getCumulativeKktMatrixPasses() - Method in class com.google.ortools.pdlp.IterationStats
-
The cumulative number of passes through the KKT matrix since the start of
the solve.
- getCumulativeKktMatrixPasses() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
The cumulative number of passes through the KKT matrix since the start of
the solve.
- getCumulativeOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- getCumulativeOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- getCumulativeOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- getCumulativeRejectedSteps() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The total number of rejected steps (e.g., within a line search procedure)
since the start of the solve.
- getCumulativeRejectedSteps() - Method in class com.google.ortools.pdlp.IterationStats
-
The total number of rejected steps (e.g., within a line search procedure)
since the start of the solve.
- getCumulativeRejectedSteps() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
The total number of rejected steps (e.g., within a line search procedure)
since the start of the solve.
- getCumulativeTimeSec() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The amount of time passed since we started solving the problem (see solver
log `solve_time_sec` which records total time).
- getCumulativeTimeSec() - Method in class com.google.ortools.pdlp.IterationStats
-
The amount of time passed since we started solving the problem (see solver
log `solve_time_sec` which records total time).
- getCumulativeTimeSec() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
The amount of time passed since we started solving the problem (see solver
log `solve_time_sec` which records total time).
- GetCumulVarMax(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Gets the current maximum of the cumul variable associated to index.
- GetCumulVarMin(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Gets the current minimum of the cumul variable associated to index.
- getCumulVarSoftLowerBound(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Returns the soft lower bound of a cumul variable for a given variable
index.
- getCumulVarSoftLowerBoundCoefficient(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Returns the cost coefficient of the soft lower bound of a cumul variable
for a given variable index.
- getCumulVarSoftUpperBound(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Returns the soft upper bound of a cumul variable for a given variable
index.
- getCumulVarSoftUpperBoundCoefficient(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Returns the cost coefficient of the soft upper bound of a cumul variable
for a given variable index.
- getCutActiveCountDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double cut_active_count_decay = 156 [default = 0.8];
- getCutActiveCountDecay() - Method in class com.google.ortools.sat.SatParameters
-
optional double cut_active_count_decay = 156 [default = 0.8];
- getCutActiveCountDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double cut_active_count_decay = 156 [default = 0.8];
- getCutCleanupTarget() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Target number of constraints to remove during cleanup.
- getCutCleanupTarget() - Method in class com.google.ortools.sat.SatParameters
-
Target number of constraints to remove during cleanup.
- getCutCleanupTarget() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Target number of constraints to remove during cleanup.
- getCutLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Control the global cut effort.
- getCutLevel() - Method in class com.google.ortools.sat.SatParameters
-
Control the global cut effort.
- getCutLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Control the global cut effort.
- getCutMaxActiveCountValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
These parameters are similar to sat clause management activity parameters.
- getCutMaxActiveCountValue() - Method in class com.google.ortools.sat.SatParameters
-
These parameters are similar to sat clause management activity parameters.
- getCutMaxActiveCountValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
These parameters are similar to sat clause management activity parameters.
- getCycleSizes(int) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
repeated int32 cycle_sizes = 2;
- getCycleSizes(int) - Method in class com.google.ortools.sat.SparsePermutationProto
-
repeated int32 cycle_sizes = 2;
- getCycleSizes(int) - Method in interface com.google.ortools.sat.SparsePermutationProtoOrBuilder
-
repeated int32 cycle_sizes = 2;
- getCycleSizesCount() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
repeated int32 cycle_sizes = 2;
- getCycleSizesCount() - Method in class com.google.ortools.sat.SparsePermutationProto
-
repeated int32 cycle_sizes = 2;
- getCycleSizesCount() - Method in interface com.google.ortools.sat.SparsePermutationProtoOrBuilder
-
repeated int32 cycle_sizes = 2;
- getCycleSizesList() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
repeated int32 cycle_sizes = 2;
- getCycleSizesList() - Method in class com.google.ortools.sat.SparsePermutationProto
-
repeated int32 cycle_sizes = 2;
- getCycleSizesList() - Method in interface com.google.ortools.sat.SparsePermutationProtoOrBuilder
-
repeated int32 cycle_sizes = 2;
- getDebugCrashIfPresolveBreaksHint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Crash if presolve breaks a feasible hint.
- getDebugCrashIfPresolveBreaksHint() - Method in class com.google.ortools.sat.SatParameters
-
Crash if presolve breaks a feasible hint.
- getDebugCrashIfPresolveBreaksHint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Crash if presolve breaks a feasible hint.
- getDebugCrashOnBadHint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Crash if we do not manage to complete the hint into a full solution.
- getDebugCrashOnBadHint() - Method in class com.google.ortools.sat.SatParameters
-
Crash if we do not manage to complete the hint into a full solution.
- getDebugCrashOnBadHint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Crash if we do not manage to complete the hint into a full solution.
- getDebugMaxNumPresolveOperations() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If positive, try to stop just after that many presolve rules have been
applied.
- getDebugMaxNumPresolveOperations() - Method in class com.google.ortools.sat.SatParameters
-
If positive, try to stop just after that many presolve rules have been
applied.
- getDebugMaxNumPresolveOperations() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If positive, try to stop just after that many presolve rules have been
applied.
- getDebugPostsolveWithFullSolver() - Method in class com.google.ortools.sat.SatParameters.Builder
-
We have two different postsolve code.
- getDebugPostsolveWithFullSolver() - Method in class com.google.ortools.sat.SatParameters
-
We have two different postsolve code.
- getDebugPostsolveWithFullSolver() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
We have two different postsolve code.
- getDecisionBuilder() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
When defined, this overrides the default impact based decision builder.
- getDecomposedProblemMinTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters.Builder
-
HACK.
- getDecomposedProblemMinTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters
-
HACK.
- getDecomposedProblemMinTimeInSeconds() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
HACK.
- getDecomposerNumVariablesThreshold() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Only try to decompose the problem when the number of variables is greater
than the threshold.
- getDecomposerNumVariablesThreshold() - Method in class com.google.ortools.bop.BopParameters
-
Only try to decompose the problem when the number of variables is greater
than the threshold.
- getDecomposerNumVariablesThreshold() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Only try to decompose the problem when the number of variables is greater
than the threshold.
- getDefaultInstance() - Static method in class com.google.ortools.algorithms.SetCoverProto
-
- getDefaultInstance() - Static method in class com.google.ortools.algorithms.SetCoverProto.Subset
-
- getDefaultInstance() - Static method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
- getDefaultInstance() - Static method in class com.google.ortools.bop.BopOptimizerMethod
-
- getDefaultInstance() - Static method in class com.google.ortools.bop.BopParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.bop.BopSolverOptimizerSet
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.AcceptanceStrategy
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.PerturbationStrategy
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RoutingSearchStatus
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.RuinStrategy
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.SearchStatistics
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.SISRRuinStrategy
-
- getDefaultInstance() - Static method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
-
- getDefaultInstance() - Static method in class com.google.ortools.glop.GlopParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.graph.FlowArcProto
-
- getDefaultInstance() - Static method in class com.google.ortools.graph.FlowModelProto
-
- getDefaultInstance() - Static method in class com.google.ortools.graph.FlowNodeProto
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPModelProto
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPModelRequest
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPSolution
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPSolveInfo
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPSosConstraint
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.MPVariableProto
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.OptionalDouble
-
- getDefaultInstance() - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
- getDefaultInstance() - Static method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
-
- getDefaultInstance() - Static method in class com.google.ortools.pdlp.ConvergenceInformation
-
- getDefaultInstance() - Static method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
- getDefaultInstance() - Static method in class com.google.ortools.pdlp.InfeasibilityInformation
-
- getDefaultInstance() - Static method in class com.google.ortools.pdlp.IterationStats
-
- getDefaultInstance() - Static method in class com.google.ortools.pdlp.MalitskyPockParams
-
- getDefaultInstance() - Static method in class com.google.ortools.pdlp.PointMetadata
-
- getDefaultInstance() - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
- getDefaultInstance() - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
-
- getDefaultInstance() - Static method in class com.google.ortools.pdlp.QuadraticProgramStats
-
- getDefaultInstance() - Static method in class com.google.ortools.pdlp.SolveLog
-
- getDefaultInstance() - Static method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
-
- getDefaultInstance() - Static method in class com.google.ortools.pdlp.TerminationCriteria
-
- getDefaultInstance() - Static method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.AutomatonConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.BoolArgumentProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.BooleanAssignment
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.CircuitConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.ConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.CpModelProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.CpObjectiveProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.CpSolverResponse
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.CpSolverSolution
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.CumulativeConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.DecisionStrategyProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.DenseMatrixProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.ElementConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.FloatObjectiveProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.IntegerVariableProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.IntervalConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.InverseConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.LinearArgumentProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.LinearBooleanConstraint
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.LinearBooleanProblem
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.LinearConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.LinearExpressionProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.LinearObjective
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.ListOfVariablesProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.PartialVariableAssignment
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.ReservoirConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.RoutesConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.SatParameters
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.SparsePermutationProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.SymmetryProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.TableConstraintProto
-
- getDefaultInstance() - Static method in class com.google.ortools.sat.v1.CpSolverRequest
-
- getDefaultInstance() - Static method in class com.google.ortools.util.Int128
-
- getDefaultInstanceForType() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.algorithms.SetCoverProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset
-
- getDefaultInstanceForType() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
- getDefaultInstanceForType() - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.bop.BopOptimizerMethod
-
- getDefaultInstanceForType() - Method in class com.google.ortools.bop.BopParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.bop.BopParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.bop.BopSolverOptimizerSet
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.PerturbationStrategy.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.PerturbationStrategy
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.RuinStrategy
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
-
- getDefaultInstanceForType() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.glop.GlopParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.graph.FlowArcProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.graph.FlowModelProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.graph.FlowNodeProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolution
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolveInfo
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.OptionalDouble
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.IterationStats
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.MalitskyPockParams
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.PointMetadata
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.SolveLog
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.BoolArgumentProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.BooleanAssignment
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.ConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpModelProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpObjectiveProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpSolverResponse
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CpSolverSolution
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.DenseMatrixProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.ElementConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.IntegerVariableProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.InverseConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearArgumentProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearExpressionProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.LinearObjective
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.ListOfVariablesProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.PartialVariableAssignment
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.SatParameters.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.SatParameters
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.SparsePermutationProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.SymmetryProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.TableConstraintProto
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
- getDefaultInstanceForType() - Method in class com.google.ortools.util.Int128.Builder
-
- getDefaultInstanceForType() - Method in class com.google.ortools.util.Int128
-
- getDefaultRestartAlgorithms() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- getDefaultRestartAlgorithms() - Method in class com.google.ortools.sat.SatParameters
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- getDefaultRestartAlgorithms() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- getDefaultRestartAlgorithmsBytes() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- getDefaultRestartAlgorithmsBytes() - Method in class com.google.ortools.sat.SatParameters
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- getDefaultRestartAlgorithmsBytes() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- getDefaultSolverOptimizerSets() - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- getDefaultSolverOptimizerSets() - Method in class com.google.ortools.bop.BopParameters
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- getDefaultSolverOptimizerSets() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- getDefaultSolverOptimizerSetsBytes() - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- getDefaultSolverOptimizerSetsBytes() - Method in class com.google.ortools.bop.BopParameters
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- getDefaultSolverOptimizerSetsBytes() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- getDegenerateMinistepFactor() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During a degenerate iteration, the more conservative approach is to do a
step of length zero (while shifting the bound of the leaving variable).
- getDegenerateMinistepFactor() - Method in class com.google.ortools.glop.GlopParameters
-
During a degenerate iteration, the more conservative approach is to do a
step of length zero (while shifting the bound of the leaving variable).
- getDegenerateMinistepFactor() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
During a degenerate iteration, the more conservative approach is to do a
step of length zero (while shifting the bound of the leaving variable).
- GetDeliveryPosition(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the pickup and delivery positions where the node is a delivery.
- getDemands(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- getDemands(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
Same size as intervals.
- getDemands(int) - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
Same size as intervals.
- getDemands(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
EXPERIMENTAL.
- getDemands(int) - Method in class com.google.ortools.sat.RoutesConstraintProto
-
EXPERIMENTAL.
- getDemands(int) - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
EXPERIMENTAL.
- getDemandsBuilder(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- getDemandsBuilderList() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- getDemandsCount() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- getDemandsCount() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
Same size as intervals.
- getDemandsCount() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
Same size as intervals.
- getDemandsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
EXPERIMENTAL.
- getDemandsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
EXPERIMENTAL.
- getDemandsCount() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
EXPERIMENTAL.
- getDemandsList() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- getDemandsList() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
Same size as intervals.
- getDemandsList() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
Same size as intervals.
- getDemandsList() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
EXPERIMENTAL.
- getDemandsList() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
EXPERIMENTAL.
- getDemandsList() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
EXPERIMENTAL.
- getDemandsOrBuilder(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- getDemandsOrBuilder(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
Same size as intervals.
- getDemandsOrBuilder(int) - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
Same size as intervals.
- getDemandsOrBuilderList() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- getDemandsOrBuilderList() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
Same size as intervals.
- getDemandsOrBuilderList() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
Same size as intervals.
- getDepot() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the variable index of the first starting or ending node of all
routes.
- getDescriptor() - Static method in class com.google.ortools.algorithms.SetCover
-
- getDescriptor() - Static method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.algorithms.SetCoverProto
-
- getDescriptor() - Static method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
-
- getDescriptor() - Static method in class com.google.ortools.algorithms.SetCoverProto.Subset
-
- getDescriptor() - Static method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
- getDescriptor() - Static method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
- getDescriptor() - Static method in enum com.google.ortools.algorithms.SetCoverSolutionResponse.Status
-
- getDescriptor() - Static method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
- getDescriptor() - Static method in class com.google.ortools.bop.BopOptimizerMethod
-
- getDescriptor() - Static method in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
-
- getDescriptor() - Static method in class com.google.ortools.bop.BopParameters.Builder
-
- getDescriptor() - Static method in class com.google.ortools.bop.BopParameters
-
- getDescriptor() - Static method in enum com.google.ortools.bop.BopParameters.ThreadSynchronizationType
-
- getDescriptor() - Static method in class com.google.ortools.bop.BopParametersOuterClass
-
- getDescriptor() - Static method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
- getDescriptor() - Static method in class com.google.ortools.bop.BopSolverOptimizerSet
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.AcceptanceStrategy.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.AcceptanceStrategy
-
- getDescriptor() - Static method in enum com.google.ortools.constraintsolver.AcceptanceStrategy.Value
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- getDescriptor() - Static method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
-
- getDescriptor() - Static method in enum com.google.ortools.constraintsolver.CoolingScheduleStrategy.Value
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
-
- getDescriptor() - Static method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
-
- getDescriptor() - Static method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.PerturbationStrategy.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.PerturbationStrategy
-
- getDescriptor() - Static method in enum com.google.ortools.constraintsolver.PerturbationStrategy.Value
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingEnums
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingIls
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingParameters
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
-
- getDescriptor() - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.InsertionSortingProperty
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
- getDescriptor() - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.PairInsertionStrategy
-
- getDescriptor() - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchStatus.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RoutingSearchStatus
-
- getDescriptor() - Static method in enum com.google.ortools.constraintsolver.RoutingSearchStatus.Value
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RuinCompositionStrategy.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
-
- getDescriptor() - Static method in enum com.google.ortools.constraintsolver.RuinCompositionStrategy.Value
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.RuinStrategy
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.SearchLimitProtobuf
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.SearchStatistics
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.SearchStats
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.SISRRuinStrategy
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.SolverParameters
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy.Builder
-
- getDescriptor() - Static method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
-
- getDescriptor() - Static method in class com.google.ortools.glop.GlopParameters.Builder
-
- getDescriptor() - Static method in enum com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
-
- getDescriptor() - Static method in class com.google.ortools.glop.GlopParameters
-
- getDescriptor() - Static method in enum com.google.ortools.glop.GlopParameters.InitialBasisHeuristic
-
- getDescriptor() - Static method in enum com.google.ortools.glop.GlopParameters.PricingRule
-
- getDescriptor() - Static method in enum com.google.ortools.glop.GlopParameters.ScalingAlgorithm
-
- getDescriptor() - Static method in enum com.google.ortools.glop.GlopParameters.SolverBehavior
-
- getDescriptor() - Static method in class com.google.ortools.glop.Parameters
-
- getDescriptor() - Static method in class com.google.ortools.graph.FlowArcProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.graph.FlowArcProto
-
- getDescriptor() - Static method in class com.google.ortools.graph.FlowModelProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.graph.FlowModelProto
-
- getDescriptor() - Static method in enum com.google.ortools.graph.FlowModelProto.ProblemType
-
- getDescriptor() - Static method in class com.google.ortools.graph.FlowNodeProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.graph.FlowNodeProto
-
- getDescriptor() - Static method in class com.google.ortools.graph.FlowProblem
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.LinearSolver
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
- getDescriptor() - Static method in enum com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelProto
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPModelRequest
-
- getDescriptor() - Static method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolution.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolution
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolveInfo
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
- getDescriptor() - Static method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
-
- getDescriptor() - Static method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPSosConstraint
-
- getDescriptor() - Static method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.MPVariableProto
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.OptionalDouble
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
- getDescriptor() - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.AdaptiveLinesearchParams.Builder
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.ConvergenceInformation
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.InfeasibilityInformation
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.IterationStats.Builder
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.IterationStats
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.MalitskyPockParams
-
- getDescriptor() - Static method in enum com.google.ortools.pdlp.OptimalityNorm
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.PointMetadata.Builder
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.PointMetadata
-
- getDescriptor() - Static method in enum com.google.ortools.pdlp.PointType
-
- getDescriptor() - Static method in enum com.google.ortools.pdlp.PolishingPhaseType
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
- getDescriptor() - Static method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
-
- getDescriptor() - Static method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.RestartStrategy
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.QuadraticProgramStats
-
- getDescriptor() - Static method in enum com.google.ortools.pdlp.RestartChoice
-
- getDescriptor() - Static method in enum com.google.ortools.pdlp.SchedulerType
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.SolveLog.Builder
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.SolveLog
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.SolveLogOuterClass
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.Solvers
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.TerminationCriteria
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
- getDescriptor() - Static method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
-
- getDescriptor() - Static method in enum com.google.ortools.pdlp.TerminationReason
-
- getDescriptor() - Static method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.AutomatonConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.BoolArgumentProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.BooleanAssignment.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.BooleanAssignment
-
- getDescriptor() - Static method in class com.google.ortools.sat.BooleanProblem
-
- getDescriptor() - Static method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.CircuitConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.ConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.ConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.CpModelProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.CpModelProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.CpModelProtobuf
-
- getDescriptor() - Static method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.CpObjectiveProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.CpSolverResponse.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.CpSolverResponse
-
- getDescriptor() - Static method in class com.google.ortools.sat.CpSolverSolution.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.CpSolverSolution
-
- getDescriptor() - Static method in enum com.google.ortools.sat.CpSolverStatus
-
- getDescriptor() - Static method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.CumulativeConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
- getDescriptor() - Static method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
-
- getDescriptor() - Static method in class com.google.ortools.sat.DecisionStrategyProto
-
- getDescriptor() - Static method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
-
- getDescriptor() - Static method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.DenseMatrixProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.ElementConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.FloatObjectiveProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.IntegerVariableProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.IntervalConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.InverseConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearArgumentProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearBooleanConstraint
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearBooleanProblem
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearExpressionProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearObjective.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.LinearObjective
-
- getDescriptor() - Static method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.ListOfVariablesProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.PartialVariableAssignment
-
- getDescriptor() - Static method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.ReservoirConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.RoutesConstraintProto
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
-
- getDescriptor() - Static method in class com.google.ortools.sat.SatParameters.Builder
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.ClauseProtection
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
-
- getDescriptor() - Static method in class com.google.ortools.sat.SatParameters
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.Polarity
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.SearchBranching
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
-
- getDescriptor() - Static method in enum com.google.ortools.sat.SatParameters.VariableOrder
-
- getDescriptor() - Static method in class com.google.ortools.sat.SatParametersOuterClass
-
- getDescriptor() - Static method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.SparsePermutationProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.SymmetryProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.SymmetryProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.TableConstraintProto.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.TableConstraintProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.v1.CpModelServiceProto
-
- getDescriptor() - Static method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
- getDescriptor() - Static method in class com.google.ortools.sat.v1.CpSolverRequest
-
- getDescriptor() - Static method in class com.google.ortools.util.Int128.Builder
-
- getDescriptor() - Static method in class com.google.ortools.util.Int128
-
- getDescriptor() - Static method in class com.google.ortools.util.Int128OuterClass
-
- getDescriptor() - Static method in enum com.google.ortools.util.OptionalBoolean
-
- getDescriptor() - Static method in class com.google.ortools.util.OptionalBooleanOuterClass
-
- getDescriptorForType() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.algorithms.SetCoverSolutionResponse.Status
-
- getDescriptorForType() - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
-
- getDescriptorForType() - Method in class com.google.ortools.bop.BopParameters.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.bop.BopParameters.ThreadSynchronizationType
-
- getDescriptorForType() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.AcceptanceStrategy.Value
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.CoolingScheduleStrategy.Value
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.PerturbationStrategy.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.PerturbationStrategy.Value
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.InsertionSortingProperty
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.PairInsertionStrategy
-
- getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.RoutingSearchStatus.Value
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.constraintsolver.RuinCompositionStrategy.Value
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
-
- getDescriptorForType() - Method in enum com.google.ortools.glop.GlopParameters.InitialBasisHeuristic
-
- getDescriptorForType() - Method in enum com.google.ortools.glop.GlopParameters.PricingRule
-
- getDescriptorForType() - Method in enum com.google.ortools.glop.GlopParameters.ScalingAlgorithm
-
- getDescriptorForType() - Method in enum com.google.ortools.glop.GlopParameters.SolverBehavior
-
- getDescriptorForType() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.graph.FlowModelProto.ProblemType
-
- getDescriptorForType() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
-
- getDescriptorForType() - Method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.pdlp.OptimalityNorm
-
- getDescriptorForType() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.pdlp.PointType
-
- getDescriptorForType() - Method in enum com.google.ortools.pdlp.PolishingPhaseType
-
- getDescriptorForType() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule
-
- getDescriptorForType() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.RestartStrategy
-
- getDescriptorForType() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.pdlp.RestartChoice
-
- getDescriptorForType() - Method in enum com.google.ortools.pdlp.SchedulerType
-
- getDescriptorForType() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.pdlp.TerminationReason
-
- getDescriptorForType() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.CpSolverStatus
-
- getDescriptorForType() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
-
- getDescriptorForType() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
-
- getDescriptorForType() - Method in class com.google.ortools.sat.SatParameters.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.ClauseProtection
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.Polarity
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.SearchBranching
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
-
- getDescriptorForType() - Method in enum com.google.ortools.sat.SatParameters.VariableOrder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
- getDescriptorForType() - Method in class com.google.ortools.util.Int128.Builder
-
- getDescriptorForType() - Method in enum com.google.ortools.util.OptionalBoolean
-
- getDetailedOptimalityCriteria() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- getDetailedOptimalityCriteria() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- getDetailedOptimalityCriteria() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- getDetailedOptimalityCriteriaBuilder() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- getDetailedOptimalityCriteriaOrBuilder() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- getDetailedOptimalityCriteriaOrBuilder() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- getDetailedOptimalityCriteriaOrBuilder() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- getDetectLinearizedProduct() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Infer products of Boolean or of Boolean time IntegerVariable from the
linear constrainst in the problem.
- getDetectLinearizedProduct() - Method in class com.google.ortools.sat.SatParameters
-
Infer products of Boolean or of Boolean time IntegerVariable from the
linear constrainst in the problem.
- getDetectLinearizedProduct() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Infer products of Boolean or of Boolean time IntegerVariable from the
linear constrainst in the problem.
- getDetectTableWithCost() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we detect variable that are unique to a table constraint and only
there to encode a cost on each tuple.
- getDetectTableWithCost() - Method in class com.google.ortools.sat.SatParameters
-
If true, we detect variable that are unique to a table constraint and only
there to encode a cost on each tuple.
- getDetectTableWithCost() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we detect variable that are unique to a table constraint and only
there to encode a cost on each tuple.
- getDeterministicTime() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
double deterministic_time = 17;
- getDeterministicTime() - Method in class com.google.ortools.sat.CpSolverResponse
-
double deterministic_time = 17;
- getDeterministicTime() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
double deterministic_time = 17;
- getDevexWeightsResetPeriod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Devex weights will be reset to 1.0 after that number of updates.
- getDevexWeightsResetPeriod() - Method in class com.google.ortools.glop.GlopParameters
-
Devex weights will be reset to 1.0 after that number of updates.
- getDevexWeightsResetPeriod() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Devex weights will be reset to 1.0 after that number of updates.
- getDiagonalQpTrustRegionSolverTolerance() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The solve tolerance of the experimental trust region solver for diagonal
QPs, controlling the accuracy of binary search over a one-dimensional
scaling parameter.
- getDiagonalQpTrustRegionSolverTolerance() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
The solve tolerance of the experimental trust region solver for diagonal
QPs, controlling the accuracy of binary search over a one-dimensional
scaling parameter.
- getDiagonalQpTrustRegionSolverTolerance() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
The solve tolerance of the experimental trust region solver for diagonal
QPs, controlling the accuracy of binary search over a one-dimensional
scaling parameter.
- getDiffnUseCumulative() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the propagation of the diffn constraint.
- getDiffnUseCumulative() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Control the propagation of the diffn constraint.
- getDiffnUseCumulative() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Control the propagation of the diffn constraint.
- GetDimensionAttributes(RoutingDimension) - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Resource
-
- GetDimensionAttributesForClass(RoutingDimension, int) - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- getDimensionOrDie(String) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns a dimension from its name.
- GetDimensionResourceGroupIndex(RoutingDimension) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the index of the resource group attached to the dimension.
- GetDimensionResourceGroupIndices(RoutingDimension) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the indices of resource groups for this dimension.
- GetDimensionsWithGlobalCumulOptimizers() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the dimensions which have [global|local]_dimension_optimizers_.
- GetDimensionsWithLocalCumulOptimizers() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getDisableConstraintExpansion() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, it disable all constraint expansion.
- getDisableConstraintExpansion() - Method in class com.google.ortools.sat.SatParameters
-
If true, it disable all constraint expansion.
- getDisableConstraintExpansion() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, it disable all constraint expansion.
- getDisableSchedulingBewareThisMayDegradePerformance() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Setting this to true completely disables the LP and MIP scheduling in the
solver.
- getDisableSchedulingBewareThisMayDegradePerformance() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Setting this to true completely disables the LP and MIP scheduling in the
solver.
- getDisableSchedulingBewareThisMayDegradePerformance() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Setting this to true completely disables the LP and MIP scheduling in the
solver.
- getDisableSolve() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool disable_solve = 15;
- getDisableSolve() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
bool disable_solve = 15;
- getDisableSolve() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
bool disable_solve = 15;
- getDisjunctionIndices(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the indices of the disjunctions to which an index belongs.
- getDisjunctionMaxCardinality(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the maximum number of possible active nodes of the node
disjunction of index 'index'.
- GetDisjunctionNodeIndices(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the variable indices of the nodes in the disjunction of index
'index'.
- getDisjunctionPenalty(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the penalty of the node disjunction of index 'index'.
- GetDisjunctionPenaltyCostBehavior(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getDisplayLevel() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
This represents the amount of information displayed by the default search.
- getDiversifyLnsParams() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, registers more lns subsolvers with different parameters.
- getDiversifyLnsParams() - Method in class com.google.ortools.sat.SatParameters
-
If true, registers more lns subsolvers with different parameters.
- getDiversifyLnsParams() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, registers more lns subsolvers with different parameters.
- getDomain(int) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
If non-empty, only look for an objective value in the given domain.
- getDomain(int) - Method in class com.google.ortools.sat.CpObjectiveProto
-
If non-empty, only look for an objective value in the given domain.
- getDomain(int) - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
If non-empty, only look for an objective value in the given domain.
- getDomain(int) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- getDomain(int) - Method in class com.google.ortools.sat.IntegerVariableProto
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- getDomain(int) - Method in interface com.google.ortools.sat.IntegerVariableProtoOrBuilder
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- getDomain() - Method in class com.google.ortools.sat.IntVar
-
Returns the domain of the variable.
- getDomain(int) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int64 domain = 3;
- getDomain(int) - Method in class com.google.ortools.sat.LinearConstraintProto
-
repeated int64 domain = 3;
- getDomain(int) - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
-
repeated int64 domain = 3;
- getDomainCount() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
If non-empty, only look for an objective value in the given domain.
- getDomainCount() - Method in class com.google.ortools.sat.CpObjectiveProto
-
If non-empty, only look for an objective value in the given domain.
- getDomainCount() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
If non-empty, only look for an objective value in the given domain.
- getDomainCount() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- getDomainCount() - Method in class com.google.ortools.sat.IntegerVariableProto
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- getDomainCount() - Method in interface com.google.ortools.sat.IntegerVariableProtoOrBuilder
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- getDomainCount() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int64 domain = 3;
- getDomainCount() - Method in class com.google.ortools.sat.LinearConstraintProto
-
repeated int64 domain = 3;
- getDomainCount() - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
-
repeated int64 domain = 3;
- getDomainList() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
If non-empty, only look for an objective value in the given domain.
- getDomainList() - Method in class com.google.ortools.sat.CpObjectiveProto
-
If non-empty, only look for an objective value in the given domain.
- getDomainList() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
If non-empty, only look for an objective value in the given domain.
- getDomainList() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- getDomainList() - Method in class com.google.ortools.sat.IntegerVariableProto
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- getDomainList() - Method in interface com.google.ortools.sat.IntegerVariableProtoOrBuilder
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- getDomainList() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int64 domain = 3;
- getDomainList() - Method in class com.google.ortools.sat.LinearConstraintProto
-
repeated int64 domain = 3;
- getDomainList() - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
-
repeated int64 domain = 3;
- getDomainReductionStrategy() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
- getDomainReductionStrategy() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
- getDomainReductionStrategy() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
- getDomainReductionStrategyValue() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
- getDomainReductionStrategyValue() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
- getDomainReductionStrategyValue() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
- getDoubleParam(MPSolverParameters.DoubleParam) - Method in class com.google.ortools.linearsolver.MPSolverParameters
-
Returns the value of a double parameter.
- getDropMagnitude() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Value in the input LP lower than this will be ignored.
- getDropMagnitude() - Method in class com.google.ortools.glop.GlopParameters
-
Value in the input LP lower than this will be ignored.
- getDropMagnitude() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Value in the input LP lower than this will be ignored.
- getDropTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
In order to increase the sparsity of the manipulated vectors, floating
point values with a magnitude smaller than this parameter are set to zero
(only in some places).
- getDropTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
In order to increase the sparsity of the manipulated vectors, floating
point values with a magnitude smaller than this parameter are set to zero
(only in some places).
- getDropTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
In order to increase the sparsity of the manipulated vectors, floating
point values with a magnitude smaller than this parameter are set to zero
(only in some places).
- getDualFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Variables whose reduced costs have an absolute value smaller than this
tolerance are not considered as entering candidates.
- getDualFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
Variables whose reduced costs have an absolute value smaller than this
tolerance are not considered as entering candidates.
- getDualFeasibilityTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Variables whose reduced costs have an absolute value smaller than this
tolerance are not considered as entering candidates.
- getDualizerThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When solve_dual_problem is LET_SOLVER_DECIDE, take the dual if the number
of constraints of the problem is more than this threshold times the number
of variables.
- getDualizerThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
When solve_dual_problem is LET_SOLVER_DECIDE, take the dual if the number
of constraints of the problem is more than this threshold times the number
of variables.
- getDualizerThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When solve_dual_problem is LET_SOLVER_DECIDE, take the dual if the number
of constraints of the problem is more than this threshold times the number
of variables.
- getDualObjective() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The dual objective.
- getDualObjective() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The dual objective.
- getDualObjective() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The dual objective.
- getDualPricePrioritizeNorm() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
On some problem like stp3d or pds-100 this makes a huge difference in
speed and number of iterations of the dual simplex.
- getDualPricePrioritizeNorm() - Method in class com.google.ortools.glop.GlopParameters
-
On some problem like stp3d or pds-100 this makes a huge difference in
speed and number of iterations of the dual simplex.
- getDualPricePrioritizeNorm() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
On some problem like stp3d or pds-100 this makes a huge difference in
speed and number of iterations of the dual simplex.
- getDualRayObjective() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
The objective of the linear program labeled (1) in the previous paragraph.
- getDualRayObjective() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
-
The objective of the linear program labeled (1) in the previous paragraph.
- getDualRayObjective() - Method in interface com.google.ortools.pdlp.InfeasibilityInformationOrBuilder
-
The objective of the linear program labeled (1) in the previous paragraph.
- getDualSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Like small_pivot_threshold but for the dual simplex.
- getDualSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
Like small_pivot_threshold but for the dual simplex.
- getDualSmallPivotThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Like small_pivot_threshold but for the dual simplex.
- getDualTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for dual feasibility.
- getDualTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Tolerance for dual feasibility.
- getDualTolerance() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Tolerance for dual feasibility.
- getDualToleranceBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for dual feasibility.
- getDualToleranceOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for dual feasibility.
- getDualToleranceOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Tolerance for dual feasibility.
- getDualToleranceOrBuilder() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Tolerance for dual feasibility.
- getDualValue(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- getDualValue(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
- getDualValue(int) - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
- getDualValue(LinearConstraint) - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Checks that the solver has found a solution, and returns the dual value of the given
constraint.
- getDualValue(int) - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getDualValueCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- getDualValueCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
- getDualValueCount() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
- getDualValueList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- getDualValueList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
- getDualValueList() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
- getDummyConstraint() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
This constraint is not meant to be used and will be rejected by the
solver.
- getDummyConstraint() - Method in class com.google.ortools.sat.ConstraintProto
-
This constraint is not meant to be used and will be rejected by the
solver.
- getDummyConstraint() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
This constraint is not meant to be used and will be rejected by the
solver.
- getDummyConstraintBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
This constraint is not meant to be used and will be rejected by the
solver.
- getDummyConstraintOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
This constraint is not meant to be used and will be rejected by the
solver.
- getDummyConstraintOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
This constraint is not meant to be used and will be rejected by the
solver.
- getDummyConstraintOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
This constraint is not meant to be used and will be rejected by the
solver.
- getDurationSeconds() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Total time spent in the solver.
- getDurationSeconds() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
Total time spent in the solver.
- getDurationSeconds() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder
-
Total time spent in the solver.
- getDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
Time spent in the decision builder.
- getDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
Time spent in the decision builder.
- getDurationSeconds() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder
-
Time spent in the decision builder.
- getDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Time spent in the filter.
- getDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
Time spent in the filter.
- getDurationSeconds() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder
-
Time spent in the filter.
- getDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Time spent in the operator.
- getDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
Time spent in the operator.
- getDurationSeconds() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder
-
Time spent in the operator.
- getDynamicallyAdjustRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If this is true, then basis_refactorization_period becomes a lower bound on
the number of iterations between two refactorization (provided there is no
numerical accuracy issues).
- getDynamicallyAdjustRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters
-
If this is true, then basis_refactorization_period becomes a lower bound on
the number of iterations between two refactorization (provided there is no
numerical accuracy issues).
- getDynamicallyAdjustRefactorizationPeriod() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If this is true, then basis_refactorization_period becomes a lower bound on
the number of iterations between two refactorization (provided there is no
numerical accuracy issues).
- getElement(int) - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
-
The list of elements in the subset.
- getElement(int) - Method in class com.google.ortools.algorithms.SetCoverProto.Subset
-
The list of elements in the subset.
- getElement(int) - Method in interface com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder
-
The list of elements in the subset.
- getElement() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The element constraint forces the variable with the given index
to be equal to the target.
- getElement() - Method in class com.google.ortools.sat.ConstraintProto
-
The element constraint forces the variable with the given index
to be equal to the target.
- getElement() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The element constraint forces the variable with the given index
to be equal to the target.
- getElementBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The element constraint forces the variable with the given index
to be equal to the target.
- getElementCount() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
-
The list of elements in the subset.
- getElementCount() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset
-
The list of elements in the subset.
- getElementCount() - Method in interface com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder
-
The list of elements in the subset.
- getElementList() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
-
The list of elements in the subset.
- getElementList() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset
-
The list of elements in the subset.
- getElementList() - Method in interface com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder
-
The list of elements in the subset.
- getElementOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The element constraint forces the variable with the given index
to be equal to the target.
- getElementOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The element constraint forces the variable with the given index
to be equal to the target.
- getElementOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The element constraint forces the variable with the given index
to be equal to the target.
- getEnableInternalSolverOutput() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
If this is set, then EnableOutput() will be set on the internal MPSolver
that solves the model.
- getEnableInternalSolverOutput() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
If this is set, then EnableOutput() will be set on the internal MPSolver
that solves the model.
- getEnableInternalSolverOutput() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
If this is set, then EnableOutput() will be set on the internal MPSolver
that solves the model.
- getEncodeComplexLinearConstraintWithInteger() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Linear constraint with a complex right hand side (more than a single
interval) need to be expanded, there is a couple of way to do that.
- getEncodeComplexLinearConstraintWithInteger() - Method in class com.google.ortools.sat.SatParameters
-
Linear constraint with a complex right hand side (more than a single
interval) need to be expanded, there is a couple of way to do that.
- getEncodeComplexLinearConstraintWithInteger() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Linear constraint with a complex right hand side (more than a single
interval) need to be expanded, there is a couple of way to do that.
- getEncodeCumulativeAsReservoir() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Encore cumulative with fixed demands and capacity as a reservoir
constraint.
- getEncodeCumulativeAsReservoir() - Method in class com.google.ortools.sat.SatParameters
-
Encore cumulative with fixed demands and capacity as a reservoir
constraint.
- getEncodeCumulativeAsReservoir() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Encore cumulative with fixed demands and capacity as a reservoir
constraint.
- getEnd() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto end = 5;
- getEnd() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
.operations_research.sat.LinearExpressionProto end = 5;
- getEnd() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto end = 5;
- getEndBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto end = 5;
- getEndExpr() - Method in class com.google.ortools.sat.IntervalVar
-
Returns the end expression.
- getEndIndex(int) - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
-
- getEndOrBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto end = 5;
- getEndOrBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
.operations_research.sat.LinearExpressionProto end = 5;
- getEndOrBuilder() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto end = 5;
- getEnforcedConstraintCoefficients(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getEnforcedConstraintLowerBound(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getEnforcedConstraintName(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getEnforcedConstraintUpperBound(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getEnforcedConstraintVarIndices(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getEnforcedIndicatorValue(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getEnforcedIndicatorVariableIndex(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getEnforcementLiteral(int) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The constraint will be enforced iff all literals listed here are true.
- getEnforcementLiteral(int) - Method in class com.google.ortools.sat.ConstraintProto
-
The constraint will be enforced iff all literals listed here are true.
- getEnforcementLiteral(int) - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The constraint will be enforced iff all literals listed here are true.
- getEnforcementLiteralCount() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The constraint will be enforced iff all literals listed here are true.
- getEnforcementLiteralCount() - Method in class com.google.ortools.sat.ConstraintProto
-
The constraint will be enforced iff all literals listed here are true.
- getEnforcementLiteralCount() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The constraint will be enforced iff all literals listed here are true.
- getEnforcementLiteralList() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The constraint will be enforced iff all literals listed here are true.
- getEnforcementLiteralList() - Method in class com.google.ortools.sat.ConstraintProto
-
The constraint will be enforced iff all literals listed here are true.
- getEnforcementLiteralList() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The constraint will be enforced iff all literals listed here are true.
- getEntries(int) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
repeated int32 entries = 3;
- getEntries(int) - Method in class com.google.ortools.sat.DenseMatrixProto
-
repeated int32 entries = 3;
- getEntries(int) - Method in interface com.google.ortools.sat.DenseMatrixProtoOrBuilder
-
repeated int32 entries = 3;
- getEntriesCount() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
repeated int32 entries = 3;
- getEntriesCount() - Method in class com.google.ortools.sat.DenseMatrixProto
-
repeated int32 entries = 3;
- getEntriesCount() - Method in interface com.google.ortools.sat.DenseMatrixProtoOrBuilder
-
repeated int32 entries = 3;
- getEntriesList() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
repeated int32 entries = 3;
- getEntriesList() - Method in class com.google.ortools.sat.DenseMatrixProto
-
repeated int32 entries = 3;
- getEntriesList() - Method in interface com.google.ortools.sat.DenseMatrixProtoOrBuilder
-
repeated int32 entries = 3;
- getEnumerateAllSolutions() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we enumerate all solutions of a problem without objective.
- getEnumerateAllSolutions() - Method in class com.google.ortools.sat.SatParameters
-
Whether we enumerate all solutions of a problem without objective.
- getEnumerateAllSolutions() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we enumerate all solutions of a problem without objective.
- getEpsDualInfeasible() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If the following three conditions hold we say we have obtained an
approximate primal ray, which is an approximate certificate of dual
infeasibility
- getEpsDualInfeasible() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
If the following three conditions hold we say we have obtained an
approximate primal ray, which is an approximate certificate of dual
infeasibility
- getEpsDualInfeasible() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
If the following three conditions hold we say we have obtained an
approximate primal ray, which is an approximate certificate of dual
infeasibility
- getEpsOptimalAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
- getEpsOptimalAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
- getEpsOptimalAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
Absolute tolerance on the primal residual, dual residual, and objective
gap.
- getEpsOptimalAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
-
Absolute tolerance on the primal residual, dual residual, and objective
gap.
- getEpsOptimalAbsolute() - Method in interface com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteriaOrBuilder
-
Absolute tolerance on the primal residual, dual residual, and objective
gap.
- getEpsOptimalAbsolute() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
- getEpsOptimalDualResidualAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the dual residual.
- getEpsOptimalDualResidualAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
-
Absolute tolerance on the dual residual.
- getEpsOptimalDualResidualAbsolute() - Method in interface com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Absolute tolerance on the dual residual.
- getEpsOptimalDualResidualRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the dual residual.
- getEpsOptimalDualResidualRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
-
Relative tolerance on the dual residual.
- getEpsOptimalDualResidualRelative() - Method in interface com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Relative tolerance on the dual residual.
- getEpsOptimalObjectiveGapAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the objective gap.
- getEpsOptimalObjectiveGapAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
-
Absolute tolerance on the objective gap.
- getEpsOptimalObjectiveGapAbsolute() - Method in interface com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Absolute tolerance on the objective gap.
- getEpsOptimalObjectiveGapRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the objective gap.
- getEpsOptimalObjectiveGapRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
-
Relative tolerance on the objective gap.
- getEpsOptimalObjectiveGapRelative() - Method in interface com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Relative tolerance on the objective gap.
- getEpsOptimalPrimalResidualAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the primal residual.
- getEpsOptimalPrimalResidualAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
-
Absolute tolerance on the primal residual.
- getEpsOptimalPrimalResidualAbsolute() - Method in interface com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Absolute tolerance on the primal residual.
- getEpsOptimalPrimalResidualRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the primal residual.
- getEpsOptimalPrimalResidualRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
-
Relative tolerance on the primal residual.
- getEpsOptimalPrimalResidualRelative() - Method in interface com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Relative tolerance on the primal residual.
- getEpsOptimalRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
- getEpsOptimalRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
- getEpsOptimalRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
Relative tolerance on the primal residual, dual residual, and objective
gap.
- getEpsOptimalRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
-
Relative tolerance on the primal residual, dual residual, and objective
gap.
- getEpsOptimalRelative() - Method in interface com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteriaOrBuilder
-
Relative tolerance on the primal residual, dual residual, and objective
gap.
- getEpsOptimalRelative() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
- getEpsPrimalInfeasible() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If the following two conditions hold we say that we have obtained an
approximate dual ray, which is an approximate certificate of primal
infeasibility
- getEpsPrimalInfeasible() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
If the following two conditions hold we say that we have obtained an
approximate dual ray, which is an approximate certificate of primal
infeasibility
- getEpsPrimalInfeasible() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
If the following two conditions hold we say that we have obtained an
approximate dual ray, which is an approximate certificate of primal
infeasibility
- getEventType() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
-
- getExactlyOne() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The exactly_one constraint force exactly one literal to true and no more.
- getExactlyOne() - Method in class com.google.ortools.sat.ConstraintProto
-
The exactly_one constraint force exactly one literal to true and no more.
- getExactlyOne() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The exactly_one constraint force exactly one literal to true and no more.
- getExactlyOneBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The exactly_one constraint force exactly one literal to true and no more.
- getExactlyOneOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The exactly_one constraint force exactly one literal to true and no more.
- getExactlyOneOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The exactly_one constraint force exactly one literal to true and no more.
- getExactlyOneOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The exactly_one constraint force exactly one literal to true and no more.
- getExpandAlldiffConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, expand all_different constraints that are not permutations.
- getExpandAlldiffConstraints() - Method in class com.google.ortools.sat.SatParameters
-
If true, expand all_different constraints that are not permutations.
- getExpandAlldiffConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, expand all_different constraints that are not permutations.
- getExpandReservoirConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, expand the reservoir constraints by creating booleans for all
possible precedences between event and encoding the constraint.
- getExpandReservoirConstraints() - Method in class com.google.ortools.sat.SatParameters
-
If true, expand the reservoir constraints by creating booleans for all
possible precedences between event and encoding the constraint.
- getExpandReservoirConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, expand the reservoir constraints by creating booleans for all
possible precedences between event and encoding the constraint.
- getExpandReservoirUsingCircuit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Mainly useful for testing.
- getExpandReservoirUsingCircuit() - Method in class com.google.ortools.sat.SatParameters
-
Mainly useful for testing.
- getExpandReservoirUsingCircuit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Mainly useful for testing.
- getExploitAllLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and the Lp relaxation of the problem has a solution, try to exploit
it.
- getExploitAllLpSolution() - Method in class com.google.ortools.sat.SatParameters
-
If true and the Lp relaxation of the problem has a solution, try to exploit
it.
- getExploitAllLpSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true and the Lp relaxation of the problem has a solution, try to exploit
it.
- getExploitAllPrecedences() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool exploit_all_precedences = 220 [default = false];
- getExploitAllPrecedences() - Method in class com.google.ortools.sat.SatParameters
-
optional bool exploit_all_precedences = 220 [default = false];
- getExploitAllPrecedences() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool exploit_all_precedences = 220 [default = false];
- getExploitBestSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching on a variable, follow the last best solution value.
- getExploitBestSolution() - Method in class com.google.ortools.sat.SatParameters
-
When branching on a variable, follow the last best solution value.
- getExploitBestSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When branching on a variable, follow the last best solution value.
- getExploitIntegerLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and the Lp relaxation of the problem has an integer optimal
solution, try to exploit it.
- getExploitIntegerLpSolution() - Method in class com.google.ortools.sat.SatParameters
-
If true and the Lp relaxation of the problem has an integer optimal
solution, try to exploit it.
- getExploitIntegerLpSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true and the Lp relaxation of the problem has an integer optimal
solution, try to exploit it.
- getExploitObjective() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching an a variable that directly affect the objective,
branch on the value that lead to the best objective first.
- getExploitObjective() - Method in class com.google.ortools.sat.SatParameters
-
When branching an a variable that directly affect the objective,
branch on the value that lead to the best objective first.
- getExploitObjective() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When branching an a variable that directly affect the objective,
branch on the value that lead to the best objective first.
- getExploitRelaxationSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching on a variable, follow the last best relaxation solution
value.
- getExploitRelaxationSolution() - Method in class com.google.ortools.sat.SatParameters
-
When branching on a variable, follow the last best relaxation solution
value.
- getExploitRelaxationSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When branching on a variable, follow the last best relaxation solution
value.
- getExploitSingletonColumnInInitialBasis() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we exploit the singleton columns already present in the
problem when we create the initial basis.
- getExploitSingletonColumnInInitialBasis() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we exploit the singleton columns already present in the
problem when we create the initial basis.
- getExploitSingletonColumnInInitialBasis() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we exploit the singleton columns already present in the
problem when we create the initial basis.
- getExploitSymmetryInSatFirstSolution() - Method in class com.google.ortools.bop.BopParameters.Builder
-
If true, find and exploit symmetries in proving satisfiability in the first
problem.
- getExploitSymmetryInSatFirstSolution() - Method in class com.google.ortools.bop.BopParameters
-
If true, find and exploit symmetries in proving satisfiability in the first
problem.
- getExploitSymmetryInSatFirstSolution() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
If true, find and exploit symmetries in proving satisfiability in the first
problem.
- getExpression() - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
-
- getExprs(int) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprs(int) - Method in class com.google.ortools.sat.AllDifferentConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprs(int) - Method in interface com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprs(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
The sequence of affine expressions (a * var + b).
- getExprs(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
The sequence of affine expressions (a * var + b).
- getExprs(int) - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
The sequence of affine expressions (a * var + b).
- getExprs(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
If this is set, then the variables field must be empty.
- getExprs(int) - Method in class com.google.ortools.sat.DecisionStrategyProto
-
If this is set, then the variables field must be empty.
- getExprs(int) - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
If this is set, then the variables field must be empty.
- getExprs(int) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- getExprs(int) - Method in class com.google.ortools.sat.ElementConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- getExprs(int) - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- getExprs(int) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprs(int) - Method in class com.google.ortools.sat.LinearArgumentProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprs(int) - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprs(int) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- getExprs(int) - Method in class com.google.ortools.sat.TableConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- getExprs(int) - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- getExprsBuilder(int) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsBuilder(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
The sequence of affine expressions (a * var + b).
- getExprsBuilder(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
If this is set, then the variables field must be empty.
- getExprsBuilder(int) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- getExprsBuilder(int) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsBuilder(int) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- getExprsBuilderList() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsBuilderList() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
The sequence of affine expressions (a * var + b).
- getExprsBuilderList() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
If this is set, then the variables field must be empty.
- getExprsBuilderList() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- getExprsBuilderList() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsBuilderList() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- getExprsCount() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsCount() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsCount() - Method in interface com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
The sequence of affine expressions (a * var + b).
- getExprsCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
The sequence of affine expressions (a * var + b).
- getExprsCount() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
The sequence of affine expressions (a * var + b).
- getExprsCount() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
If this is set, then the variables field must be empty.
- getExprsCount() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
If this is set, then the variables field must be empty.
- getExprsCount() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
If this is set, then the variables field must be empty.
- getExprsCount() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- getExprsCount() - Method in class com.google.ortools.sat.ElementConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- getExprsCount() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- getExprsCount() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsCount() - Method in class com.google.ortools.sat.LinearArgumentProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsCount() - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsCount() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- getExprsCount() - Method in class com.google.ortools.sat.TableConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- getExprsCount() - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- getExprsList() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsList() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsList() - Method in interface com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsList() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
The sequence of affine expressions (a * var + b).
- getExprsList() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
The sequence of affine expressions (a * var + b).
- getExprsList() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
The sequence of affine expressions (a * var + b).
- getExprsList() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
If this is set, then the variables field must be empty.
- getExprsList() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
If this is set, then the variables field must be empty.
- getExprsList() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
If this is set, then the variables field must be empty.
- getExprsList() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- getExprsList() - Method in class com.google.ortools.sat.ElementConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- getExprsList() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- getExprsList() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsList() - Method in class com.google.ortools.sat.LinearArgumentProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsList() - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsList() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- getExprsList() - Method in class com.google.ortools.sat.TableConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- getExprsList() - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- getExprsOrBuilder(int) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsOrBuilder(int) - Method in class com.google.ortools.sat.AllDifferentConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsOrBuilder(int) - Method in interface com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsOrBuilder(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
The sequence of affine expressions (a * var + b).
- getExprsOrBuilder(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
The sequence of affine expressions (a * var + b).
- getExprsOrBuilder(int) - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
The sequence of affine expressions (a * var + b).
- getExprsOrBuilder(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
If this is set, then the variables field must be empty.
- getExprsOrBuilder(int) - Method in class com.google.ortools.sat.DecisionStrategyProto
-
If this is set, then the variables field must be empty.
- getExprsOrBuilder(int) - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
If this is set, then the variables field must be empty.
- getExprsOrBuilder(int) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- getExprsOrBuilder(int) - Method in class com.google.ortools.sat.ElementConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- getExprsOrBuilder(int) - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- getExprsOrBuilder(int) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsOrBuilder(int) - Method in class com.google.ortools.sat.LinearArgumentProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsOrBuilder(int) - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsOrBuilder(int) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- getExprsOrBuilder(int) - Method in class com.google.ortools.sat.TableConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- getExprsOrBuilder(int) - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- getExprsOrBuilderList() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsOrBuilderList() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsOrBuilderList() - Method in interface com.google.ortools.sat.AllDifferentConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- getExprsOrBuilderList() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
The sequence of affine expressions (a * var + b).
- getExprsOrBuilderList() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
The sequence of affine expressions (a * var + b).
- getExprsOrBuilderList() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
The sequence of affine expressions (a * var + b).
- getExprsOrBuilderList() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
If this is set, then the variables field must be empty.
- getExprsOrBuilderList() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
If this is set, then the variables field must be empty.
- getExprsOrBuilderList() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
If this is set, then the variables field must be empty.
- getExprsOrBuilderList() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- getExprsOrBuilderList() - Method in class com.google.ortools.sat.ElementConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- getExprsOrBuilderList() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- getExprsOrBuilderList() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsOrBuilderList() - Method in class com.google.ortools.sat.LinearArgumentProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsOrBuilderList() - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- getExprsOrBuilderList() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- getExprsOrBuilderList() - Method in class com.google.ortools.sat.TableConstraintProto
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- getExprsOrBuilderList() - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- getExtraSubsolvers(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
A convenient way to add more workers types.
- getExtraSubsolvers(int) - Method in class com.google.ortools.sat.SatParameters
-
A convenient way to add more workers types.
- getExtraSubsolvers(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A convenient way to add more workers types.
- getExtraSubsolversBytes(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
A convenient way to add more workers types.
- getExtraSubsolversBytes(int) - Method in class com.google.ortools.sat.SatParameters
-
A convenient way to add more workers types.
- getExtraSubsolversBytes(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A convenient way to add more workers types.
- getExtraSubsolversCount() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A convenient way to add more workers types.
- getExtraSubsolversCount() - Method in class com.google.ortools.sat.SatParameters
-
A convenient way to add more workers types.
- getExtraSubsolversCount() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A convenient way to add more workers types.
- getExtraSubsolversList() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A convenient way to add more workers types.
- getExtraSubsolversList() - Method in class com.google.ortools.sat.SatParameters
-
A convenient way to add more workers types.
- getExtraSubsolversList() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A convenient way to add more workers types.
- getFailures() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
int64 failures = 3;
- getFailures() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
int64 failures = 3;
- getFailures() - Method in interface com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
-
int64 failures = 3;
- getFallbackToCpSatSizeThreshold() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If model.Size() is less than the threshold and that no solution has been
found, attempt a pass with CP-SAT.
- getFallbackToCpSatSizeThreshold() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If model.Size() is less than the threshold and that no solution has been
found, attempt a pass with CP-SAT.
- getFallbackToCpSatSizeThreshold() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If model.Size() is less than the threshold and that no solution has been
found, attempt a pass with CP-SAT.
- getFDirect(int) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_direct = 1;
- getFDirect(int) - Method in class com.google.ortools.sat.InverseConstraintProto
-
repeated int32 f_direct = 1;
- getFDirect(int) - Method in interface com.google.ortools.sat.InverseConstraintProtoOrBuilder
-
repeated int32 f_direct = 1;
- getFDirectCount() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_direct = 1;
- getFDirectCount() - Method in class com.google.ortools.sat.InverseConstraintProto
-
repeated int32 f_direct = 1;
- getFDirectCount() - Method in interface com.google.ortools.sat.InverseConstraintProtoOrBuilder
-
repeated int32 f_direct = 1;
- getFDirectList() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_direct = 1;
- getFDirectList() - Method in class com.google.ortools.sat.InverseConstraintProto
-
repeated int32 f_direct = 1;
- getFDirectList() - Method in interface com.google.ortools.sat.InverseConstraintProtoOrBuilder
-
repeated int32 f_direct = 1;
- getFeasibilityJumpBatchDtime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much dtime for each LS batch.
- getFeasibilityJumpBatchDtime() - Method in class com.google.ortools.sat.SatParameters
-
How much dtime for each LS batch.
- getFeasibilityJumpBatchDtime() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How much dtime for each LS batch.
- getFeasibilityJumpDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
On each restart, we randomly choose if we use decay (with this parameter)
or no decay.
- getFeasibilityJumpDecay() - Method in class com.google.ortools.sat.SatParameters
-
On each restart, we randomly choose if we use decay (with this parameter)
or no decay.
- getFeasibilityJumpDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
On each restart, we randomly choose if we use decay (with this parameter)
or no decay.
- getFeasibilityJumpEnableRestarts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When stagnating, feasibility jump will either restart from a default
solution (with some possible randomization), or randomly pertubate the
current solution.
- getFeasibilityJumpEnableRestarts() - Method in class com.google.ortools.sat.SatParameters
-
When stagnating, feasibility jump will either restart from a default
solution (with some possible randomization), or randomly pertubate the
current solution.
- getFeasibilityJumpEnableRestarts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When stagnating, feasibility jump will either restart from a default
solution (with some possible randomization), or randomly pertubate the
current solution.
- getFeasibilityJumpLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much do we linearize the problem in the local search code.
- getFeasibilityJumpLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters
-
How much do we linearize the problem in the local search code.
- getFeasibilityJumpLinearizationLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How much do we linearize the problem in the local search code.
- getFeasibilityJumpMaxExpandedConstraintSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum size of no_overlap or no_overlap_2d constraint for a quadratic
expansion.
- getFeasibilityJumpMaxExpandedConstraintSize() - Method in class com.google.ortools.sat.SatParameters
-
Maximum size of no_overlap or no_overlap_2d constraint for a quadratic
expansion.
- getFeasibilityJumpMaxExpandedConstraintSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Maximum size of no_overlap or no_overlap_2d constraint for a quadratic
expansion.
- getFeasibilityJumpRestartFactor() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This is a factor that directly influence the work before each restart.
- getFeasibilityJumpRestartFactor() - Method in class com.google.ortools.sat.SatParameters
-
This is a factor that directly influence the work before each restart.
- getFeasibilityJumpRestartFactor() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This is a factor that directly influence the work before each restart.
- getFeasibilityJumpVarPerburbationRangeRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max distance between the default value and the pertubated value relative to
the range of the domain of the variable.
- getFeasibilityJumpVarPerburbationRangeRatio() - Method in class com.google.ortools.sat.SatParameters
-
Max distance between the default value and the pertubated value relative to
the range of the domain of the variable.
- getFeasibilityJumpVarPerburbationRangeRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Max distance between the default value and the pertubated value relative to
the range of the domain of the variable.
- getFeasibilityJumpVarRandomizationProbability() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Probability for a variable to have a non default value upon restarts or
perturbations.
- getFeasibilityJumpVarRandomizationProbability() - Method in class com.google.ortools.sat.SatParameters
-
Probability for a variable to have a non default value upon restarts or
perturbations.
- getFeasibilityJumpVarRandomizationProbability() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Probability for a variable to have a non default value upon restarts or
perturbations.
- getFeasibilityPolishingDetails(int) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetails(int) - Method in class com.google.ortools.pdlp.SolveLog
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetails(int) - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsBuilder(int) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsBuilderList() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsCount() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsCount() - Method in class com.google.ortools.pdlp.SolveLog
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsCount() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsList() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsList() - Method in class com.google.ortools.pdlp.SolveLog
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsList() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsOrBuilder(int) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsOrBuilder(int) - Method in class com.google.ortools.pdlp.SolveLog
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsOrBuilder(int) - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsOrBuilderList() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsOrBuilderList() - Method in class com.google.ortools.pdlp.SolveLog
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityPolishingDetailsOrBuilderList() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- getFeasibilityRule() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
PricingRule to use during the feasibility phase.
- getFeasibilityRule() - Method in class com.google.ortools.glop.GlopParameters
-
PricingRule to use during the feasibility phase.
- getFeasibilityRule() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
PricingRule to use during the feasibility phase.
- getFillAdditionalSolutionsInResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the final response addition_solutions field will be filled with
all solutions from our solutions pool.
- getFillAdditionalSolutionsInResponse() - Method in class com.google.ortools.sat.SatParameters
-
If true, the final response addition_solutions field will be filled with
all solutions from our solutions pool.
- getFillAdditionalSolutionsInResponse() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, the final response addition_solutions field will be filled with
all solutions from our solutions pool.
- getFillTightenedDomainsInResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, add information about the derived variable domains to the
CpSolverResponse.
- getFillTightenedDomainsInResponse() - Method in class com.google.ortools.sat.SatParameters
-
If true, add information about the derived variable domains to the
CpSolverResponse.
- getFillTightenedDomainsInResponse() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, add information about the derived variable domains to the
CpSolverResponse.
- getFilter() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
-
- getFilterSubsolvers(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
repeated string filter_subsolvers = 293;
- getFilterSubsolvers(int) - Method in class com.google.ortools.sat.SatParameters
-
repeated string filter_subsolvers = 293;
- getFilterSubsolvers(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
repeated string filter_subsolvers = 293;
- getFilterSubsolversBytes(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
repeated string filter_subsolvers = 293;
- getFilterSubsolversBytes(int) - Method in class com.google.ortools.sat.SatParameters
-
repeated string filter_subsolvers = 293;
- getFilterSubsolversBytes(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
repeated string filter_subsolvers = 293;
- getFilterSubsolversCount() - Method in class com.google.ortools.sat.SatParameters.Builder
-
repeated string filter_subsolvers = 293;
- getFilterSubsolversCount() - Method in class com.google.ortools.sat.SatParameters
-
repeated string filter_subsolvers = 293;
- getFilterSubsolversCount() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
repeated string filter_subsolvers = 293;
- getFilterSubsolversList() - Method in class com.google.ortools.sat.SatParameters.Builder
-
repeated string filter_subsolvers = 293;
- getFilterSubsolversList() - Method in class com.google.ortools.sat.SatParameters
-
repeated string filter_subsolvers = 293;
- getFilterSubsolversList() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
repeated string filter_subsolvers = 293;
- getFinalStates(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 final_states = 3;
- getFinalStates(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
repeated int64 final_states = 3;
- getFinalStates(int) - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
repeated int64 final_states = 3;
- getFinalStatesCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 final_states = 3;
- getFinalStatesCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
repeated int64 final_states = 3;
- getFinalStatesCount() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
repeated int64 final_states = 3;
- getFinalStatesList() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 final_states = 3;
- getFinalStatesList() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
repeated int64 final_states = 3;
- getFinalStatesList() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
repeated int64 final_states = 3;
- getFinalTemperature() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
The final temperature.
- getFinalTemperature() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
-
The final temperature.
- getFinalTemperature() - Method in interface com.google.ortools.constraintsolver.SimulatedAnnealingParametersOrBuilder
-
The final temperature.
- getFindBigLinearOverlap() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Try to find large "rectangle" in the linear constraint matrix with
identical lines.
- getFindBigLinearOverlap() - Method in class com.google.ortools.sat.SatParameters
-
Try to find large "rectangle" in the linear constraint matrix with
identical lines.
- getFindBigLinearOverlap() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Try to find large "rectangle" in the linear constraint matrix with
identical lines.
- getFindMultipleCores() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to find more independent cores for a given set of
assumptions in the core based max-SAT algorithms.
- getFindMultipleCores() - Method in class com.google.ortools.sat.SatParameters
-
Whether we try to find more independent cores for a given set of
assumptions in the core based max-SAT algorithms.
- getFindMultipleCores() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we try to find more independent cores for a given set of
assumptions in the core based max-SAT algorithms.
- getFingerprint() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
An automatically fingerprint for the model.
- getFingerprint() - Method in class com.google.ortools.algorithms.SetCoverProto
-
An automatically fingerprint for the model.
- getFingerprint() - Method in interface com.google.ortools.algorithms.SetCoverProtoOrBuilder
-
An automatically fingerprint for the model.
- getFingerprint() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
An automatically fingerprint for the solution.
- getFingerprint() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
An automatically fingerprint for the solution.
- getFingerprint() - Method in interface com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
-
An automatically fingerprint for the solution.
- getFingerprintBuilder() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
An automatically fingerprint for the model.
- getFingerprintBuilder() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
An automatically fingerprint for the solution.
- getFingerprintOrBuilder() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
An automatically fingerprint for the model.
- getFingerprintOrBuilder() - Method in class com.google.ortools.algorithms.SetCoverProto
-
An automatically fingerprint for the model.
- getFingerprintOrBuilder() - Method in interface com.google.ortools.algorithms.SetCoverProtoOrBuilder
-
An automatically fingerprint for the model.
- getFingerprintOrBuilder() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
An automatically fingerprint for the solution.
- getFingerprintOrBuilder() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
An automatically fingerprint for the solution.
- getFingerprintOrBuilder() - Method in interface com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
-
An automatically fingerprint for the solution.
- getFInverse(int) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_inverse = 2;
- getFInverse(int) - Method in class com.google.ortools.sat.InverseConstraintProto
-
repeated int32 f_inverse = 2;
- getFInverse(int) - Method in interface com.google.ortools.sat.InverseConstraintProtoOrBuilder
-
repeated int32 f_inverse = 2;
- getFInverseCount() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_inverse = 2;
- getFInverseCount() - Method in class com.google.ortools.sat.InverseConstraintProto
-
repeated int32 f_inverse = 2;
- getFInverseCount() - Method in interface com.google.ortools.sat.InverseConstraintProtoOrBuilder
-
repeated int32 f_inverse = 2;
- getFInverseList() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_inverse = 2;
- getFInverseList() - Method in class com.google.ortools.sat.InverseConstraintProto
-
repeated int32 f_inverse = 2;
- getFInverseList() - Method in interface com.google.ortools.sat.InverseConstraintProtoOrBuilder
-
repeated int32 f_inverse = 2;
- getFirst() - Method in class com.google.ortools.constraintsolver.IntBoolPair
-
- GetFirstMatchingPickupDeliverySibling(long, SWIGTYPE_p_std__functionT_bool_flongF_t) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- GetFirstSolutionHint() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the current hint assignment.
- getFirstSolutionOptimizationPeriod() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If non zero, a period p indicates that every p node insertions or additions
to a path, an optimization of the current partial solution will be
performed.
- getFirstSolutionOptimizationPeriod() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If non zero, a period p indicates that every p node insertions or additions
to a path, an optimization of the current partial solution will be
performed.
- getFirstSolutionOptimizationPeriod() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If non zero, a period p indicates that every p node insertions or additions
to a path, an optimization of the current partial solution will be
performed.
- getFirstSolutionStatistics(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatistics(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each first solution called during the search.
- getFirstSolutionStatistics(int) - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsBuilderList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsCount() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsCount() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsCount() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsList() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsOrBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsOrBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsOrBuilder(int) - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsOrBuilderList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsOrBuilderList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each first solution called during the search.
- getFirstSolutionStatisticsOrBuilderList() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each first solution called during the search.
- getFirstSolutionStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
First solution strategies, used as starting point of local search.
- getFirstSolutionStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
First solution strategies, used as starting point of local search.
- getFirstSolutionStrategy() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
First solution strategies, used as starting point of local search.
- getFirstSolutionStrategyValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
First solution strategies, used as starting point of local search.
- getFirstSolutionStrategyValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
First solution strategies, used as starting point of local search.
- getFirstSolutionStrategyValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
First solution strategies, used as starting point of local search.
- getFixed_cost() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
-
- getFixedCostOfVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the route fixed cost taken into account if the route of the
vehicle is not empty, aka there's at least one node on the route other
than the first and last nodes.
- getFixVariablesToTheirHintedValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, variables appearing in the solution hints will be fixed to their
hinted value.
- getFixVariablesToTheirHintedValue() - Method in class com.google.ortools.sat.SatParameters
-
If true, variables appearing in the solution hints will be fixed to their
hinted value.
- getFixVariablesToTheirHintedValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, variables appearing in the solution hints will be fixed to their
hinted value.
- getFloatingPointObjective() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Advanced usage.
- getFloatingPointObjective() - Method in class com.google.ortools.sat.CpModelProto
-
Advanced usage.
- getFloatingPointObjective() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Advanced usage.
- getFloatingPointObjectiveBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Advanced usage.
- getFloatingPointObjectiveOrBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Advanced usage.
- getFloatingPointObjectiveOrBuilder() - Method in class com.google.ortools.sat.CpModelProto
-
Advanced usage.
- getFloatingPointObjectiveOrBuilder() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Advanced usage.
- getFlow(int) - Method in class com.google.ortools.graph.MaxFlow
-
- getFlow(int) - Method in class com.google.ortools.graph.MinCostFlow
-
- getFpRounding() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
- getFpRounding() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
- getFpRounding() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
- getGapIntegral() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The integral of log(1 + absolute_objective_gap) over time.
- getGapIntegral() - Method in class com.google.ortools.sat.CpSolverResponse
-
The integral of log(1 + absolute_objective_gap) over time.
- getGapIntegral() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
The integral of log(1 + absolute_objective_gap) over time.
- getGeneralConstraint(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- getGeneralConstraint(int) - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the general constraints appearing in the model.
- getGeneralConstraint(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the general constraints appearing in the model.
- getGeneralConstraintBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- getGeneralConstraintBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- getGeneralConstraintCase() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
- getGeneralConstraintCase() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
- getGeneralConstraintCase() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
- getGeneralConstraintCount() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- getGeneralConstraintCount() - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the general constraints appearing in the model.
- getGeneralConstraintCount() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the general constraints appearing in the model.
- getGeneralConstraintList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- getGeneralConstraintList() - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the general constraints appearing in the model.
- getGeneralConstraintList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the general constraints appearing in the model.
- getGeneralConstraintOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- getGeneralConstraintOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the general constraints appearing in the model.
- getGeneralConstraintOrBuilder(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the general constraints appearing in the model.
- getGeneralConstraintOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- getGeneralConstraintOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the general constraints appearing in the model.
- getGeneralConstraintOrBuilderList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the general constraints appearing in the model.
- GetGlobalOptimizerOffset() - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getGlobalSpanCostCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getGlopParameters() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
Parameters to control glop's presolver.
- getGlopParameters() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
-
Parameters to control glop's presolver.
- getGlopParameters() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptionsOrBuilder
-
Parameters to control glop's presolver.
- getGlopParametersBuilder() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
Parameters to control glop's presolver.
- getGlopParametersOrBuilder() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
Parameters to control glop's presolver.
- getGlopParametersOrBuilder() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
-
Parameters to control glop's presolver.
- getGlopParametersOrBuilder() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptionsOrBuilder
-
Parameters to control glop's presolver.
- getGlucoseDecayIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double glucose_decay_increment = 23 [default = 0.01];
- getGlucoseDecayIncrement() - Method in class com.google.ortools.sat.SatParameters
-
optional double glucose_decay_increment = 23 [default = 0.01];
- getGlucoseDecayIncrement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double glucose_decay_increment = 23 [default = 0.01];
- getGlucoseDecayIncrementPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 glucose_decay_increment_period = 24 [default = 5000];
- getGlucoseDecayIncrementPeriod() - Method in class com.google.ortools.sat.SatParameters
-
optional int32 glucose_decay_increment_period = 24 [default = 5000];
- getGlucoseDecayIncrementPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional int32 glucose_decay_increment_period = 24 [default = 5000];
- getGlucoseMaxDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until
0.95.
- getGlucoseMaxDecay() - Method in class com.google.ortools.sat.SatParameters
-
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until
0.95.
- getGlucoseMaxDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until
0.95.
- getGuidedLocalSearchLambdaCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
These are advanced settings which should not be modified unless you know
what you are doing.
- getGuidedLocalSearchLambdaCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
These are advanced settings which should not be modified unless you know
what you are doing.
- getGuidedLocalSearchLambdaCoefficient() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
These are advanced settings which should not be modified unless you know
what you are doing.
- getGuidedLocalSearchPenalizeWithVehicleClasses() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
When an arc leaving a vehicle start or arriving at a vehicle end is
penalized, this field controls whether to penalize all other equivalent
arcs with starts or ends in the same vehicle class.
- getGuidedLocalSearchPenalizeWithVehicleClasses() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
When an arc leaving a vehicle start or arriving at a vehicle end is
penalized, this field controls whether to penalize all other equivalent
arcs with starts or ends in the same vehicle class.
- getGuidedLocalSearchPenalizeWithVehicleClasses() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
When an arc leaving a vehicle start or arriving at a vehicle end is
penalized, this field controls whether to penalize all other equivalent
arcs with starts or ends in the same vehicle class.
- GetGuidedLocalSearchPenalty(long, long, long) - Method in class com.google.ortools.constraintsolver.Solver
-
- getGuidedLocalSearchResetPenaltiesOnNewBestSolution() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether to reset penalties when a new best solution is found.
- getGuidedLocalSearchResetPenaltiesOnNewBestSolution() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Whether to reset penalties when a new best solution is found.
- getGuidedLocalSearchResetPenaltiesOnNewBestSolution() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Whether to reset penalties when a new best solution is found.
- getGuidedSatConflictsChunk() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The first solutions based on guided SAT will work in chunk of that many
conflicts at the time.
- getGuidedSatConflictsChunk() - Method in class com.google.ortools.bop.BopParameters
-
The first solutions based on guided SAT will work in chunk of that many
conflicts at the time.
- getGuidedSatConflictsChunk() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The first solutions based on guided SAT will work in chunk of that many
conflicts at the time.
- getHandleSomePrimalGradientsOnFiniteBoundsAsResiduals() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
See
https://developers.google.com/optimization/lp/pdlp_math#treating_some_variable_bounds_as_infinite
for a description of this flag.
- getHandleSomePrimalGradientsOnFiniteBoundsAsResiduals() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
See
https://developers.google.com/optimization/lp/pdlp_math#treating_some_variable_bounds_as_infinite
for a description of this flag.
- getHandleSomePrimalGradientsOnFiniteBoundsAsResiduals() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
See
https://developers.google.com/optimization/lp/pdlp_math#treating_some_variable_bounds_as_infinite
for a description of this flag.
- getHarrisToleranceRatio() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
This impacts the ratio test and indicates by how much we allow a basic
variable value that we move to go out of bounds.
- getHarrisToleranceRatio() - Method in class com.google.ortools.glop.GlopParameters
-
This impacts the ratio test and indicates by how much we allow a basic
variable value that we move to go out of bounds.
- getHarrisToleranceRatio() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
This impacts the ratio test and indicates by how much we allow a basic
variable value that we move to go out of bounds.
- getHead() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
optional int64 head = 2;
- getHead() - Method in class com.google.ortools.graph.FlowArcProto
-
optional int64 head = 2;
- getHead() - Method in interface com.google.ortools.graph.FlowArcProtoOrBuilder
-
optional int64 head = 2;
- getHead(int) - Method in class com.google.ortools.graph.MaxFlow
-
- getHead(int) - Method in class com.google.ortools.graph.MinCostFlow
-
- getHeads(int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 heads = 4;
- getHeads(int) - Method in class com.google.ortools.sat.CircuitConstraintProto
-
repeated int32 heads = 4;
- getHeads(int) - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
-
repeated int32 heads = 4;
- getHeads(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 heads = 2;
- getHeads(int) - Method in class com.google.ortools.sat.RoutesConstraintProto
-
repeated int32 heads = 2;
- getHeads(int) - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
repeated int32 heads = 2;
- getHeadsCount() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 heads = 4;
- getHeadsCount() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
repeated int32 heads = 4;
- getHeadsCount() - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
-
repeated int32 heads = 4;
- getHeadsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 heads = 2;
- getHeadsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
repeated int32 heads = 2;
- getHeadsCount() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
repeated int32 heads = 2;
- getHeadsList() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 heads = 4;
- getHeadsList() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
repeated int32 heads = 4;
- getHeadsList() - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
-
repeated int32 heads = 4;
- getHeadsList() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 heads = 2;
- getHeadsList() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
repeated int32 heads = 2;
- getHeadsList() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
repeated int32 heads = 2;
- getHelper() - Method in class com.google.ortools.modelbuilder.EnforcedLinearConstraint
-
Returns the constraint builder.
- getHelper() - Method in class com.google.ortools.modelbuilder.LinearConstraint
-
Returns the constraint builder.
- getHelper() - Method in class com.google.ortools.modelbuilder.ModelBuilder
-
Returns the model builder helper.
- getHeuristicCloseNodesLnsNumNodes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of closest nodes to consider for each node during the destruction
phase of the FilteredHeuristicCloseNodesLNSOperator.
- getHeuristicCloseNodesLnsNumNodes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Number of closest nodes to consider for each node during the destruction
phase of the FilteredHeuristicCloseNodesLNSOperator.
- getHeuristicCloseNodesLnsNumNodes() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Number of closest nodes to consider for each node during the destruction
phase of the FilteredHeuristicCloseNodesLNSOperator.
- getHeuristicExpensiveChainLnsNumArcsToConsider() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of expensive arcs to consider cutting in the
FilteredHeuristicExpensiveChainLNSOperator operator.
- getHeuristicExpensiveChainLnsNumArcsToConsider() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Number of expensive arcs to consider cutting in the
FilteredHeuristicExpensiveChainLNSOperator operator.
- getHeuristicExpensiveChainLnsNumArcsToConsider() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Number of expensive arcs to consider cutting in the
FilteredHeuristicExpensiveChainLNSOperator operator.
- getHeuristicNumFailuresLimit() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
The failure limit for each heuristic that we run.
- getHeuristicPeriod() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
The distance in nodes between each run of the heuristics.
- getHigh() - Method in class com.google.ortools.util.Int128.Builder
-
int64 high = 1;
- getHigh() - Method in class com.google.ortools.util.Int128
-
int64 high = 1;
- getHigh() - Method in interface com.google.ortools.util.Int128OrBuilder
-
int64 high = 1;
- getHintConflictLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Conflict limit used in the phase that exploit the solution hint.
- getHintConflictLimit() - Method in class com.google.ortools.sat.SatParameters
-
Conflict limit used in the phase that exploit the solution hint.
- getHintConflictLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Conflict limit used in the phase that exploit the solution hint.
- getHomogeneousCost(long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the cost of the segment between two nodes supposing all vehicle
costs are the same (returns the cost for the first vehicle otherwise).
- getId() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
The ids must be non-negative (>= 0).
- getId() - Method in class com.google.ortools.graph.FlowNodeProto
-
The ids must be non-negative (>= 0).
- getId() - Method in interface com.google.ortools.graph.FlowNodeProtoOrBuilder
-
The ids must be non-negative (>= 0).
- getIgnoreNames() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we don't keep names in our internal copy of the user given model.
- getIgnoreNames() - Method in class com.google.ortools.sat.SatParameters
-
If true, we don't keep names in our internal copy of the user given model.
- getIgnoreNames() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we don't keep names in our internal copy of the user given model.
- getIgnoreSolverSpecificParametersFailure() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
- getIgnoreSolverSpecificParametersFailure() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
- getIgnoreSolverSpecificParametersFailure() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
- getIgnoreSubsolvers(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem or only keep
specific ones for testing.
- getIgnoreSubsolvers(int) - Method in class com.google.ortools.sat.SatParameters
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem or only keep
specific ones for testing.
- getIgnoreSubsolvers(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem or only keep
specific ones for testing.
- getIgnoreSubsolversBytes(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem or only keep
specific ones for testing.
- getIgnoreSubsolversBytes(int) - Method in class com.google.ortools.sat.SatParameters
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem or only keep
specific ones for testing.
- getIgnoreSubsolversBytes(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem or only keep
specific ones for testing.
- getIgnoreSubsolversCount() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem or only keep
specific ones for testing.
- getIgnoreSubsolversCount() - Method in class com.google.ortools.sat.SatParameters
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem or only keep
specific ones for testing.
- getIgnoreSubsolversCount() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem or only keep
specific ones for testing.
- getIgnoreSubsolversList() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem or only keep
specific ones for testing.
- getIgnoreSubsolversList() - Method in class com.google.ortools.sat.SatParameters
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem or only keep
specific ones for testing.
- getIgnoreSubsolversList() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem or only keep
specific ones for testing.
- getImprovementLimitParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The improvement search limit is added to the solver if the following
parameters are set.
- getImprovementLimitParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
The improvement search limit is added to the solver if the following
parameters are set.
- getImprovementLimitParameters() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
The improvement search limit is added to the solver if the following
parameters are set.
- getImprovementLimitParametersBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The improvement search limit is added to the solver if the following
parameters are set.
- getImprovementLimitParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The improvement search limit is added to the solver if the following
parameters are set.
- getImprovementLimitParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
The improvement search limit is added to the solver if the following
parameters are set.
- getImprovementLimitParametersOrBuilder() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
The improvement search limit is added to the solver if the following
parameters are set.
- getImprovementRateCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
Parameter that regulates exchange rate between objective improvement and
number of neighbors spent.
- getImprovementRateCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
-
Parameter that regulates exchange rate between objective improvement and
number of neighbors spent.
- getImprovementRateCoefficient() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParametersOrBuilder
-
Parameter that regulates exchange rate between objective improvement and
number of neighbors spent.
- getImprovementRateSolutionsDistance() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
Parameter that specifies the distance between improvements taken into
consideration for calculating the improvement rate.
- getImprovementRateSolutionsDistance() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
-
Parameter that specifies the distance between improvements taken into
consideration for calculating the improvement rate.
- getImprovementRateSolutionsDistance() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParametersOrBuilder
-
Parameter that specifies the distance between improvements taken into
consideration for calculating the improvement rate.
- getImprovePerturbedSolution() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Determines whether solution S', obtained from the perturbation, should be
optimized with a local search application.
- getImprovePerturbedSolution() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
-
Determines whether solution S', obtained from the perturbation, should be
optimized with a local search application.
- getImprovePerturbedSolution() - Method in interface com.google.ortools.constraintsolver.IteratedLocalSearchParametersOrBuilder
-
Determines whether solution S', obtained from the perturbation, should be
optimized with a local search application.
- GetIncomingNeighborsOfNodeForCostClass(int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsByCostClass
-
Returns the incoming neighbors of the given node for the given
cost_class, i.e. all 'neighbor' indices such that neighbor -> node_index
is a neighborhood arc for 'cost_class'.
- getIndex() - Method in class com.google.ortools.modelbuilder.EnforcedLinearConstraint
-
Returns the index of the constraint in the model.
- getIndex() - Method in class com.google.ortools.modelbuilder.LinearConstraint
-
Returns the index of the constraint in the model.
- getIndex() - Method in class com.google.ortools.modelbuilder.Variable
-
Returns the index of the variable in the underlying ModelBuilderHelper.
- getIndex() - Method in class com.google.ortools.sat.Constraint
-
Returns the index of the constraint in the model.
- getIndex() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
Legacy field.
- getIndex() - Method in class com.google.ortools.sat.ElementConstraintProto
-
Legacy field.
- getIndex() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
Legacy field.
- getIndex() - Method in class com.google.ortools.sat.IntervalVar
-
Returns the index of the interval constraint in the model.
- getIndex() - Method in class com.google.ortools.sat.IntVar
-
Returns the index of the variable in the underlying CpModelProto.
- getIndex() - Method in interface com.google.ortools.sat.Literal
-
- getIndex() - Method in class com.google.ortools.sat.NotBoolVar
-
returns the index in the literal in the underlying CpModelProto.
- getIndicatorConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- getIndicatorConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- getIndicatorConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- getIndicatorConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- getIndicatorConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- getIndicatorConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- getIndicatorConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- getIndicatorValue() - Method in class com.google.ortools.modelbuilder.EnforcedLinearConstraint
-
Returns the indicator value of the constraint.
- getIndicatorVariable() - Method in class com.google.ortools.modelbuilder.EnforcedLinearConstraint
-
Returns the indicator variable of the constraint/
- getInfeasibilityInformation(int) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformation(int) - Method in class com.google.ortools.pdlp.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformation(int) - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationBuilder(int) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationBuilderList() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationCount() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationCount() - Method in class com.google.ortools.pdlp.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationCount() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationList() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationList() - Method in class com.google.ortools.pdlp.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationList() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationOrBuilder(int) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationOrBuilder(int) - Method in class com.google.ortools.pdlp.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationOrBuilder(int) - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationOrBuilderList() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationOrBuilderList() - Method in class com.google.ortools.pdlp.IterationStats
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInfeasibilityInformationOrBuilderList() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- getInferAllDiffs() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Run a max-clique code amongst all the x !
- getInferAllDiffs() - Method in class com.google.ortools.sat.SatParameters
-
Run a max-clique code amongst all the x !
- getInferAllDiffs() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Run a max-clique code amongst all the x !
- getInfiniteConstraintBoundThreshold() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Constraint bounds with absolute value at least this threshold are replaced
with infinities.
- getInfiniteConstraintBoundThreshold() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
Constraint bounds with absolute value at least this threshold are replaced
with infinities.
- getInfiniteConstraintBoundThreshold() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
Constraint bounds with absolute value at least this threshold are replaced
with infinities.
- getInitialBasis() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
- getInitialBasis() - Method in class com.google.ortools.glop.GlopParameters
-
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
- getInitialBasis() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
- getInitialConditionNumberThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If our upper bound on the condition number of the initial basis (from our
heurisitic or a warm start) is above this threshold, we revert to an all
slack basis.
- getInitialConditionNumberThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
If our upper bound on the condition number of the initial basis (from our
heurisitic or a warm start) is above this threshold, we revert to an all
slack basis.
- getInitialConditionNumberThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If our upper bound on the condition number of the initial basis (from our
heurisitic or a warm start) is above this threshold, we revert to an all
slack basis.
- getInitializationSplits() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
Maximum number of intervals that the initialization of impacts will scan
per variable.
- getInitializeDevexWithColumnNorms() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether we initialize devex weights to 1.0 or to the norms of the matrix
columns.
- getInitializeDevexWithColumnNorms() - Method in class com.google.ortools.glop.GlopParameters
-
Whether we initialize devex weights to 1.0 or to the norms of the matrix
columns.
- getInitializeDevexWithColumnNorms() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether we initialize devex weights to 1.0 or to the norms of the matrix
columns.
- getInitialPolarity() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
- getInitialPolarity() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
- getInitialPolarity() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
- getInitialPrimalWeight() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The initial value of the primal weight (i.e., the ratio of primal and dual
step sizes).
- getInitialPrimalWeight() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
The initial value of the primal weight (i.e., the ratio of primal and dual
step sizes).
- getInitialPrimalWeight() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
The initial value of the primal weight (i.e., the ratio of primal and dual
step sizes).
- getInitialStepSizeScaling() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Scaling factor applied to the initial step size (all step sizes if
linesearch_rule == CONSTANT_STEP_SIZE_RULE).
- getInitialStepSizeScaling() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
Scaling factor applied to the initial step size (all step sizes if
linesearch_rule == CONSTANT_STEP_SIZE_RULE).
- getInitialStepSizeScaling() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
Scaling factor applied to the initial step size (all step sizes if
linesearch_rule == CONSTANT_STEP_SIZE_RULE).
- getInitialTemperature() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
The initial temperature.
- getInitialTemperature() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
-
The initial temperature.
- getInitialTemperature() - Method in interface com.google.ortools.constraintsolver.SimulatedAnnealingParametersOrBuilder
-
The initial temperature.
- getInitialVariablesActivity() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The initial value of the variables activity.
- getInitialVariablesActivity() - Method in class com.google.ortools.sat.SatParameters
-
The initial value of the variables activity.
- getInitialVariablesActivity() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The initial value of the variables activity.
- getInnerObjectiveLowerBound() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- getInnerObjectiveLowerBound() - Method in class com.google.ortools.sat.CpSolverResponse
-
Advanced usage.
- getInnerObjectiveLowerBound() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Advanced usage.
- getInprocessingDtimeRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Proportion of deterministic time we should spend on inprocessing.
- getInprocessingDtimeRatio() - Method in class com.google.ortools.sat.SatParameters
-
Proportion of deterministic time we should spend on inprocessing.
- getInprocessingDtimeRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Proportion of deterministic time we should spend on inprocessing.
- getInprocessingMinimizationDtime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Parameters for an heuristic similar to the one described in "An effective
learnt clause minimization approach for CDCL Sat Solvers",
https://www.ijcai.org/proceedings/2017/0098.pdf
This is the amount of dtime we should spend on this technique during each
inprocessing phase.
- getInprocessingMinimizationDtime() - Method in class com.google.ortools.sat.SatParameters
-
Parameters for an heuristic similar to the one described in "An effective
learnt clause minimization approach for CDCL Sat Solvers",
https://www.ijcai.org/proceedings/2017/0098.pdf
This is the amount of dtime we should spend on this technique during each
inprocessing phase.
- getInprocessingMinimizationDtime() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Parameters for an heuristic similar to the one described in "An effective
learnt clause minimization approach for CDCL Sat Solvers",
https://www.ijcai.org/proceedings/2017/0098.pdf
This is the amount of dtime we should spend on this technique during each
inprocessing phase.
- getInprocessingMinimizationUseAllOrderings() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool inprocessing_minimization_use_all_orderings = 298 [default = false];
- getInprocessingMinimizationUseAllOrderings() - Method in class com.google.ortools.sat.SatParameters
-
optional bool inprocessing_minimization_use_all_orderings = 298 [default = false];
- getInprocessingMinimizationUseAllOrderings() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool inprocessing_minimization_use_all_orderings = 298 [default = false];
- getInprocessingMinimizationUseConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool inprocessing_minimization_use_conflict_analysis = 297 [default = true];
- getInprocessingMinimizationUseConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters
-
optional bool inprocessing_minimization_use_conflict_analysis = 297 [default = true];
- getInprocessingMinimizationUseConflictAnalysis() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool inprocessing_minimization_use_conflict_analysis = 297 [default = true];
- getInprocessingProbingDtime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The amount of dtime we should spend on probing for each inprocessing round.
- getInprocessingProbingDtime() - Method in class com.google.ortools.sat.SatParameters
-
The amount of dtime we should spend on probing for each inprocessing round.
- getInprocessingProbingDtime() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The amount of dtime we should spend on probing for each inprocessing round.
- getInstanceName() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The name of the optimization problem.
- getInstanceName() - Method in class com.google.ortools.pdlp.SolveLog
-
The name of the optimization problem.
- getInstanceName() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
The name of the optimization problem.
- getInstanceNameBytes() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The name of the optimization problem.
- getInstanceNameBytes() - Method in class com.google.ortools.pdlp.SolveLog
-
The name of the optimization problem.
- getInstanceNameBytes() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
The name of the optimization problem.
- getInstantiateAllVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver will add a default integer branching strategy to the
already defined search strategy.
- getInstantiateAllVariables() - Method in class com.google.ortools.sat.SatParameters
-
If true, the solver will add a default integer branching strategy to the
already defined search strategy.
- getInstantiateAllVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, the solver will add a default integer branching strategy to the
already defined search strategy.
- getIntDiv() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- getIntDiv() - Method in class com.google.ortools.sat.ConstraintProto
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- getIntDiv() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- getIntDivBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- getIntDivOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- getIntDivOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- getIntDivOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- getIntegerAfterOffset() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
int64 integer_after_offset = 9;
- getIntegerAfterOffset() - Method in class com.google.ortools.sat.CpObjectiveProto
-
int64 integer_after_offset = 9;
- getIntegerAfterOffset() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
int64 integer_after_offset = 9;
- getIntegerBeforeOffset() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
Internal fields to recover a bound on the original integer objective from
the presolved one.
- getIntegerBeforeOffset() - Method in class com.google.ortools.sat.CpObjectiveProto
-
Internal fields to recover a bound on the original integer objective from
the presolved one.
- getIntegerBeforeOffset() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
Internal fields to recover a bound on the original integer objective from
the presolved one.
- getIntegerObjective() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Contains the integer objective optimized internally.
- getIntegerObjective() - Method in class com.google.ortools.sat.CpSolverResponse
-
Contains the integer objective optimized internally.
- getIntegerObjective() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Contains the integer objective optimized internally.
- getIntegerObjectiveBuilder() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Contains the integer objective optimized internally.
- getIntegerObjectiveOrBuilder() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Contains the integer objective optimized internally.
- getIntegerObjectiveOrBuilder() - Method in class com.google.ortools.sat.CpSolverResponse
-
Contains the integer objective optimized internally.
- getIntegerObjectiveOrBuilder() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Contains the integer objective optimized internally.
- getIntegerParam(MPSolverParameters.IntegerParam) - Method in class com.google.ortools.linearsolver.MPSolverParameters
-
Returns the value of an integer parameter.
- getIntegerScalingFactor() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
int64 integer_scaling_factor = 8;
- getIntegerScalingFactor() - Method in class com.google.ortools.sat.CpObjectiveProto
-
int64 integer_scaling_factor = 8;
- getIntegerScalingFactor() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
int64 integer_scaling_factor = 8;
- getIntegrality() - Method in class com.google.ortools.modelbuilder.Variable
-
Returns whether the variable is integral.
- getInterleaveBatchSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 interleave_batch_size = 134 [default = 0];
- getInterleaveBatchSize() - Method in class com.google.ortools.sat.SatParameters
-
optional int32 interleave_batch_size = 134 [default = 0];
- getInterleaveBatchSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional int32 interleave_batch_size = 134 [default = 0];
- getInterleaveSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- getInterleaveSearch() - Method in class com.google.ortools.sat.SatParameters
-
Experimental.
- getInterleaveSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Experimental.
- getInterval() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- getInterval() - Method in class com.google.ortools.sat.ConstraintProto
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- getInterval() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- getIntervalBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- getIntervalOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- getIntervalOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- getIntervalOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- getIntervals(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
repeated int32 intervals = 2;
- getIntervals(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
repeated int32 intervals = 2;
- getIntervals(int) - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
repeated int32 intervals = 2;
- getIntervals(int) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
repeated int32 intervals = 1;
- getIntervals(int) - Method in class com.google.ortools.sat.NoOverlapConstraintProto
-
repeated int32 intervals = 1;
- getIntervals(int) - Method in interface com.google.ortools.sat.NoOverlapConstraintProtoOrBuilder
-
repeated int32 intervals = 1;
- getIntervalsCount() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
repeated int32 intervals = 2;
- getIntervalsCount() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
repeated int32 intervals = 2;
- getIntervalsCount() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
repeated int32 intervals = 2;
- getIntervalsCount() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
repeated int32 intervals = 1;
- getIntervalsCount() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
-
repeated int32 intervals = 1;
- getIntervalsCount() - Method in interface com.google.ortools.sat.NoOverlapConstraintProtoOrBuilder
-
repeated int32 intervals = 1;
- getIntervalsList() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
repeated int32 intervals = 2;
- getIntervalsList() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
repeated int32 intervals = 2;
- getIntervalsList() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
repeated int32 intervals = 2;
- getIntervalsList() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
repeated int32 intervals = 1;
- getIntervalsList() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
-
repeated int32 intervals = 1;
- getIntervalsList() - Method in interface com.google.ortools.sat.NoOverlapConstraintProtoOrBuilder
-
repeated int32 intervals = 1;
- getIntMod() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- getIntMod() - Method in class com.google.ortools.sat.ConstraintProto
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- getIntMod() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- getIntModBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- getIntModOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- getIntModOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- getIntModOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- getIntProd() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_prod constraint forces the target to equal the product of all
variables.
- getIntProd() - Method in class com.google.ortools.sat.ConstraintProto
-
The int_prod constraint forces the target to equal the product of all
variables.
- getIntProd() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The int_prod constraint forces the target to equal the product of all
variables.
- getIntProdBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_prod constraint forces the target to equal the product of all
variables.
- getIntProdOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_prod constraint forces the target to equal the product of all
variables.
- getIntProdOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The int_prod constraint forces the target to equal the product of all
variables.
- getIntProdOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The int_prod constraint forces the target to equal the product of all
variables.
- getIntVarFromProtoIndex(int) - Method in class com.google.ortools.sat.CpModel
-
Rebuilds an integer variable from an index.
- getInverse() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- getInverse() - Method in class com.google.ortools.sat.ConstraintProto
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- getInverse() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- getInverseBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- getInverseOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- getInverseOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- getInverseOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- getIsInteger() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
True if the variable is constrained to be integer.
- getIsInteger() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
True if the variable is constrained to be integer.
- getIsInteger() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
True if the variable is constrained to be integer.
- getIsLazy() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
[Advanced usage: do not use this if you don't know what you're doing.]
- getIsLazy() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
[Advanced usage: do not use this if you don't know what you're doing.]
- getIsLazy() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
[Advanced usage: do not use this if you don't know what you're doing.]
- getIteratedLocalSearchParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Iterated Local Search parameters.
- getIteratedLocalSearchParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Iterated Local Search parameters.
- getIteratedLocalSearchParameters() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Iterated Local Search parameters.
- getIteratedLocalSearchParametersBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Iterated Local Search parameters.
- getIteratedLocalSearchParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Iterated Local Search parameters.
- getIteratedLocalSearchParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Iterated Local Search parameters.
- getIteratedLocalSearchParametersOrBuilder() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Iterated Local Search parameters.
- getIterationCount() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional int32 iteration_count = 5;
- getIterationCount() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
optional int32 iteration_count = 5;
- getIterationCount() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
optional int32 iteration_count = 5;
- getIterationCount() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The total number of iterations during the solve.
- getIterationCount() - Method in class com.google.ortools.pdlp.SolveLog
-
The total number of iterations during the solve.
- getIterationCount() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
The total number of iterations during the solve.
- getIterationLimit() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_ITERATION_LIMIT then the solver
has taken at least iterations_limit iterations.
- getIterationLimit() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
If termination_reason = TERMINATION_REASON_ITERATION_LIMIT then the solver
has taken at least iterations_limit iterations.
- getIterationLimit() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
If termination_reason = TERMINATION_REASON_ITERATION_LIMIT then the solver
has taken at least iterations_limit iterations.
- getIterationNumber() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The iteration number at which these stats were recorded.
- getIterationNumber() - Method in class com.google.ortools.pdlp.IterationStats
-
The iteration number at which these stats were recorded.
- getIterationNumber() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
The iteration number at which these stats were recorded.
- getIterationStats(int) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStats(int) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStats(int) - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStats(int) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
A history of iteration stats for the solve.
- getIterationStats(int) - Method in class com.google.ortools.pdlp.SolveLog
-
A history of iteration stats for the solve.
- getIterationStats(int) - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
A history of iteration stats for the solve.
- getIterationStatsBuilder(int) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsBuilder(int) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
A history of iteration stats for the solve.
- getIterationStatsBuilderList() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsBuilderList() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
A history of iteration stats for the solve.
- getIterationStatsCount() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsCount() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsCount() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsCount() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
A history of iteration stats for the solve.
- getIterationStatsCount() - Method in class com.google.ortools.pdlp.SolveLog
-
A history of iteration stats for the solve.
- getIterationStatsCount() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
A history of iteration stats for the solve.
- getIterationStatsList() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsList() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsList() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsList() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
A history of iteration stats for the solve.
- getIterationStatsList() - Method in class com.google.ortools.pdlp.SolveLog
-
A history of iteration stats for the solve.
- getIterationStatsList() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
A history of iteration stats for the solve.
- getIterationStatsOrBuilder(int) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsOrBuilder(int) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsOrBuilder(int) - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsOrBuilder(int) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
A history of iteration stats for the solve.
- getIterationStatsOrBuilder(int) - Method in class com.google.ortools.pdlp.SolveLog
-
A history of iteration stats for the solve.
- getIterationStatsOrBuilder(int) - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
A history of iteration stats for the solve.
- getIterationStatsOrBuilderList() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsOrBuilderList() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsOrBuilderList() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- getIterationStatsOrBuilderList() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
A history of iteration stats for the solve.
- getIterationStatsOrBuilderList() - Method in class com.google.ortools.pdlp.SolveLog
-
A history of iteration stats for the solve.
- getIterationStatsOrBuilderList() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
A history of iteration stats for the solve.
- getKAbs() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
Constraint and Expression types.
- getKAbsEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKActiveArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
argument names:
- getKAllDifferent() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKAllowedAssignments() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKAssumePathsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKAtMost() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKBetween() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKBranchesLimitArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCapacityArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCardsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCircuit() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCoefficientsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKConditionalExpr() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKConvexPiecewise() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCountArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCountAssignedItemsExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
Extension names:
- getKCountEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCountUsedBinsExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCover() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCumulative() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCumulativeArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKCumulsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDefaultDualTolerance() - Static method in class com.google.ortools.linearsolver.MPSolverParameters
-
- getKDefaultIncrementality() - Static method in class com.google.ortools.linearsolver.MPSolverParameters
-
- getKDefaultPresolve() - Static method in class com.google.ortools.linearsolver.MPSolverParameters
-
- getKDefaultPrimalTolerance() - Static method in class com.google.ortools.linearsolver.MPSolverParameters
-
- getKDefaultRelativeMipGap() - Static method in class com.google.ortools.linearsolver.MPSolverParameters
-
- getKDelayedPathCumul() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDemandsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDeviation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDifference() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDifferenceOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDisjunctive() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDistribute() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDivide() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDurationExpr() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDurationMaxArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKDurationMinArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKEarlyCostArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKEarlyDateArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKeepAllFeasibleSolutionsInPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we disable the presolve reductions that remove feasible solutions
from the search space.
- getKeepAllFeasibleSolutionsInPresolve() - Method in class com.google.ortools.sat.SatParameters
-
If true, we disable the presolve reductions that remove feasible solutions
from the search space.
- getKeepAllFeasibleSolutionsInPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we disable the presolve reductions that remove feasible solutions
from the search space.
- getKeepSymmetryInPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- getKeepSymmetryInPresolve() - Method in class com.google.ortools.sat.SatParameters
-
Experimental.
- getKeepSymmetryInPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Experimental.
- getKElement() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKElementEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKEndExpr() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKEndMaxArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKEndMinArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKEndsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKEquality() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKEvaluatorArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKExpressionArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKFailuresLimitArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKFalseConstraint() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKFinalStatesArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKFixedChargeArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKGlobalCardinality() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKGreater() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKGreaterOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIndex2Argument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIndex3Argument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIndexArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIndexOf() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKInitialState() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKInt64ToBoolExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKInt64ToInt64Extension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIntegerVariable() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIntervalArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIntervalBinaryRelation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIntervalDisjunction() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIntervalsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIntervalUnaryRelation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIntervalVariable() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKInversePermutation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIsBetween() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIsDifferent() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIsEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIsGreater() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIsGreaterOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIsLess() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIsLessOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKIsMember() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKktMatrixPassLimit() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_KKT_MATRIX_PASS_LIMIT then
cumulative_kkt_matrix_passes is at least kkt_pass_limit.
- getKktMatrixPassLimit() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
If termination_reason = TERMINATION_REASON_KKT_MATRIX_PASS_LIMIT then
cumulative_kkt_matrix_passes is at least kkt_pass_limit.
- getKktMatrixPassLimit() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
If termination_reason = TERMINATION_REASON_KKT_MATRIX_PASS_LIMIT then
cumulative_kkt_matrix_passes is at least kkt_pass_limit.
- getKLateCostArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKLateDateArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKLeftArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKLess() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKLessOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKLexLess() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKLightElement() - Static method in class com.google.ortools.constraintsolver.RoutingModelVisitor
-
Constraint types.
- getKLightElement2() - Static method in class com.google.ortools.constraintsolver.RoutingModelVisitor
-
- getKLightElementEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKLinkExprVar() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMapDomain() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMax() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMaxArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMaxEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMaximizeArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMaxValidValue() - Static method in class com.google.ortools.constraintsolver.IntervalVar
-
The largest acceptable value to be returned by EndMax()
- getKMember() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMin() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMinArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMinEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKMinValidValue() - Static method in class com.google.ortools.constraintsolver.IntervalVar
-
The smallest acceptable value to be returned by StartMin()
- getKMirrorOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
Operations.
- getKModulo() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKModuloArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKNextsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKNoCycle() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKNoDimension() - Static method in class com.google.ortools.constraintsolver.RoutingModel
-
Constant used to express the "no dimension" index, returned when a
dimension name does not correspond to an actual dimension.
- getKNoDisjunction() - Static method in class com.google.ortools.constraintsolver.RoutingModel
-
Constant used to express the "no disjunction" index, returned when a node
does not appear in any disjunction.
- getKNonEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKNoPenalty() - Static method in class com.google.ortools.constraintsolver.RoutingModel
-
Constant used to express a hard constraint instead of a soft penalty.
- getKNotBetween() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKNotMember() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKNullIntersect() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKObjectiveExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKOpposite() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKOptionalArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKPack() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKPartialArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKPathCumul() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKPerformedExpr() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKPositionXArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKPositionYArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKPower() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKProduct() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKProductOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKRangeArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKRelationArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKRelaxedMaxOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKRelaxedMinOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKRemoveValues() - Static method in class com.google.ortools.constraintsolver.RoutingModelVisitor
-
- getKRightArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKScalProd() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKScalProdEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKScalProdGreaterOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKScalProdLessOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSearchLimitExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSemiContinuous() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSequenceArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSequencesArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSequenceVariable() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSizeArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSizeXArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSizeYArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSmartTimeCheckArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSolutionLimitArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSortingConstraint() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSquare() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKStartExpr() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKStartMaxArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKStartMinArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKStartsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKStartSyncOnEndOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKStartSyncOnStartOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKStepArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSum() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSumEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSumGreaterOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSumLessOrEqual() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKSumOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKTargetArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKTimeLimitArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKTrace() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKTraceOperation() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKTransition() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKTransitsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKTrueConstraint() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKTuplesArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKUnboundBooleanVarValue() - Static method in class com.google.ortools.constraintsolver.BooleanVar
-
- getKUsageEqualVariableExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKUsageLessConstantExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKValueArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKValuesArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKVarBoundWatcher() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKVariableArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKVariableGroupExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKVariableUsageLessConstantExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKVarsArgument() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKVarValueWatcher() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getKWeightedSumOfAssignedEqualVariableExtension() - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- getL2DualResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The l_2 norm of the violations of dual constraints.
- getL2DualResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The l_2 norm of the violations of dual constraints.
- getL2DualResidual() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The l_2 norm of the violations of dual constraints.
- getL2DualVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The l_2 norm of the dual variables.
- getL2DualVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The l_2 norm of the dual variables.
- getL2DualVariable() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The l_2 norm of the dual variables.
- getL2NormRescaling() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
If true, applies L_2 norm rescaling after the Ruiz rescaling.
- getL2NormRescaling() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
If true, applies L_2 norm rescaling after the Ruiz rescaling.
- getL2NormRescaling() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
If true, applies L_2 norm rescaling after the Ruiz rescaling.
- getL2PrimalResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The l_2 norm of the violations of primal constraints.
- getL2PrimalResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The l_2 norm of the violations of primal constraints.
- getL2PrimalResidual() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The l_2 norm of the violations of primal constraints.
- getL2PrimalVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The l_2 norm of the primal variables.
- getL2PrimalVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The l_2 norm of the primal variables.
- getL2PrimalVariable() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The l_2 norm of the primal variables.
- getLbRelaxNumWorkersThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Only use lb-relax if we have at least that many workers.
- getLbRelaxNumWorkersThreshold() - Method in class com.google.ortools.sat.SatParameters
-
Only use lb-relax if we have at least that many workers.
- getLbRelaxNumWorkersThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Only use lb-relax if we have at least that many workers.
- getLeftNode(int) - Method in class com.google.ortools.graph.LinearSumAssignment
-
- getLevelChanges(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- getLevelChanges(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
Currently, we only support constant level changes.
- getLevelChanges(int) - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
Currently, we only support constant level changes.
- getLevelChangesBuilder(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- getLevelChangesBuilderList() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- getLevelChangesCount() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- getLevelChangesCount() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
Currently, we only support constant level changes.
- getLevelChangesCount() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
Currently, we only support constant level changes.
- getLevelChangesList() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- getLevelChangesList() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
Currently, we only support constant level changes.
- getLevelChangesList() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
Currently, we only support constant level changes.
- getLevelChangesOrBuilder(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- getLevelChangesOrBuilder(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
Currently, we only support constant level changes.
- getLevelChangesOrBuilder(int) - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
Currently, we only support constant level changes.
- getLevelChangesOrBuilderList() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- getLevelChangesOrBuilderList() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
Currently, we only support constant level changes.
- getLevelChangesOrBuilderList() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
Currently, we only support constant level changes.
- getLinear() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- getLinear() - Method in class com.google.ortools.sat.ConstraintProto
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- getLinear() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- getLinearBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- getLinearIndex() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
All expressions below must be affine function with at most one variable.
- getLinearIndex() - Method in class com.google.ortools.sat.ElementConstraintProto
-
All expressions below must be affine function with at most one variable.
- getLinearIndex() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
All expressions below must be affine function with at most one variable.
- getLinearIndexBuilder() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
All expressions below must be affine function with at most one variable.
- getLinearIndexOrBuilder() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
All expressions below must be affine function with at most one variable.
- getLinearIndexOrBuilder() - Method in class com.google.ortools.sat.ElementConstraintProto
-
All expressions below must be affine function with at most one variable.
- getLinearIndexOrBuilder() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
All expressions below must be affine function with at most one variable.
- getLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A non-negative level indicating the type of constraints we consider in the
LP relaxation.
- getLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters
-
A non-negative level indicating the type of constraints we consider in the
LP relaxation.
- getLinearizationLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A non-negative level indicating the type of constraints we consider in the
LP relaxation.
- getLinearOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- getLinearOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- getLinearOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- getLinearSplitSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Linear constraints that are not pseudo-Boolean and that are longer than
this size will be split into sqrt(size) intermediate sums in order to have
faster propation in the CP engine.
- getLinearSplitSize() - Method in class com.google.ortools.sat.SatParameters
-
Linear constraints that are not pseudo-Boolean and that are longer than
this size will be split into sqrt(size) intermediate sums in order to have
faster propation in the CP engine.
- getLinearSplitSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Linear constraints that are not pseudo-Boolean and that are longer than
this size will be split into sqrt(size) intermediate sums in order to have
faster propation in the CP engine.
- getLinearTarget() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto linear_target = 5;
- getLinearTarget() - Method in class com.google.ortools.sat.ElementConstraintProto
-
.operations_research.sat.LinearExpressionProto linear_target = 5;
- getLinearTarget() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto linear_target = 5;
- getLinearTargetBuilder() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto linear_target = 5;
- getLinearTargetOrBuilder() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto linear_target = 5;
- getLinearTargetOrBuilder() - Method in class com.google.ortools.sat.ElementConstraintProto
-
.operations_research.sat.LinearExpressionProto linear_target = 5;
- getLinearTargetOrBuilder() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto linear_target = 5;
- getLinesearchContractionFactor() - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
-
Contraction factor used in the linesearch condition of Malitsky and Pock.
- getLinesearchContractionFactor() - Method in class com.google.ortools.pdlp.MalitskyPockParams
-
Contraction factor used in the linesearch condition of Malitsky and Pock.
- getLinesearchContractionFactor() - Method in interface com.google.ortools.pdlp.MalitskyPockParamsOrBuilder
-
Contraction factor used in the linesearch condition of Malitsky and Pock.
- getLinesearchRule() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Linesearch rule applied at each major iteration.
- getLinesearchRule() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
Linesearch rule applied at each major iteration.
- getLinesearchRule() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
Linesearch rule applied at each major iteration.
- getLInfComponentwiseDualResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum relative violation of any dual constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where
eps_ratio = eps_optimal_dual_residual_absolute
/ eps_optimal_dual_residual_relative
optional double l_inf_componentwise_dual_residual = 25;
- getLInfComponentwiseDualResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The maximum relative violation of any dual constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where
eps_ratio = eps_optimal_dual_residual_absolute
/ eps_optimal_dual_residual_relative
optional double l_inf_componentwise_dual_residual = 25;
- getLInfComponentwiseDualResidual() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The maximum relative violation of any dual constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where
eps_ratio = eps_optimal_dual_residual_absolute
/ eps_optimal_dual_residual_relative
optional double l_inf_componentwise_dual_residual = 25;
- getLInfComponentwisePrimalResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum relative violation of any primal constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where
eps_ratio = eps_optimal_primal_residual_absolute
/ eps_optimal_primal_residual_relative
and bound is the violated bound.
- getLInfComponentwisePrimalResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The maximum relative violation of any primal constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where
eps_ratio = eps_optimal_primal_residual_absolute
/ eps_optimal_primal_residual_relative
and bound is the violated bound.
- getLInfComponentwisePrimalResidual() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The maximum relative violation of any primal constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where
eps_ratio = eps_optimal_primal_residual_absolute
/ eps_optimal_primal_residual_relative
and bound is the violated bound.
- getLInfDualResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum violation of any dual constraint, i.e., the l_∞ norm of the
violations.
- getLInfDualResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The maximum violation of any dual constraint, i.e., the l_∞ norm of the
violations.
- getLInfDualResidual() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The maximum violation of any dual constraint, i.e., the l_∞ norm of the
violations.
- getLInfDualVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum absolute value of the dual variables, i.e., the l_∞ norm.
- getLInfDualVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The maximum absolute value of the dual variables, i.e., the l_∞ norm.
- getLInfDualVariable() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The maximum absolute value of the dual variables, i.e., the l_∞ norm.
- getLInfPrimalResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum violation of any primal constraint, i.e., the l_∞ norm of the
violations.
- getLInfPrimalResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The maximum violation of any primal constraint, i.e., the l_∞ norm of the
violations.
- getLInfPrimalResidual() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The maximum violation of any primal constraint, i.e., the l_∞ norm of the
violations.
- getLInfPrimalVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum absolute value of the primal variables, i.e., the l_∞ norm.
- getLInfPrimalVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The maximum absolute value of the primal variables, i.e., the l_∞ norm.
- getLInfPrimalVariable() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The maximum absolute value of the primal variables, i.e., the l_∞ norm.
- getLInfRuizIterations() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Number of L_infinity Ruiz rescaling iterations to apply to the constraint
matrix.
- getLInfRuizIterations() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
Number of L_infinity Ruiz rescaling iterations to apply to the constraint
matrix.
- getLInfRuizIterations() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
Number of L_infinity Ruiz rescaling iterations to apply to the constraint
matrix.
- getLinMax() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- getLinMax() - Method in class com.google.ortools.sat.ConstraintProto
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- getLinMax() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- getLinMaxBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- getLinMaxOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- getLinMaxOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- getLinMaxOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- getLiterals(int) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
repeated int32 literals = 1;
- getLiterals(int) - Method in class com.google.ortools.sat.BoolArgumentProto
-
repeated int32 literals = 1;
- getLiterals(int) - Method in interface com.google.ortools.sat.BoolArgumentProtoOrBuilder
-
repeated int32 literals = 1;
- getLiterals(int) - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
repeated int32 literals = 1;
- getLiterals(int) - Method in class com.google.ortools.sat.BooleanAssignment
-
repeated int32 literals = 1;
- getLiterals(int) - Method in interface com.google.ortools.sat.BooleanAssignmentOrBuilder
-
repeated int32 literals = 1;
- getLiterals(int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 literals = 5;
- getLiterals(int) - Method in class com.google.ortools.sat.CircuitConstraintProto
-
repeated int32 literals = 5;
- getLiterals(int) - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
-
repeated int32 literals = 5;
- getLiterals(int) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
Linear terms involved in this constraint.
- getLiterals(int) - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
Linear terms involved in this constraint.
- getLiterals(int) - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
Linear terms involved in this constraint.
- getLiterals(int) - Method in class com.google.ortools.sat.LinearObjective.Builder
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- getLiterals(int) - Method in class com.google.ortools.sat.LinearObjective
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- getLiterals(int) - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- getLiterals(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 literals = 3;
- getLiterals(int) - Method in class com.google.ortools.sat.RoutesConstraintProto
-
repeated int32 literals = 3;
- getLiterals(int) - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
repeated int32 literals = 3;
- getLiteralsCount() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
repeated int32 literals = 1;
- getLiteralsCount() - Method in class com.google.ortools.sat.BoolArgumentProto
-
repeated int32 literals = 1;
- getLiteralsCount() - Method in interface com.google.ortools.sat.BoolArgumentProtoOrBuilder
-
repeated int32 literals = 1;
- getLiteralsCount() - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
repeated int32 literals = 1;
- getLiteralsCount() - Method in class com.google.ortools.sat.BooleanAssignment
-
repeated int32 literals = 1;
- getLiteralsCount() - Method in interface com.google.ortools.sat.BooleanAssignmentOrBuilder
-
repeated int32 literals = 1;
- getLiteralsCount() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 literals = 5;
- getLiteralsCount() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
repeated int32 literals = 5;
- getLiteralsCount() - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
-
repeated int32 literals = 5;
- getLiteralsCount() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
Linear terms involved in this constraint.
- getLiteralsCount() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
Linear terms involved in this constraint.
- getLiteralsCount() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
Linear terms involved in this constraint.
- getLiteralsCount() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- getLiteralsCount() - Method in class com.google.ortools.sat.LinearObjective
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- getLiteralsCount() - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- getLiteralsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 literals = 3;
- getLiteralsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
repeated int32 literals = 3;
- getLiteralsCount() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
repeated int32 literals = 3;
- getLiteralsList() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
repeated int32 literals = 1;
- getLiteralsList() - Method in class com.google.ortools.sat.BoolArgumentProto
-
repeated int32 literals = 1;
- getLiteralsList() - Method in interface com.google.ortools.sat.BoolArgumentProtoOrBuilder
-
repeated int32 literals = 1;
- getLiteralsList() - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
repeated int32 literals = 1;
- getLiteralsList() - Method in class com.google.ortools.sat.BooleanAssignment
-
repeated int32 literals = 1;
- getLiteralsList() - Method in interface com.google.ortools.sat.BooleanAssignmentOrBuilder
-
repeated int32 literals = 1;
- getLiteralsList() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 literals = 5;
- getLiteralsList() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
repeated int32 literals = 5;
- getLiteralsList() - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
-
repeated int32 literals = 5;
- getLiteralsList() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
Linear terms involved in this constraint.
- getLiteralsList() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
Linear terms involved in this constraint.
- getLiteralsList() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
Linear terms involved in this constraint.
- getLiteralsList() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- getLiteralsList() - Method in class com.google.ortools.sat.LinearObjective
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- getLiteralsList() - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- getLiteralsList() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 literals = 3;
- getLiteralsList() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
repeated int32 literals = 3;
- getLiteralsList() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
repeated int32 literals = 3;
- getLnsInitialDeterministicLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double lns_initial_deterministic_limit = 308 [default = 0.1];
- getLnsInitialDeterministicLimit() - Method in class com.google.ortools.sat.SatParameters
-
optional double lns_initial_deterministic_limit = 308 [default = 0.1];
- getLnsInitialDeterministicLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double lns_initial_deterministic_limit = 308 [default = 0.1];
- getLnsInitialDifficulty() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Initial parameters for neighborhood generation.
- getLnsInitialDifficulty() - Method in class com.google.ortools.sat.SatParameters
-
Initial parameters for neighborhood generation.
- getLnsInitialDifficulty() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Initial parameters for neighborhood generation.
- getLnsTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the completion search for each local search
neighbor.
- getLnsTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Limit to the time spent in the completion search for each local search
neighbor.
- getLnsTimeLimit() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Limit to the time spent in the completion search for each local search
neighbor.
- getLnsTimeLimitBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the completion search for each local search
neighbor.
- getLnsTimeLimitOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the completion search for each local search
neighbor.
- getLnsTimeLimitOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Limit to the time spent in the completion search for each local search
neighbor.
- getLnsTimeLimitOrBuilder() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Limit to the time spent in the completion search for each local search
neighbor.
- getLocalCheapestCostInsertionPickupDeliveryStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest cost insertion, both first solution heuristic and LNS.
- getLocalCheapestCostInsertionPickupDeliveryStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest cost insertion, both first solution heuristic and LNS.
- getLocalCheapestCostInsertionPickupDeliveryStrategy() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest cost insertion, both first solution heuristic and LNS.
- getLocalCheapestCostInsertionPickupDeliveryStrategyValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest cost insertion, both first solution heuristic and LNS.
- getLocalCheapestCostInsertionPickupDeliveryStrategyValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest cost insertion, both first solution heuristic and LNS.
- getLocalCheapestCostInsertionPickupDeliveryStrategyValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest cost insertion, both first solution heuristic and LNS.
- getLocalCheapestInsertionPickupDeliveryStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest insertion, both first solution heuristic and LNS.
- getLocalCheapestInsertionPickupDeliveryStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest insertion, both first solution heuristic and LNS.
- getLocalCheapestInsertionPickupDeliveryStrategy() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest insertion, both first solution heuristic and LNS.
- getLocalCheapestInsertionPickupDeliveryStrategyValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest insertion, both first solution heuristic and LNS.
- getLocalCheapestInsertionPickupDeliveryStrategyValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest insertion, both first solution heuristic and LNS.
- getLocalCheapestInsertionPickupDeliveryStrategyValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest insertion, both first solution heuristic and LNS.
- getLocalCheapestInsertionSortingProperties(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The properties used to sort insertion entries in the local cheapest
insertion heuristic, in *decreasing* order of priority.
- getLocalCheapestInsertionSortingProperties(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
The properties used to sort insertion entries in the local cheapest
insertion heuristic, in *decreasing* order of priority.
- getLocalCheapestInsertionSortingProperties(int) - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
The properties used to sort insertion entries in the local cheapest
insertion heuristic, in *decreasing* order of priority.
- getLocalCheapestInsertionSortingPropertiesCount() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The properties used to sort insertion entries in the local cheapest
insertion heuristic, in *decreasing* order of priority.
- getLocalCheapestInsertionSortingPropertiesCount() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
The properties used to sort insertion entries in the local cheapest
insertion heuristic, in *decreasing* order of priority.
- getLocalCheapestInsertionSortingPropertiesCount() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
The properties used to sort insertion entries in the local cheapest
insertion heuristic, in *decreasing* order of priority.
- getLocalCheapestInsertionSortingPropertiesList() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The properties used to sort insertion entries in the local cheapest
insertion heuristic, in *decreasing* order of priority.
- getLocalCheapestInsertionSortingPropertiesList() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
The properties used to sort insertion entries in the local cheapest
insertion heuristic, in *decreasing* order of priority.
- getLocalCheapestInsertionSortingPropertiesList() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
The properties used to sort insertion entries in the local cheapest
insertion heuristic, in *decreasing* order of priority.
- getLocalCheapestInsertionSortingPropertiesValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The properties used to sort insertion entries in the local cheapest
insertion heuristic, in *decreasing* order of priority.
- getLocalCheapestInsertionSortingPropertiesValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
The properties used to sort insertion entries in the local cheapest
insertion heuristic, in *decreasing* order of priority.
- getLocalCheapestInsertionSortingPropertiesValue(int) - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
The properties used to sort insertion entries in the local cheapest
insertion heuristic, in *decreasing* order of priority.
- getLocalCheapestInsertionSortingPropertiesValueList() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The properties used to sort insertion entries in the local cheapest
insertion heuristic, in *decreasing* order of priority.
- getLocalCheapestInsertionSortingPropertiesValueList() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
The properties used to sort insertion entries in the local cheapest
insertion heuristic, in *decreasing* order of priority.
- getLocalCheapestInsertionSortingPropertiesValueList() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
The properties used to sort insertion entries in the local cheapest
insertion heuristic, in *decreasing* order of priority.
- getLocalOptimizerOffsetForVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getLocalSearchFilter() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Name of the filter.
- getLocalSearchFilter() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
Name of the filter.
- getLocalSearchFilter() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder
-
Name of the filter.
- getLocalSearchFilterBytes() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Name of the filter.
- getLocalSearchFilterBytes() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
Name of the filter.
- getLocalSearchFilterBytes() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder
-
Name of the filter.
- getLocalSearchFilterStatistics(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatistics(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatistics(int) - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsBuilderList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsCount() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsCount() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsCount() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsList() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsOrBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsOrBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsOrBuilder(int) - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsOrBuilderList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsOrBuilderList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each filter called during the search.
- getLocalSearchFilterStatisticsOrBuilderList() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each filter called during the search.
- getLocalSearchMetaheuristic() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Local search metaheuristics used to guide the search.
- getLocalSearchMetaheuristic() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Local search metaheuristics used to guide the search.
- getLocalSearchMetaheuristic() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Local search metaheuristics used to guide the search.
- getLocalSearchMetaheuristics(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Local search metaheuristics alternatively used to guide the search.
- getLocalSearchMetaheuristics(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Local search metaheuristics alternatively used to guide the search.
- getLocalSearchMetaheuristics(int) - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Local search metaheuristics alternatively used to guide the search.
- getLocalSearchMetaheuristicsCount() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Local search metaheuristics alternatively used to guide the search.
- getLocalSearchMetaheuristicsCount() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Local search metaheuristics alternatively used to guide the search.
- getLocalSearchMetaheuristicsCount() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Local search metaheuristics alternatively used to guide the search.
- getLocalSearchMetaheuristicsList() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Local search metaheuristics alternatively used to guide the search.
- getLocalSearchMetaheuristicsList() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Local search metaheuristics alternatively used to guide the search.
- getLocalSearchMetaheuristicsList() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Local search metaheuristics alternatively used to guide the search.
- getLocalSearchMetaheuristicsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Local search metaheuristics alternatively used to guide the search.
- getLocalSearchMetaheuristicsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Local search metaheuristics alternatively used to guide the search.
- getLocalSearchMetaheuristicsValue(int) - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Local search metaheuristics alternatively used to guide the search.
- getLocalSearchMetaheuristicsValueList() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Local search metaheuristics alternatively used to guide the search.
- getLocalSearchMetaheuristicsValueList() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Local search metaheuristics alternatively used to guide the search.
- getLocalSearchMetaheuristicsValueList() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Local search metaheuristics alternatively used to guide the search.
- getLocalSearchMetaheuristicValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Local search metaheuristics used to guide the search.
- getLocalSearchMetaheuristicValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Local search metaheuristics used to guide the search.
- getLocalSearchMetaheuristicValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Local search metaheuristics used to guide the search.
- getLocalSearchMonitor() - Method in class com.google.ortools.constraintsolver.Solver
-
Returns the local search monitor.
- getLocalSearchOperator() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Name of the operator.
- getLocalSearchOperator() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
Name of the operator.
- getLocalSearchOperator() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder
-
Name of the operator.
- getLocalSearchOperatorBytes() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Name of the operator.
- getLocalSearchOperatorBytes() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
Name of the operator.
- getLocalSearchOperatorBytes() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder
-
Name of the operator.
- getLocalSearchOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- getLocalSearchOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- getLocalSearchOperators() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- getLocalSearchOperatorsBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- getLocalSearchOperatorsOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- getLocalSearchOperatorsOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- getLocalSearchOperatorsOrBuilder() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- getLocalSearchOperatorStatistics(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatistics(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatistics(int) - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsBuilderList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsCount() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsCount() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsCount() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsList() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsOrBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsOrBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsOrBuilder(int) - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsOrBuilderList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsOrBuilderList() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Statistics for each operator called during the search.
- getLocalSearchOperatorStatisticsOrBuilderList() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Statistics for each operator called during the search.
- getLocalSearchStatistics(int) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Local search statistics for each solver context.
- getLocalSearchStatistics(int) - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
Local search statistics for each solver context.
- getLocalSearchStatistics(int) - Method in interface com.google.ortools.constraintsolver.SearchStatisticsOrBuilder
-
Local search statistics for each solver context.
- getLocalSearchStatisticsBuilder(int) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Local search statistics for each solver context.
- getLocalSearchStatisticsBuilderList() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Local search statistics for each solver context.
- getLocalSearchStatisticsCount() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Local search statistics for each solver context.
- getLocalSearchStatisticsCount() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
Local search statistics for each solver context.
- getLocalSearchStatisticsCount() - Method in interface com.google.ortools.constraintsolver.SearchStatisticsOrBuilder
-
Local search statistics for each solver context.
- getLocalSearchStatisticsList() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Local search statistics for each solver context.
- getLocalSearchStatisticsList() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
Local search statistics for each solver context.
- getLocalSearchStatisticsList() - Method in interface com.google.ortools.constraintsolver.SearchStatisticsOrBuilder
-
Local search statistics for each solver context.
- getLocalSearchStatisticsOrBuilder(int) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Local search statistics for each solver context.
- getLocalSearchStatisticsOrBuilder(int) - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
Local search statistics for each solver context.
- getLocalSearchStatisticsOrBuilder(int) - Method in interface com.google.ortools.constraintsolver.SearchStatisticsOrBuilder
-
Local search statistics for each solver context.
- getLocalSearchStatisticsOrBuilderList() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Local search statistics for each solver context.
- getLocalSearchStatisticsOrBuilderList() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
Local search statistics for each solver context.
- getLocalSearchStatisticsOrBuilderList() - Method in interface com.google.ortools.constraintsolver.SearchStatisticsOrBuilder
-
Local search statistics for each solver context.
- getLog_prefix() - Method in class com.google.ortools.init.CppFlags
-
Controls if time and source code info are used to prefix logging
messages.
- getLogCostOffset() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
double log_cost_offset = 29;
- getLogCostOffset() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
double log_cost_offset = 29;
- getLogCostOffset() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
double log_cost_offset = 29;
- getLogCostScalingFactor() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
In logs, cost values will be scaled and offset by the given values in the
following way: log_cost_scaling_factor * (cost + log_cost_offset)
double log_cost_scaling_factor = 22;
- getLogCostScalingFactor() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
In logs, cost values will be scaled and offset by the given values in the
following way: log_cost_scaling_factor * (cost + log_cost_offset)
double log_cost_scaling_factor = 22;
- getLogCostScalingFactor() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
In logs, cost values will be scaled and offset by the given values in the
following way: log_cost_scaling_factor * (cost + log_cost_offset)
double log_cost_scaling_factor = 22;
- getLogIntervalSeconds() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Time between iteration-level statistics logging (if `verbosity_level > 1`).
- getLogIntervalSeconds() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
Time between iteration-level statistics logging (if `verbosity_level > 1`).
- getLogIntervalSeconds() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
Time between iteration-level statistics logging (if `verbosity_level > 1`).
- getLogInvalidNames() - Method in class com.google.ortools.linearsolver.MPModelExportOptions
-
Whether to log invalid variable and constraint names.
- getLogPrefix() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a prefix to all logs.
- getLogPrefix() - Method in class com.google.ortools.sat.SatParameters
-
Add a prefix to all logs.
- getLogPrefix() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Add a prefix to all logs.
- getLogPrefixBytes() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a prefix to all logs.
- getLogPrefixBytes() - Method in class com.google.ortools.sat.SatParameters
-
Add a prefix to all logs.
- getLogPrefixBytes() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Add a prefix to all logs.
- getLogSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Miscellaneous ---
Some of these are advanced settings which should not be modified unless you
know what you are doing.
- getLogSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
--- Miscellaneous ---
Some of these are advanced settings which should not be modified unless you
know what you are doing.
- getLogSearch() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
--- Miscellaneous ---
Some of these are advanced settings which should not be modified unless you
know what you are doing.
- getLogSearchProgress() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether the solver should log the search progress to LOG(INFO).
- getLogSearchProgress() - Method in class com.google.ortools.bop.BopParameters
-
Whether the solver should log the search progress to LOG(INFO).
- getLogSearchProgress() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether the solver should log the search progress to LOG(INFO).
- getLogSearchProgress() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, logs the progress of a solve to LOG(INFO).
- getLogSearchProgress() - Method in class com.google.ortools.glop.GlopParameters
-
If true, logs the progress of a solve to LOG(INFO).
- getLogSearchProgress() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If true, logs the progress of a solve to LOG(INFO).
- getLogSearchProgress() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether the solver should log the search progress.
- getLogSearchProgress() - Method in class com.google.ortools.sat.SatParameters
-
Whether the solver should log the search progress.
- getLogSearchProgress() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether the solver should log the search progress.
- getLogSubsolverStatistics() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether the solver should display per sub-solver search statistics.
- getLogSubsolverStatistics() - Method in class com.google.ortools.sat.SatParameters
-
Whether the solver should display per sub-solver search statistics.
- getLogSubsolverStatistics() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether the solver should display per sub-solver search statistics.
- getLogTag() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
In logs, this tag will be appended to each line corresponding to a new
solution.
- getLogTag() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
In logs, this tag will be appended to each line corresponding to a new
solution.
- getLogTag() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
In logs, this tag will be appended to each line corresponding to a new
solution.
- getLogTagBytes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
In logs, this tag will be appended to each line corresponding to a new
solution.
- getLogTagBytes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
In logs, this tag will be appended to each line corresponding to a new
solution.
- getLogTagBytes() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
In logs, this tag will be appended to each line corresponding to a new
solution.
- getLogToResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Log to response proto.
- getLogToResponse() - Method in class com.google.ortools.sat.SatParameters
-
Log to response proto.
- getLogToResponse() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Log to response proto.
- getLogToStdout() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, logs will be displayed to stdout instead of using Google log info.
- getLogToStdout() - Method in class com.google.ortools.glop.GlopParameters
-
If true, logs will be displayed to stdout instead of using Google log info.
- getLogToStdout() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If true, logs will be displayed to stdout instead of using Google log info.
- getLogToStdout() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Log to stdout.
- getLogToStdout() - Method in class com.google.ortools.sat.SatParameters
-
Log to stdout.
- getLogToStdout() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Log to stdout.
- getLow() - Method in class com.google.ortools.util.Int128.Builder
-
uint64 low = 2;
- getLow() - Method in class com.google.ortools.util.Int128
-
uint64 low = 2;
- getLow() - Method in interface com.google.ortools.util.Int128OrBuilder
-
uint64 low = 2;
- getLowerBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
lower_bound must be <= upper_bound.
- getLowerBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
lower_bound must be <= upper_bound.
- getLowerBound() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
lower_bound must be <= upper_bound.
- getLowerBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
lower_bound must be <= upper_bound.
- getLowerBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
lower_bound must be <= upper_bound.
- getLowerBound() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
lower_bound must be <= upper_bound.
- getLowerBound() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
lower_bound must be <= upper_bound.
- getLowerBound() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
lower_bound must be <= upper_bound.
- getLowerBound() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
lower_bound must be <= upper_bound.
- getLowerBound() - Method in class com.google.ortools.modelbuilder.EnforcedLinearConstraint
-
Returns the lower bound of the constraint.
- getLowerBound() - Method in class com.google.ortools.modelbuilder.LinearConstraint
-
Returns the lower bound of the constraint.
- getLowerBound() - Method in class com.google.ortools.modelbuilder.Variable
-
Returns the lower bound of the variable.
- getLowerBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
Optional lower (resp. upper) bound of the constraint.
- getLowerBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
Optional lower (resp. upper) bound of the constraint.
- getLowerBound() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
Optional lower (resp. upper) bound of the constraint.
- getLpAlgorithm() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Algorithm to solve linear programs.
- getLpAlgorithm() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Algorithm to solve linear programs.
- getLpAlgorithm() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Algorithm to solve linear programs.
- getLpDualTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double lp_dual_tolerance = 267 [default = 1e-07];
- getLpDualTolerance() - Method in class com.google.ortools.sat.SatParameters
-
optional double lp_dual_tolerance = 267 [default = 1e-07];
- getLpDualTolerance() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double lp_dual_tolerance = 267 [default = 1e-07];
- getLpMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The max deterministic time given to the LP solver each time it is called.
- getLpMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters
-
The max deterministic time given to the LP solver each time it is called.
- getLpMaxDeterministicTime() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The max deterministic time given to the LP solver each time it is called.
- getLpPrimalTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The internal LP tolerances used by CP-SAT.
- getLpPrimalTolerance() - Method in class com.google.ortools.sat.SatParameters
-
The internal LP tolerances used by CP-SAT.
- getLpPrimalTolerance() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The internal LP tolerances used by CP-SAT.
- getLsOperatorMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 ls_operator_min_neighbors = 54;
- getLsOperatorMinNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
int32 ls_operator_min_neighbors = 54;
- getLsOperatorMinNeighbors() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
int32 ls_operator_min_neighbors = 54;
- getLsOperatorNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Neighbors ratio and minimum number of neighbors considered in local
search operators (see cheapest_insertion_first_solution_neighbors_ratio
and cheapest_insertion_first_solution_min_neighbors for more information).
- getLsOperatorNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Neighbors ratio and minimum number of neighbors considered in local
search operators (see cheapest_insertion_first_solution_neighbors_ratio
and cheapest_insertion_first_solution_min_neighbors for more information).
- getLsOperatorNeighborsRatio() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Neighbors ratio and minimum number of neighbors considered in local
search operators (see cheapest_insertion_first_solution_neighbors_ratio
and cheapest_insertion_first_solution_min_neighbors for more information).
- getLuFactorizationPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Threshold for LU-factorization: for stability reasons, the magnitude of the
chosen pivot at a given step is guaranteed to be greater than this
threshold times the maximum magnitude of all the possible pivot choices in
the same column.
- getLuFactorizationPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
Threshold for LU-factorization: for stability reasons, the magnitude of the
chosen pivot at a given step is guaranteed to be greater than this
threshold times the maximum magnitude of all the possible pivot choices in
the same column.
- getLuFactorizationPivotThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Threshold for LU-factorization: for stability reasons, the magnitude of the
chosen pivot at a given step is guaranteed to be greater than this
threshold times the maximum magnitude of all the possible pivot choices in
the same column.
- getMainIterationCount() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
The iteration count for the main iteration when this feasibility polishing
phase was triggered.
- getMainIterationCount() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
The iteration count for the main iteration when this feasibility polishing
phase was triggered.
- getMainIterationCount() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
The iteration count for the main iteration when this feasibility polishing
phase was triggered.
- getMaintainer() - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
-
- getMajorIterationFrequency() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The frequency at which extra work is performed to make major algorithmic
decisions, e.g., performing restarts and updating the primal weight.
- getMajorIterationFrequency() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
The frequency at which extra work is performed to make major algorithmic
decisions, e.g., performing restarts and updating the primal weight.
- getMajorIterationFrequency() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
The frequency at which extra work is performed to make major algorithmic
decisions, e.g., performing restarts and updating the primal weight.
- getMajorNumber() - Static method in class com.google.ortools.init.OrToolsVersion
-
Returns the major version of OR-Tools.
- getMakeNextNeighborDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Time spent in creating neighbors (calling MakeNextNeighbor).
- getMakeNextNeighborDurationSeconds() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
Time spent in creating neighbors (calling MakeNextNeighbor).
- getMakeNextNeighborDurationSeconds() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder
-
Time spent in creating neighbors (calling MakeNextNeighbor).
- getMalitskyPockParameters() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- getMalitskyPockParameters() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- getMalitskyPockParameters() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- getMalitskyPockParametersBuilder() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- getMalitskyPockParametersOrBuilder() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- getMalitskyPockParametersOrBuilder() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- getMalitskyPockParametersOrBuilder() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- getMarkowitzSingularityThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If a pivot magnitude is smaller than this during the Markowitz LU
factorization, then the matrix is assumed to be singular.
- getMarkowitzSingularityThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
If a pivot magnitude is smaller than this during the Markowitz LU
factorization, then the matrix is assumed to be singular.
- getMarkowitzSingularityThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If a pivot magnitude is smaller than this during the Markowitz LU
factorization, then the matrix is assumed to be singular.
- getMarkowitzZlatevParameter() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
How many columns do we look at in the Markowitz pivoting rule to find
a good pivot.
- getMarkowitzZlatevParameter() - Method in class com.google.ortools.glop.GlopParameters
-
How many columns do we look at in the Markowitz pivoting rule to find
a good pivot.
- getMarkowitzZlatevParameter() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
How many columns do we look at in the Markowitz pivoting rule to find
a good pivot.
- getMaxAllDiffCutSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Cut generator for all diffs can add too many cuts for large all_diff
constraints.
- getMaxAllDiffCutSize() - Method in class com.google.ortools.sat.SatParameters
-
Cut generator for all diffs can add too many cuts for large all_diff
constraints.
- getMaxAllDiffCutSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Cut generator for all diffs can add too many cuts for large all_diff
constraints.
- getMaxCallbackCacheSize() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Cache callback calls if the number of nodes in the model is less or equal
to this value.
- getMaxCallbackCacheSize() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
Cache callback calls if the number of nodes in the model is less or equal
to this value.
- getMaxCallbackCacheSize() - Method in interface com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder
-
Cache callback calls if the number of nodes in the model is less or equal
to this value.
- getMaxClauseActivityValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double max_clause_activity_value = 18 [default = 1e+20];
- getMaxClauseActivityValue() - Method in class com.google.ortools.sat.SatParameters
-
optional double max_clause_activity_value = 18 [default = 1e+20];
- getMaxClauseActivityValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double max_clause_activity_value = 18 [default = 1e+20];
- getMaxConsecutiveInactiveCount() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If a constraint/cut in LP is not active for that many consecutive OPTIMAL
solves, remove it from the LP.
- getMaxConsecutiveInactiveCount() - Method in class com.google.ortools.sat.SatParameters
-
If a constraint/cut in LP is not active for that many consecutive OPTIMAL
solves, remove it from the LP.
- getMaxConsecutiveInactiveCount() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If a constraint/cut in LP is not active for that many consecutive OPTIMAL
solves, remove it from the LP.
- getMaxConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = max(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint max_constraint = 9;
- getMaxConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
resultant_var = max(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint max_constraint = 9;
- getMaxConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
resultant_var = max(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint max_constraint = 9;
- getMaxConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = max(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint max_constraint = 9;
- getMaxConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = max(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint max_constraint = 9;
- getMaxConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
resultant_var = max(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint max_constraint = 9;
- getMaxConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
resultant_var = max(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint max_constraint = 9;
- getMaxCutRoundsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max number of time we perform cut generation and resolve the LP at level 0.
- getMaxCutRoundsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters
-
Max number of time we perform cut generation and resolve the LP at level 0.
- getMaxCutRoundsAtLevelZero() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Max number of time we perform cut generation and resolve the LP at level 0.
- getMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum time allowed in deterministic time to solve a problem.
- getMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters
-
Maximum time allowed in deterministic time to solve a problem.
- getMaxDeterministicTime() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum time allowed in deterministic time to solve a problem.
- getMaxDeterministicTime() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum deterministic time allowed to solve a problem.
- getMaxDeterministicTime() - Method in class com.google.ortools.glop.GlopParameters
-
Maximum deterministic time allowed to solve a problem.
- getMaxDeterministicTime() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Maximum deterministic time allowed to solve a problem.
- getMaxDeterministicTime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum time allowed in deterministic time to solve a problem.
- getMaxDeterministicTime() - Method in class com.google.ortools.sat.SatParameters
-
Maximum time allowed in deterministic time to solve a problem.
- getMaxDeterministicTime() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Maximum time allowed in deterministic time to solve a problem.
- getMaxDomainSizeWhenEncodingEqNeqConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When loading a*x + b*y ==/!
- getMaxDomainSizeWhenEncodingEqNeqConstraints() - Method in class com.google.ortools.sat.SatParameters
-
When loading a*x + b*y ==/!
- getMaxDomainSizeWhenEncodingEqNeqConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When loading a*x + b*y ==/!
- getMaxDualRayInfeasibility() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
Let (y_ray, r_ray) be the algorithm's estimate of the dual and reduced cost
extreme ray where (y_ray, r_ray) is a vector (satisfying the dual variable
constraints) scaled such that its infinity norm is one.
- getMaxDualRayInfeasibility() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
-
Let (y_ray, r_ray) be the algorithm's estimate of the dual and reduced cost
extreme ray where (y_ray, r_ray) is a vector (satisfying the dual variable
constraints) scaled such that its infinity norm is one.
- getMaxDualRayInfeasibility() - Method in interface com.google.ortools.pdlp.InfeasibilityInformationOrBuilder
-
Let (y_ray, r_ray) be the algorithm's estimate of the dual and reduced cost
extreme ray where (y_ray, r_ray) is a vector (satisfying the dual variable
constraints) scaled such that its infinity norm is one.
- getMaxEdgeFinderSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
int32 max_edge_finder_size = 109;
- getMaxEdgeFinderSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
int32 max_edge_finder_size = 109;
- getMaxEdgeFinderSize() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
int32 max_edge_finder_size = 109;
- getMaximize() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
True if the problem is a maximization problem.
- getMaximize() - Method in class com.google.ortools.linearsolver.MPModelProto
-
True if the problem is a maximization problem.
- getMaximize() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
True if the problem is a maximization problem.
- getMaximize() - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getMaximize() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
The optimization direction.
- getMaximize() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
The optimization direction.
- getMaximize() - Method in interface com.google.ortools.sat.FloatObjectiveProtoOrBuilder
-
The optimization direction.
- getMaximumFlow() - Method in class com.google.ortools.graph.MinCostFlow
-
- GetMaximumNumberOfActiveVehicles() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the maximum number of active vehicles.
- getMaximumRegionsToSplitInDisconnectedNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Detects when the space where items of a no_overlap_2d constraint can placed
is disjoint (ie., fixed boxes split the domain).
- getMaximumRegionsToSplitInDisconnectedNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters
-
Detects when the space where items of a no_overlap_2d constraint can placed
is disjoint (ie., fixed boxes split the domain).
- getMaximumRegionsToSplitInDisconnectedNoOverlap2D() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Detects when the space where items of a no_overlap_2d constraint can placed
is disjoint (ie., fixed boxes split the domain).
- getMaxIntegerRoundingScaling() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In the integer rounding procedure used for MIR and Gomory cut, the maximum
"scaling" we use (must be positive).
- getMaxIntegerRoundingScaling() - Method in class com.google.ortools.sat.SatParameters
-
In the integer rounding procedure used for MIR and Gomory cut, the maximum
"scaling" we use (must be positive).
- getMaxIntegerRoundingScaling() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In the integer rounding procedure used for MIR and Gomory cut, the maximum
"scaling" we use (must be positive).
- getMaxLevel() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
int64 max_level = 2;
- getMaxLevel() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
int64 max_level = 2;
- getMaxLevel() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
int64 max_level = 2;
- getMaxLineLength() - Method in class com.google.ortools.linearsolver.MPModelExportOptions
-
For .lp files only.
- getMaxLinMaxSizeForExpansion() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If the number of expressions in the lin_max is less that the max size
parameter, model expansion replaces target = max(xi) by linear constraint
with the introduction of new booleans bi such that bi => target == xi.
- getMaxLinMaxSizeForExpansion() - Method in class com.google.ortools.sat.SatParameters
-
If the number of expressions in the lin_max is less that the max size
parameter, model expansion replaces target = max(xi) by linear constraint
with the introduction of new booleans bi such that bi => target == xi.
- getMaxLinMaxSizeForExpansion() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If the number of expressions in the lin_max is less that the max size
parameter, model expansion replaces target = max(xi) by linear constraint
with the introduction of new booleans bi such that bi => target == xi.
- getMaxLpSolveForFeasibilityProblems() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The maximum number of time the LP solver will run to feasibility for pure
feasibility problems (with a constant-valued objective function).
- getMaxLpSolveForFeasibilityProblems() - Method in class com.google.ortools.bop.BopParameters
-
The maximum number of time the LP solver will run to feasibility for pure
feasibility problems (with a constant-valued objective function).
- getMaxLpSolveForFeasibilityProblems() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The maximum number of time the LP solver will run to feasibility for pure
feasibility problems (with a constant-valued objective function).
- getMaxMemoryInMb() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum memory allowed for the whole thread containing the solver.
- getMaxMemoryInMb() - Method in class com.google.ortools.sat.SatParameters
-
Maximum memory allowed for the whole thread containing the solver.
- getMaxMemoryInMb() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Maximum memory allowed for the whole thread containing the solver.
- getMaxNumberOfBacktracksInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of backtracks times the number of variables in Local Search,
ie. max num backtracks == max_number_of_backtracks_in_ls / num variables.
- getMaxNumberOfBacktracksInLs() - Method in class com.google.ortools.bop.BopParameters
-
Maximum number of backtracks times the number of variables in Local Search,
ie. max num backtracks == max_number_of_backtracks_in_ls / num variables.
- getMaxNumberOfBacktracksInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum number of backtracks times the number of variables in Local Search,
ie. max num backtracks == max_number_of_backtracks_in_ls / num variables.
- getMaxNumberOfConflicts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum number of conflicts allowed to solve a problem.
- getMaxNumberOfConflicts() - Method in class com.google.ortools.sat.SatParameters
-
Maximum number of conflicts allowed to solve a problem.
- getMaxNumberOfConflicts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Maximum number of conflicts allowed to solve a problem.
- getMaxNumberOfConflictsForQuickCheck() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem for the quick check of infeasibility.
- getMaxNumberOfConflictsForQuickCheck() - Method in class com.google.ortools.bop.BopParameters
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem for the quick check of infeasibility.
- getMaxNumberOfConflictsForQuickCheck() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem for the quick check of infeasibility.
- getMaxNumberOfConflictsInRandomLns() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem.
- getMaxNumberOfConflictsInRandomLns() - Method in class com.google.ortools.bop.BopParameters
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem.
- getMaxNumberOfConflictsInRandomLns() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem.
- getMaxNumberOfConflictsInRandomSolutionGeneration() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to generate a random solution.
- getMaxNumberOfConflictsInRandomSolutionGeneration() - Method in class com.google.ortools.bop.BopParameters
-
The number of conflicts the SAT solver has to generate a random solution.
- getMaxNumberOfConflictsInRandomSolutionGeneration() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of conflicts the SAT solver has to generate a random solution.
- getMaxNumberOfConsecutiveFailingOptimizerCalls() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of consecutive optimizer calls without improving the
current solution.
- getMaxNumberOfConsecutiveFailingOptimizerCalls() - Method in class com.google.ortools.bop.BopParameters
-
Maximum number of consecutive optimizer calls without improving the
current solution.
- getMaxNumberOfConsecutiveFailingOptimizerCalls() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum number of consecutive optimizer calls without improving the
current solution.
- getMaxNumberOfExploredAssignmentsPerTryInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The maximum number of assignments the Local Search iterates on during one
try.
- getMaxNumberOfExploredAssignmentsPerTryInLs() - Method in class com.google.ortools.bop.BopParameters
-
The maximum number of assignments the Local Search iterates on during one
try.
- getMaxNumberOfExploredAssignmentsPerTryInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The maximum number of assignments the Local Search iterates on during one
try.
- getMaxNumberOfIterations() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum number of simplex iterations to solve a problem.
- getMaxNumberOfIterations() - Method in class com.google.ortools.glop.GlopParameters
-
Maximum number of simplex iterations to solve a problem.
- getMaxNumberOfIterations() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Maximum number of simplex iterations to solve a problem.
- getMaxNumberOfReoptimizations() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When the solution of phase II is imprecise, we re-run the phase II with the
opposite algorithm from that imprecise solution (i.e., if primal or dual
simplex was used, we use dual or primal simplex, respectively).
- getMaxNumberOfReoptimizations() - Method in class com.google.ortools.glop.GlopParameters
-
When the solution of phase II is imprecise, we re-run the phase II with the
opposite algorithm from that imprecise solution (i.e., if primal or dual
simplex was used, we use dual or primal simplex, respectively).
- getMaxNumberOfReoptimizations() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When the solution of phase II is imprecise, we re-run the phase II with the
opposite algorithm from that imprecise solution (i.e., if primal or dual
simplex was used, we use dual or primal simplex, respectively).
- getMaxNumBrokenConstraintsInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Abort the LS search tree as soon as strictly more than this number of
constraints are broken.
- getMaxNumBrokenConstraintsInLs() - Method in class com.google.ortools.bop.BopParameters
-
Abort the LS search tree as soon as strictly more than this number of
constraints are broken.
- getMaxNumBrokenConstraintsInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Abort the LS search tree as soon as strictly more than this number of
constraints are broken.
- getMaxNumCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The limit on the number of cuts in our cut pool.
- getMaxNumCuts() - Method in class com.google.ortools.sat.SatParameters
-
The limit on the number of cuts in our cut pool.
- getMaxNumCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The limit on the number of cuts in our cut pool.
- getMaxNumDecisionsInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of cascading decisions the solver might use to repair the
current solution in the LS.
- getMaxNumDecisionsInLs() - Method in class com.google.ortools.bop.BopParameters
-
Maximum number of cascading decisions the solver might use to repair the
current solution in the LS.
- getMaxNumDecisionsInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum number of cascading decisions the solver might use to repair the
current solution in the LS.
- getMaxNumDeterministicBatches() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stops after that number of batches has been scheduled.
- getMaxNumDeterministicBatches() - Method in class com.google.ortools.sat.SatParameters
-
Stops after that number of batches has been scheduled.
- getMaxNumDeterministicBatches() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Stops after that number of batches has been scheduled.
- getMaxNumIntervalsForTimetableEdgeFinding() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max number of intervals for the timetable_edge_finding algorithm to
propagate.
- getMaxNumIntervalsForTimetableEdgeFinding() - Method in class com.google.ortools.sat.SatParameters
-
Max number of intervals for the timetable_edge_finding algorithm to
propagate.
- getMaxNumIntervalsForTimetableEdgeFinding() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Max number of intervals for the timetable_edge_finding algorithm to
propagate.
- getMaxPairsPairwiseReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If the number of pairs to look is below this threshold, do an extra step of
propagation in the no_overlap_2d constraint by looking at all pairs of
intervals.
- getMaxPairsPairwiseReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters
-
If the number of pairs to look is below this threshold, do an extra step of
propagation in the no_overlap_2d constraint by looking at all pairs of
intervals.
- getMaxPairsPairwiseReasoningInNoOverlap2D() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If the number of pairs to look is below this threshold, do an extra step of
propagation in the no_overlap_2d constraint by looking at all pairs of
intervals.
- getMaxPresolveIterations() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In case of large reduction in a presolve iteration, we perform multiple
presolve iterations.
- getMaxPresolveIterations() - Method in class com.google.ortools.sat.SatParameters
-
In case of large reduction in a presolve iteration, we perform multiple
presolve iterations.
- getMaxPresolveIterations() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In case of large reduction in a presolve iteration, we perform multiple
presolve iterations.
- getMaxPrimalRayInfeasibility() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
Let x_ray be the algorithm's estimate of the primal extreme ray where x_ray
is a vector that satisfies the sign constraints for a ray, scaled such that
its infinity norm is one (the sign constraints are the variable bound
constraints, with all finite bounds mapped to zero).
- getMaxPrimalRayInfeasibility() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
-
Let x_ray be the algorithm's estimate of the primal extreme ray where x_ray
is a vector that satisfies the sign constraints for a ray, scaled such that
its infinity norm is one (the sign constraints are the variable bound
constraints, with all finite bounds mapped to zero).
- getMaxPrimalRayInfeasibility() - Method in interface com.google.ortools.pdlp.InfeasibilityInformationOrBuilder
-
Let x_ray be the algorithm's estimate of the primal extreme ray where x_ray
is a vector that satisfies the sign constraints for a ray, scaled such that
its infinity norm is one (the sign constraints are the variable bound
constraints, with all finite bounds mapped to zero).
- getMaxRemovedSequenceSize() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
-
Maximum number of removed visits per sequence.
- getMaxRemovedSequenceSize() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy
-
Maximum number of removed visits per sequence.
- getMaxRemovedSequenceSize() - Method in interface com.google.ortools.constraintsolver.SISRRuinStrategyOrBuilder
-
Maximum number of removed visits per sequence.
- getMaxSatAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
- getMaxSatAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
- getMaxSatAssumptionOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
- getMaxSatReverseAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, adds the assumption in the reverse order of the one defined by
max_sat_assumption_order.
- getMaxSatReverseAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters
-
If true, adds the assumption in the reverse order of the one defined by
max_sat_assumption_order.
- getMaxSatReverseAssumptionOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, adds the assumption in the reverse order of the one defined by
max_sat_assumption_order.
- getMaxSatStratification() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
- getMaxSatStratification() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
- getMaxSatStratification() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
- getMaxSizeToCreatePrecedenceLiteralsInDisjunctive() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Create one literal for each disjunction of two pairs of tasks.
- getMaxSizeToCreatePrecedenceLiteralsInDisjunctive() - Method in class com.google.ortools.sat.SatParameters
-
Create one literal for each disjunction of two pairs of tasks.
- getMaxSizeToCreatePrecedenceLiteralsInDisjunctive() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Create one literal for each disjunction of two pairs of tasks.
- getMaxSwapActiveChainSize() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Maximum size of the chain to make inactive in SwapActiveChainOperator.
- getMaxSwapActiveChainSize() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Maximum size of the chain to make inactive in SwapActiveChainOperator.
- getMaxSwapActiveChainSize() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Maximum size of the chain to make inactive in SwapActiveChainOperator.
- getMaxTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- getMaxTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters
-
Maximum time allowed in seconds to solve a problem.
- getMaxTimeInSeconds() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum time allowed in seconds to solve a problem.
- getMaxTimeInSeconds() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- getMaxTimeInSeconds() - Method in class com.google.ortools.glop.GlopParameters
-
Maximum time allowed in seconds to solve a problem.
- getMaxTimeInSeconds() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Maximum time allowed in seconds to solve a problem.
- getMaxTimeInSeconds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- getMaxTimeInSeconds() - Method in class com.google.ortools.sat.SatParameters
-
Maximum time allowed in seconds to solve a problem.
- getMaxTimeInSeconds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Maximum time allowed in seconds to solve a problem.
- getMaxValidMagnitude() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Any finite values in the input LP must be below this threshold, otherwise
the model will be reported invalid.
- getMaxValidMagnitude() - Method in class com.google.ortools.glop.GlopParameters
-
Any finite values in the input LP must be below this threshold, otherwise
the model will be reported invalid.
- getMaxValidMagnitude() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Any finite values in the input LP must be below this threshold, otherwise
the model will be reported invalid.
- getMaxVariableActivityValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double max_variable_activity_value = 16 [default = 1e+100];
- getMaxVariableActivityValue() - Method in class com.google.ortools.sat.SatParameters
-
optional double max_variable_activity_value = 16 [default = 1e+100];
- getMaxVariableActivityValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double max_variable_activity_value = 16 [default = 1e+100];
- getMergeAtMostOneWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
- getMergeAtMostOneWorkLimit() - Method in class com.google.ortools.sat.SatParameters
-
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
- getMergeAtMostOneWorkLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
- getMergeNoOverlapWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, we use a maximum clique heuristic to merge together
no-overlap constraints or at most one constraints.
- getMergeNoOverlapWorkLimit() - Method in class com.google.ortools.sat.SatParameters
-
During presolve, we use a maximum clique heuristic to merge together
no-overlap constraints or at most one constraints.
- getMergeNoOverlapWorkLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During presolve, we use a maximum clique heuristic to merge together
no-overlap constraints or at most one constraints.
- getMethods(int) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethods(int) - Method in class com.google.ortools.bop.BopSolverOptimizerSet
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethods(int) - Method in interface com.google.ortools.bop.BopSolverOptimizerSetOrBuilder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsBuilder(int) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsBuilderList() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsCount() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsCount() - Method in class com.google.ortools.bop.BopSolverOptimizerSet
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsCount() - Method in interface com.google.ortools.bop.BopSolverOptimizerSetOrBuilder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsList() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsList() - Method in class com.google.ortools.bop.BopSolverOptimizerSet
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsList() - Method in interface com.google.ortools.bop.BopSolverOptimizerSetOrBuilder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsOrBuilder(int) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsOrBuilder(int) - Method in class com.google.ortools.bop.BopSolverOptimizerSet
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsOrBuilder(int) - Method in interface com.google.ortools.bop.BopSolverOptimizerSetOrBuilder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsOrBuilderList() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsOrBuilderList() - Method in class com.google.ortools.bop.BopSolverOptimizerSet
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMethodsOrBuilderList() - Method in interface com.google.ortools.bop.BopSolverOptimizerSetOrBuilder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- getMinConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = min(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint min_constraint = 8;
- getMinConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
resultant_var = min(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint min_constraint = 8;
- getMinConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
resultant_var = min(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint min_constraint = 8;
- getMinConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = min(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint min_constraint = 8;
- getMinConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = min(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint min_constraint = 8;
- getMinConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
resultant_var = min(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint min_constraint = 8;
- getMinConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
resultant_var = min(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint min_constraint = 8;
- getMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
- getMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
- getMinimizationAlgorithm() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
- getMinimizeReductionDuringPbResolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A different algorithm during PB resolution.
- getMinimizeReductionDuringPbResolution() - Method in class com.google.ortools.sat.SatParameters
-
A different algorithm during PB resolution.
- getMinimizeReductionDuringPbResolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A different algorithm during PB resolution.
- getMinimizeSharedClauses() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Minimize and detect subsumption of shared clauses immediately after they
are imported.
- getMinimizeSharedClauses() - Method in class com.google.ortools.sat.SatParameters
-
Minimize and detect subsumption of shared clauses immediately after they
are imported.
- getMinimizeSharedClauses() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Minimize and detect subsumption of shared clauses immediately after they
are imported.
- getMinimumAcceptablePivot() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We never follow a basis change with a pivot under this threshold.
- getMinimumAcceptablePivot() - Method in class com.google.ortools.glop.GlopParameters
-
We never follow a basis change with a pivot under this threshold.
- getMinimumAcceptablePivot() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
We never follow a basis change with a pivot under this threshold.
- getMinLevel() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
int64 min_level = 1;
- getMinLevel() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
int64 min_level = 1;
- getMinLevel() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
int64 min_level = 1;
- getMinorNumber() - Static method in class com.google.ortools.init.OrToolsVersion
-
Returns the minor version of OR-Tools.
- getMinOrthogonalityForLpConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
While adding constraints, skip the constraints which have orthogonality
less than 'min_orthogonality_for_lp_constraints' with already added
constraints during current call.
- getMinOrthogonalityForLpConstraints() - Method in class com.google.ortools.sat.SatParameters
-
While adding constraints, skip the constraints which have orthogonality
less than 'min_orthogonality_for_lp_constraints' with already added
constraints during current call.
- getMinOrthogonalityForLpConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
While adding constraints, skip the constraints which have orthogonality
less than 'min_orthogonality_for_lp_constraints' with already added
constraints during current call.
- getMipAutomaticallyScaleVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, some continuous variable might be automatically scaled.
- getMipAutomaticallyScaleVariables() - Method in class com.google.ortools.sat.SatParameters
-
If true, some continuous variable might be automatically scaled.
- getMipAutomaticallyScaleVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, some continuous variable might be automatically scaled.
- getMipCheckPrecision() - Method in class com.google.ortools.sat.SatParameters.Builder
-
As explained in mip_precision and mip_max_activity_exponent, we cannot
always reach the wanted precision during scaling.
- getMipCheckPrecision() - Method in class com.google.ortools.sat.SatParameters
-
As explained in mip_precision and mip_max_activity_exponent, we cannot
always reach the wanted precision during scaling.
- getMipCheckPrecision() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
As explained in mip_precision and mip_max_activity_exponent, we cannot
always reach the wanted precision during scaling.
- getMipComputeTrueObjectiveBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Even if we make big error when scaling the objective, we can always derive
a correct lower bound on the original objective by using the exact lower
bound on the scaled integer version of the objective.
- getMipComputeTrueObjectiveBound() - Method in class com.google.ortools.sat.SatParameters
-
Even if we make big error when scaling the objective, we can always derive
a correct lower bound on the original objective by using the exact lower
bound on the scaled integer version of the objective.
- getMipComputeTrueObjectiveBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Even if we make big error when scaling the objective, we can always derive
a correct lower bound on the original objective by using the exact lower
bound on the scaled integer version of the objective.
- getMipDropTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Any value in the input mip with a magnitude lower than this will be set to
zero.
- getMipDropTolerance() - Method in class com.google.ortools.sat.SatParameters
-
Any value in the input mip with a magnitude lower than this will be set to
zero.
- getMipDropTolerance() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Any value in the input mip with a magnitude lower than this will be set to
zero.
- getMipMaxActivityExponent() - Method in class com.google.ortools.sat.SatParameters.Builder
-
To avoid integer overflow, we always force the maximum possible constraint
activity (and objective value) according to the initial variable domain to
be smaller than 2 to this given power.
- getMipMaxActivityExponent() - Method in class com.google.ortools.sat.SatParameters
-
To avoid integer overflow, we always force the maximum possible constraint
activity (and objective value) according to the initial variable domain to
be smaller than 2 to this given power.
- getMipMaxActivityExponent() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
To avoid integer overflow, we always force the maximum possible constraint
activity (and objective value) according to the initial variable domain to
be smaller than 2 to this given power.
- getMipMaxBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
We need to bound the maximum magnitude of the variables for CP-SAT, and
that is the bound we use.
- getMipMaxBound() - Method in class com.google.ortools.sat.SatParameters
-
We need to bound the maximum magnitude of the variables for CP-SAT, and
that is the bound we use.
- getMipMaxBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
We need to bound the maximum magnitude of the variables for CP-SAT, and
that is the bound we use.
- getMipMaxValidMagnitude() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Any finite values in the input MIP must be below this threshold, otherwise
the model will be reported invalid.
- getMipMaxValidMagnitude() - Method in class com.google.ortools.sat.SatParameters
-
Any finite values in the input MIP must be below this threshold, otherwise
the model will be reported invalid.
- getMipMaxValidMagnitude() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Any finite values in the input MIP must be below this threshold, otherwise
the model will be reported invalid.
- getMipPresolveLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When solving a MIP, we do some basic floating point presolving before
scaling the problem to integer to be handled by CP-SAT.
- getMipPresolveLevel() - Method in class com.google.ortools.sat.SatParameters
-
When solving a MIP, we do some basic floating point presolving before
scaling the problem to integer to be handled by CP-SAT.
- getMipPresolveLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When solving a MIP, we do some basic floating point presolving before
scaling the problem to integer to be handled by CP-SAT.
- getMipScaleLargeDomain() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If this is false, then mip_var_scaling is only applied to variables with
"small" domain.
- getMipScaleLargeDomain() - Method in class com.google.ortools.sat.SatParameters
-
If this is false, then mip_var_scaling is only applied to variables with
"small" domain.
- getMipScaleLargeDomain() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If this is false, then mip_var_scaling is only applied to variables with
"small" domain.
- getMipTreatHighMagnitudeBoundsAsInfinity() - Method in class com.google.ortools.sat.SatParameters.Builder
-
By default, any variable/constraint bound with a finite value and a
magnitude greater than the mip_max_valid_magnitude will result with a
invalid model.
- getMipTreatHighMagnitudeBoundsAsInfinity() - Method in class com.google.ortools.sat.SatParameters
-
By default, any variable/constraint bound with a finite value and a
magnitude greater than the mip_max_valid_magnitude will result with a
invalid model.
- getMipTreatHighMagnitudeBoundsAsInfinity() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
By default, any variable/constraint bound with a finite value and a
magnitude greater than the mip_max_valid_magnitude will result with a
invalid model.
- getMipVarScaling() - Method in class com.google.ortools.sat.SatParameters.Builder
-
All continuous variable of the problem will be multiplied by this factor.
- getMipVarScaling() - Method in class com.google.ortools.sat.SatParameters
-
All continuous variable of the problem will be multiplied by this factor.
- getMipVarScaling() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
All continuous variable of the problem will be multiplied by this factor.
- getMipWantedPrecision() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When scaling constraint with double coefficients to integer coefficients,
we will multiply by a power of 2 and round the coefficients.
- getMipWantedPrecision() - Method in class com.google.ortools.sat.SatParameters
-
When scaling constraint with double coefficients to integer coefficients,
we will multiply by a power of 2 and round the coefficients.
- getMipWantedPrecision() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When scaling constraint with double coefficients to integer coefficients,
we will multiply by a power of 2 and round the coefficients.
- getMixedIntegerSchedulingSolver() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
- getMixedIntegerSchedulingSolver() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
- getMixedIntegerSchedulingSolver() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
- getMixedIntegerSchedulingSolverValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
- getMixedIntegerSchedulingSolverValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
- getMixedIntegerSchedulingSolverValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
- getModel() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
The model to be optimized by the server.
- getModel() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
The model to be optimized by the server.
- getModel() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
The model to be optimized by the server.
- getModel() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
The model to solve.
- getModel() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
The model to solve.
- getModel() - Method in interface com.google.ortools.sat.v1.CpSolverRequestOrBuilder
-
The model to solve.
- getModelBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
The model to be optimized by the server.
- getModelBuilder() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
The model to solve.
- getModelDelta() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage: model "delta".
- getModelDelta() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Advanced usage: model "delta".
- getModelDelta() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Advanced usage: model "delta".
- getModelDeltaBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage: model "delta".
- getModelDeltaOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage: model "delta".
- getModelDeltaOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Advanced usage: model "delta".
- getModelDeltaOrBuilder() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Advanced usage: model "delta".
- getModelFingerprint() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
A reference to the model the solution applies to.
- getModelFingerprint() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
A reference to the model the solution applies to.
- getModelFingerprint() - Method in interface com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
-
A reference to the model the solution applies to.
- getModelFingerprintBuilder() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
A reference to the model the solution applies to.
- getModelFingerprintOrBuilder() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
A reference to the model the solution applies to.
- getModelFingerprintOrBuilder() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
A reference to the model the solution applies to.
- getModelFingerprintOrBuilder() - Method in interface com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
-
A reference to the model the solution applies to.
- getModelOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
The model to be optimized by the server.
- getModelOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
The model to be optimized by the server.
- getModelOrBuilder() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
The model to be optimized by the server.
- getModelOrBuilder() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
The model to solve.
- getModelOrBuilder() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
The model to solve.
- getModelOrBuilder() - Method in interface com.google.ortools.sat.v1.CpSolverRequestOrBuilder
-
The model to solve.
- getMultiArmedBanditCompoundOperatorExplorationCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Positive parameter defining the exploration coefficient of the multi-armed
bandit compound operator.
- getMultiArmedBanditCompoundOperatorExplorationCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Positive parameter defining the exploration coefficient of the multi-armed
bandit compound operator.
- getMultiArmedBanditCompoundOperatorExplorationCoefficient() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Positive parameter defining the exploration coefficient of the multi-armed
bandit compound operator.
- getMultiArmedBanditCompoundOperatorMemoryCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Memory coefficient related to the multi-armed bandit compound operator.
- getMultiArmedBanditCompoundOperatorMemoryCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Memory coefficient related to the multi-armed bandit compound operator.
- getMultiArmedBanditCompoundOperatorMemoryCoefficient() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Memory coefficient related to the multi-armed bandit compound operator.
- getMutableConstraintOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
Deprecated.
- GetMutableCPInterrupt() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the atomic<bool> to stop the CP solver.
- GetMutableCPSatInterrupt() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the atomic<bool> to stop the CP-SAT solver.
- getMutableDimension(String) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns a dimension from its name.
- GetMutableGlobalCumulLPOptimizer(RoutingDimension) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the global/local dimension cumul optimizer for a given dimension,
or nullptr if there is none.
- GetMutableGlobalCumulMPOptimizer(RoutingDimension) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- GetMutableLocalCumulLPOptimizer(RoutingDimension) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getMutableVariableOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
Deprecated.
- getName() - Method in class com.google.ortools.algorithms.KnapsackSolver
-
- getName() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
A user-defined name for the model.
- getName() - Method in class com.google.ortools.algorithms.SetCoverProto
-
A user-defined name for the model.
- getName() - Method in interface com.google.ortools.algorithms.SetCoverProtoOrBuilder
-
A user-defined name for the model.
- GetName() - Method in class com.google.ortools.constraintsolver.DecisionBuilder
-
- getName() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
The name of the constraint.
- getName() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
The name of the constraint.
- getName() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
The name of the constraint.
- getName() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
The name of the constraint.
- getName() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
The name of the constraint.
- getName() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
The name of the constraint.
- getName() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Name of the model.
- getName() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Name of the model.
- getName() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Name of the model.
- getName() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The name of the variable.
- getName() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
The name of the variable.
- getName() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
The name of the variable.
- getName() - Method in class com.google.ortools.modelbuilder.EnforcedLinearConstraint
-
Returns the name of the constraint given upon creation.
- getName() - Method in class com.google.ortools.modelbuilder.LinearConstraint
-
Returns the name of the constraint given upon creation.
- getName() - Method in class com.google.ortools.modelbuilder.ModelBuilder
-
Returns the name of the model.
- getName() - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getName() - Method in class com.google.ortools.modelbuilder.Variable
-
Returns the name of the variable given upon creation.
- getName() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
For debug/logging only.
- getName() - Method in class com.google.ortools.sat.ConstraintProto
-
For debug/logging only.
- getName() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
For debug/logging only.
- getName() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For debug/logging only.
- getName() - Method in class com.google.ortools.sat.CpModelProto
-
For debug/logging only.
- getName() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
For debug/logging only.
- getName() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
For debug/logging only.
- getName() - Method in class com.google.ortools.sat.IntegerVariableProto
-
For debug/logging only.
- getName() - Method in interface com.google.ortools.sat.IntegerVariableProtoOrBuilder
-
For debug/logging only.
- getName() - Method in class com.google.ortools.sat.IntervalVar
-
Returns the name passed in the constructor.
- getName() - Method in class com.google.ortools.sat.IntVar
-
Returns the name of the variable given upon creation.
- getName() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
The name of this constraint.
- getName() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
The name of this constraint.
- getName() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
The name of this constraint.
- getName() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The name of the problem.
- getName() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The name of the problem.
- getName() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The name of the problem.
- getName() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- getName() - Method in class com.google.ortools.sat.SatParameters
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- getName() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- getNameAllVariables() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Should anonymous variables be given a name.
- getNameAllVariables() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Should anonymous variables be given a name.
- getNameAllVariables() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Should anonymous variables be given a name.
- getNameBytes() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
A user-defined name for the model.
- getNameBytes() - Method in class com.google.ortools.algorithms.SetCoverProto
-
A user-defined name for the model.
- getNameBytes() - Method in interface com.google.ortools.algorithms.SetCoverProtoOrBuilder
-
A user-defined name for the model.
- getNameBytes() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
The name of the constraint.
- getNameBytes() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
The name of the constraint.
- getNameBytes() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
The name of the constraint.
- getNameBytes() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
The name of the constraint.
- getNameBytes() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
The name of the constraint.
- getNameBytes() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
The name of the constraint.
- getNameBytes() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Name of the model.
- getNameBytes() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Name of the model.
- getNameBytes() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Name of the model.
- getNameBytes() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The name of the variable.
- getNameBytes() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
The name of the variable.
- getNameBytes() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
The name of the variable.
- getNameBytes() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
For debug/logging only.
- getNameBytes() - Method in class com.google.ortools.sat.ConstraintProto
-
For debug/logging only.
- getNameBytes() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
For debug/logging only.
- getNameBytes() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For debug/logging only.
- getNameBytes() - Method in class com.google.ortools.sat.CpModelProto
-
For debug/logging only.
- getNameBytes() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
For debug/logging only.
- getNameBytes() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
For debug/logging only.
- getNameBytes() - Method in class com.google.ortools.sat.IntegerVariableProto
-
For debug/logging only.
- getNameBytes() - Method in interface com.google.ortools.sat.IntegerVariableProtoOrBuilder
-
For debug/logging only.
- getNameBytes() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
The name of this constraint.
- getNameBytes() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
The name of this constraint.
- getNameBytes() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
The name of this constraint.
- getNameBytes() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The name of the problem.
- getNameBytes() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The name of the problem.
- getNameBytes() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The name of the problem.
- getNameBytes() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- getNameBytes() - Method in class com.google.ortools.sat.SatParameters
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- getNameBytes() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- getNameCastVariables() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Create names for cast variables.
- getNameCastVariables() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Create names for cast variables.
- getNameCastVariables() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Create names for cast variables.
- getNecessaryReductionForRestart() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
For ADAPTIVE_HEURISTIC only: A relative reduction in the potential function
by this amount triggers a restart if, additionally, the quality of the
iterates appears to be getting worse.
- getNecessaryReductionForRestart() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
For ADAPTIVE_HEURISTIC only: A relative reduction in the potential function
by this amount triggers a restart if, additionally, the quality of the
iterates appears to be getting worse.
- getNecessaryReductionForRestart() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
For ADAPTIVE_HEURISTIC only: A relative reduction in the potential function
by this amount triggers a restart if, additionally, the quality of the
iterates appears to be getting worse.
- getNegated() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
If true, the meaning is "negated", that is we forbid any of the given
tuple from a feasible assignment.
- getNegated() - Method in class com.google.ortools.sat.TableConstraintProto
-
If true, the meaning is "negated", that is we forbid any of the given
tuple from a feasible assignment.
- getNegated() - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
-
If true, the meaning is "negated", that is we forbid any of the given
tuple from a feasible assignment.
- getNewConstraintsBatchSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add that many lazy constraints (or cuts) at once in the LP.
- getNewConstraintsBatchSize() - Method in class com.google.ortools.sat.SatParameters
-
Add that many lazy constraints (or cuts) at once in the LP.
- getNewConstraintsBatchSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Add that many lazy constraints (or cuts) at once in the LP.
- getNewLinearPropagation() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The new linear propagation code treat all constraints at once and use
an adaptation of Bellman-Ford-Tarjan to propagate constraint in a smarter
order and potentially detect propagation cycle earlier.
- getNewLinearPropagation() - Method in class com.google.ortools.sat.SatParameters
-
The new linear propagation code treat all constraints at once and use
an adaptation of Bellman-Ford-Tarjan to propagate constraint in a smarter
order and potentially detect propagation cycle earlier.
- getNewLinearPropagation() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The new linear propagation code treat all constraints at once and use
an adaptation of Bellman-Ford-Tarjan to propagate constraint in a smarter
order and potentially detect propagation cycle earlier.
- getNextSolution(Assignment) - Method in class com.google.ortools.constraintsolver.SolutionPool
-
This method is called when the local search starts a new neighborhood to
initialize the default assignment.
- getNodes(int) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodes(int) - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodes(int) - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesBuilder(int) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesBuilderList() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesCount() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesCount() - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesCount() - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesList() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesList() - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesList() - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesOrBuilder(int) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesOrBuilder(int) - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesOrBuilder(int) - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesOrBuilderList() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesOrBuilderList() - Method in class com.google.ortools.graph.FlowModelProto
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNodesOrBuilderList() - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- getNonZeroCostClassesCount() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Ditto, minus the 'always zero', built-in cost class.
- getNoOverlap() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- getNoOverlap() - Method in class com.google.ortools.sat.ConstraintProto
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- getNoOverlap() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- getNoOverlap2D() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- getNoOverlap2D() - Method in class com.google.ortools.sat.ConstraintProto
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- getNoOverlap2D() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- getNoOverlap2DBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- getNoOverlap2DOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- getNoOverlap2DOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- getNoOverlap2DOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- getNoOverlapBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- getNoOverlapOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- getNoOverlapOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- getNoOverlapOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- getNum_neighbors() - Method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsParameters
-
- getNumAcceptedNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Number of neighbors eventually accepted.
- getNumAcceptedNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
Number of neighbors eventually accepted.
- getNumAcceptedNeighbors() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder
-
Number of neighbors eventually accepted.
- getNumArcs() - Method in class com.google.ortools.graph.LinearSumAssignment
-
- getNumArcs() - Method in class com.google.ortools.graph.MaxFlow
-
- getNumArcs() - Method in class com.google.ortools.graph.MinCostFlow
-
- getNumber() - Method in enum com.google.ortools.algorithms.SetCoverSolutionResponse.Status
-
- getNumber() - Method in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
-
- getNumber() - Method in enum com.google.ortools.bop.BopParameters.ThreadSynchronizationType
-
- getNumber() - Method in enum com.google.ortools.constraintsolver.AcceptanceStrategy.Value
-
- getNumber() - Method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
-
- getNumber() - Method in enum com.google.ortools.constraintsolver.CoolingScheduleStrategy.Value
-
- getNumber() - Method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
-
- getNumber() - Method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
-
- getNumber() - Method in enum com.google.ortools.constraintsolver.PerturbationStrategy.Value
-
- getNumber() - Method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.InsertionSortingProperty
-
- getNumber() - Method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.PairInsertionStrategy
-
- getNumber() - Method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
-
- getNumber() - Method in enum com.google.ortools.constraintsolver.RoutingSearchStatus.Value
-
- getNumber() - Method in enum com.google.ortools.constraintsolver.RuinCompositionStrategy.Value
-
- getNumber() - Method in enum com.google.ortools.constraintsolver.RuinStrategy.StrategyCase
-
- getNumber() - Method in enum com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
-
- getNumber() - Method in enum com.google.ortools.glop.GlopParameters.InitialBasisHeuristic
-
- getNumber() - Method in enum com.google.ortools.glop.GlopParameters.PricingRule
-
- getNumber() - Method in enum com.google.ortools.glop.GlopParameters.ScalingAlgorithm
-
- getNumber() - Method in enum com.google.ortools.glop.GlopParameters.SolverBehavior
-
- getNumber() - Method in enum com.google.ortools.graph.FlowModelProto.ProblemType
-
- getNumber() - Method in enum com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
-
- getNumber() - Method in enum com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
-
- getNumber() - Method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
- getNumber() - Method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
-
- getNumber() - Method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
-
- getNumber() - Method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
-
- getNumber() - Method in enum com.google.ortools.pdlp.OptimalityNorm
-
- getNumber() - Method in enum com.google.ortools.pdlp.PointType
-
- getNumber() - Method in enum com.google.ortools.pdlp.PolishingPhaseType
-
- getNumber() - Method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule
-
- getNumber() - Method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.RestartStrategy
-
- getNumber() - Method in enum com.google.ortools.pdlp.RestartChoice
-
- getNumber() - Method in enum com.google.ortools.pdlp.SchedulerType
-
- getNumber() - Method in enum com.google.ortools.pdlp.TerminationCriteria.OptimalityCriteriaCase
-
- getNumber() - Method in enum com.google.ortools.pdlp.TerminationReason
-
- getNumber() - Method in enum com.google.ortools.sat.ConstraintProto.ConstraintCase
-
- getNumber() - Method in enum com.google.ortools.sat.CpSolverStatus
-
- getNumber() - Method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
-
- getNumber() - Method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.ClauseProtection
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.Polarity
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.SearchBranching
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
-
- getNumber() - Method in enum com.google.ortools.sat.SatParameters.VariableOrder
-
- getNumber() - Method in enum com.google.ortools.util.OptionalBoolean
-
- getNumberOfDecisionsInFirstSolution(RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns statistics on first solution search, number of decisions sent to
filters, number of decisions rejected by filters.
- getNumberOfDisjunctions() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the number of node disjunctions in the model.
- getNumberOfIndices() - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
-
- getNumberOfNodes() - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
-
- getNumberOfRejectsInFirstSolution(RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getNumberOfSolutionsToCollect() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of solutions to collect during the search.
- getNumberOfSolutionsToCollect() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Number of solutions to collect during the search.
- getNumberOfSolutionsToCollect() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Number of solutions to collect during the search.
- getNumberOfSolvers() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of solvers used to run Bop.
- getNumberOfSolvers() - Method in class com.google.ortools.bop.BopParameters
-
The number of solvers used to run Bop.
- getNumberOfSolvers() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of solvers used to run Bop.
- getNumberOfVehicles() - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
-
- getNumberOfVisitTypes() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getNumBinaryPropagations() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_binary_propagations = 13;
- getNumBinaryPropagations() - Method in class com.google.ortools.sat.CpSolverResponse
-
int64 num_binary_propagations = 13;
- getNumBinaryPropagations() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
int64 num_binary_propagations = 13;
- getNumBooleans() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_booleans = 10;
- getNumBooleans() - Method in class com.google.ortools.sat.CpSolverResponse
-
int64 num_booleans = 10;
- getNumBooleans() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
int64 num_booleans = 10;
- getNumBopSolversUsedByDecomposition() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of BopSolver created (thread pool workers) used by the integral
solver to solve a decomposed problem.
- getNumBopSolversUsedByDecomposition() - Method in class com.google.ortools.bop.BopParameters
-
The number of BopSolver created (thread pool workers) used by the integral
solver to solve a decomposed problem.
- getNumBopSolversUsedByDecomposition() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of BopSolver created (thread pool workers) used by the integral
solver to solve a decomposed problem.
- getNumBranches() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Number of branches explored.
- getNumBranches() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
Number of branches explored.
- getNumBranches() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder
-
Number of branches explored.
- getNumBranches() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_branches = 12;
- getNumBranches() - Method in class com.google.ortools.sat.CpSolverResponse
-
int64 num_branches = 12;
- getNumBranches() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
int64 num_branches = 12;
- getNumCalls() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Number of times the filter was called.
- getNumCalls() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
Number of times the filter was called.
- getNumCalls() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder
-
Number of times the filter was called.
- getNumCols() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
int32 num_cols = 2;
- getNumCols() - Method in class com.google.ortools.sat.DenseMatrixProto
-
int32 num_cols = 2;
- getNumCols() - Method in interface com.google.ortools.sat.DenseMatrixProtoOrBuilder
-
int32 num_cols = 2;
- getNumConflicts() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_conflicts = 11;
- getNumConflicts() - Method in class com.google.ortools.sat.CpSolverResponse
-
int64 num_conflicts = 11;
- getNumConflicts() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
int64 num_conflicts = 11;
- getNumConflictsBeforeStrategyChanges() - Method in class com.google.ortools.sat.SatParameters.Builder
-
After each restart, if the number of conflict since the last strategy
change is greater that this, then we increment a "strategy_counter" that
can be use to change the search strategy used by the following restarts.
- getNumConflictsBeforeStrategyChanges() - Method in class com.google.ortools.sat.SatParameters
-
After each restart, if the number of conflict since the last strategy
change is greater that this, then we increment a "strategy_counter" that
can be use to change the search strategy used by the following restarts.
- getNumConflictsBeforeStrategyChanges() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
After each restart, if the number of conflict since the last strategy
change is greater that this, then we increment a "strategy_counter" that
can be use to change the search strategy used by the following restarts.
- getNumConstraints() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional int64 num_constraints = 2;
- getNumConstraints() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional int64 num_constraints = 2;
- getNumConstraints() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional int64 num_constraints = 2;
- getNumFailures() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Number of failures/backtracks.
- getNumFailures() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
Number of failures/backtracks.
- getNumFailures() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder
-
Number of failures/backtracks.
- getNumFilteredNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Number of neighbors which were filtered.
- getNumFilteredNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
Number of neighbors which were filtered.
- getNumFilteredNeighbors() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder
-
Number of neighbors which were filtered.
- getNumFixedBooleans() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_fixed_booleans = 31;
- getNumFixedBooleans() - Method in class com.google.ortools.sat.CpSolverResponse
-
int64 num_fixed_booleans = 31;
- getNumFixedBooleans() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
int64 num_fixed_booleans = 31;
- getNumFullSubsolvers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
We distinguish subsolvers that consume a full thread, and the ones that are
always interleaved.
- getNumFullSubsolvers() - Method in class com.google.ortools.sat.SatParameters
-
We distinguish subsolvers that consume a full thread, and the ones that are
always interleaved.
- getNumFullSubsolvers() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
We distinguish subsolvers that consume a full thread, and the ones that are
always interleaved.
- getNumIntegerPropagations() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_integer_propagations = 14;
- getNumIntegerPropagations() - Method in class com.google.ortools.sat.CpSolverResponse
-
int64 num_integer_propagations = 14;
- getNumIntegerPropagations() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
int64 num_integer_propagations = 14;
- getNumIntegers() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Some statistics about the solve.
- getNumIntegers() - Method in class com.google.ortools.sat.CpSolverResponse
-
Some statistics about the solve.
- getNumIntegers() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Some statistics about the solve.
- getNumLpIterations() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_lp_iterations = 25;
- getNumLpIterations() - Method in class com.google.ortools.sat.CpSolverResponse
-
int64 num_lp_iterations = 25;
- getNumLpIterations() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
int64 num_lp_iterations = 25;
- getNumMaxLocalOptimaBeforeMetaheuristicSwitch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 num_max_local_optima_before_metaheuristic_switch = 64;
- getNumMaxLocalOptimaBeforeMetaheuristicSwitch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
int32 num_max_local_optima_before_metaheuristic_switch = 64;
- getNumMaxLocalOptimaBeforeMetaheuristicSwitch() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
int32 num_max_local_optima_before_metaheuristic_switch = 64;
- getNumNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Number of neighbors generated by the operator.
- getNumNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
Number of neighbors generated by the operator.
- getNumNeighbors() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder
-
Number of neighbors generated by the operator.
- getNumNodes() - Method in class com.google.ortools.graph.LinearSumAssignment
-
- getNumNodes() - Method in class com.google.ortools.graph.MaxFlow
-
- getNumNodes() - Method in class com.google.ortools.graph.MinCostFlow
-
- getNumOfSingletonNodes() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the number of non-start/end nodes which do not appear in a
pickup/delivery pair.
- getNumOmpThreads() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Number of threads in the OMP parallel sections.
- getNumOmpThreads() - Method in class com.google.ortools.glop.GlopParameters
-
Number of threads in the OMP parallel sections.
- getNumOmpThreads() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Number of threads in the OMP parallel sections.
- getNumRandomLnsTries() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Number of tries in the random lns.
- getNumRandomLnsTries() - Method in class com.google.ortools.bop.BopParameters
-
Number of tries in the random lns.
- getNumRandomLnsTries() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Number of tries in the random lns.
- getNumRejects() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Number of times the filter rejected a neighbor.
- getNumRejects() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
Number of times the filter rejected a neighbor.
- getNumRejects() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder
-
Number of times the filter rejected a neighbor.
- getNumRejectsPerSecond() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Number of rejects per second.
- getNumRejectsPerSecond() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
Number of rejects per second.
- getNumRejectsPerSecond() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder
-
Number of rejects per second.
- getNumRelaxedVars() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Number of variables to relax in the exhaustive Large Neighborhood Search.
- getNumRelaxedVars() - Method in class com.google.ortools.bop.BopParameters
-
Number of variables to relax in the exhaustive Large Neighborhood Search.
- getNumRelaxedVars() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Number of variables to relax in the exhaustive Large Neighborhood Search.
- getNumRemovedVisits() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy.Builder
-
Number of visits removed during a ruin application defined on visits.
- getNumRemovedVisits() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
-
Number of visits removed during a ruin application defined on visits.
- getNumRemovedVisits() - Method in interface com.google.ortools.constraintsolver.RandomWalkRuinStrategyOrBuilder
-
Number of visits removed during a ruin application defined on visits.
- getNumRestarts() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_restarts = 24;
- getNumRestarts() - Method in class com.google.ortools.sat.CpSolverResponse
-
int64 num_restarts = 24;
- getNumRestarts() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
int64 num_restarts = 24;
- getNumRows() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
int32 num_rows = 1;
- getNumRows() - Method in class com.google.ortools.sat.DenseMatrixProto
-
int32 num_rows = 1;
- getNumRows() - Method in interface com.google.ortools.sat.DenseMatrixProtoOrBuilder
-
int32 num_rows = 1;
- getNumRuinedRoutes() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy.Builder
-
Number of spatially close routes ruined at each ruin application.
- getNumRuinedRoutes() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
-
Number of spatially close routes ruined at each ruin application.
- getNumRuinedRoutes() - Method in interface com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategyOrBuilder
-
Number of spatially close routes ruined at each ruin application.
- getNumSearchWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 num_search_workers = 100 [default = 0];
- getNumSearchWorkers() - Method in class com.google.ortools.sat.SatParameters
-
optional int32 num_search_workers = 100 [default = 0];
- getNumSearchWorkers() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional int32 num_search_workers = 100 [default = 0];
- getNumShards() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
For more efficient parallel computation, the matrices and vectors are
divided (virtually) into num_shards shards.
- getNumShards() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
For more efficient parallel computation, the matrices and vectors are
divided (virtually) into num_shards shards.
- getNumShards() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
For more efficient parallel computation, the matrices and vectors are
divided (virtually) into num_shards shards.
- getNumSolutions() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Number of solutions found.
- getNumSolutions() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
Number of solutions found.
- getNumSolutions() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverStatisticsOrBuilder
-
Number of solutions found.
- getNumSubsets() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
The number of subsets that are selected in the solution.
- getNumSubsets() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
The number of subsets that are selected in the solution.
- getNumSubsets() - Method in interface com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
-
The number of subsets that are selected in the solution.
- getNumThreads() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The number of threads to use.
- getNumThreads() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
The number of threads to use.
- getNumThreads() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
The number of threads to use.
- getNumVariables() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional int64 num_variables = 1;
- getNumVariables() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional int64 num_variables = 1;
- getNumVariables() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional int64 num_variables = 1;
- getNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The number of variables in the problem.
- getNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The number of variables in the problem.
- getNumVariables() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The number of variables in the problem.
- getNumViolationLs() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This will create incomplete subsolvers (that are not LNS subsolvers)
that use the feasibility jump code to find improving solution, treating
the objective improvement as a hard constraint.
- getNumViolationLs() - Method in class com.google.ortools.sat.SatParameters
-
This will create incomplete subsolvers (that are not LNS subsolvers)
that use the feasibility jump code to find improving solution, treating
the objective improvement as a hard constraint.
- getNumViolationLs() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This will create incomplete subsolvers (that are not LNS subsolvers)
that use the feasibility jump code to find improving solution, treating
the objective improvement as a hard constraint.
- getNumWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specify the number of parallel workers (i.e. threads) to use during search.
- getNumWorkers() - Method in class com.google.ortools.sat.SatParameters
-
Specify the number of parallel workers (i.e. threads) to use during search.
- getNumWorkers() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Specify the number of parallel workers (i.e. threads) to use during search.
- getObfuscate() - Method in class com.google.ortools.linearsolver.MPModelExportOptions
-
Obfuscates variable and constraint names.
- getObjective() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The objective to minimize.
- getObjective() - Method in class com.google.ortools.sat.CpModelProto
-
The objective to minimize.
- getObjective() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
The objective to minimize.
- getObjective() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The objective of the problem.
- getObjective() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The objective of the problem.
- getObjective() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The objective of the problem.
- getObjectiveBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The objective to minimize.
- getObjectiveBuilder() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The objective of the problem.
- getObjectiveCoefficient() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The coefficient of the variable in the objective.
- getObjectiveCoefficient() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
The coefficient of the variable in the objective.
- getObjectiveCoefficient() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
The coefficient of the variable in the objective.
- getObjectiveCoefficient() - Method in class com.google.ortools.modelbuilder.Variable
-
Returns the objective coefficient of the variable.
- getObjectiveLowerLimit() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
The solver will stop as soon as it has proven that the objective is smaller
than objective_lower_limit or greater than objective_upper_limit.
- getObjectiveLowerLimit() - Method in class com.google.ortools.glop.GlopParameters
-
The solver will stop as soon as it has proven that the objective is smaller
than objective_lower_limit or greater than objective_upper_limit.
- getObjectiveLowerLimit() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
The solver will stop as soon as it has proven that the objective is smaller
than objective_lower_limit or greater than objective_upper_limit.
- getObjectiveMatrixAbsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_matrix_abs_avg = 22;
- getObjectiveMatrixAbsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double objective_matrix_abs_avg = 22;
- getObjectiveMatrixAbsAvg() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double objective_matrix_abs_avg = 22;
- getObjectiveMatrixAbsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm of absolute values of elements of the objective
matrix.
- getObjectiveMatrixAbsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
Max/min/mean/l2_norm of absolute values of elements of the objective
matrix.
- getObjectiveMatrixAbsMax() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
Max/min/mean/l2_norm of absolute values of elements of the objective
matrix.
- getObjectiveMatrixAbsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_matrix_abs_min = 21;
- getObjectiveMatrixAbsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double objective_matrix_abs_min = 21;
- getObjectiveMatrixAbsMin() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double objective_matrix_abs_min = 21;
- getObjectiveMatrixL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_matrix_l2_norm = 27;
- getObjectiveMatrixL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double objective_matrix_l2_norm = 27;
- getObjectiveMatrixL2Norm() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double objective_matrix_l2_norm = 27;
- getObjectiveMatrixNumNonzeros() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional int64 objective_matrix_num_nonzeros = 19;
- getObjectiveMatrixNumNonzeros() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional int64 objective_matrix_num_nonzeros = 19;
- getObjectiveMatrixNumNonzeros() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional int64 objective_matrix_num_nonzeros = 19;
- getObjectiveOffset() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Offset for the objective function.
- getObjectiveOffset() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Offset for the objective function.
- getObjectiveOffset() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Offset for the objective function.
- getObjectiveOffset() - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getObjectiveOrBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The objective to minimize.
- getObjectiveOrBuilder() - Method in class com.google.ortools.sat.CpModelProto
-
The objective to minimize.
- getObjectiveOrBuilder() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
The objective to minimize.
- getObjectiveOrBuilder() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The objective of the problem.
- getObjectiveOrBuilder() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The objective of the problem.
- getObjectiveOrBuilder() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The objective of the problem.
- getObjectiveUpperLimit() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional double objective_upper_limit = 41 [default = inf];
- getObjectiveUpperLimit() - Method in class com.google.ortools.glop.GlopParameters
-
optional double objective_upper_limit = 41 [default = inf];
- getObjectiveUpperLimit() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
optional double objective_upper_limit = 41 [default = inf];
- getObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
optional double objective_value = 1;
- getObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolution
-
optional double objective_value = 1;
- getObjectiveValue() - Method in interface com.google.ortools.linearsolver.MPSolutionOrBuilder
-
optional double objective_value = 1;
- getObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Objective value corresponding to the "variable_value" below, taking into
account the source "objective_offset" and "objective_coefficient".
- getObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Objective value corresponding to the "variable_value" below, taking into
account the source "objective_offset" and "objective_coefficient".
- getObjectiveValue() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Objective value corresponding to the "variable_value" below, taking into
account the source "objective_offset" and "objective_coefficient".
- getObjectiveValue() - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Checks that the solver has found a solution, and returns the objective value.
- getObjectiveValue() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getObjectiveValue() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Only make sense for an optimization problem.
- getObjectiveValue() - Method in class com.google.ortools.sat.CpSolverResponse
-
Only make sense for an optimization problem.
- getObjectiveValue() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Only make sense for an optimization problem.
- getObjectiveVectorAbsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_vector_abs_avg = 18;
- getObjectiveVectorAbsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double objective_vector_abs_avg = 18;
- getObjectiveVectorAbsAvg() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double objective_vector_abs_avg = 18;
- getObjectiveVectorAbsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Statistics of the objective vector.
- getObjectiveVectorAbsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
Statistics of the objective vector.
- getObjectiveVectorAbsMax() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
Statistics of the objective vector.
- getObjectiveVectorAbsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_vector_abs_min = 17;
- getObjectiveVectorAbsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double objective_vector_abs_min = 17;
- getObjectiveVectorAbsMin() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double objective_vector_abs_min = 17;
- getObjectiveVectorL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_vector_l2_norm = 23;
- getObjectiveVectorL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double objective_vector_l2_norm = 23;
- getObjectiveVectorL2Norm() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double objective_vector_l2_norm = 23;
- getOffset() - Method in class com.google.ortools.modelbuilder.AffineExpression
-
- getOffset() - Method in class com.google.ortools.modelbuilder.ConstantExpression
-
- getOffset() - Method in interface com.google.ortools.modelbuilder.LinearExpr
-
Returns the constant part of the expression.
- getOffset() - Method in class com.google.ortools.modelbuilder.WeightedSumExpression
-
- getOffset() - Method in class com.google.ortools.sat.AffineExpression
-
- getOffset() - Method in class com.google.ortools.sat.ConstantExpression
-
- getOffset() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
The displayed objective is always:
scaling_factor * (sum(coefficients[i] * objective_vars[i]) + offset).
- getOffset() - Method in class com.google.ortools.sat.CpObjectiveProto
-
The displayed objective is always:
scaling_factor * (sum(coefficients[i] * objective_vars[i]) + offset).
- getOffset() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
The displayed objective is always:
scaling_factor * (sum(coefficients[i] * objective_vars[i]) + offset).
- getOffset() - Method in class com.google.ortools.sat.DoubleLinearExpr
-
Returns the constant part of the expression.
- getOffset() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
double offset = 3;
- getOffset() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
double offset = 3;
- getOffset() - Method in interface com.google.ortools.sat.FloatObjectiveProtoOrBuilder
-
double offset = 3;
- getOffset() - Method in interface com.google.ortools.sat.LinearExpr
-
Returns the constant part of the expression.
- getOffset() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
int64 offset = 3;
- getOffset() - Method in class com.google.ortools.sat.LinearExpressionProto
-
int64 offset = 3;
- getOffset() - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
-
int64 offset = 3;
- getOffset() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
For a given variable assignment, the "real" problem objective value is
'scaling_factor * (minimization_objective + offset)' where
'minimization_objective is the one defined just above.
- getOffset() - Method in class com.google.ortools.sat.LinearObjective
-
For a given variable assignment, the "real" problem objective value is
'scaling_factor * (minimization_objective + offset)' where
'minimization_objective is the one defined just above.
- getOffset() - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
For a given variable assignment, the "real" problem objective value is
'scaling_factor * (minimization_objective + offset)' where
'minimization_objective is the one defined just above.
- getOffset() - Method in class com.google.ortools.sat.WeightedSumExpression
-
- getOnly_sort_neighbors_for_partial_neighborhoods() - Method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsParameters
-
- getOnlyAddCutsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For the cut that can be generated at any level, this control if we only
try to generate them at the root node.
- getOnlyAddCutsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters
-
For the cut that can be generated at any level, this control if we only
try to generate them at the root node.
- getOnlyAddCutsAtLevelZero() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
For the cut that can be generated at any level, this control if we only
try to generate them at the root node.
- getOnlySolveIp() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If one try to solve a MIP model with CP-SAT, because we assume all variable
to be integer after scaling, we will not necessarily have the correct
optimal.
- getOnlySolveIp() - Method in class com.google.ortools.sat.SatParameters
-
If one try to solve a MIP model with CP-SAT, because we assume all variable
to be integer after scaling, we will not necessarily have the correct
optimal.
- getOnlySolveIp() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If one try to solve a MIP model with CP-SAT, because we assume all variable
to be integer after scaling, we will not necessarily have the correct
optimal.
- getOptimalCost() - Method in class com.google.ortools.graph.LinearSumAssignment
-
- getOptimalCost() - Method in class com.google.ortools.graph.MinCostFlow
-
- getOptimalFlow() - Method in class com.google.ortools.graph.MaxFlow
-
- getOptimalityCriteriaCase() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
- getOptimalityCriteriaCase() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
- getOptimalityCriteriaCase() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
- getOptimalityNorm() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
The norm that we are measuring the optimality criteria in.
- getOptimalityNorm() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
The norm that we are measuring the optimality criteria in.
- getOptimalityNorm() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
The norm that we are measuring the optimality criteria in.
- getOptimizationRule() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
PricingRule to use during the optimization phase.
- getOptimizationRule() - Method in class com.google.ortools.glop.GlopParameters
-
PricingRule to use during the optimization phase.
- getOptimizationRule() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
PricingRule to use during the optimization phase.
- getOptimizationStep() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Minimum step by which the solution must be improved in local search. 0
means "unspecified".
- getOptimizationStep() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Minimum step by which the solution must be improved in local search. 0
means "unspecified".
- getOptimizationStep() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Minimum step by which the solution must be improved in local search. 0
means "unspecified".
- getOptimizeWithCore() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The default optimization method is a simple "linear scan", each time trying
to find a better solution than the previous one.
- getOptimizeWithCore() - Method in class com.google.ortools.sat.SatParameters
-
The default optimization method is a simple "linear scan", each time trying
to find a better solution than the previous one.
- getOptimizeWithCore() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The default optimization method is a simple "linear scan", each time trying
to find a better solution than the previous one.
- getOptimizeWithLbTreeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Do a more conventional tree search (by opposition to SAT based one) where
we keep all the explored node in a tree.
- getOptimizeWithLbTreeSearch() - Method in class com.google.ortools.sat.SatParameters
-
Do a more conventional tree search (by opposition to SAT based one) where
we keep all the explored node in a tree.
- getOptimizeWithLbTreeSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Do a more conventional tree search (by opposition to SAT based one) where
we keep all the explored node in a tree.
- getOptimizeWithMaxHs() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This has no effect if optimize_with_core is false.
- getOptimizeWithMaxHs() - Method in class com.google.ortools.sat.SatParameters
-
This has no effect if optimize_with_core is false.
- getOptimizeWithMaxHs() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This has no effect if optimize_with_core is false.
- getOrbitopes(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopes(int) - Method in class com.google.ortools.sat.SymmetryProto
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopes(int) - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesBuilderList() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesCount() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesCount() - Method in class com.google.ortools.sat.SymmetryProto
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesCount() - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesList() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesList() - Method in class com.google.ortools.sat.SymmetryProto
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesList() - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesOrBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesOrBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesOrBuilder(int) - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesOrBuilderList() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesOrBuilderList() - Method in class com.google.ortools.sat.SymmetryProto
-
An orbitope is a special symmetry structure of the solution space.
- getOrbitopesOrBuilderList() - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
An orbitope is a special symmetry structure of the solution space.
- getOrConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "or" constraints must be Boolean.
- getOrConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
All variables in "or" constraints must be Boolean.
- getOrConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
All variables in "or" constraints must be Boolean.
- getOrConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "or" constraints must be Boolean.
- getOrConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "or" constraints must be Boolean.
- getOrConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
All variables in "or" constraints must be Boolean.
- getOrConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
All variables in "or" constraints must be Boolean.
- GetOrCreateLocalSearchState() - Method in class com.google.ortools.constraintsolver.Solver
-
Returns (or creates) an assignment representing the state of local search.
- GetOrCreateNodeNeighborsByCostClass(double, long, SWIGTYPE_p_double, boolean, boolean, boolean) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns neighbors of all nodes for every cost class.
- GetOrCreateNodeNeighborsByCostClass(double, long, SWIGTYPE_p_double, boolean, boolean) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns neighbors of all nodes for every cost class.
- GetOrCreateNodeNeighborsByCostClass(double, long, SWIGTYPE_p_double, boolean) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns neighbors of all nodes for every cost class.
- GetOrCreateNodeNeighborsByCostClass(double, long, SWIGTYPE_p_double) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns neighbors of all nodes for every cost class.
- GetOrCreateNodeNeighborsByCostClass(RoutingModel.NodeNeighborsParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns parameters.num_neighbors neighbors of all nodes for every cost
class.
- getOriginalNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Hack: When converting a wcnf formulat to a LinearBooleanProblem, extra
variables need to be created.
- getOriginalNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
Hack: When converting a wcnf formulat to a LinearBooleanProblem, extra
variables need to be created.
- getOriginalNumVariables() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
Hack: When converting a wcnf formulat to a LinearBooleanProblem, extra
variables need to be created.
- getOriginalProblemStats() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Statistics of the original problem.
- getOriginalProblemStats() - Method in class com.google.ortools.pdlp.SolveLog
-
Statistics of the original problem.
- getOriginalProblemStats() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
Statistics of the original problem.
- getOriginalProblemStatsBuilder() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Statistics of the original problem.
- getOriginalProblemStatsOrBuilder() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Statistics of the original problem.
- getOriginalProblemStatsOrBuilder() - Method in class com.google.ortools.pdlp.SolveLog
-
Statistics of the original problem.
- getOriginalProblemStatsOrBuilder() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
Statistics of the original problem.
- GetOutgoingNeighborsOfNodeForCostClass(int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsByCostClass
-
Returns the neighbors that are outgoing from 'node_index', i.e.
- GetPairIndicesOfType(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getParameters() - Method in class com.google.ortools.sat.CpSolver
-
Returns the builder of the parameters of the SAT solver for modification.
- getParameters() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
Solver parameters.
- getParameters() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
Solver parameters.
- getParameters() - Method in interface com.google.ortools.sat.v1.CpSolverRequestOrBuilder
-
Solver parameters.
- getParametersBuilder() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
Solver parameters.
- getParametersOrBuilder() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
Solver parameters.
- getParametersOrBuilder() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
Solver parameters.
- getParametersOrBuilder() - Method in interface com.google.ortools.sat.v1.CpSolverRequestOrBuilder
-
Solver parameters.
- getParams() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- getParams() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- getParams() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- getParams() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
If solved with PDLP, the parameters for this solve.
- getParams() - Method in class com.google.ortools.pdlp.SolveLog
-
If solved with PDLP, the parameters for this solve.
- getParams() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
If solved with PDLP, the parameters for this solve.
- getParamsBuilder() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- getParamsBuilder() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
If solved with PDLP, the parameters for this solve.
- getParamsOrBuilder() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- getParamsOrBuilder() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- getParamsOrBuilder() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- getParamsOrBuilder() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
If solved with PDLP, the parameters for this solve.
- getParamsOrBuilder() - Method in class com.google.ortools.pdlp.SolveLog
-
If solved with PDLP, the parameters for this solve.
- getParamsOrBuilder() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
If solved with PDLP, the parameters for this solve.
- getParserForType() - Method in class com.google.ortools.algorithms.SetCoverProto
-
- getParserForType() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset
-
- getParserForType() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
- getParserForType() - Method in class com.google.ortools.bop.BopOptimizerMethod
-
- getParserForType() - Method in class com.google.ortools.bop.BopParameters
-
- getParserForType() - Method in class com.google.ortools.bop.BopSolverOptimizerSet
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.PerturbationStrategy
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.RuinStrategy
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy
-
- getParserForType() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
-
- getParserForType() - Method in class com.google.ortools.glop.GlopParameters
-
- getParserForType() - Method in class com.google.ortools.graph.FlowArcProto
-
- getParserForType() - Method in class com.google.ortools.graph.FlowModelProto
-
- getParserForType() - Method in class com.google.ortools.graph.FlowNodeProto
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPModelProto
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPSolution
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPSolveInfo
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
- getParserForType() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
- getParserForType() - Method in class com.google.ortools.linearsolver.OptionalDouble
-
- getParserForType() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
- getParserForType() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
-
- getParserForType() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
- getParserForType() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
- getParserForType() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
-
- getParserForType() - Method in class com.google.ortools.pdlp.IterationStats
-
- getParserForType() - Method in class com.google.ortools.pdlp.MalitskyPockParams
-
- getParserForType() - Method in class com.google.ortools.pdlp.PointMetadata
-
- getParserForType() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
- getParserForType() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
-
- getParserForType() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
- getParserForType() - Method in class com.google.ortools.pdlp.SolveLog
-
- getParserForType() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
-
- getParserForType() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
- getParserForType() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
-
- getParserForType() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.BoolArgumentProto
-
- getParserForType() - Method in class com.google.ortools.sat.BooleanAssignment
-
- getParserForType() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.ConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.CpModelProto
-
- getParserForType() - Method in class com.google.ortools.sat.CpObjectiveProto
-
- getParserForType() - Method in class com.google.ortools.sat.CpSolverResponse
-
- getParserForType() - Method in class com.google.ortools.sat.CpSolverSolution
-
- getParserForType() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
- getParserForType() - Method in class com.google.ortools.sat.DenseMatrixProto
-
- getParserForType() - Method in class com.google.ortools.sat.ElementConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
- getParserForType() - Method in class com.google.ortools.sat.IntegerVariableProto
-
- getParserForType() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.InverseConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.LinearArgumentProto
-
- getParserForType() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
- getParserForType() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
- getParserForType() - Method in class com.google.ortools.sat.LinearConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.LinearExpressionProto
-
- getParserForType() - Method in class com.google.ortools.sat.LinearObjective
-
- getParserForType() - Method in class com.google.ortools.sat.ListOfVariablesProto
-
- getParserForType() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.PartialVariableAssignment
-
- getParserForType() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.SatParameters
-
- getParserForType() - Method in class com.google.ortools.sat.SparsePermutationProto
-
- getParserForType() - Method in class com.google.ortools.sat.SymmetryProto
-
- getParserForType() - Method in class com.google.ortools.sat.TableConstraintProto
-
- getParserForType() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
- getParserForType() - Method in class com.google.ortools.util.Int128
-
- getPatchNumber() - Static method in class com.google.ortools.init.OrToolsVersion
-
Returns the patch version of OR-Tools.
- GetPath(long) - Method in class com.google.ortools.constraintsolver.PathsMetadata
-
- GetPathsMetadata() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getPayloadKey() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
The payload is a (key, value) string pair.
- getPayloadKey() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
The payload is a (key, value) string pair.
- getPayloadKey() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
The payload is a (key, value) string pair.
- getPayloadKeyBytes() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
The payload is a (key, value) string pair.
- getPayloadKeyBytes() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
The payload is a (key, value) string pair.
- getPayloadKeyBytes() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
The payload is a (key, value) string pair.
- getPayloadValue() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional string payload_value = 5;
- getPayloadValue() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
optional string payload_value = 5;
- getPayloadValue() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
optional string payload_value = 5;
- getPayloadValueBytes() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional string payload_value = 5;
- getPayloadValueBytes() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
optional string payload_value = 5;
- getPayloadValueBytes() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
optional string payload_value = 5;
- getPbCleanupIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Same as for the clauses, but for the learned pseudo-Boolean constraints.
- getPbCleanupIncrement() - Method in class com.google.ortools.sat.SatParameters
-
Same as for the clauses, but for the learned pseudo-Boolean constraints.
- getPbCleanupIncrement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Same as for the clauses, but for the learned pseudo-Boolean constraints.
- getPbCleanupRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double pb_cleanup_ratio = 47 [default = 0.5];
- getPbCleanupRatio() - Method in class com.google.ortools.sat.SatParameters
-
optional double pb_cleanup_ratio = 47 [default = 0.5];
- getPbCleanupRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double pb_cleanup_ratio = 47 [default = 0.5];
- getPd_pair_index() - Method in class com.google.ortools.constraintsolver.RoutingModel.PickupDeliveryPosition
-
The index of the pickup and delivery pair within which the node appears.
- getPermutations(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutations(int) - Method in class com.google.ortools.sat.SymmetryProto
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutations(int) - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsBuilderList() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsCount() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsCount() - Method in class com.google.ortools.sat.SymmetryProto
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsCount() - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsList() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsList() - Method in class com.google.ortools.sat.SymmetryProto
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsList() - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsOrBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsOrBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsOrBuilder(int) - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsOrBuilderList() - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsOrBuilderList() - Method in class com.google.ortools.sat.SymmetryProto
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutationsOrBuilderList() - Method in interface com.google.ortools.sat.SymmetryProtoOrBuilder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- getPermutePresolveConstraintOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool permute_presolve_constraint_order = 179 [default = false];
- getPermutePresolveConstraintOrder() - Method in class com.google.ortools.sat.SatParameters
-
optional bool permute_presolve_constraint_order = 179 [default = false];
- getPermutePresolveConstraintOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool permute_presolve_constraint_order = 179 [default = false];
- getPermuteVariableRandomly() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This is mainly here to test the solver variability.
- getPermuteVariableRandomly() - Method in class com.google.ortools.sat.SatParameters
-
This is mainly here to test the solver variability.
- getPermuteVariableRandomly() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This is mainly here to test the solver variability.
- getPersistentImpact() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
Whether to keep the impact from the first search for other searches,
or to recompute the impact for each new search.
- getPerturbationStrategy() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Determines how a reference solution S is perturbed to obtain a neighbor
solution S'.
- getPerturbationStrategy() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
-
Determines how a reference solution S is perturbed to obtain a neighbor
solution S'.
- getPerturbationStrategy() - Method in interface com.google.ortools.constraintsolver.IteratedLocalSearchParametersOrBuilder
-
Determines how a reference solution S is perturbed to obtain a neighbor
solution S'.
- getPerturbationStrategyValue() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Determines how a reference solution S is perturbed to obtain a neighbor
solution S'.
- getPerturbationStrategyValue() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
-
Determines how a reference solution S is perturbed to obtain a neighbor
solution S'.
- getPerturbationStrategyValue() - Method in interface com.google.ortools.constraintsolver.IteratedLocalSearchParametersOrBuilder
-
Determines how a reference solution S is perturbed to obtain a neighbor
solution S'.
- getPerturbCostsInDualSimplex() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When this is true, then the costs are randomly perturbed before the dual
simplex is even started.
- getPerturbCostsInDualSimplex() - Method in class com.google.ortools.glop.GlopParameters
-
When this is true, then the costs are randomly perturbed before the dual
simplex is even started.
- getPerturbCostsInDualSimplex() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When this is true, then the costs are randomly perturbed before the dual
simplex is even started.
- getPickupAndDeliveryPolicyOfVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- GetPickupPosition(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the pickup and delivery positions where the node is a pickup.
- getPointMetadata(int) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- getPointMetadata(int) - Method in class com.google.ortools.pdlp.IterationStats
-
Auxiliary statistics for each type of point.
- getPointMetadata(int) - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
Auxiliary statistics for each type of point.
- getPointMetadataBuilder(int) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- getPointMetadataBuilderList() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- getPointMetadataCount() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- getPointMetadataCount() - Method in class com.google.ortools.pdlp.IterationStats
-
Auxiliary statistics for each type of point.
- getPointMetadataCount() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
Auxiliary statistics for each type of point.
- getPointMetadataList() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- getPointMetadataList() - Method in class com.google.ortools.pdlp.IterationStats
-
Auxiliary statistics for each type of point.
- getPointMetadataList() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
Auxiliary statistics for each type of point.
- getPointMetadataOrBuilder(int) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- getPointMetadataOrBuilder(int) - Method in class com.google.ortools.pdlp.IterationStats
-
Auxiliary statistics for each type of point.
- getPointMetadataOrBuilder(int) - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
Auxiliary statistics for each type of point.
- getPointMetadataOrBuilderList() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- getPointMetadataOrBuilderList() - Method in class com.google.ortools.pdlp.IterationStats
-
Auxiliary statistics for each type of point.
- getPointMetadataOrBuilderList() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
Auxiliary statistics for each type of point.
- getPointType() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
Type of the point that this metadata corresponds to.
- getPointType() - Method in class com.google.ortools.pdlp.PointMetadata
-
Type of the point that this metadata corresponds to.
- getPointType() - Method in interface com.google.ortools.pdlp.PointMetadataOrBuilder
-
Type of the point that this metadata corresponds to.
- getPolarityExploitLsHints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and we have first solution LS workers, tries in some phase to
follow a LS solutions that violates has litle constraints as possible.
- getPolarityExploitLsHints() - Method in class com.google.ortools.sat.SatParameters
-
If true and we have first solution LS workers, tries in some phase to
follow a LS solutions that violates has litle constraints as possible.
- getPolarityExploitLsHints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true and we have first solution LS workers, tries in some phase to
follow a LS solutions that violates has litle constraints as possible.
- getPolarityRephaseIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If non-zero, then we change the polarity heuristic after that many number
of conflicts in an arithmetically increasing fashion.
- getPolarityRephaseIncrement() - Method in class com.google.ortools.sat.SatParameters
-
If non-zero, then we change the polarity heuristic after that many number
of conflicts in an arithmetically increasing fashion.
- getPolarityRephaseIncrement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If non-zero, then we change the polarity heuristic after that many number
of conflicts in an arithmetically increasing fashion.
- getPolishingPhaseType() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;
- getPolishingPhaseType() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;
- getPolishingPhaseType() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;
- getPolishLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to do a few degenerate iteration at the end of an LP solve
to minimize the fractionality of the integer variable in the basis.
- getPolishLpSolution() - Method in class com.google.ortools.sat.SatParameters
-
Whether we try to do a few degenerate iteration at the end of an LP solve
to minimize the fractionality of the integer variable in the basis.
- getPolishLpSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we try to do a few degenerate iteration at the end of an LP solve
to minimize the fractionality of the integer variable in the basis.
- getPopulateAdditionalSolutionsUpTo() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Controls the recovery of additional solutions, if any, saved by the
underlying solver back in the MPSolutionResponse.additional_solutions.
- getPopulateAdditionalSolutionsUpTo() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Controls the recovery of additional solutions, if any, saved by the
underlying solver back in the MPSolutionResponse.additional_solutions.
- getPopulateAdditionalSolutionsUpTo() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Controls the recovery of additional solutions, if any, saved by the
underlying solver back in the MPSolutionResponse.additional_solutions.
- GetPostTravelEvaluatorOfVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getPreferredVariableOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
- getPreferredVariableOrder() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
- getPreferredVariableOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
- getPreprocessedProblemStats() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Statistics of the problem after preprocessing.
- getPreprocessedProblemStats() - Method in class com.google.ortools.pdlp.SolveLog
-
Statistics of the problem after preprocessing.
- getPreprocessedProblemStats() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
Statistics of the problem after preprocessing.
- getPreprocessedProblemStatsBuilder() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Statistics of the problem after preprocessing.
- getPreprocessedProblemStatsOrBuilder() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Statistics of the problem after preprocessing.
- getPreprocessedProblemStatsOrBuilder() - Method in class com.google.ortools.pdlp.SolveLog
-
Statistics of the problem after preprocessing.
- getPreprocessedProblemStatsOrBuilder() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
Statistics of the problem after preprocessing.
- getPreprocessingTimeSec() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Time for preprocessing (everything before iteration 0).
- getPreprocessingTimeSec() - Method in class com.google.ortools.pdlp.SolveLog
-
Time for preprocessing (everything before iteration 0).
- getPreprocessingTimeSec() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
Time for preprocessing (everything before iteration 0).
- getPreprocessorZeroTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
A floating point tolerance used by the preprocessors.
- getPreprocessorZeroTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
A floating point tolerance used by the preprocessors.
- getPreprocessorZeroTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
A floating point tolerance used by the preprocessors.
- getPresolve() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Gurobi and SCIP enable presolve by default.
- getPresolve() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Gurobi and SCIP enable presolve by default.
- getPresolve() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Gurobi and SCIP enable presolve by default.
- getPresolveBlockedClause() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use an heuristic to detect some basic case of blocked clause
in the SAT presolve.
- getPresolveBlockedClause() - Method in class com.google.ortools.sat.SatParameters
-
Whether we use an heuristic to detect some basic case of blocked clause
in the SAT presolve.
- getPresolveBlockedClause() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we use an heuristic to detect some basic case of blocked clause
in the SAT presolve.
- getPresolveBvaThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced
by stricly more than this threshold.
- getPresolveBvaThreshold() - Method in class com.google.ortools.sat.SatParameters
-
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced
by stricly more than this threshold.
- getPresolveBvaThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced
by stricly more than this threshold.
- getPresolveBveClauseWeight() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, we apply BVE only if this weight times the number of
clauses plus the number of clause literals is not increased.
- getPresolveBveClauseWeight() - Method in class com.google.ortools.sat.SatParameters
-
During presolve, we apply BVE only if this weight times the number of
clauses plus the number of clause literals is not increased.
- getPresolveBveClauseWeight() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During presolve, we apply BVE only if this weight times the number of
clauses plus the number of clause literals is not increased.
- getPresolveBveThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, only try to perform the bounded variable elimination (BVE)
of a variable x if the number of occurrences of x times the number of
occurrences of not(x) is not greater than this parameter.
- getPresolveBveThreshold() - Method in class com.google.ortools.sat.SatParameters
-
During presolve, only try to perform the bounded variable elimination (BVE)
of a variable x if the number of occurrences of x times the number of
occurrences of not(x) is not greater than this parameter.
- getPresolveBveThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During presolve, only try to perform the bounded variable elimination (BVE)
of a variable x if the number of occurrences of x times the number of
occurrences of not(x) is not greater than this parameter.
- getPresolveExtractIntegerEnforcement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we will extract from linear constraints, enforcement literals of
the form "integer variable at bound => simplified constraint".
- getPresolveExtractIntegerEnforcement() - Method in class com.google.ortools.sat.SatParameters
-
If true, we will extract from linear constraints, enforcement literals of
the form "integer variable at bound => simplified constraint".
- getPresolveExtractIntegerEnforcement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we will extract from linear constraints, enforcement literals of
the form "integer variable at bound => simplified constraint".
- getPresolveInclusionWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A few presolve operations involve detecting constraints included in other
constraint.
- getPresolveInclusionWorkLimit() - Method in class com.google.ortools.sat.SatParameters
-
A few presolve operations involve detecting constraints included in other
constraint.
- getPresolveInclusionWorkLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A few presolve operations involve detecting constraints included in other
constraint.
- getPresolveOptions() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- getPresolveOptions() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- getPresolveOptions() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- getPresolveOptionsBuilder() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- getPresolveOptionsOrBuilder() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- getPresolveOptionsOrBuilder() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- getPresolveOptionsOrBuilder() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- getPresolveProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double presolve_probing_deterministic_time_limit = 57 [default = 30];
- getPresolveProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters
-
optional double presolve_probing_deterministic_time_limit = 57 [default = 30];
- getPresolveProbingDeterministicTimeLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double presolve_probing_deterministic_time_limit = 57 [default = 30];
- getPresolveSubstitutionLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much substitution (also called free variable aggregation in MIP
litterature) should we perform at presolve.
- getPresolveSubstitutionLevel() - Method in class com.google.ortools.sat.SatParameters
-
How much substitution (also called free variable aggregation in MIP
litterature) should we perform at presolve.
- getPresolveSubstitutionLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How much substitution (also called free variable aggregation in MIP
litterature) should we perform at presolve.
- getPresolveUseBva() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
- getPresolveUseBva() - Method in class com.google.ortools.sat.SatParameters
-
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
- getPresolveUseBva() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
- GetPreTravelEvaluatorOfVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getPrimalFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
This tolerance indicates by how much we allow the variable values to go out
of bounds and still consider the current solution primal-feasible.
- getPrimalFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
This tolerance indicates by how much we allow the variable values to go out
of bounds and still consider the current solution primal-feasible.
- getPrimalFeasibilityTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
This tolerance indicates by how much we allow the variable values to go out
of bounds and still consider the current solution primal-feasible.
- getPrimalObjective() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The primal objective.
- getPrimalObjective() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The primal objective.
- getPrimalObjective() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The primal objective.
- getPrimalRayLinearObjective() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
The value of the linear part of the primal objective (ignoring additive
constants) evaluated at x_ray, i.e., c' * x_ray where c is the objective
coefficient vector.
- getPrimalRayLinearObjective() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
-
The value of the linear part of the primal objective (ignoring additive
constants) evaluated at x_ray, i.e., c' * x_ray where c is the objective
coefficient vector.
- getPrimalRayLinearObjective() - Method in interface com.google.ortools.pdlp.InfeasibilityInformationOrBuilder
-
The value of the linear part of the primal objective (ignoring additive
constants) evaluated at x_ray, i.e., c' * x_ray where c is the objective
coefficient vector.
- getPrimalRayQuadraticNorm() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
The l_∞ norm of the vector resulting from taking the quadratic matrix from
primal objective and multiplying it by the primal variables.
- getPrimalRayQuadraticNorm() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
-
The l_∞ norm of the vector resulting from taking the quadratic matrix from
primal objective and multiplying it by the primal variables.
- getPrimalRayQuadraticNorm() - Method in interface com.google.ortools.pdlp.InfeasibilityInformationOrBuilder
-
The l_∞ norm of the vector resulting from taking the quadratic matrix from
primal objective and multiplying it by the primal variables.
- getPrimalTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- getPrimalTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- getPrimalTolerance() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- getPrimalToleranceBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- getPrimalToleranceOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- getPrimalToleranceOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- getPrimalToleranceOrBuilder() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- getPrimalWeight() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
Primal weight controlling the relation between primal and dual step sizes.
- getPrimalWeight() - Method in class com.google.ortools.pdlp.IterationStats
-
Primal weight controlling the relation between primal and dual step sizes.
- getPrimalWeight() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
Primal weight controlling the relation between primal and dual step sizes.
- getPrimalWeightUpdateSmoothing() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
This parameter controls exponential smoothing of log(primal_weight) when a
primal weight update occurs (i.e., when the ratio of primal and dual step
sizes is adjusted).
- getPrimalWeightUpdateSmoothing() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
This parameter controls exponential smoothing of log(primal_weight) when a
primal weight update occurs (i.e., when the ratio of primal and dual step
sizes is adjusted).
- getPrimalWeightUpdateSmoothing() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
This parameter controls exponential smoothing of log(primal_weight) when a
primal weight update occurs (i.e., when the ratio of primal and dual step
sizes is adjusted).
- getPrimaryConstrainedDimension() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Get the primary constrained dimension, or an empty string if it is unset.
- getPrintAddedConstraints() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print added constraints.
- getPrintAddedConstraints() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Print added constraints.
- getPrintAddedConstraints() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Print added constraints.
- getPrintLocalSearchProfile() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print local search profiling data after solving.
- getPrintLocalSearchProfile() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Print local search profiling data after solving.
- getPrintLocalSearchProfile() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Print local search profiling data after solving.
- getPrintModel() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print the model before solving.
- getPrintModel() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Print the model before solving.
- getPrintModel() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Print the model before solving.
- getPrintModelStats() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print model statistics before solving.
- getPrintModelStats() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Print model statistics before solving.
- getPrintModelStats() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Print model statistics before solving.
- getPriority() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
-
- getProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The maximum "deterministic" time limit to spend in probing.
- getProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters
-
The maximum "deterministic" time limit to spend in probing.
- getProbingDeterministicTimeLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The maximum "deterministic" time limit to spend in probing.
- getProbingNumCombinationsLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How many combinations of pairs or triplets of variables we want to scan.
- getProbingNumCombinationsLimit() - Method in class com.google.ortools.sat.SatParameters
-
How many combinations of pairs or triplets of variables we want to scan.
- getProbingNumCombinationsLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How many combinations of pairs or triplets of variables we want to scan.
- getProblemType() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
- getProblemType() - Method in class com.google.ortools.graph.FlowModelProto
-
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
- getProblemType() - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
- getProfileFile() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Export propagation profiling data to file.
- getProfileFile() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Export propagation profiling data to file.
- getProfileFile() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Export propagation profiling data to file.
- getProfileFileBytes() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Export propagation profiling data to file.
- getProfileFileBytes() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Export propagation profiling data to file.
- getProfileFileBytes() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Export propagation profiling data to file.
- getProfileLocalSearch() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Activate local search profiling.
- getProfileLocalSearch() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Activate local search profiling.
- getProfileLocalSearch() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Activate local search profiling.
- getProfilePropagation() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Activate propagation profiling.
- getProfilePropagation() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Activate propagation profiling.
- getProfilePropagation() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Activate propagation profiling.
- getPropagationLoopDetectionFactor() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Some search decisions might cause a really large number of propagations to
happen when integer variables with large domains are only reduced by 1 at
each step.
- getPropagationLoopDetectionFactor() - Method in class com.google.ortools.sat.SatParameters
-
Some search decisions might cause a really large number of propagations to
happen when integer variables with large domains are only reduced by 1 at
each step.
- getPropagationLoopDetectionFactor() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Some search decisions might cause a really large number of propagations to
happen when integer variables with large domains are only reduced by 1 at
each step.
- getPropagationMonitor() - Method in class com.google.ortools.constraintsolver.Solver
-
Returns the propagation monitor.
- getProvideStrongOptimalGuarantee() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, then when the solver returns a solution with an OPTIMAL status,
we can guarantee that:
- The primal variable are in their bounds
- getProvideStrongOptimalGuarantee() - Method in class com.google.ortools.glop.GlopParameters
-
If true, then when the solver returns a solution with an OPTIMAL status,
we can guarantee that:
- The primal variable are in their bounds
- getProvideStrongOptimalGuarantee() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If true, then when the solver returns a solution with an OPTIMAL status,
we can guarantee that:
- The primal variable are in their bounds
- getPruneSearchTree() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Avoid exploring both branches (b, a, ...) and (a, b, ...).
- getPruneSearchTree() - Method in class com.google.ortools.bop.BopParameters
-
Avoid exploring both branches (b, a, ...) and (a, b, ...).
- getPruneSearchTree() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Avoid exploring both branches (b, a, ...) and (a, b, ...).
- getPseudoCostReliabilityThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The solver ignores the pseudo costs of variables with number of recordings
less than this threshold.
- getPseudoCostReliabilityThreshold() - Method in class com.google.ortools.sat.SatParameters
-
The solver ignores the pseudo costs of variables with number of recordings
less than this threshold.
- getPseudoCostReliabilityThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The solver ignores the pseudo costs of variables with number of recordings
less than this threshold.
- getPushAllTasksTowardStart() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental code: specify if the objective pushes all tasks toward the
start of the schedule.
- getPushAllTasksTowardStart() - Method in class com.google.ortools.sat.SatParameters
-
Experimental code: specify if the objective pushes all tasks toward the
start of the schedule.
- getPushAllTasksTowardStart() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Experimental code: specify if the objective pushes all tasks toward the
start of the schedule.
- getPushToVertex() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If the optimization phases finishes with super-basic variables (i.e.,
variables that either 1) have bounds but are FREE in the basis, or 2) have
no bounds and are FREE in the basis at a nonzero value), then run a "push"
phase to push these variables to bounds, obtaining a vertex solution.
- getPushToVertex() - Method in class com.google.ortools.glop.GlopParameters
-
If the optimization phases finishes with super-basic variables (i.e.,
variables that either 1) have bounds but are FREE in the basis, or 2) have
no bounds and are FREE in the basis at a nonzero value), then run a "push"
phase to push these variables to bounds, obtaining a vertex solution.
- getPushToVertex() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If the optimization phases finishes with super-basic variables (i.e.,
variables that either 1) have bounds but are FREE in the basis, or 2) have
no bounds and are FREE in the basis at a nonzero value), then run a "push"
phase to push these variables to bounds, obtaining a vertex solution.
- getQcoefficient(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- getQcoefficient(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Must be finite.
- getQcoefficient(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Must be finite.
- getQcoefficientCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- getQcoefficientCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Must be finite.
- getQcoefficientCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Must be finite.
- getQcoefficientList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- getQcoefficientList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Must be finite.
- getQcoefficientList() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Must be finite.
- getQuadraticConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- getQuadraticConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- getQuadraticConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- getQuadraticConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- getQuadraticConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- getQuadraticConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- getQuadraticConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- getQuadraticCostSoftSpanUpperBoundForVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getQuadraticObjective() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Optionally, a quadratic objective.
- getQuadraticObjective() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Optionally, a quadratic objective.
- getQuadraticObjective() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Optionally, a quadratic objective.
- getQuadraticObjectiveBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Optionally, a quadratic objective.
- getQuadraticObjectiveOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Optionally, a quadratic objective.
- getQuadraticObjectiveOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Optionally, a quadratic objective.
- getQuadraticObjectiveOrBuilder() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Optionally, a quadratic objective.
- getQvar1Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- getQvar1Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- getQvar1Index(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- getQvar1Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- getQvar1Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- getQvar1Index(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- getQvar1IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- getQvar1IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- getQvar1IndexCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- getQvar1IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- getQvar1IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- getQvar1IndexCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- getQvar1IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- getQvar1IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- getQvar1IndexList() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- getQvar1IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- getQvar1IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- getQvar1IndexList() - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- getQvar2Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
repeated int32 qvar2_index = 4;
- getQvar2Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
repeated int32 qvar2_index = 4;
- getQvar2Index(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
repeated int32 qvar2_index = 4;
- getQvar2Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
repeated int32 qvar2_index = 2;
- getQvar2Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
repeated int32 qvar2_index = 2;
- getQvar2Index(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
-
repeated int32 qvar2_index = 2;
- getQvar2IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
repeated int32 qvar2_index = 4;
- getQvar2IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
repeated int32 qvar2_index = 4;
- getQvar2IndexCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
repeated int32 qvar2_index = 4;
- getQvar2IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
repeated int32 qvar2_index = 2;
- getQvar2IndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
repeated int32 qvar2_index = 2;
- getQvar2IndexCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
-
repeated int32 qvar2_index = 2;
- getQvar2IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
repeated int32 qvar2_index = 4;
- getQvar2IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
repeated int32 qvar2_index = 4;
- getQvar2IndexList() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
repeated int32 qvar2_index = 4;
- getQvar2IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
repeated int32 qvar2_index = 2;
- getQvar2IndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
repeated int32 qvar2_index = 2;
- getQvar2IndexList() - Method in interface com.google.ortools.linearsolver.MPQuadraticObjectiveOrBuilder
-
repeated int32 qvar2_index = 2;
- getRandomBranchesRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A number between 0 and 1 that indicates the proportion of branching
variables that are selected randomly instead of choosing the first variable
from the given variable_ordering strategy.
- getRandomBranchesRatio() - Method in class com.google.ortools.sat.SatParameters
-
A number between 0 and 1 that indicates the proportion of branching
variables that are selected randomly instead of choosing the first variable
from the given variable_ordering strategy.
- getRandomBranchesRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A number between 0 and 1 that indicates the proportion of branching
variables that are selected randomly instead of choosing the first variable
from the given variable_ordering strategy.
- getRandomDualProjections(int) - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
Projections of the dual solution onto random planes.
- getRandomDualProjections(int) - Method in class com.google.ortools.pdlp.PointMetadata
-
Projections of the dual solution onto random planes.
- getRandomDualProjections(int) - Method in interface com.google.ortools.pdlp.PointMetadataOrBuilder
-
Projections of the dual solution onto random planes.
- getRandomDualProjectionsCount() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
Projections of the dual solution onto random planes.
- getRandomDualProjectionsCount() - Method in class com.google.ortools.pdlp.PointMetadata
-
Projections of the dual solution onto random planes.
- getRandomDualProjectionsCount() - Method in interface com.google.ortools.pdlp.PointMetadataOrBuilder
-
Projections of the dual solution onto random planes.
- getRandomDualProjectionsList() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
Projections of the dual solution onto random planes.
- getRandomDualProjectionsList() - Method in class com.google.ortools.pdlp.PointMetadata
-
Projections of the dual solution onto random planes.
- getRandomDualProjectionsList() - Method in interface com.google.ortools.pdlp.PointMetadataOrBuilder
-
Projections of the dual solution onto random planes.
- getRandomizeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Randomize fixed search.
- getRandomizeSearch() - Method in class com.google.ortools.sat.SatParameters
-
Randomize fixed search.
- getRandomizeSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Randomize fixed search.
- getRandomPolarityRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The proportion of polarity chosen at random.
- getRandomPolarityRatio() - Method in class com.google.ortools.sat.SatParameters
-
The proportion of polarity chosen at random.
- getRandomPolarityRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The proportion of polarity chosen at random.
- getRandomPrimalProjections(int) - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
Projections of the primal solution onto random planes.
- getRandomPrimalProjections(int) - Method in class com.google.ortools.pdlp.PointMetadata
-
Projections of the primal solution onto random planes.
- getRandomPrimalProjections(int) - Method in interface com.google.ortools.pdlp.PointMetadataOrBuilder
-
Projections of the primal solution onto random planes.
- getRandomPrimalProjectionsCount() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
Projections of the primal solution onto random planes.
- getRandomPrimalProjectionsCount() - Method in class com.google.ortools.pdlp.PointMetadata
-
Projections of the primal solution onto random planes.
- getRandomPrimalProjectionsCount() - Method in interface com.google.ortools.pdlp.PointMetadataOrBuilder
-
Projections of the primal solution onto random planes.
- getRandomPrimalProjectionsList() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
Projections of the primal solution onto random planes.
- getRandomPrimalProjectionsList() - Method in class com.google.ortools.pdlp.PointMetadata
-
Projections of the primal solution onto random planes.
- getRandomPrimalProjectionsList() - Method in interface com.google.ortools.pdlp.PointMetadataOrBuilder
-
Projections of the primal solution onto random planes.
- getRandomProjectionSeeds(int) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- getRandomProjectionSeeds(int) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- getRandomProjectionSeeds(int) - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- getRandomProjectionSeedsCount() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- getRandomProjectionSeedsCount() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- getRandomProjectionSeedsCount() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- getRandomProjectionSeedsList() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- getRandomProjectionSeedsList() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- getRandomProjectionSeedsList() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- getRandomSeed() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The seed used to initialize the random generator.
- getRandomSeed() - Method in class com.google.ortools.bop.BopParameters
-
The seed used to initialize the random generator.
- getRandomSeed() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The seed used to initialize the random generator.
- getRandomSeed() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
Seed used to initialize the random part in some heuristics.
- getRandomSeed() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- getRandomSeed() - Method in class com.google.ortools.glop.GlopParameters
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- getRandomSeed() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- getRandomSeed() - Method in class com.google.ortools.sat.SatParameters.Builder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- getRandomSeed() - Method in class com.google.ortools.sat.SatParameters
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- getRandomSeed() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- getRandomWalk() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.RandomWalkRuinStrategy random_walk = 2;
- getRandomWalk() - Method in class com.google.ortools.constraintsolver.RuinStrategy
-
.operations_research.RandomWalkRuinStrategy random_walk = 2;
- getRandomWalk() - Method in interface com.google.ortools.constraintsolver.RuinStrategyOrBuilder
-
.operations_research.RandomWalkRuinStrategy random_walk = 2;
- getRandomWalkBuilder() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.RandomWalkRuinStrategy random_walk = 2;
- getRandomWalkOrBuilder() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.RandomWalkRuinStrategy random_walk = 2;
- getRandomWalkOrBuilder() - Method in class com.google.ortools.constraintsolver.RuinStrategy
-
.operations_research.RandomWalkRuinStrategy random_walk = 2;
- getRandomWalkOrBuilder() - Method in interface com.google.ortools.constraintsolver.RuinStrategyOrBuilder
-
.operations_research.RandomWalkRuinStrategy random_walk = 2;
- getRatioTestZeroThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During the primal simplex (resp. dual simplex), the coefficients of the
direction (resp. update row) with a magnitude lower than this threshold are
not considered during the ratio test.
- getRatioTestZeroThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
During the primal simplex (resp. dual simplex), the coefficients of the
direction (resp. update row) with a magnitude lower than this threshold are
not considered during the ratio test.
- getRatioTestZeroThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
During the primal simplex (resp. dual simplex), the coefficients of the
direction (resp. update row) with a magnitude lower than this threshold are
not considered during the ratio test.
- getRecomputeEdgesNormThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Note that the threshold is a relative error on the actual norm (not the
squared one) and that edge norms are always greater than 1.
- getRecomputeEdgesNormThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
Note that the threshold is a relative error on the actual norm (not the
squared one) and that edge norms are always greater than 1.
- getRecomputeEdgesNormThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Note that the threshold is a relative error on the actual norm (not the
squared one) and that edge norms are always greater than 1.
- getRecomputeReducedCostsThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We estimate the accuracy of the iteratively computed reduced costs.
- getRecomputeReducedCostsThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
We estimate the accuracy of the iteratively computed reduced costs.
- getRecomputeReducedCostsThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
We estimate the accuracy of the iteratively computed reduced costs.
- getRecordIterationStats() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
If true, the iteration_stats field of the SolveLog output will be populated
at every iteration.
- getRecordIterationStats() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
If true, the iteration_stats field of the SolveLog output will be populated
at every iteration.
- getRecordIterationStats() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
If true, the iteration_stats field of the SolveLog output will be populated
at every iteration.
- getRecreateStrategy() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
Strategy defining how a reference solution is recreated.
- getRecreateStrategy() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
Strategy defining how a reference solution is recreated.
- getRecreateStrategy() - Method in interface com.google.ortools.constraintsolver.RuinRecreateParametersOrBuilder
-
Strategy defining how a reference solution is recreated.
- getRecreateStrategyValue() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
Strategy defining how a reference solution is recreated.
- getRecreateStrategyValue() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
Strategy defining how a reference solution is recreated.
- getRecreateStrategyValue() - Method in interface com.google.ortools.constraintsolver.RuinRecreateParametersOrBuilder
-
Strategy defining how a reference solution is recreated.
- getReducedCost(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- getReducedCost(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
- getReducedCost(int) - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
- getReducedCost(Variable) - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Checks that the solver has found a solution, and returns the reduced cost of the given
variable.
- getReducedCost(int) - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getReducedCostCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- getReducedCostCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
- getReducedCostCount() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
- getReducedCostList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- getReducedCostList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
[Advanced usage.]
- getReducedCostList() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
[Advanced usage.]
- getReduceVehicleCostModel() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Advanced settings.
- getReduceVehicleCostModel() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
Advanced settings.
- getReduceVehicleCostModel() - Method in interface com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder
-
Advanced settings.
- getRefactorizationThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We estimate the factorization accuracy of B during each pivot by using
the fact that we can compute the pivot coefficient in two ways:
- From direction[leaving_row]
- getRefactorizationThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
We estimate the factorization accuracy of B during each pivot by using
the fact that we can compute the pivot coefficient in two ways:
- From direction[leaving_row]
- getRefactorizationThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
We estimate the factorization accuracy of B during each pivot by using
the fact that we can compute the pivot coefficient in two ways:
- From direction[leaving_row]
- getRelativeCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
The magnitude of the cost perturbation is given by
RandomIn(1.0, 2.0) * (
relative_cost_perturbation * cost
+ relative_max_cost_perturbation * max_cost);
optional double relative_cost_perturbation = 54 [default = 1e-05];
- getRelativeCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters
-
The magnitude of the cost perturbation is given by
RandomIn(1.0, 2.0) * (
relative_cost_perturbation * cost
+ relative_max_cost_perturbation * max_cost);
optional double relative_cost_perturbation = 54 [default = 1e-05];
- getRelativeCostPerturbation() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
The magnitude of the cost perturbation is given by
RandomIn(1.0, 2.0) * (
relative_cost_perturbation * cost
+ relative_max_cost_perturbation * max_cost);
optional double relative_cost_perturbation = 54 [default = 1e-05];
- getRelativeGapLimit() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Limit used to stop the optimization as soon as the relative gap is smaller
than the given value.
- getRelativeGapLimit() - Method in class com.google.ortools.bop.BopParameters
-
Limit used to stop the optimization as soon as the relative gap is smaller
than the given value.
- getRelativeGapLimit() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Limit used to stop the optimization as soon as the relative gap is smaller
than the given value.
- getRelativeGapLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double relative_gap_limit = 160 [default = 0];
- getRelativeGapLimit() - Method in class com.google.ortools.sat.SatParameters
-
optional double relative_gap_limit = 160 [default = 0];
- getRelativeGapLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double relative_gap_limit = 160 [default = 0];
- getRelativeMaxCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional double relative_max_cost_perturbation = 55 [default = 1e-07];
- getRelativeMaxCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters
-
optional double relative_max_cost_perturbation = 55 [default = 1e-07];
- getRelativeMaxCostPerturbation() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
optional double relative_max_cost_perturbation = 55 [default = 1e-07];
- getRelativeMipGap() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
The solver stops if the relative MIP gap reaches this value or below.
- getRelativeMipGap() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
The solver stops if the relative MIP gap reaches this value or below.
- getRelativeMipGap() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
The solver stops if the relative MIP gap reaches this value or below.
- getRelativeMipGapBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
The solver stops if the relative MIP gap reaches this value or below.
- getRelativeMipGapOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
The solver stops if the relative MIP gap reaches this value or below.
- getRelativeMipGapOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
The solver stops if the relative MIP gap reaches this value or below.
- getRelativeMipGapOrBuilder() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
The solver stops if the relative MIP gap reaches this value or below.
- getRelocateExpensiveChainNumArcsToConsider() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of expensive arcs to consider cutting in the RelocateExpensiveChain
neighborhood operator (see
LocalSearchNeighborhoodOperators.use_relocate_expensive_chain()).
- getRelocateExpensiveChainNumArcsToConsider() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Number of expensive arcs to consider cutting in the RelocateExpensiveChain
neighborhood operator (see
LocalSearchNeighborhoodOperators.use_relocate_expensive_chain()).
- getRelocateExpensiveChainNumArcsToConsider() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Number of expensive arcs to consider cutting in the RelocateExpensiveChain
neighborhood operator (see
LocalSearchNeighborhoodOperators.use_relocate_expensive_chain()).
- getRemoveFixedVariablesEarly() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If cp_model_presolve is true and there is a large proportion of fixed
variable after the first model copy, remap all the model to a dense set of
variable before the full presolve even starts.
- getRemoveFixedVariablesEarly() - Method in class com.google.ortools.sat.SatParameters
-
If cp_model_presolve is true and there is a large proportion of fixed
variable after the first model copy, remap all the model to a dense set of
variable before the full presolve even starts.
- getRemoveFixedVariablesEarly() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If cp_model_presolve is true and there is a large proportion of fixed
variable after the first model copy, remap all the model to a dense set of
variable before the full presolve even starts.
- getRepairHint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver tries to repair the solution given in the hint.
- getRepairHint() - Method in class com.google.ortools.sat.SatParameters
-
If true, the solver tries to repair the solution given in the hint.
- getRepairHint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, the solver tries to repair the solution given in the hint.
- getReportIntermediateCpSatSolutions() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If use_cp_sat or use_generalized_cp_sat is true, will report intermediate
solutions found by CP-SAT to solution listeners.
- getReportIntermediateCpSatSolutions() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If use_cp_sat or use_generalized_cp_sat is true, will report intermediate
solutions found by CP-SAT to solution listeners.
- getReportIntermediateCpSatSolutions() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If use_cp_sat or use_generalized_cp_sat is true, will report intermediate
solutions found by CP-SAT to solution listeners.
- GetRequiredTypeAlternativesWhenAddingType(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the set of requirement alternatives when adding the given type.
- GetRequiredTypeAlternativesWhenRemovingType(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the set of requirement alternatives when removing the given type.
- getReservoir() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- getReservoir() - Method in class com.google.ortools.sat.ConstraintProto
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- getReservoir() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- getReservoirBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- getReservoirOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- getReservoirOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- getReservoirOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- GetResource(int) - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- GetResourceClassesCount() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- GetResourceClassIndex(int) - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- GetResourceGroup(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- GetResourceGroups() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- GetResourceIndicesInClass(int) - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- GetResourceIndicesPerClass() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- GetResources() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- GetResourcesMarkedAllowedForVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- getRestartAlgorithms(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The restart strategies will change each time the strategy_counter is
increased.
- getRestartAlgorithms(int) - Method in class com.google.ortools.sat.SatParameters
-
The restart strategies will change each time the strategy_counter is
increased.
- getRestartAlgorithms(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The restart strategies will change each time the strategy_counter is
increased.
- getRestartAlgorithmsCount() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The restart strategies will change each time the strategy_counter is
increased.
- getRestartAlgorithmsCount() - Method in class com.google.ortools.sat.SatParameters
-
The restart strategies will change each time the strategy_counter is
increased.
- getRestartAlgorithmsCount() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The restart strategies will change each time the strategy_counter is
increased.
- getRestartAlgorithmsList() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The restart strategies will change each time the strategy_counter is
increased.
- getRestartAlgorithmsList() - Method in class com.google.ortools.sat.SatParameters
-
The restart strategies will change each time the strategy_counter is
increased.
- getRestartAlgorithmsList() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The restart strategies will change each time the strategy_counter is
increased.
- getRestartDlAverageRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In the moving average restart algorithms, a restart is triggered if the
window average times this ratio is greater that the global average.
- getRestartDlAverageRatio() - Method in class com.google.ortools.sat.SatParameters
-
In the moving average restart algorithms, a restart is triggered if the
window average times this ratio is greater that the global average.
- getRestartDlAverageRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In the moving average restart algorithms, a restart is triggered if the
window average times this ratio is greater that the global average.
- getRestartLbdAverageRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double restart_lbd_average_ratio = 71 [default = 1];
- getRestartLbdAverageRatio() - Method in class com.google.ortools.sat.SatParameters
-
optional double restart_lbd_average_ratio = 71 [default = 1];
- getRestartLbdAverageRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double restart_lbd_average_ratio = 71 [default = 1];
- getRestartPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Restart period for the FIXED_RESTART strategy.
- getRestartPeriod() - Method in class com.google.ortools.sat.SatParameters
-
Restart period for the FIXED_RESTART strategy.
- getRestartPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Restart period for the FIXED_RESTART strategy.
- getRestartRunningWindowSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Size of the window for the moving average restarts.
- getRestartRunningWindowSize() - Method in class com.google.ortools.sat.SatParameters
-
Size of the window for the moving average restarts.
- getRestartRunningWindowSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Size of the window for the moving average restarts.
- getRestartStrategy() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.
- getRestartStrategy() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.
- getRestartStrategy() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.
- getRestartUsed() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
- getRestartUsed() - Method in class com.google.ortools.pdlp.IterationStats
-
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
- getRestartUsed() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
- getResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
optional int32 resultant_var_index = 2;
- getResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
-
optional int32 resultant_var_index = 2;
- getResultantVarIndex() - Method in interface com.google.ortools.linearsolver.MPAbsConstraintOrBuilder
-
optional int32 resultant_var_index = 2;
- getResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
optional int32 resultant_var_index = 2;
- getResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
-
optional int32 resultant_var_index = 2;
- getResultantVarIndex() - Method in interface com.google.ortools.linearsolver.MPArrayConstraintOrBuilder
-
optional int32 resultant_var_index = 2;
- getResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
optional int32 resultant_var_index = 3;
- getResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
optional int32 resultant_var_index = 3;
- getResultantVarIndex() - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
-
optional int32 resultant_var_index = 3;
- getRightMate(int) - Method in class com.google.ortools.graph.LinearSumAssignment
-
- getRightNode(int) - Method in class com.google.ortools.graph.LinearSumAssignment
-
- getRootLpIterations() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Even at the root node, we do not want to spend too much time on the LP if
it is "difficult".
- getRootLpIterations() - Method in class com.google.ortools.sat.SatParameters
-
Even at the root node, we do not want to spend too much time on the LP if
it is "difficult".
- getRootLpIterations() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Even at the root node, we do not want to spend too much time on the LP if
it is "difficult".
- GetRouteCost(long[]) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getRoutes() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The routes constraint implements the vehicle routing problem.
- getRoutes() - Method in class com.google.ortools.sat.ConstraintProto
-
The routes constraint implements the vehicle routing problem.
- getRoutes() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The routes constraint implements the vehicle routing problem.
- getRoutesBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The routes constraint implements the vehicle routing problem.
- getRouteSelectionMaxNeighbors() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
optional uint32 route_selection_max_neighbors = 6;
- getRouteSelectionMaxNeighbors() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
optional uint32 route_selection_max_neighbors = 6;
- getRouteSelectionMaxNeighbors() - Method in interface com.google.ortools.constraintsolver.RuinRecreateParametersOrBuilder
-
optional uint32 route_selection_max_neighbors = 6;
- getRouteSelectionMinNeighbors() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
optional uint32 route_selection_min_neighbors = 5;
- getRouteSelectionMinNeighbors() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
optional uint32 route_selection_min_neighbors = 5;
- getRouteSelectionMinNeighbors() - Method in interface com.google.ortools.constraintsolver.RuinRecreateParametersOrBuilder
-
optional uint32 route_selection_min_neighbors = 5;
- getRouteSelectionNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
Ratio in [0, 1] of non start/end nodes to consider as neighbors for the
identification of routes spatially close to a non start/end seed node.
- getRouteSelectionNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
Ratio in [0, 1] of non start/end nodes to consider as neighbors for the
identification of routes spatially close to a non start/end seed node.
- getRouteSelectionNeighborsRatio() - Method in interface com.google.ortools.constraintsolver.RuinRecreateParametersOrBuilder
-
Ratio in [0, 1] of non start/end nodes to consider as neighbors for the
identification of routes spatially close to a non start/end seed node.
- getRoutesOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The routes constraint implements the vehicle routing problem.
- getRoutesOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The routes constraint implements the vehicle routing problem.
- getRoutesOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The routes constraint implements the vehicle routing problem.
- getRoutingCutDpEffort() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The amount of "effort" to spend in dynamic programming for computing
routing cuts.
- getRoutingCutDpEffort() - Method in class com.google.ortools.sat.SatParameters
-
The amount of "effort" to spend in dynamic programming for computing
routing cuts.
- getRoutingCutDpEffort() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The amount of "effort" to spend in dynamic programming for computing
routing cuts.
- getRoutingCutSubsetSizeForBinaryRelationBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If the size of a subset of nodes of a RoutesConstraint is less than this
value, use linear constraints of size 1 and 2 (such as capacity and time
window constraints) enforced by the arc literals to compute cuts for this
subset (unless the subset size is less than
routing_cut_subset_size_for_tight_binary_relation_bound, in which case the
corresponding algorithm is used instead).
- getRoutingCutSubsetSizeForBinaryRelationBound() - Method in class com.google.ortools.sat.SatParameters
-
If the size of a subset of nodes of a RoutesConstraint is less than this
value, use linear constraints of size 1 and 2 (such as capacity and time
window constraints) enforced by the arc literals to compute cuts for this
subset (unless the subset size is less than
routing_cut_subset_size_for_tight_binary_relation_bound, in which case the
corresponding algorithm is used instead).
- getRoutingCutSubsetSizeForBinaryRelationBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If the size of a subset of nodes of a RoutesConstraint is less than this
value, use linear constraints of size 1 and 2 (such as capacity and time
window constraints) enforced by the arc literals to compute cuts for this
subset (unless the subset size is less than
routing_cut_subset_size_for_tight_binary_relation_bound, in which case the
corresponding algorithm is used instead).
- getRoutingCutSubsetSizeForTightBinaryRelationBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Similar to above, but with a different algorithm producing better cuts, at
the price of a higher O(2^n) complexity, where n is the subset size.
- getRoutingCutSubsetSizeForTightBinaryRelationBound() - Method in class com.google.ortools.sat.SatParameters
-
Similar to above, but with a different algorithm producing better cuts, at
the price of a higher O(2^n) complexity, where n is the subset size.
- getRoutingCutSubsetSizeForTightBinaryRelationBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Similar to above, but with a different algorithm producing better cuts, at
the price of a higher O(2^n) complexity, where n is the subset size.
- getRuinCompositionStrategy() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
The composition strategy to use when combining the given 'ruin_strategies'.
- getRuinCompositionStrategy() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
The composition strategy to use when combining the given 'ruin_strategies'.
- getRuinCompositionStrategy() - Method in interface com.google.ortools.constraintsolver.RuinRecreateParametersOrBuilder
-
The composition strategy to use when combining the given 'ruin_strategies'.
- getRuinCompositionStrategyValue() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
The composition strategy to use when combining the given 'ruin_strategies'.
- getRuinCompositionStrategyValue() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
The composition strategy to use when combining the given 'ruin_strategies'.
- getRuinCompositionStrategyValue() - Method in interface com.google.ortools.constraintsolver.RuinRecreateParametersOrBuilder
-
The composition strategy to use when combining the given 'ruin_strategies'.
- getRuinRecreateParameters() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Parameters to customize a ruin and recreate perturbation.
- getRuinRecreateParameters() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
-
Parameters to customize a ruin and recreate perturbation.
- getRuinRecreateParameters() - Method in interface com.google.ortools.constraintsolver.IteratedLocalSearchParametersOrBuilder
-
Parameters to customize a ruin and recreate perturbation.
- getRuinRecreateParametersBuilder() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Parameters to customize a ruin and recreate perturbation.
- getRuinRecreateParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Parameters to customize a ruin and recreate perturbation.
- getRuinRecreateParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
-
Parameters to customize a ruin and recreate perturbation.
- getRuinRecreateParametersOrBuilder() - Method in interface com.google.ortools.constraintsolver.IteratedLocalSearchParametersOrBuilder
-
Parameters to customize a ruin and recreate perturbation.
- getRuinStrategies(int) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
List of ruin strategies determining how a reference solution is ruined.
- getRuinStrategies(int) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
List of ruin strategies determining how a reference solution is ruined.
- getRuinStrategies(int) - Method in interface com.google.ortools.constraintsolver.RuinRecreateParametersOrBuilder
-
List of ruin strategies determining how a reference solution is ruined.
- getRuinStrategiesBuilder(int) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
List of ruin strategies determining how a reference solution is ruined.
- getRuinStrategiesBuilderList() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
List of ruin strategies determining how a reference solution is ruined.
- getRuinStrategiesCount() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
List of ruin strategies determining how a reference solution is ruined.
- getRuinStrategiesCount() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
List of ruin strategies determining how a reference solution is ruined.
- getRuinStrategiesCount() - Method in interface com.google.ortools.constraintsolver.RuinRecreateParametersOrBuilder
-
List of ruin strategies determining how a reference solution is ruined.
- getRuinStrategiesList() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
List of ruin strategies determining how a reference solution is ruined.
- getRuinStrategiesList() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
List of ruin strategies determining how a reference solution is ruined.
- getRuinStrategiesList() - Method in interface com.google.ortools.constraintsolver.RuinRecreateParametersOrBuilder
-
List of ruin strategies determining how a reference solution is ruined.
- getRuinStrategiesOrBuilder(int) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
List of ruin strategies determining how a reference solution is ruined.
- getRuinStrategiesOrBuilder(int) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
List of ruin strategies determining how a reference solution is ruined.
- getRuinStrategiesOrBuilder(int) - Method in interface com.google.ortools.constraintsolver.RuinRecreateParametersOrBuilder
-
List of ruin strategies determining how a reference solution is ruined.
- getRuinStrategiesOrBuilderList() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
List of ruin strategies determining how a reference solution is ruined.
- getRuinStrategiesOrBuilderList() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
List of ruin strategies determining how a reference solution is ruined.
- getRuinStrategiesOrBuilderList() - Method in interface com.google.ortools.constraintsolver.RuinRecreateParametersOrBuilder
-
List of ruin strategies determining how a reference solution is ruined.
- getRunAllHeuristics() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
The default phase will run heuristics periodically.
- GetSameActivityGroupOfIndex(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the same activity group of the node.
- GetSameActivityGroupsCount() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the number of same activity groups.
- GetSameActivityIndicesOfGroup(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns variable indices of nodes in the same activity group.
- GetSameActivityIndicesOfIndex(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns variable indices of nodes constrained to have the same activity.
- GetSameVehicleClassArcs(long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns all arcs which are equivalent to the {from_index, to_index} arc
wrt vehicle classes.
- getSameVehicleIndicesOfIndex(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns variable indices of nodes constrained to be on the same route.
- getSatParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- getSatParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- getSatParameters() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- getSatParametersBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- getSatParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- getSatParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- getSatParametersOrBuilder() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- getSaveLpBasisInLbTreeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- getSaveLpBasisInLbTreeSearch() - Method in class com.google.ortools.sat.SatParameters
-
Experimental.
- getSaveLpBasisInLbTreeSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Experimental.
- getSavingsAddReverseArcs() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Add savings related to reverse arcs when finding the nearest neighbors
of the nodes.
- getSavingsAddReverseArcs() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Add savings related to reverse arcs when finding the nearest neighbors
of the nodes.
- getSavingsAddReverseArcs() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Add savings related to reverse arcs when finding the nearest neighbors
of the nodes.
- getSavingsArcCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Coefficient of the cost of the arc for which the saving value is being
computed:
Saving(a-->b) = Cost(a-->end) + Cost(start-->b)
- savings_arc_coefficient * Cost(a-->b)
This parameter must be greater than 0, and its default value is 1.
- getSavingsArcCoefficient() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Coefficient of the cost of the arc for which the saving value is being
computed:
Saving(a-->b) = Cost(a-->end) + Cost(start-->b)
- savings_arc_coefficient * Cost(a-->b)
This parameter must be greater than 0, and its default value is 1.
- getSavingsArcCoefficient() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Coefficient of the cost of the arc for which the saving value is being
computed:
Saving(a-->b) = Cost(a-->end) + Cost(start-->b)
- savings_arc_coefficient * Cost(a-->b)
This parameter must be greater than 0, and its default value is 1.
- getSavingsMaxMemoryUsageBytes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The number of neighbors considered for each node in the Savings heuristic
is chosen so that the space used to store the savings doesn't exceed
savings_max_memory_usage_bytes, which must be in ]0, 1e10].
- getSavingsMaxMemoryUsageBytes() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
The number of neighbors considered for each node in the Savings heuristic
is chosen so that the space used to store the savings doesn't exceed
savings_max_memory_usage_bytes, which must be in ]0, 1e10].
- getSavingsMaxMemoryUsageBytes() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
The number of neighbors considered for each node in the Savings heuristic
is chosen so that the space used to store the savings doesn't exceed
savings_max_memory_usage_bytes, which must be in ]0, 1e10].
- getSavingsNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Parameters specific to the Savings first solution heuristic.
- getSavingsNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Parameters specific to the Savings first solution heuristic.
- getSavingsNeighborsRatio() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Parameters specific to the Savings first solution heuristic.
- getScaling() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Enable automatic scaling of matrix coefficients and objective.
- getScaling() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Enable automatic scaling of matrix coefficients and objective.
- getScaling() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Enable automatic scaling of matrix coefficients and objective.
- getScalingFactor() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
double scaling_factor = 3;
- getScalingFactor() - Method in class com.google.ortools.sat.CpObjectiveProto
-
double scaling_factor = 3;
- getScalingFactor() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
double scaling_factor = 3;
- getScalingFactor() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
optional double scaling_factor = 4 [default = 1];
- getScalingFactor() - Method in class com.google.ortools.sat.LinearObjective
-
optional double scaling_factor = 4 [default = 1];
- getScalingFactor() - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
optional double scaling_factor = 4 [default = 1];
- getScalingMethod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];
- getScalingMethod() - Method in class com.google.ortools.glop.GlopParameters
-
optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];
- getScalingMethod() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];
- getScalingWasExact() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
Internal field.
- getScalingWasExact() - Method in class com.google.ortools.sat.CpObjectiveProto
-
Internal field.
- getScalingWasExact() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
Internal field.
- getSchedulerType() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The type of scheduler used for CPU multi-threading.
- getSchedulerType() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
The type of scheduler used for CPU multi-threading.
- getSchedulerType() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
The type of scheduler used for CPU multi-threading.
- getSearchBranching() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
- getSearchBranching() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
- getSearchBranching() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
- getSearchRandomVariablePoolSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Search randomization will collect the top
'search_random_variable_pool_size' valued variables, and pick one randomly.
- getSearchRandomVariablePoolSize() - Method in class com.google.ortools.sat.SatParameters
-
Search randomization will collect the top
'search_random_variable_pool_size' valued variables, and pick one randomly.
- getSearchRandomVariablePoolSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Search randomization will collect the top
'search_random_variable_pool_size' valued variables, and pick one randomly.
- getSearchStrategy(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategy(int) - Method in class com.google.ortools.sat.CpModelProto
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategy(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyBuilderList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyCount() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyCount() - Method in class com.google.ortools.sat.CpModelProto
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyCount() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyList() - Method in class com.google.ortools.sat.CpModelProto
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyOrBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyOrBuilder(int) - Method in class com.google.ortools.sat.CpModelProto
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyOrBuilder(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyOrBuilderList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyOrBuilderList() - Method in class com.google.ortools.sat.CpModelProto
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSearchStrategyOrBuilderList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- getSecond() - Method in class com.google.ortools.constraintsolver.IntBoolPair
-
- getSecondaryLsTimeLimitRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Ratio of the overall time limit spent in a secondary LS phase with only
intra-route and insertion operators, meant to "cleanup" the current
solution before stopping the search.
- getSecondaryLsTimeLimitRatio() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Ratio of the overall time limit spent in a secondary LS phase with only
intra-route and insertion operators, meant to "cleanup" the current
solution before stopping the search.
- getSecondaryLsTimeLimitRatio() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Ratio of the overall time limit spent in a secondary LS phase with only
intra-route and insertion operators, meant to "cleanup" the current
solution before stopping the search.
- getSerializedSize() - Method in class com.google.ortools.algorithms.SetCoverProto
-
- getSerializedSize() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset
-
- getSerializedSize() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
- getSerializedSize() - Method in class com.google.ortools.bop.BopOptimizerMethod
-
- getSerializedSize() - Method in class com.google.ortools.bop.BopParameters
-
- getSerializedSize() - Method in class com.google.ortools.bop.BopSolverOptimizerSet
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.PerturbationStrategy
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.RuinStrategy
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy
-
- getSerializedSize() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
-
- getSerializedSize() - Method in class com.google.ortools.glop.GlopParameters
-
- getSerializedSize() - Method in class com.google.ortools.graph.FlowArcProto
-
- getSerializedSize() - Method in class com.google.ortools.graph.FlowModelProto
-
- getSerializedSize() - Method in class com.google.ortools.graph.FlowNodeProto
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPModelProto
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPSolution
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPSolveInfo
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.OptionalDouble
-
- getSerializedSize() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
- getSerializedSize() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
-
- getSerializedSize() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
- getSerializedSize() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
- getSerializedSize() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
-
- getSerializedSize() - Method in class com.google.ortools.pdlp.IterationStats
-
- getSerializedSize() - Method in class com.google.ortools.pdlp.MalitskyPockParams
-
- getSerializedSize() - Method in class com.google.ortools.pdlp.PointMetadata
-
- getSerializedSize() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
- getSerializedSize() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
-
- getSerializedSize() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
- getSerializedSize() - Method in class com.google.ortools.pdlp.SolveLog
-
- getSerializedSize() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
-
- getSerializedSize() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
- getSerializedSize() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
-
- getSerializedSize() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.BoolArgumentProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.BooleanAssignment
-
- getSerializedSize() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.ConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.CpModelProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.CpObjectiveProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.CpSolverResponse
-
- getSerializedSize() - Method in class com.google.ortools.sat.CpSolverSolution
-
- getSerializedSize() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.DenseMatrixProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.ElementConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.IntegerVariableProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.InverseConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.LinearArgumentProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
- getSerializedSize() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
- getSerializedSize() - Method in class com.google.ortools.sat.LinearConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.LinearExpressionProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.LinearObjective
-
- getSerializedSize() - Method in class com.google.ortools.sat.ListOfVariablesProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.PartialVariableAssignment
-
- getSerializedSize() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.SatParameters
-
- getSerializedSize() - Method in class com.google.ortools.sat.SparsePermutationProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.SymmetryProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.TableConstraintProto
-
- getSerializedSize() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
- getSerializedSize() - Method in class com.google.ortools.util.Int128
-
- getShareBinaryClauses() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of new learned binary clause between workers.
- getShareBinaryClauses() - Method in class com.google.ortools.sat.SatParameters
-
Allows sharing of new learned binary clause between workers.
- getShareBinaryClauses() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Allows sharing of new learned binary clause between workers.
- getSharedTreeBalanceTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much deeper compared to the ideal max depth of the tree is considered
"balanced" enough to still accept a split.
- getSharedTreeBalanceTolerance() - Method in class com.google.ortools.sat.SatParameters
-
How much deeper compared to the ideal max depth of the tree is considered
"balanced" enough to still accept a split.
- getSharedTreeBalanceTolerance() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How much deeper compared to the ideal max depth of the tree is considered
"balanced" enough to still accept a split.
- getSharedTreeMaxNodesPerWorker() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In order to limit total shared memory and communication overhead, limit the
total number of nodes that may be generated in the shared tree.
- getSharedTreeMaxNodesPerWorker() - Method in class com.google.ortools.sat.SatParameters
-
In order to limit total shared memory and communication overhead, limit the
total number of nodes that may be generated in the shared tree.
- getSharedTreeMaxNodesPerWorker() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In order to limit total shared memory and communication overhead, limit the
total number of nodes that may be generated in the shared tree.
- getSharedTreeNumWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enables shared tree search.
- getSharedTreeNumWorkers() - Method in class com.google.ortools.sat.SatParameters
-
Enables shared tree search.
- getSharedTreeNumWorkers() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Enables shared tree search.
- getSharedTreeOpenLeavesPerWorker() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How many open leaf nodes should the shared tree maintain per worker.
- getSharedTreeOpenLeavesPerWorker() - Method in class com.google.ortools.sat.SatParameters
-
How many open leaf nodes should the shared tree maintain per worker.
- getSharedTreeOpenLeavesPerWorker() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How many open leaf nodes should the shared tree maintain per worker.
- getSharedTreeSplitStrategy() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
- getSharedTreeSplitStrategy() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
- getSharedTreeSplitStrategy() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
- getSharedTreeWorkerEnablePhaseSharing() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, shared tree workers share their target phase when returning an
assigned subtree for the next worker to use.
- getSharedTreeWorkerEnablePhaseSharing() - Method in class com.google.ortools.sat.SatParameters
-
If true, shared tree workers share their target phase when returning an
assigned subtree for the next worker to use.
- getSharedTreeWorkerEnablePhaseSharing() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, shared tree workers share their target phase when returning an
assigned subtree for the next worker to use.
- getSharedTreeWorkerEnableTrailSharing() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, workers share more of the information from their local trail.
- getSharedTreeWorkerEnableTrailSharing() - Method in class com.google.ortools.sat.SatParameters
-
If true, workers share more of the information from their local trail.
- getSharedTreeWorkerEnableTrailSharing() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, workers share more of the information from their local trail.
- getSharedTreeWorkerMinRestartsPerSubtree() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Minimum restarts before a worker will replace a subtree
that looks "bad" based on the average LBD of learned clauses.
- getSharedTreeWorkerMinRestartsPerSubtree() - Method in class com.google.ortools.sat.SatParameters
-
Minimum restarts before a worker will replace a subtree
that looks "bad" based on the average LBD of learned clauses.
- getSharedTreeWorkerMinRestartsPerSubtree() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Minimum restarts before a worker will replace a subtree
that looks "bad" based on the average LBD of learned clauses.
- getShareGlueClauses() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of short glue clauses between workers.
- getShareGlueClauses() - Method in class com.google.ortools.sat.SatParameters
-
Allows sharing of short glue clauses between workers.
- getShareGlueClauses() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Allows sharing of short glue clauses between workers.
- getShareLevelZeroBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of the bounds of modified variables at level 0.
- getShareLevelZeroBounds() - Method in class com.google.ortools.sat.SatParameters
-
Allows sharing of the bounds of modified variables at level 0.
- getShareLevelZeroBounds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Allows sharing of the bounds of modified variables at level 0.
- getShareObjectiveBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows objective sharing between workers.
- getShareObjectiveBounds() - Method in class com.google.ortools.sat.SatParameters
-
Allows objective sharing between workers.
- getShareObjectiveBounds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Allows objective sharing between workers.
- getShavingSearchDeterministicTime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specifies the amount of deterministic time spent of each try at shaving a
bound in the shaving search.
- getShavingSearchDeterministicTime() - Method in class com.google.ortools.sat.SatParameters
-
Specifies the amount of deterministic time spent of each try at shaving a
bound in the shaving search.
- getShavingSearchDeterministicTime() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Specifies the amount of deterministic time spent of each try at shaving a
bound in the shaving search.
- getShavingSearchThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specifies the threshold between two modes in the shaving procedure.
- getShavingSearchThreshold() - Method in class com.google.ortools.sat.SatParameters
-
Specifies the threshold between two modes in the shaving procedure.
- getShavingSearchThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Specifies the threshold between two modes in the shaving procedure.
- getShowUnusedVariables() - Method in class com.google.ortools.linearsolver.MPModelExportOptions
-
For .lp files only.
- getSimpleOptimalityCriteria() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- getSimpleOptimalityCriteria() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- getSimpleOptimalityCriteria() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- getSimpleOptimalityCriteriaBuilder() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- getSimpleOptimalityCriteriaOrBuilder() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- getSimpleOptimalityCriteriaOrBuilder() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- getSimpleOptimalityCriteriaOrBuilder() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- getSimulatedAnnealingParameters() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Parameters to customize a simulated annealing acceptance strategy.
- getSimulatedAnnealingParameters() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
-
Parameters to customize a simulated annealing acceptance strategy.
- getSimulatedAnnealingParameters() - Method in interface com.google.ortools.constraintsolver.IteratedLocalSearchParametersOrBuilder
-
Parameters to customize a simulated annealing acceptance strategy.
- getSimulatedAnnealingParametersBuilder() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Parameters to customize a simulated annealing acceptance strategy.
- getSimulatedAnnealingParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Parameters to customize a simulated annealing acceptance strategy.
- getSimulatedAnnealingParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
-
Parameters to customize a simulated annealing acceptance strategy.
- getSimulatedAnnealingParametersOrBuilder() - Method in interface com.google.ortools.constraintsolver.IteratedLocalSearchParametersOrBuilder
-
Parameters to customize a simulated annealing acceptance strategy.
- GetSingleNodesOfType(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getSisr() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.SISRRuinStrategy sisr = 3;
- getSisr() - Method in class com.google.ortools.constraintsolver.RuinStrategy
-
.operations_research.SISRRuinStrategy sisr = 3;
- getSisr() - Method in interface com.google.ortools.constraintsolver.RuinStrategyOrBuilder
-
.operations_research.SISRRuinStrategy sisr = 3;
- getSisrBuilder() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.SISRRuinStrategy sisr = 3;
- getSisrOrBuilder() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.SISRRuinStrategy sisr = 3;
- getSisrOrBuilder() - Method in class com.google.ortools.constraintsolver.RuinStrategy
-
.operations_research.SISRRuinStrategy sisr = 3;
- getSisrOrBuilder() - Method in interface com.google.ortools.constraintsolver.RuinStrategyOrBuilder
-
.operations_research.SISRRuinStrategy sisr = 3;
- getSize() - Method in class com.google.ortools.constraintsolver.SimpleBoundCosts
-
- getSize() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto size = 6;
- getSize() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
.operations_research.sat.LinearExpressionProto size = 6;
- getSize() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto size = 6;
- getSizeBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto size = 6;
- getSizeExpr() - Method in class com.google.ortools.sat.IntervalVar
-
Returns the size expression.
- getSizeOrBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto size = 6;
- getSizeOrBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
.operations_research.sat.LinearExpressionProto size = 6;
- getSizeOrBuilder() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto size = 6;
- getSkipLocallyOptimalPaths() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Skip locally optimal pairs of paths in PathOperators.
- getSkipLocallyOptimalPaths() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Skip locally optimal pairs of paths in PathOperators.
- getSkipLocallyOptimalPaths() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Skip locally optimal pairs of paths in PathOperators.
- GetSlackCostCoefficientForVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When we choose the leaving variable, we want to avoid small pivot because
they are the less precise and may cause numerical instabilities.
- getSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
When we choose the leaving variable, we want to avoid small pivot because
they are the less precise and may cause numerical instabilities.
- getSmallPivotThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When we choose the leaving variable, we want to avoid small pivot because
they are the less precise and may cause numerical instabilities.
- getSmartTimeCheck() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
bool smart_time_check = 5;
- getSmartTimeCheck() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
bool smart_time_check = 5;
- getSmartTimeCheck() - Method in interface com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
-
bool smart_time_check = 5;
- getSoftSpanUpperBoundForVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getSolution(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A feasible solution to the given problem.
- getSolution(int) - Method in class com.google.ortools.sat.CpSolverResponse
-
A feasible solution to the given problem.
- getSolution(int) - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
A feasible solution to the given problem.
- getSolutionCount() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A feasible solution to the given problem.
- getSolutionCount() - Method in class com.google.ortools.sat.CpSolverResponse
-
A feasible solution to the given problem.
- getSolutionCount() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
A feasible solution to the given problem.
- getSolutionFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When the problem status is OPTIMAL, we check the optimality using this
relative tolerance and change the status to IMPRECISE if an issue is
detected.
- getSolutionFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
When the problem status is OPTIMAL, we check the optimality using this
relative tolerance and change the status to IMPRECISE if an issue is
detected.
- getSolutionFeasibilityTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When the problem status is OPTIMAL, we check the optimality using this
relative tolerance and change the status to IMPRECISE if an issue is
detected.
- getSolutionHint() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Solution hint.
- getSolutionHint() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Solution hint.
- getSolutionHint() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Solution hint.
- getSolutionHint() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Solution hint.
- getSolutionHint() - Method in class com.google.ortools.sat.CpModelProto
-
Solution hint.
- getSolutionHint() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Solution hint.
- getSolutionHintBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Solution hint.
- getSolutionHintBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Solution hint.
- getSolutionHintOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Solution hint.
- getSolutionHintOrBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Solution hint.
- getSolutionHintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Solution hint.
- getSolutionHintOrBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Solution hint.
- getSolutionHintOrBuilder() - Method in class com.google.ortools.sat.CpModelProto
-
Solution hint.
- getSolutionHintOrBuilder() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Solution hint.
- getSolutionInfo() - Method in class com.google.ortools.sat.CpSolver
-
Returns some information on how the solution was found, or the reason why the model or the
parameters are invalid.
- getSolutionInfo() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Additional information about how the solution was found.
- getSolutionInfo() - Method in class com.google.ortools.sat.CpSolverResponse
-
Additional information about how the solution was found.
- getSolutionInfo() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Additional information about how the solution was found.
- getSolutionInfoBytes() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Additional information about how the solution was found.
- getSolutionInfoBytes() - Method in class com.google.ortools.sat.CpSolverResponse
-
Additional information about how the solution was found.
- getSolutionInfoBytes() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Additional information about how the solution was found.
- getSolutionLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
-- Search limits --
Limit to the number of solutions generated during the search. 0 means
"unspecified".
- getSolutionLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
-- Search limits --
Limit to the number of solutions generated during the search. 0 means
"unspecified".
- getSolutionLimit() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
-- Search limits --
Limit to the number of solutions generated during the search. 0 means
"unspecified".
- getSolutionList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A feasible solution to the given problem.
- getSolutionList() - Method in class com.google.ortools.sat.CpSolverResponse
-
A feasible solution to the given problem.
- getSolutionList() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
A feasible solution to the given problem.
- getSolutionPoolSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Size of the top-n different solutions kept by the solver.
- getSolutionPoolSize() - Method in class com.google.ortools.sat.SatParameters
-
Size of the top-n different solutions kept by the solver.
- getSolutionPoolSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Size of the top-n different solutions kept by the solver.
- getSolutions() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
int64 solutions = 4;
- getSolutions() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
int64 solutions = 4;
- getSolutions() - Method in interface com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
-
int64 solutions = 4;
- getSolutionStats() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- getSolutionStats() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- getSolutionStats() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- getSolutionStats() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The `IterationStats` for the final iteration of the solver.
- getSolutionStats() - Method in class com.google.ortools.pdlp.SolveLog
-
The `IterationStats` for the final iteration of the solver.
- getSolutionStats() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
The `IterationStats` for the final iteration of the solver.
- getSolutionStatsBuilder() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- getSolutionStatsBuilder() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The `IterationStats` for the final iteration of the solver.
- getSolutionStatsOrBuilder() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- getSolutionStatsOrBuilder() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- getSolutionStatsOrBuilder() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- getSolutionStatsOrBuilder() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The `IterationStats` for the final iteration of the solver.
- getSolutionStatsOrBuilder() - Method in class com.google.ortools.pdlp.SolveLog
-
The `IterationStats` for the final iteration of the solver.
- getSolutionStatsOrBuilder() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
The `IterationStats` for the final iteration of the solver.
- getSolutionType() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PointType solution_type = 8;
- getSolutionType() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.PointType solution_type = 8;
- getSolutionType() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.PointType solution_type = 8;
- getSolutionType() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The type of the output point that the solver returned.
- getSolutionType() - Method in class com.google.ortools.pdlp.SolveLog
-
The type of the output point that the solver returned.
- getSolutionType() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
The type of the output point that the solver returned.
- getSolveDualProblem() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we solve the dual of the given problem.
- getSolveDualProblem() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we solve the dual of the given problem.
- getSolveDualProblem() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we solve the dual of the given problem.
- getSolveInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- getSolveInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- getSolveInfo() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- getSolveInfoBuilder() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- getSolveInfoOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- getSolveInfoOrBuilder() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- getSolveInfoOrBuilder() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- getSolveLog() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The solve log will be filled if the parameter log_to_response is set to
true.
- getSolveLog() - Method in class com.google.ortools.sat.CpSolverResponse
-
The solve log will be filled if the parameter log_to_response is set to
true.
- getSolveLog() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
The solve log will be filled if the parameter log_to_response is set to
true.
- getSolveLogBytes() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The solve log will be filled if the parameter log_to_response is set to
true.
- getSolveLogBytes() - Method in class com.google.ortools.sat.CpSolverResponse
-
The solve log will be filled if the parameter log_to_response is set to
true.
- getSolveLogBytes() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
The solve log will be filled if the parameter log_to_response is set to
true.
- getSolverOptimizerSets(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSets(int) - Method in class com.google.ortools.bop.BopParameters
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSets(int) - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsBuilder(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsBuilderList() - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsCount() - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsCount() - Method in class com.google.ortools.bop.BopParameters
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsCount() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsList() - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsList() - Method in class com.google.ortools.bop.BopParameters
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsList() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsOrBuilder(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsOrBuilder(int) - Method in class com.google.ortools.bop.BopParameters
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsOrBuilder(int) - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsOrBuilderList() - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsOrBuilderList() - Method in class com.google.ortools.bop.BopParameters
-
List of set of optimizers to be run by the solvers.
- getSolverOptimizerSetsOrBuilderList() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
List of set of optimizers to be run by the solvers.
- getSolverParameters() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Parameters to use in the underlying constraint solver.
- getSolverParameters() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
Parameters to use in the underlying constraint solver.
- getSolverParameters() - Method in interface com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder
-
Parameters to use in the underlying constraint solver.
- getSolverParametersBuilder() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Parameters to use in the underlying constraint solver.
- getSolverParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Parameters to use in the underlying constraint solver.
- getSolverParametersOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
Parameters to use in the underlying constraint solver.
- getSolverParametersOrBuilder() - Method in interface com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder
-
Parameters to use in the underlying constraint solver.
- getSolverSpecificInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Opaque solver-specific information.
- getSolverSpecificInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Opaque solver-specific information.
- getSolverSpecificInfo() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Opaque solver-specific information.
- getSolverSpecificParameters() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage.
- getSolverSpecificParameters() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Advanced usage.
- getSolverSpecificParameters() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Advanced usage.
- getSolverSpecificParametersBytes() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage.
- getSolverSpecificParametersBytes() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Advanced usage.
- getSolverSpecificParametersBytes() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Advanced usage.
- getSolverTimeLimitSeconds() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Maximum time to be spent by the solver to solve 'model'.
- getSolverTimeLimitSeconds() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Maximum time to be spent by the solver to solve 'model'.
- getSolverTimeLimitSeconds() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Maximum time to be spent by the solver to solve 'model'.
- getSolverType() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];
- getSolverType() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];
- getSolverType() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];
- getSolveTimeSec() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional double solve_time_sec = 6;
- getSolveTimeSec() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
optional double solve_time_sec = 6;
- getSolveTimeSec() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
optional double solve_time_sec = 6;
- getSolveTimeSec() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The runtime of the solve.
- getSolveTimeSec() - Method in class com.google.ortools.pdlp.SolveLog
-
The runtime of the solve.
- getSolveTimeSec() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
The runtime of the solve.
- getSolveUserTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
optional double solve_user_time_seconds = 2;
- getSolveUserTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo
-
optional double solve_user_time_seconds = 2;
- getSolveUserTimeSeconds() - Method in interface com.google.ortools.linearsolver.MPSolveInfoOrBuilder
-
optional double solve_user_time_seconds = 2;
- getSolveWallTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
How much wall time (resp. user time) elapsed during the Solve() of the
underlying solver library.
- getSolveWallTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo
-
How much wall time (resp. user time) elapsed during the Solve() of the
underlying solver library.
- getSolveWallTimeSeconds() - Method in interface com.google.ortools.linearsolver.MPSolveInfoOrBuilder
-
How much wall time (resp. user time) elapsed during the Solve() of the
underlying solver library.
- getSortConstraintsByNumTerms() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Sort constraints by increasing total number of terms instead of number of
contributing terms.
- getSortConstraintsByNumTerms() - Method in class com.google.ortools.bop.BopParameters
-
Sort constraints by increasing total number of terms instead of number of
contributing terms.
- getSortConstraintsByNumTerms() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Sort constraints by increasing total number of terms instead of number of
contributing terms.
- getSorted_vehicle_classes_per_type() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
-
- getSosConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- getSosConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPSosConstraint sos_constraint = 3;
- getSosConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- getSosConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- getSosConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- getSosConstraintOrBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPSosConstraint sos_constraint = 3;
- getSosConstraintOrBuilder() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- getSpanCostCoefficientForVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getSpanUpperBoundForVehicle(int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- getSpatiallyCloseRoutes() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;
- getSpatiallyCloseRoutes() - Method in class com.google.ortools.constraintsolver.RuinStrategy
-
.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;
- getSpatiallyCloseRoutes() - Method in interface com.google.ortools.constraintsolver.RuinStrategyOrBuilder
-
.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;
- getSpatiallyCloseRoutesBuilder() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;
- getSpatiallyCloseRoutesOrBuilder() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;
- getSpatiallyCloseRoutesOrBuilder() - Method in class com.google.ortools.constraintsolver.RuinStrategy
-
.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;
- getSpatiallyCloseRoutesOrBuilder() - Method in interface com.google.ortools.constraintsolver.RuinStrategyOrBuilder
-
.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;
- getStart() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto start = 4;
- getStart() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
.operations_research.sat.LinearExpressionProto start = 4;
- getStart() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto start = 4;
- getStartBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto start = 4;
- getStartExpr() - Method in class com.google.ortools.sat.IntervalVar
-
Returns the start expression.
- getStartIndex(int) - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
-
- getStartingState() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
A state is identified by a non-negative number.
- getStartingState() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
A state is identified by a non-negative number.
- getStartingState() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
A state is identified by a non-negative number.
- getStartOrBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto start = 4;
- getStartOrBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
.operations_research.sat.LinearExpressionProto start = 4;
- getStartOrBuilder() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto start = 4;
- getStatus() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
For future use.
- getStatus() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
For future use.
- getStatus() - Method in interface com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
-
For future use.
- getStatus() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Result of the optimization.
- getStatus() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Result of the optimization.
- getStatus() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Result of the optimization.
- getStatus() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getStatus() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The status of the solve.
- getStatus() - Method in class com.google.ortools.sat.CpSolverResponse
-
The status of the solve.
- getStatus() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
The status of the solve.
- getStatusStr() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Human-readable string giving more details about the status.
- getStatusStr() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Human-readable string giving more details about the status.
- getStatusStr() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Human-readable string giving more details about the status.
- getStatusStrBytes() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Human-readable string giving more details about the status.
- getStatusStrBytes() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Human-readable string giving more details about the status.
- getStatusStrBytes() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Human-readable string giving more details about the status.
- getStatusString() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getStatusValue() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
For future use.
- getStatusValue() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
For future use.
- getStatusValue() - Method in interface com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
-
For future use.
- getStatusValue() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The status of the solve.
- getStatusValue() - Method in class com.google.ortools.sat.CpSolverResponse
-
The status of the solve.
- getStatusValue() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
The status of the solve.
- getStderrthreshold() - Method in class com.google.ortools.init.CppFlags
-
Controls the logging level shown on stderr.
- getStepSize() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
Step size used at this iteration.
- getStepSize() - Method in class com.google.ortools.pdlp.IterationStats
-
Step size used at this iteration.
- getStepSize() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
Step size used at this iteration.
- getStepSizeDownscalingFactor() - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
-
At every inner iteration the algorithm can decide to accept the step size
or to update it to step_size = step_size_downscaling_factor * step_size.
- getStepSizeDownscalingFactor() - Method in class com.google.ortools.pdlp.MalitskyPockParams
-
At every inner iteration the algorithm can decide to accept the step size
or to update it to step_size = step_size_downscaling_factor * step_size.
- getStepSizeDownscalingFactor() - Method in interface com.google.ortools.pdlp.MalitskyPockParamsOrBuilder
-
At every inner iteration the algorithm can decide to accept the step size
or to update it to step_size = step_size_downscaling_factor * step_size.
- getStepSizeGrowthExponent() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams.Builder
-
The step size growth exponent defines a step size given by (1 +
(total_steps_attempted + 1)^(-step_size_growth_exponent)) * step_size_.
- getStepSizeGrowthExponent() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
-
The step size growth exponent defines a step size given by (1 +
(total_steps_attempted + 1)^(-step_size_growth_exponent)) * step_size_.
- getStepSizeGrowthExponent() - Method in interface com.google.ortools.pdlp.AdaptiveLinesearchParamsOrBuilder
-
The step size growth exponent defines a step size given by (1 +
(total_steps_attempted + 1)^(-step_size_growth_exponent)) * step_size_.
- getStepSizeInterpolation() - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
-
Malitsky and Pock linesearch rule permits an arbitrary choice of the first
step size guess within an interval [m, M].
- getStepSizeInterpolation() - Method in class com.google.ortools.pdlp.MalitskyPockParams
-
Malitsky and Pock linesearch rule permits an arbitrary choice of the first
step size guess within an interval [m, M].
- getStepSizeInterpolation() - Method in interface com.google.ortools.pdlp.MalitskyPockParamsOrBuilder
-
Malitsky and Pock linesearch rule permits an arbitrary choice of the first
step size guess within an interval [m, M].
- getStepSizeReductionExponent() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams.Builder
-
The step size reduction exponent defines a step size given by
(1 - (total_steps_attempted + 1)^(-step_size_reduction_exponent)) *
step_size_limit where step_size_limit is the maximum allowed step size at
the current iteration.
- getStepSizeReductionExponent() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
-
The step size reduction exponent defines a step size given by
(1 - (total_steps_attempted + 1)^(-step_size_reduction_exponent)) *
step_size_limit where step_size_limit is the maximum allowed step size at
the current iteration.
- getStepSizeReductionExponent() - Method in interface com.google.ortools.pdlp.AdaptiveLinesearchParamsOrBuilder
-
The step size reduction exponent defines a step size given by
(1 - (total_steps_attempted + 1)^(-step_size_reduction_exponent)) *
step_size_limit where step_size_limit is the maximum allowed step size at
the current iteration.
- getStopAfterFirstSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For an optimization problem, stop the solver as soon as we have a solution.
- getStopAfterFirstSolution() - Method in class com.google.ortools.sat.SatParameters
-
For an optimization problem, stop the solver as soon as we have a solution.
- getStopAfterFirstSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
For an optimization problem, stop the solver as soon as we have a solution.
- getStopAfterPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Mainly used when improving the presolver.
- getStopAfterPresolve() - Method in class com.google.ortools.sat.SatParameters
-
Mainly used when improving the presolver.
- getStopAfterPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Mainly used when improving the presolver.
- getStopAfterRootPropagation() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool stop_after_root_propagation = 252 [default = false];
- getStopAfterRootPropagation() - Method in class com.google.ortools.sat.SatParameters
-
optional bool stop_after_root_propagation = 252 [default = false];
- getStopAfterRootPropagation() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool stop_after_root_propagation = 252 [default = false];
- getStoreNames() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameters indicates if the solver should store the names of
the objets it manages.
- getStoreNames() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
This parameters indicates if the solver should store the names of
the objets it manages.
- getStoreNames() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
This parameters indicates if the solver should store the names of
the objets it manages.
- getStrategy() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
Name of the strategy used.
- getStrategy() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
Name of the strategy used.
- getStrategy() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder
-
Name of the strategy used.
- getStrategyBytes() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
Name of the strategy used.
- getStrategyBytes() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
Name of the strategy used.
- getStrategyBytes() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatisticsOrBuilder
-
Name of the strategy used.
- getStrategyCase() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
- getStrategyCase() - Method in class com.google.ortools.constraintsolver.RuinStrategy
-
- getStrategyCase() - Method in interface com.google.ortools.constraintsolver.RuinStrategyOrBuilder
-
- getStrategyChangeIncreaseRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The parameter num_conflicts_before_strategy_changes is increased by that
much after each strategy change.
- getStrategyChangeIncreaseRatio() - Method in class com.google.ortools.sat.SatParameters
-
The parameter num_conflicts_before_strategy_changes is increased by that
much after each strategy change.
- getStrategyChangeIncreaseRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The parameter num_conflicts_before_strategy_changes is increased by that
much after each strategy change.
- getSubset(int) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
The list of subsets in the model.
- getSubset(int) - Method in class com.google.ortools.algorithms.SetCoverProto
-
The list of subsets in the model.
- getSubset(int) - Method in interface com.google.ortools.algorithms.SetCoverProtoOrBuilder
-
The list of subsets in the model.
- getSubset(int) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
The list of the subsets selected in the solution.
- getSubset(int) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
The list of the subsets selected in the solution.
- getSubset(int) - Method in interface com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
-
The list of the subsets selected in the solution.
- getSubsetBuilder(int) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
The list of subsets in the model.
- getSubsetBuilderList() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
The list of subsets in the model.
- getSubsetCount() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
The list of subsets in the model.
- getSubsetCount() - Method in class com.google.ortools.algorithms.SetCoverProto
-
The list of subsets in the model.
- getSubsetCount() - Method in interface com.google.ortools.algorithms.SetCoverProtoOrBuilder
-
The list of subsets in the model.
- getSubsetCount() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
The list of the subsets selected in the solution.
- getSubsetCount() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
The list of the subsets selected in the solution.
- getSubsetCount() - Method in interface com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
-
The list of the subsets selected in the solution.
- getSubsetList() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
The list of subsets in the model.
- getSubsetList() - Method in class com.google.ortools.algorithms.SetCoverProto
-
The list of subsets in the model.
- getSubsetList() - Method in interface com.google.ortools.algorithms.SetCoverProtoOrBuilder
-
The list of subsets in the model.
- getSubsetList() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
The list of the subsets selected in the solution.
- getSubsetList() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
The list of the subsets selected in the solution.
- getSubsetList() - Method in interface com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
-
The list of the subsets selected in the solution.
- getSubsetOrBuilder(int) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
The list of subsets in the model.
- getSubsetOrBuilder(int) - Method in class com.google.ortools.algorithms.SetCoverProto
-
The list of subsets in the model.
- getSubsetOrBuilder(int) - Method in interface com.google.ortools.algorithms.SetCoverProtoOrBuilder
-
The list of subsets in the model.
- getSubsetOrBuilderList() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
The list of subsets in the model.
- getSubsetOrBuilderList() - Method in class com.google.ortools.algorithms.SetCoverProto
-
The list of subsets in the model.
- getSubsetOrBuilderList() - Method in interface com.google.ortools.algorithms.SetCoverProtoOrBuilder
-
The list of subsets in the model.
- getSubsolverParams(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParams(int) - Method in class com.google.ortools.sat.SatParameters
-
It is possible to specify additional subsolver configuration.
- getSubsolverParams(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsBuilder(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsBuilderList() - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsCount() - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsCount() - Method in class com.google.ortools.sat.SatParameters
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsCount() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsList() - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsList() - Method in class com.google.ortools.sat.SatParameters
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsList() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsOrBuilder(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsOrBuilder(int) - Method in class com.google.ortools.sat.SatParameters
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsOrBuilder(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsOrBuilderList() - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsOrBuilderList() - Method in class com.google.ortools.sat.SatParameters
-
It is possible to specify additional subsolver configuration.
- getSubsolverParamsOrBuilderList() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
It is possible to specify additional subsolver configuration.
- getSubsolvers(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolvers(int) - Method in class com.google.ortools.sat.SatParameters
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolvers(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolversBytes(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolversBytes(int) - Method in class com.google.ortools.sat.SatParameters
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolversBytes(int) - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolversCount() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolversCount() - Method in class com.google.ortools.sat.SatParameters
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolversCount() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolversList() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolversList() - Method in class com.google.ortools.sat.SatParameters
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsolversList() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- getSubsumptionDuringConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters.Builder
-
At a really low cost, during the 1-UIP conflict computation, it is easy to
detect if some of the involved reasons are subsumed by the current
conflict.
- getSubsumptionDuringConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters
-
At a really low cost, during the 1-UIP conflict computation, it is easy to
detect if some of the involved reasons are subsumed by the current
conflict.
- getSubsumptionDuringConflictAnalysis() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
At a really low cost, during the 1-UIP conflict computation, it is easy to
detect if some of the involved reasons are subsumed by the current
conflict.
- getSufficientAssumptionsForInfeasibility(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A subset of the model "assumptions" field.
- getSufficientAssumptionsForInfeasibility(int) - Method in class com.google.ortools.sat.CpSolverResponse
-
A subset of the model "assumptions" field.
- getSufficientAssumptionsForInfeasibility(int) - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
A subset of the model "assumptions" field.
- getSufficientAssumptionsForInfeasibilityCount() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A subset of the model "assumptions" field.
- getSufficientAssumptionsForInfeasibilityCount() - Method in class com.google.ortools.sat.CpSolverResponse
-
A subset of the model "assumptions" field.
- getSufficientAssumptionsForInfeasibilityCount() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
A subset of the model "assumptions" field.
- getSufficientAssumptionsForInfeasibilityList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A subset of the model "assumptions" field.
- getSufficientAssumptionsForInfeasibilityList() - Method in class com.google.ortools.sat.CpSolverResponse
-
A subset of the model "assumptions" field.
- getSufficientAssumptionsForInfeasibilityList() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
A subset of the model "assumptions" field.
- getSufficientReductionForRestart() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
For ADAPTIVE_HEURISTIC and ADAPTIVE_DISTANCE_BASED only: A relative
reduction in the potential function by this amount always triggers a
restart.
- getSufficientReductionForRestart() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
For ADAPTIVE_HEURISTIC and ADAPTIVE_DISTANCE_BASED only: A relative
reduction in the potential function by this amount always triggers a
restart.
- getSufficientReductionForRestart() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
For ADAPTIVE_HEURISTIC and ADAPTIVE_DISTANCE_BASED only: A relative
reduction in the potential function by this amount always triggers a
restart.
- getSupply() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
The supply can be positive or negative in which case it means demand.
- getSupply() - Method in class com.google.ortools.graph.FlowNodeProto
-
The supply can be positive or negative in which case it means demand.
- getSupply() - Method in interface com.google.ortools.graph.FlowNodeProtoOrBuilder
-
The supply can be positive or negative in which case it means demand.
- getSupply(int) - Method in class com.google.ortools.graph.MinCostFlow
-
- getSupport(int) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
Each cycle is listed one after the other in the support field.
- getSupport(int) - Method in class com.google.ortools.sat.SparsePermutationProto
-
Each cycle is listed one after the other in the support field.
- getSupport(int) - Method in interface com.google.ortools.sat.SparsePermutationProtoOrBuilder
-
Each cycle is listed one after the other in the support field.
- getSupportCount() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
Each cycle is listed one after the other in the support field.
- getSupportCount() - Method in class com.google.ortools.sat.SparsePermutationProto
-
Each cycle is listed one after the other in the support field.
- getSupportCount() - Method in interface com.google.ortools.sat.SparsePermutationProtoOrBuilder
-
Each cycle is listed one after the other in the support field.
- getSupportList() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
Each cycle is listed one after the other in the support field.
- getSupportList() - Method in class com.google.ortools.sat.SparsePermutationProto
-
Each cycle is listed one after the other in the support field.
- getSupportList() - Method in interface com.google.ortools.sat.SparsePermutationProtoOrBuilder
-
Each cycle is listed one after the other in the support field.
- getSymmetry() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- getSymmetry() - Method in class com.google.ortools.sat.CpModelProto
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- getSymmetry() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- getSymmetryBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- getSymmetryDetectionDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Deterministic time limit for symmetry detection.
- getSymmetryDetectionDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters
-
Deterministic time limit for symmetry detection.
- getSymmetryDetectionDeterministicTimeLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Deterministic time limit for symmetry detection.
- getSymmetryLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to automatically detect the symmetries in a model and
exploit them.
- getSymmetryLevel() - Method in class com.google.ortools.sat.SatParameters
-
Whether we try to automatically detect the symmetries in a model and
exploit them.
- getSymmetryLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we try to automatically detect the symmetries in a model and
exploit them.
- getSymmetryOrBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- getSymmetryOrBuilder() - Method in class com.google.ortools.sat.CpModelProto
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- getSymmetryOrBuilder() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- getSynchronizationType() - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];
- getSynchronizationType() - Method in class com.google.ortools.bop.BopParameters
-
optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];
- getSynchronizationType() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];
- getSynchronizedObjectiveValue() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
-
Objective value from last time Synchronize() was called.
- GetSynchronizedObjectiveValue() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
-
- getTable() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The table constraint enforces what values a tuple of variables may
take.
- getTable() - Method in class com.google.ortools.sat.ConstraintProto
-
The table constraint enforces what values a tuple of variables may
take.
- getTable() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The table constraint enforces what values a tuple of variables may
take.
- getTableBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The table constraint enforces what values a tuple of variables may
take.
- getTableCompressionLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much we try to "compress" a table constraint.
- getTableCompressionLevel() - Method in class com.google.ortools.sat.SatParameters
-
How much we try to "compress" a table constraint.
- getTableCompressionLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How much we try to "compress" a table constraint.
- getTableOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The table constraint enforces what values a tuple of variables may
take.
- getTableOrBuilder() - Method in class com.google.ortools.sat.ConstraintProto
-
The table constraint enforces what values a tuple of variables may
take.
- getTableOrBuilder() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The table constraint enforces what values a tuple of variables may
take.
- getTail() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
A directed arc goes from a tail node to a head node.
- getTail() - Method in class com.google.ortools.graph.FlowArcProto
-
A directed arc goes from a tail node to a head node.
- getTail() - Method in interface com.google.ortools.graph.FlowArcProtoOrBuilder
-
A directed arc goes from a tail node to a head node.
- getTail(int) - Method in class com.google.ortools.graph.MaxFlow
-
- getTail(int) - Method in class com.google.ortools.graph.MinCostFlow
-
- getTails(int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 tails = 3;
- getTails(int) - Method in class com.google.ortools.sat.CircuitConstraintProto
-
repeated int32 tails = 3;
- getTails(int) - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
-
repeated int32 tails = 3;
- getTails(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 tails = 1;
- getTails(int) - Method in class com.google.ortools.sat.RoutesConstraintProto
-
repeated int32 tails = 1;
- getTails(int) - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
repeated int32 tails = 1;
- getTailsCount() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 tails = 3;
- getTailsCount() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
repeated int32 tails = 3;
- getTailsCount() - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
-
repeated int32 tails = 3;
- getTailsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 tails = 1;
- getTailsCount() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
repeated int32 tails = 1;
- getTailsCount() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
repeated int32 tails = 1;
- getTailsList() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 tails = 3;
- getTailsList() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
repeated int32 tails = 3;
- getTailsList() - Method in interface com.google.ortools.sat.CircuitConstraintProtoOrBuilder
-
repeated int32 tails = 3;
- getTailsList() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 tails = 1;
- getTailsList() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
repeated int32 tails = 1;
- getTailsList() - Method in interface com.google.ortools.sat.RoutesConstraintProtoOrBuilder
-
repeated int32 tails = 1;
- getTarget() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
Legacy field.
- getTarget() - Method in class com.google.ortools.sat.ElementConstraintProto
-
Legacy field.
- getTarget() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
Legacy field.
- getTarget() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
.operations_research.sat.LinearExpressionProto target = 1;
- getTarget() - Method in class com.google.ortools.sat.LinearArgumentProto
-
.operations_research.sat.LinearExpressionProto target = 1;
- getTarget() - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto target = 1;
- getTargetBuilder() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
.operations_research.sat.LinearExpressionProto target = 1;
- getTargetIndex() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
If both `target_index` and `target_name` are set, they must point to the
same entity.
- getTargetIndex() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
If both `target_index` and `target_name` are set, they must point to the
same entity.
- getTargetIndex() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
If both `target_index` and `target_name` are set, they must point to the
same entity.
- getTargetName() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
Alternate to index.
- getTargetName() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
Alternate to index.
- getTargetName() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
Alternate to index.
- getTargetNameBytes() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
Alternate to index.
- getTargetNameBytes() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
Alternate to index.
- getTargetNameBytes() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
Alternate to index.
- getTargetOrBuilder() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
.operations_research.sat.LinearExpressionProto target = 1;
- getTargetOrBuilder() - Method in class com.google.ortools.sat.LinearArgumentProto
-
.operations_research.sat.LinearExpressionProto target = 1;
- getTargetOrBuilder() - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto target = 1;
- getTargetType() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;
- getTargetType() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;
- getTargetType() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;
- getTemporalTypeIncompatibilitiesOfType(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getTerminationCheckFrequency() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The frequency (based on a counter reset every major iteration) to check for
termination (involves extra work) and log iteration stats.
- getTerminationCheckFrequency() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
The frequency (based on a counter reset every major iteration) to check for
termination (involves extra work) and log iteration stats.
- getTerminationCheckFrequency() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
The frequency (based on a counter reset every major iteration) to check for
termination (involves extra work) and log iteration stats.
- getTerminationCriteria() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- getTerminationCriteria() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- getTerminationCriteria() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- getTerminationCriteriaBuilder() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- getTerminationCriteriaOrBuilder() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- getTerminationCriteriaOrBuilder() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- getTerminationCriteriaOrBuilder() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- getTerminationReason() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.TerminationReason termination_reason = 4;
- getTerminationReason() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.TerminationReason termination_reason = 4;
- getTerminationReason() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.TerminationReason termination_reason = 4;
- getTerminationReason() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The reason that the solve terminated.
- getTerminationReason() - Method in class com.google.ortools.pdlp.SolveLog
-
The reason that the solve terminated.
- getTerminationReason() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
The reason that the solve terminated.
- getTerminationString() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Optional extra information about the termination reason.
- getTerminationString() - Method in class com.google.ortools.pdlp.SolveLog
-
Optional extra information about the termination reason.
- getTerminationString() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
Optional extra information about the termination reason.
- getTerminationStringBytes() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Optional extra information about the termination reason.
- getTerminationStringBytes() - Method in class com.google.ortools.pdlp.SolveLog
-
Optional extra information about the termination reason.
- getTerminationStringBytes() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
Optional extra information about the termination reason.
- getTightenedVariables(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- getTightenedVariables(int) - Method in class com.google.ortools.sat.CpSolverResponse
-
Advanced usage.
- getTightenedVariables(int) - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Advanced usage.
- getTightenedVariablesBuilder(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- getTightenedVariablesBuilderList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- getTightenedVariablesCount() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- getTightenedVariablesCount() - Method in class com.google.ortools.sat.CpSolverResponse
-
Advanced usage.
- getTightenedVariablesCount() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Advanced usage.
- getTightenedVariablesList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- getTightenedVariablesList() - Method in class com.google.ortools.sat.CpSolverResponse
-
Advanced usage.
- getTightenedVariablesList() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Advanced usage.
- getTightenedVariablesOrBuilder(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- getTightenedVariablesOrBuilder(int) - Method in class com.google.ortools.sat.CpSolverResponse
-
Advanced usage.
- getTightenedVariablesOrBuilder(int) - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Advanced usage.
- getTightenedVariablesOrBuilderList() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- getTightenedVariablesOrBuilderList() - Method in class com.google.ortools.sat.CpSolverResponse
-
Advanced usage.
- getTightenedVariablesOrBuilderList() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Advanced usage.
- getTime() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
TODO(user): Specify the time units or switch to google.Duration proto.
- getTime() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
TODO(user): Specify the time units or switch to google.Duration proto.
- getTime() - Method in interface com.google.ortools.constraintsolver.RegularLimitParametersOrBuilder
-
TODO(user): Specify the time units or switch to google.Duration proto.
- getTimeExprs(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- getTimeExprs(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
affine expressions.
- getTimeExprs(int) - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
affine expressions.
- getTimeExprsBuilder(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- getTimeExprsBuilderList() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- getTimeExprsCount() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- getTimeExprsCount() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
affine expressions.
- getTimeExprsCount() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
affine expressions.
- getTimeExprsList() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- getTimeExprsList() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
affine expressions.
- getTimeExprsList() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
affine expressions.
- getTimeExprsOrBuilder(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- getTimeExprsOrBuilder(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
affine expressions.
- getTimeExprsOrBuilder(int) - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
affine expressions.
- getTimeExprsOrBuilderList() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- getTimeExprsOrBuilderList() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
affine expressions.
- getTimeExprsOrBuilderList() - Method in interface com.google.ortools.sat.ReservoirConstraintProtoOrBuilder
-
affine expressions.
- getTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the search.
- getTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Limit to the time spent in the search.
- getTimeLimit() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Limit to the time spent in the search.
- getTimeLimitBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the search.
- getTimeLimitOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the search.
- getTimeLimitOrBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Limit to the time spent in the search.
- getTimeLimitOrBuilder() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Limit to the time spent in the search.
- getTimeSecLimit() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_TIME_LIMIT then the solver has
taken at least time_sec_limit time.
- getTimeSecLimit() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
If termination_reason = TERMINATION_REASON_TIME_LIMIT then the solver has
taken at least time_sec_limit time.
- getTimeSecLimit() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
If termination_reason = TERMINATION_REASON_TIME_LIMIT then the solver has
taken at least time_sec_limit time.
- getTmpVector() - Method in class com.google.ortools.constraintsolver.Solver
-
Unsafe temporary vector.
- getTotalNumAcceptedNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
int64 total_num_accepted_neighbors = 5;
- getTotalNumAcceptedNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
int64 total_num_accepted_neighbors = 5;
- getTotalNumAcceptedNeighbors() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
int64 total_num_accepted_neighbors = 5;
- getTotalNumFilteredNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
int64 total_num_filtered_neighbors = 4;
- getTotalNumFilteredNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
int64 total_num_filtered_neighbors = 4;
- getTotalNumFilteredNeighbors() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
int64 total_num_filtered_neighbors = 4;
- getTotalNumNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Total number of (filtered/accepted) neighbors created during the search.
- getTotalNumNeighbors() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
Total number of (filtered/accepted) neighbors created during the search.
- getTotalNumNeighbors() - Method in interface com.google.ortools.constraintsolver.LocalSearchStatisticsOrBuilder
-
Total number of (filtered/accepted) neighbors created during the search.
- getTracePropagation() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Activate propagate tracing.
- getTracePropagation() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Activate propagate tracing.
- getTracePropagation() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Activate propagate tracing.
- getTraceSearch() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Trace search.
- getTraceSearch() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Trace search.
- getTraceSearch() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Trace search.
- getTrailBlockSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameter indicates the default size of a block of the trail.
- getTrailBlockSize() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
This parameter indicates the default size of a block of the trail.
- getTrailBlockSize() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
This parameter indicates the default size of a block of the trail.
- getTransitionHead(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_head = 5;
- getTransitionHead(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
repeated int64 transition_head = 5;
- getTransitionHead(int) - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
repeated int64 transition_head = 5;
- getTransitionHeadCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_head = 5;
- getTransitionHeadCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
repeated int64 transition_head = 5;
- getTransitionHeadCount() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
repeated int64 transition_head = 5;
- getTransitionHeadList() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_head = 5;
- getTransitionHeadList() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
repeated int64 transition_head = 5;
- getTransitionHeadList() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
repeated int64 transition_head = 5;
- getTransitionLabel(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_label = 6;
- getTransitionLabel(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
repeated int64 transition_label = 6;
- getTransitionLabel(int) - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
repeated int64 transition_label = 6;
- getTransitionLabelCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_label = 6;
- getTransitionLabelCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
repeated int64 transition_label = 6;
- getTransitionLabelCount() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
repeated int64 transition_label = 6;
- getTransitionLabelList() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_label = 6;
- getTransitionLabelList() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
repeated int64 transition_label = 6;
- getTransitionLabelList() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
repeated int64 transition_label = 6;
- getTransitionTail(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
List of transitions (all 3 vectors have the same size).
- getTransitionTail(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
List of transitions (all 3 vectors have the same size).
- getTransitionTail(int) - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
List of transitions (all 3 vectors have the same size).
- getTransitionTailCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
List of transitions (all 3 vectors have the same size).
- getTransitionTailCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
List of transitions (all 3 vectors have the same size).
- getTransitionTailCount() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
List of transitions (all 3 vectors have the same size).
- getTransitionTailList() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
List of transitions (all 3 vectors have the same size).
- getTransitionTailList() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
List of transitions (all 3 vectors have the same size).
- getTransitionTailList() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
List of transitions (all 3 vectors have the same size).
- getTransitValue(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Returns the transition value for a given pair of nodes (as var index);
this value is the one taken by the corresponding transit variable when
the 'next' variable for 'from_index' is bound to 'to_index'.
- getTransitValueFromClass(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Same as above but taking a vehicle class of the dimension instead of a
vehicle (the class of a vehicle can be obtained with vehicle_to_class()).
- getType() - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;
- getType() - Method in class com.google.ortools.bop.BopOptimizerMethod
-
optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;
- getType() - Method in interface com.google.ortools.bop.BopOptimizerMethodOrBuilder
-
optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;
- getType() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
- getType() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
- getType() - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
-
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
- getType_index_of_vehicle() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
-
- GetUnaryDimensions() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns dimensions for which all transit evaluators are unary.
- getUnitCost() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
Cost of this arc per unit of flow.
- getUnitCost() - Method in class com.google.ortools.graph.FlowArcProto
-
Cost of this arc per unit of flow.
- getUnitCost() - Method in interface com.google.ortools.graph.FlowArcProtoOrBuilder
-
Cost of this arc per unit of flow.
- getUnitCost(int) - Method in class com.google.ortools.graph.MinCostFlow
-
- getUpperBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
optional double upper_bound = 3 [default = inf];
- getUpperBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
optional double upper_bound = 3 [default = inf];
- getUpperBound() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
optional double upper_bound = 3 [default = inf];
- getUpperBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
optional double upper_bound = 7 [default = inf];
- getUpperBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
optional double upper_bound = 7 [default = inf];
- getUpperBound() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
optional double upper_bound = 7 [default = inf];
- getUpperBound() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
optional double upper_bound = 2 [default = inf];
- getUpperBound() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
optional double upper_bound = 2 [default = inf];
- getUpperBound() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
optional double upper_bound = 2 [default = inf];
- getUpperBound() - Method in class com.google.ortools.modelbuilder.EnforcedLinearConstraint
-
Returns the upper bound of the constraint.
- getUpperBound() - Method in class com.google.ortools.modelbuilder.LinearConstraint
-
Returns the upper bound of the constraint.
- getUpperBound() - Method in class com.google.ortools.modelbuilder.Variable
-
Returns the upper bound of the variable.
- getUpperBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
optional int64 upper_bound = 4;
- getUpperBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
optional int64 upper_bound = 4;
- getUpperBound() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
optional int64 upper_bound = 4;
- getUseAbslRandom() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_absl_random = 180 [default = false];
- getUseAbslRandom() - Method in class com.google.ortools.sat.SatParameters
-
optional bool use_absl_random = 180 [default = false];
- getUseAbslRandom() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool use_absl_random = 180 [default = false];
- getUseAllDifferentForCircuit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turn on extra propagation for the circuit constraint.
- getUseAllDifferentForCircuit() - Method in class com.google.ortools.sat.SatParameters
-
Turn on extra propagation for the circuit constraint.
- getUseAllDifferentForCircuit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Turn on extra propagation for the circuit constraint.
- getUseAllPossibleDisjunctions() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_all_possible_disjunctions = 108;
- getUseAllPossibleDisjunctions() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
bool use_all_possible_disjunctions = 108;
- getUseAllPossibleDisjunctions() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
bool use_all_possible_disjunctions = 108;
- getUseAreaEnergeticReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
an energetic reasoning that uses an area-based energy.
- getUseAreaEnergeticReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the no_overlap_2d constraint is reinforced with
an energetic reasoning that uses an area-based energy.
- getUseAreaEnergeticReasoningInNoOverlap2D() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the no_overlap_2d constraint is reinforced with
an energetic reasoning that uses an area-based energy.
- getUseBlockingRestart() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Block a moving restart algorithm if the trail size of the current conflict
is greater than the multiplier times the moving average of the trail size
at the previous conflicts.
- getUseBlockingRestart() - Method in class com.google.ortools.sat.SatParameters
-
Block a moving restart algorithm if the trail size of the current conflict
is greater than the multiplier times the moving average of the trail size
at the previous conflicts.
- getUseBlockingRestart() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Block a moving restart algorithm if the trail size of the current conflict
is greater than the multiplier times the moving average of the trail size
at the previous conflicts.
- getUseCombinedNoOverlap() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This can be beneficial if there is a lot of no-overlap constraints but a
relatively low number of different intervals in the problem.
- getUseCombinedNoOverlap() - Method in class com.google.ortools.sat.SatParameters
-
This can be beneficial if there is a lot of no-overlap constraints but a
relatively low number of different intervals in the problem.
- getUseCombinedNoOverlap() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This can be beneficial if there is a lot of no-overlap constraints but a
relatively low number of different intervals in the problem.
- getUseConservativeScaleOverloadChecker() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enable a heuristic to solve cumulative constraints using a modified energy
constraint.
- getUseConservativeScaleOverloadChecker() - Method in class com.google.ortools.sat.SatParameters
-
Enable a heuristic to solve cumulative constraints using a modified energy
constraint.
- getUseConservativeScaleOverloadChecker() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Enable a heuristic to solve cumulative constraints using a modified energy
constraint.
- getUseCp() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP solver to find a solution.
- getUseCp() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If true, use the CP solver to find a solution.
- getUseCp() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If true, use the CP solver to find a solution.
- getUseCpSat() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution.
- getUseCpSat() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If true, use the CP-SAT solver to find a solution.
- getUseCpSat() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If true, use the CP-SAT solver to find a solution.
- getUseCpSatValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution.
- getUseCpSatValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If true, use the CP-SAT solver to find a solution.
- getUseCpSatValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If true, use the CP-SAT solver to find a solution.
- getUseCpValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP solver to find a solution.
- getUseCpValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If true, use the CP solver to find a solution.
- getUseCpValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If true, use the CP solver to find a solution.
- getUseCross() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
- getUseCross() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
- getUseCross() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
- getUseCrossExchange() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Not implemented yet.
- getUseCrossExchange() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Not implemented yet.
- getUseCrossExchange() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Not implemented yet.
- getUseCrossExchangeValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Not implemented yet.
- getUseCrossExchangeValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Not implemented yet.
- getUseCrossExchangeValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Not implemented yet.
- getUseCrossValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
- getUseCrossValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
- getUseCrossValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
- getUseCumulativeEdgeFinder() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the propagation of the cumulative constraint.
- getUseCumulativeEdgeFinder() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Control the propagation of the cumulative constraint.
- getUseCumulativeEdgeFinder() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Control the propagation of the cumulative constraint.
- getUseCumulativeTimeTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_cumulative_time_table = 106;
- getUseCumulativeTimeTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
bool use_cumulative_time_table = 106;
- getUseCumulativeTimeTable() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
bool use_cumulative_time_table = 106;
- getUseCumulativeTimeTableSync() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_cumulative_time_table_sync = 112;
- getUseCumulativeTimeTableSync() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
bool use_cumulative_time_table_sync = 112;
- getUseCumulativeTimeTableSync() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
bool use_cumulative_time_table_sync = 112;
- getUseDedicatedDualFeasibilityAlgorithm() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We have two possible dual phase I algorithms.
- getUseDedicatedDualFeasibilityAlgorithm() - Method in class com.google.ortools.glop.GlopParameters
-
We have two possible dual phase I algorithms.
- getUseDedicatedDualFeasibilityAlgorithm() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
We have two possible dual phase I algorithms.
- getUseDepthFirstSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Search control ---
If true, the solver should use depth-first search rather than local search
to solve the problem.
- getUseDepthFirstSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
--- Search control ---
If true, the solver should use depth-first search rather than local search
to solve the problem.
- getUseDepthFirstSearch() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
--- Search control ---
If true, the solver should use depth-first search rather than local search
to solve the problem.
- getUseDiagonalQpTrustRegionSolver() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
When solving QPs with diagonal objective matrices, this option can be
turned on to enable an experimental solver that avoids linearization of the
quadratic term.
- getUseDiagonalQpTrustRegionSolver() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
When solving QPs with diagonal objective matrices, this option can be
turned on to enable an experimental solver that avoids linearization of the
quadratic term.
- getUseDiagonalQpTrustRegionSolver() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
When solving QPs with diagonal objective matrices, this option can be
turned on to enable an experimental solver that avoids linearization of the
quadratic term.
- getUseDisjunctiveConstraintInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with propagators
from the disjunctive constraint to improve the inference on a set of tasks
that are disjunctive at the root of the problem.
- getUseDisjunctiveConstraintInCumulative() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the cumulative constraint is reinforced with propagators
from the disjunctive constraint to improve the inference on a set of tasks
that are disjunctive at the root of the problem.
- getUseDisjunctiveConstraintInCumulative() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the cumulative constraint is reinforced with propagators
from the disjunctive constraint to improve the inference on a set of tasks
that are disjunctive at the root of the problem.
- getUseDualSchedulingHeuristics() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When set, it activates a few scheduling parameters to improve the lower
bound of scheduling problems.
- getUseDualSchedulingHeuristics() - Method in class com.google.ortools.sat.SatParameters
-
When set, it activates a few scheduling parameters to improve the lower
bound of scheduling problems.
- getUseDualSchedulingHeuristics() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When set, it activates a few scheduling parameters to improve the lower
bound of scheduling problems.
- getUseDualSimplex() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we use the dual simplex algorithm instead of the primal.
- getUseDualSimplex() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we use the dual simplex algorithm instead of the primal.
- getUseDualSimplex() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we use the dual simplex algorithm instead of the primal.
- getUseDynamicPrecedenceInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_dynamic_precedence_in_cumulative = 268 [default = false];
- getUseDynamicPrecedenceInCumulative() - Method in class com.google.ortools.sat.SatParameters
-
optional bool use_dynamic_precedence_in_cumulative = 268 [default = false];
- getUseDynamicPrecedenceInCumulative() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool use_dynamic_precedence_in_cumulative = 268 [default = false];
- getUseDynamicPrecedenceInDisjunctive() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to branch on decision "interval A before interval B" rather
than on intervals bounds.
- getUseDynamicPrecedenceInDisjunctive() - Method in class com.google.ortools.sat.SatParameters
-
Whether we try to branch on decision "interval A before interval B" rather
than on intervals bounds.
- getUseDynamicPrecedenceInDisjunctive() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we try to branch on decision "interval A before interval B" rather
than on intervals bounds.
- getUseElementRmq() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the implementation of the element constraint.
- getUseElementRmq() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Control the implementation of the element constraint.
- getUseElementRmq() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Control the implementation of the element constraint.
- getUseEnergeticReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
energetic reasoning.
- getUseEnergeticReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the no_overlap_2d constraint is reinforced with
energetic reasoning.
- getUseEnergeticReasoningInNoOverlap2D() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the no_overlap_2d constraint is reinforced with
energetic reasoning.
- getUseErwaHeuristic() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as
described in "Learning Rate Based Branching Heuristic for SAT solvers",
J.H.Liang, V.
- getUseErwaHeuristic() - Method in class com.google.ortools.sat.SatParameters
-
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as
described in "Learning Rate Based Branching Heuristic for SAT solvers",
J.H.Liang, V.
- getUseErwaHeuristic() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as
described in "Learning Rate Based Branching Heuristic for SAT solvers",
J.H.Liang, V.
- getUseExactLpReason() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The solver usually exploit the LP relaxation of a model.
- getUseExactLpReason() - Method in class com.google.ortools.sat.SatParameters
-
The solver usually exploit the LP relaxation of a model.
- getUseExactLpReason() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The solver usually exploit the LP relaxation of a model.
- getUseExchange() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two nodes.
- getUseExchange() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which exchanges the positions of two nodes.
- getUseExchange() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which exchanges the positions of two nodes.
- getUseExchangeAndMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges two nodes and inserts an inactive node.
- getUseExchangeAndMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which exchanges two nodes and inserts an inactive node.
- getUseExchangeAndMakeActive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which exchanges two nodes and inserts an inactive node.
- getUseExchangeAndMakeActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges two nodes and inserts an inactive node.
- getUseExchangeAndMakeActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which exchanges two nodes and inserts an inactive node.
- getUseExchangeAndMakeActiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which exchanges two nodes and inserts an inactive node.
- getUseExchangePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two pair of nodes.
- getUseExchangePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which exchanges the positions of two pair of nodes.
- getUseExchangePair() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which exchanges the positions of two pair of nodes.
- getUseExchangePairValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two pair of nodes.
- getUseExchangePairValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which exchanges the positions of two pair of nodes.
- getUseExchangePairValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which exchanges the positions of two pair of nodes.
- getUseExchangePathStartEndsAndMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the first and last nodes of two paths and makes
a node active.
- getUseExchangePathStartEndsAndMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which exchanges the first and last nodes of two paths and makes
a node active.
- getUseExchangePathStartEndsAndMakeActive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which exchanges the first and last nodes of two paths and makes
a node active.
- getUseExchangePathStartEndsAndMakeActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the first and last nodes of two paths and makes
a node active.
- getUseExchangePathStartEndsAndMakeActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which exchanges the first and last nodes of two paths and makes
a node active.
- getUseExchangePathStartEndsAndMakeActiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which exchanges the first and last nodes of two paths and makes
a node active.
- getUseExchangeSubtrip() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges subtrips associated to two pairs of nodes,
see use_relocate_subtrip for a definition of subtrips.
- getUseExchangeSubtrip() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which exchanges subtrips associated to two pairs of nodes,
see use_relocate_subtrip for a definition of subtrips.
- getUseExchangeSubtrip() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which exchanges subtrips associated to two pairs of nodes,
see use_relocate_subtrip for a definition of subtrips.
- getUseExchangeSubtripValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges subtrips associated to two pairs of nodes,
see use_relocate_subtrip for a definition of subtrips.
- getUseExchangeSubtripValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which exchanges subtrips associated to two pairs of nodes,
see use_relocate_subtrip for a definition of subtrips.
- getUseExchangeSubtripValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which exchanges subtrips associated to two pairs of nodes,
see use_relocate_subtrip for a definition of subtrips.
- getUseExchangeValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two nodes.
- getUseExchangeValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which exchanges the positions of two nodes.
- getUseExchangeValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which exchanges the positions of two nodes.
- getUseExtendedProbing() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Use extended probing (probe bool_or, at_most_one, exactly_one).
- getUseExtendedProbing() - Method in class com.google.ortools.sat.SatParameters
-
Use extended probing (probe bool_or, at_most_one, exactly_one).
- getUseExtendedProbing() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Use extended probing (probe bool_or, at_most_one, exactly_one).
- getUseExtendedSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active one inactive.
- getUseExtendedSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which makes an inactive node active and an active one inactive.
- getUseExtendedSwapActive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which makes an inactive node active and an active one inactive.
- getUseExtendedSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active one inactive.
- getUseExtendedSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which makes an inactive node active and an active one inactive.
- getUseExtendedSwapActiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which makes an inactive node active and an active one inactive.
- getUseFeasibilityJump() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Parameters for an heuristic similar to the one described in the paper:
"Feasibility Jump: an LP-free Lagrangian MIP heuristic", Bjørnar
Luteberget, Giorgio Sartor, 2023, Mathematical Programming Computation.
- getUseFeasibilityJump() - Method in class com.google.ortools.sat.SatParameters
-
Parameters for an heuristic similar to the one described in the paper:
"Feasibility Jump: an LP-free Lagrangian MIP heuristic", Bjørnar
Luteberget, Giorgio Sartor, 2023, Mathematical Programming Computation.
- getUseFeasibilityJump() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Parameters for an heuristic similar to the one described in the paper:
"Feasibility Jump: an LP-free Lagrangian MIP heuristic", Bjørnar
Luteberget, Giorgio Sartor, 2023, Mathematical Programming Computation.
- getUseFeasibilityPolishing() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
If true, periodically runs feasibility polishing, which attempts to move
from latest average iterate to one that is closer to feasibility (i.e., has
smaller primal and dual residuals) while probably increasing the objective
gap.
- getUseFeasibilityPolishing() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
If true, periodically runs feasibility polishing, which attempts to move
from latest average iterate to one that is closer to feasibility (i.e., has
smaller primal and dual residuals) while probably increasing the objective
gap.
- getUseFeasibilityPolishing() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
If true, periodically runs feasibility polishing, which attempts to move
from latest average iterate to one that is closer to feasibility (i.e., has
smaller primal and dual residuals) while probably increasing the objective
gap.
- getUseFeasibilityPump() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Adds a feasibility pump subsolver along with lns subsolvers.
- getUseFeasibilityPump() - Method in class com.google.ortools.sat.SatParameters
-
Adds a feasibility pump subsolver along with lns subsolvers.
- getUseFeasibilityPump() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Adds a feasibility pump subsolver along with lns subsolvers.
- getUseFullPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes one entire path and all inactive nodes.
- getUseFullPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which relaxes one entire path and all inactive nodes.
- getUseFullPathLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which relaxes one entire path and all inactive nodes.
- getUseFullPathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes one entire path and all inactive nodes.
- getUseFullPathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which relaxes one entire path and all inactive nodes.
- getUseFullPathLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which relaxes one entire path and all inactive nodes.
- getUseFullPropagation() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Propagation control ---
These are advanced settings which should not be modified unless you know
what you are doing.
- getUseFullPropagation() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
--- Propagation control ---
These are advanced settings which should not be modified unless you know
what you are doing.
- getUseFullPropagation() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
--- Propagation control ---
These are advanced settings which should not be modified unless you know
what you are doing.
- getUseGeneralizedCpSat() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution on generalized routing
model.
- getUseGeneralizedCpSat() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If true, use the CP-SAT solver to find a solution on generalized routing
model.
- getUseGeneralizedCpSat() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If true, use the CP-SAT solver to find a solution on generalized routing
model.
- getUseGeneralizedCpSatValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution on generalized routing
model.
- getUseGeneralizedCpSatValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If true, use the CP-SAT solver to find a solution on generalized routing
model.
- getUseGeneralizedCpSatValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If true, use the CP-SAT solver to find a solution on generalized routing
model.
- getUseGlobalCheapestInsertionCloseNodesLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator makes a node and its
heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along
with each of their corresponding performed pickup/delivery pairs, and
then reinserts them using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionCloseNodesLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
The following operator makes a node and its
heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along
with each of their corresponding performed pickup/delivery pairs, and
then reinserts them using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionCloseNodesLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
The following operator makes a node and its
heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along
with each of their corresponding performed pickup/delivery pairs, and
then reinserts them using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionCloseNodesLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator makes a node and its
heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along
with each of their corresponding performed pickup/delivery pairs, and
then reinserts them using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionCloseNodesLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
The following operator makes a node and its
heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along
with each of their corresponding performed pickup/delivery pairs, and
then reinserts them using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionCloseNodesLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
The following operator makes a node and its
heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along
with each of their corresponding performed pickup/delivery pairs, and
then reinserts them using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionExpensiveChainLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider
most expensive arcs on a route, makes the nodes in between pairs of these
expensive arcs unperformed, and reinserts them using the
GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionExpensiveChainLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider
most expensive arcs on a route, makes the nodes in between pairs of these
expensive arcs unperformed, and reinserts them using the
GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionExpensiveChainLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider
most expensive arcs on a route, makes the nodes in between pairs of these
expensive arcs unperformed, and reinserts them using the
GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionExpensiveChainLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider
most expensive arcs on a route, makes the nodes in between pairs of these
expensive arcs unperformed, and reinserts them using the
GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionExpensiveChainLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider
most expensive arcs on a route, makes the nodes in between pairs of these
expensive arcs unperformed, and reinserts them using the
GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionExpensiveChainLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider
most expensive arcs on a route, makes the nodes in between pairs of these
expensive arcs unperformed, and reinserts them using the
GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- LNS-like large neighborhood search operators using heuristics ---
Operator which makes all nodes on a route unperformed, and reinserts them
using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- LNS-like large neighborhood search operators using heuristics ---
Operator which makes all nodes on a route unperformed, and reinserts them
using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionPathLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- LNS-like large neighborhood search operators using heuristics ---
Operator which makes all nodes on a route unperformed, and reinserts them
using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionPathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- LNS-like large neighborhood search operators using heuristics ---
Operator which makes all nodes on a route unperformed, and reinserts them
using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionPathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- LNS-like large neighborhood search operators using heuristics ---
Operator which makes all nodes on a route unperformed, and reinserts them
using the GlobalCheapestInsertion heuristic.
- getUseGlobalCheapestInsertionPathLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- LNS-like large neighborhood search operators using heuristics ---
Operator which makes all nodes on a route unperformed, and reinserts them
using the GlobalCheapestInsertion heuristic.
- getUseGlop() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
If true runs Glop's presolver on the given instance prior to solving.
- getUseGlop() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
-
If true runs Glop's presolver on the given instance prior to solving.
- getUseGlop() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptionsOrBuilder
-
If true runs Glop's presolver on the given instance prior to solving.
- getUseGuidedLocalSearchPenaltiesInLocalSearchOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether to consider arc penalties in cost functions used in local search
operators using arc costs.
- getUseGuidedLocalSearchPenaltiesInLocalSearchOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Whether to consider arc penalties in cost functions used in local search
operators using arc costs.
- getUseGuidedLocalSearchPenaltiesInLocalSearchOperators() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Whether to consider arc penalties in cost functions used in local search
operators using arc costs.
- getUseHardPrecedencesInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, detect and create constraint for integer variable that are "after"
a set of intervals in the same cumulative constraint.
- getUseHardPrecedencesInCumulative() - Method in class com.google.ortools.sat.SatParameters
-
If true, detect and create constraint for integer variable that are "after"
a set of intervals in the same cumulative constraint.
- getUseHardPrecedencesInCumulative() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, detect and create constraint for integer variable that are "after"
a set of intervals in the same cumulative constraint.
- getUseImpliedBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stores and exploits "implied-bounds" in the solver.
- getUseImpliedBounds() - Method in class com.google.ortools.sat.SatParameters
-
Stores and exploits "implied-bounds" in the solver.
- getUseImpliedBounds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Stores and exploits "implied-bounds" in the solver.
- getUseImpliedFreePreprocessor() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If presolve runs, include the pass that detects implied free variables.
- getUseImpliedFreePreprocessor() - Method in class com.google.ortools.glop.GlopParameters
-
If presolve runs, include the pass that detects implied free variables.
- getUseImpliedFreePreprocessor() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If presolve runs, include the pass that detects implied free variables.
- getUseInactiveLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
- getUseInactiveLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
- getUseInactiveLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
- getUseInactiveLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
- getUseInactiveLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
- getUseInactiveLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
- getUseIteratedLocalSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether the solver should use an Iterated Local Search approach to solve
the problem.
- getUseIteratedLocalSearch() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Whether the solver should use an Iterated Local Search approach to solve
the problem.
- getUseIteratedLocalSearch() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Whether the solver should use an Iterated Local Search approach to solve
the problem.
- getUseLastConflict() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
Should we use last conflict method.
- getUseLbRelaxLns() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turns on neighborhood generator based on local branching LP.
- getUseLbRelaxLns() - Method in class com.google.ortools.sat.SatParameters
-
Turns on neighborhood generator based on local branching LP.
- getUseLbRelaxLns() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Turns on neighborhood generator based on local branching LP.
- getUseLearnedBinaryClausesInLp() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use the learned binary clauses in the Linear Relaxation.
- getUseLearnedBinaryClausesInLp() - Method in class com.google.ortools.bop.BopParameters
-
Whether we use the learned binary clauses in the Linear Relaxation.
- getUseLearnedBinaryClausesInLp() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether we use the learned binary clauses in the Linear Relaxation.
- getUseLightRelocatePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes after another
pair.
- getUseLightRelocatePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which moves a pair of pickup and delivery nodes after another
pair.
- getUseLightRelocatePair() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which moves a pair of pickup and delivery nodes after another
pair.
- getUseLightRelocatePairValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes after another
pair.
- getUseLightRelocatePairValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which moves a pair of pickup and delivery nodes after another
pair.
- getUseLightRelocatePairValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which moves a pair of pickup and delivery nodes after another
pair.
- getUseLinKernighan() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Lin-Kernighan operator.
- getUseLinKernighan() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Lin-Kernighan operator.
- getUseLinKernighan() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Lin-Kernighan operator.
- getUseLinKernighanValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Lin-Kernighan operator.
- getUseLinKernighanValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Lin-Kernighan operator.
- getUseLinKernighanValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Lin-Kernighan operator.
- getUseLns() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Testing parameters used to disable all lns workers.
- getUseLns() - Method in class com.google.ortools.sat.SatParameters
-
Testing parameters used to disable all lns workers.
- getUseLns() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Testing parameters used to disable all lns workers.
- getUseLnsOnly() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental parameters to disable everything but lns.
- getUseLnsOnly() - Method in class com.google.ortools.sat.SatParameters
-
Experimental parameters to disable everything but lns.
- getUseLnsOnly() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Experimental parameters to disable everything but lns.
- getUseLocalCheapestInsertionCloseNodesLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above, but insertion positions for nodes are determined by the
LocalCheapestInsertion heuristic.
- getUseLocalCheapestInsertionCloseNodesLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Same as above, but insertion positions for nodes are determined by the
LocalCheapestInsertion heuristic.
- getUseLocalCheapestInsertionCloseNodesLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Same as above, but insertion positions for nodes are determined by the
LocalCheapestInsertion heuristic.
- getUseLocalCheapestInsertionCloseNodesLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above, but insertion positions for nodes are determined by the
LocalCheapestInsertion heuristic.
- getUseLocalCheapestInsertionCloseNodesLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Same as above, but insertion positions for nodes are determined by the
LocalCheapestInsertion heuristic.
- getUseLocalCheapestInsertionCloseNodesLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Same as above, but insertion positions for nodes are determined by the
LocalCheapestInsertion heuristic.
- getUseLocalCheapestInsertionExpensiveChainLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic for
insertion.
- getUseLocalCheapestInsertionExpensiveChainLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Same as above but using LocalCheapestInsertion as a heuristic for
insertion.
- getUseLocalCheapestInsertionExpensiveChainLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Same as above but using LocalCheapestInsertion as a heuristic for
insertion.
- getUseLocalCheapestInsertionExpensiveChainLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic for
insertion.
- getUseLocalCheapestInsertionExpensiveChainLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Same as above but using LocalCheapestInsertion as a heuristic for
insertion.
- getUseLocalCheapestInsertionExpensiveChainLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Same as above but using LocalCheapestInsertion as a heuristic for
insertion.
- getUseLocalCheapestInsertionPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic.
- getUseLocalCheapestInsertionPathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Same as above but using LocalCheapestInsertion as a heuristic.
- getUseLocalCheapestInsertionPathLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Same as above but using LocalCheapestInsertion as a heuristic.
- getUseLocalCheapestInsertionPathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic.
- getUseLocalCheapestInsertionPathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Same as above but using LocalCheapestInsertion as a heuristic.
- getUseLocalCheapestInsertionPathLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Same as above but using LocalCheapestInsertion as a heuristic.
- getUseLpLns() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use Large Neighborhood Search based on the LP relaxation.
- getUseLpLns() - Method in class com.google.ortools.bop.BopParameters
-
Use Large Neighborhood Search based on the LP relaxation.
- getUseLpLns() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Use Large Neighborhood Search based on the LP relaxation.
- getUseLpStrongBranching() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use strong branching in the linear relaxation optimizer.
- getUseLpStrongBranching() - Method in class com.google.ortools.bop.BopParameters
-
Use strong branching in the linear relaxation optimizer.
- getUseLpStrongBranching() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Use strong branching in the linear relaxation optimizer.
- getUseLsOnly() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Disable every other type of subsolver, setting this turns CP-SAT into a
pure local-search solver.
- getUseLsOnly() - Method in class com.google.ortools.sat.SatParameters
-
Disable every other type of subsolver, setting this turns CP-SAT into a
pure local-search solver.
- getUseLsOnly() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Disable every other type of subsolver, setting this turns CP-SAT into a
pure local-search solver.
- getUseMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Operators on inactive nodes ---
Operator which inserts an inactive node into a path.
- getUseMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- Operators on inactive nodes ---
Operator which inserts an inactive node into a path.
- getUseMakeActive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- Operators on inactive nodes ---
Operator which inserts an inactive node into a path.
- getUseMakeActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Operators on inactive nodes ---
Operator which inserts an inactive node into a path.
- getUseMakeActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- Operators on inactive nodes ---
Operator which inserts an inactive node into a path.
- getUseMakeActiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- Operators on inactive nodes ---
Operator which inserts an inactive node into a path.
- getUseMakeChainInactive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes a "chain" of path nodes inactive.
- getUseMakeChainInactive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which makes a "chain" of path nodes inactive.
- getUseMakeChainInactive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which makes a "chain" of path nodes inactive.
- getUseMakeChainInactiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes a "chain" of path nodes inactive.
- getUseMakeChainInactiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which makes a "chain" of path nodes inactive.
- getUseMakeChainInactiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which makes a "chain" of path nodes inactive.
- getUseMakeInactive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes path nodes inactive.
- getUseMakeInactive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which makes path nodes inactive.
- getUseMakeInactive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which makes path nodes inactive.
- getUseMakeInactiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes path nodes inactive.
- getUseMakeInactiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which makes path nodes inactive.
- getUseMakeInactiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which makes path nodes inactive.
- getUseMiddleProductFormUpdate() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not to use the middle product form update rather than the
standard eta LU update.
- getUseMiddleProductFormUpdate() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not to use the middle product form update rather than the
standard eta LU update.
- getUseMiddleProductFormUpdate() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not to use the middle product form update rather than the
standard eta LU update.
- getUseMultiArmedBanditConcatenateOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, the solver will use multi-armed bandit concatenate operators.
- getUseMultiArmedBanditConcatenateOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If true, the solver will use multi-armed bandit concatenate operators.
- getUseMultiArmedBanditConcatenateOperators() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If true, the solver will use multi-armed bandit concatenate operators.
- getUseNodePairSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active pair of nodes
inactive OR makes an inactive pair of nodes active and an active node
inactive.
- getUseNodePairSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which makes an inactive node active and an active pair of nodes
inactive OR makes an inactive pair of nodes active and an active node
inactive.
- getUseNodePairSwapActive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which makes an inactive node active and an active pair of nodes
inactive OR makes an inactive pair of nodes active and an active node
inactive.
- getUseNodePairSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active pair of nodes
inactive OR makes an inactive pair of nodes active and an active node
inactive.
- getUseNodePairSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which makes an inactive node active and an active pair of nodes
inactive OR makes an inactive pair of nodes active and an active node
inactive.
- getUseNodePairSwapActiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which makes an inactive node active and an active pair of nodes
inactive OR makes an inactive pair of nodes active and an active node
inactive.
- getUseObjectiveLbSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, search will search in ascending max objective value (when
minimizing) starting from the lower bound of the objective.
- getUseObjectiveLbSearch() - Method in class com.google.ortools.sat.SatParameters
-
If true, search will search in ascending max objective value (when
minimizing) starting from the lower bound of the objective.
- getUseObjectiveLbSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, search will search in ascending max objective value (when
minimizing) starting from the lower bound of the objective.
- getUseObjectiveShavingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This search differs from the previous search as it will not use assumptions
to bound the objective, and it will recreate a full model with the
hardcoded objective value.
- getUseObjectiveShavingSearch() - Method in class com.google.ortools.sat.SatParameters
-
This search differs from the previous search as it will not use assumptions
to bound the objective, and it will recreate a full model with the
hardcoded objective value.
- getUseObjectiveShavingSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This search differs from the previous search as it will not use assumptions
to bound the objective, and it will recreate a full model with the
hardcoded objective value.
- getUseOptimizationHints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For an optimization problem, whether we follow some hints in order to find
a better first solution.
- getUseOptimizationHints() - Method in class com.google.ortools.sat.SatParameters
-
For an optimization problem, whether we follow some hints in order to find
a better first solution.
- getUseOptimizationHints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
For an optimization problem, whether we follow some hints in order to find
a better first solution.
- getUseOptionalVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we automatically detect variables whose constraint are always
enforced by the same literal and we mark them as optional.
- getUseOptionalVariables() - Method in class com.google.ortools.sat.SatParameters
-
If true, we automatically detect variables whose constraint are always
enforced by the same literal and we mark them as optional.
- getUseOptionalVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we automatically detect variables whose constraint are always
enforced by the same literal and we mark them as optional.
- getUseOrOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves sub-chains of a path of length 1, 2 and 3 to another
position in the same path.
- getUseOrOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which moves sub-chains of a path of length 1, 2 and 3 to another
position in the same path.
- getUseOrOpt() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which moves sub-chains of a path of length 1, 2 and 3 to another
position in the same path.
- getUseOrOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves sub-chains of a path of length 1, 2 and 3 to another
position in the same path.
- getUseOrOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which moves sub-chains of a path of length 1, 2 and 3 to another
position in the same path.
- getUseOrOptValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which moves sub-chains of a path of length 1, 2 and 3 to another
position in the same path.
- getUseOverloadCheckerInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with overload
checking, i.e., an additional level of reasoning based on energy.
- getUseOverloadCheckerInCumulative() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the cumulative constraint is reinforced with overload
checking, i.e., an additional level of reasoning based on energy.
- getUseOverloadCheckerInCumulative() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the cumulative constraint is reinforced with overload
checking, i.e., an additional level of reasoning based on energy.
- getUsePathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Large neighborhood search operators ---
Operator which relaxes two sub-chains of three consecutive arcs each.
- getUsePathLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- Large neighborhood search operators ---
Operator which relaxes two sub-chains of three consecutive arcs each.
- getUsePathLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- Large neighborhood search operators ---
Operator which relaxes two sub-chains of three consecutive arcs each.
- getUsePathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Large neighborhood search operators ---
Operator which relaxes two sub-chains of three consecutive arcs each.
- getUsePathLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- Large neighborhood search operators ---
Operator which relaxes two sub-chains of three consecutive arcs each.
- getUsePathLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- Large neighborhood search operators ---
Operator which relaxes two sub-chains of three consecutive arcs each.
- getUsePbResolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether to use pseudo-Boolean resolution to analyze a conflict.
- getUsePbResolution() - Method in class com.google.ortools.sat.SatParameters
-
Whether to use pseudo-Boolean resolution to analyze a conflict.
- getUsePbResolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether to use pseudo-Boolean resolution to analyze a conflict.
- getUsePhaseSaving() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If this is true, then the polarity of a variable will be the last value it
was assigned to, or its default polarity if it was never assigned since the
call to ResetDecisionHeuristic().
- getUsePhaseSaving() - Method in class com.google.ortools.sat.SatParameters
-
If this is true, then the polarity of a variable will be the last value it
was assigned to, or its default polarity if it was never assigned since the
call to ResetDecisionHeuristic().
- getUsePhaseSaving() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If this is true, then the polarity of a variable will be the last value it
was assigned to, or its default polarity if it was never assigned since the
call to ResetDecisionHeuristic().
- getUsePotentialOneFlipRepairsInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we keep a list of variable that can potentially repair in one flip
all the current infeasible constraints (such variable must at least appear
in all the infeasible constraints for this to happen).
- getUsePotentialOneFlipRepairsInLs() - Method in class com.google.ortools.bop.BopParameters
-
Whether we keep a list of variable that can potentially repair in one flip
all the current infeasible constraints (such variable must at least appear
in all the infeasible constraints for this to happen).
- getUsePotentialOneFlipRepairsInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether we keep a list of variable that can potentially repair in one flip
all the current infeasible constraints (such variable must at least appear
in all the infeasible constraints for this to happen).
- getUsePrecedencesInDisjunctiveConstraint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, then a disjunctive constraint will try to use the
precedence relations between time intervals to propagate their bounds
further.
- getUsePrecedencesInDisjunctiveConstraint() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, then a disjunctive constraint will try to use the
precedence relations between time intervals to propagate their bounds
further.
- getUsePrecedencesInDisjunctiveConstraint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, then a disjunctive constraint will try to use the
precedence relations between time intervals to propagate their bounds
further.
- getUsePreprocessing() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we use advanced preprocessing techniques.
- getUsePreprocessing() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we use advanced preprocessing techniques.
- getUsePreprocessing() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we use advanced preprocessing techniques.
- getUseProbingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, search will continuously probe Boolean variables, and integer
variable bounds.
- getUseProbingSearch() - Method in class com.google.ortools.sat.SatParameters
-
If true, search will continuously probe Boolean variables, and integer
variable bounds.
- getUseProbingSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, search will continuously probe Boolean variables, and integer
variable bounds.
- getUseRandomLns() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use the random Large Neighborhood Search instead of the exhaustive one.
- getUseRandomLns() - Method in class com.google.ortools.bop.BopParameters
-
Use the random Large Neighborhood Search instead of the exhaustive one.
- getUseRandomLns() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Use the random Large Neighborhood Search instead of the exhaustive one.
- getUseRelocate() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Inter-route operators ---
Operator which moves a single node to another position.
- getUseRelocate() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- Inter-route operators ---
Operator which moves a single node to another position.
- getUseRelocate() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- Inter-route operators ---
Operator which moves a single node to another position.
- getUseRelocateAndMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relocates a node while making an inactive one active.
- getUseRelocateAndMakeActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which relocates a node while making an inactive one active.
- getUseRelocateAndMakeActive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which relocates a node while making an inactive one active.
- getUseRelocateAndMakeActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relocates a node while making an inactive one active.
- getUseRelocateAndMakeActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which relocates a node while making an inactive one active.
- getUseRelocateAndMakeActiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which relocates a node while making an inactive one active.
- getUseRelocateExpensiveChain() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which detects the relocate_expensive_chain_num_arcs_to_consider
most expensive arcs on a path, and moves the chain resulting from cutting
pairs of arcs among these to another position.
- getUseRelocateExpensiveChain() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which detects the relocate_expensive_chain_num_arcs_to_consider
most expensive arcs on a path, and moves the chain resulting from cutting
pairs of arcs among these to another position.
- getUseRelocateExpensiveChain() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which detects the relocate_expensive_chain_num_arcs_to_consider
most expensive arcs on a path, and moves the chain resulting from cutting
pairs of arcs among these to another position.
- getUseRelocateExpensiveChainValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which detects the relocate_expensive_chain_num_arcs_to_consider
most expensive arcs on a path, and moves the chain resulting from cutting
pairs of arcs among these to another position.
- getUseRelocateExpensiveChainValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which detects the relocate_expensive_chain_num_arcs_to_consider
most expensive arcs on a path, and moves the chain resulting from cutting
pairs of arcs among these to another position.
- getUseRelocateExpensiveChainValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which detects the relocate_expensive_chain_num_arcs_to_consider
most expensive arcs on a path, and moves the chain resulting from cutting
pairs of arcs among these to another position.
- getUseRelocateNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood which moves chains of neighbors.
- getUseRelocateNeighbors() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Relocate neighborhood which moves chains of neighbors.
- getUseRelocateNeighbors() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Relocate neighborhood which moves chains of neighbors.
- getUseRelocateNeighborsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood which moves chains of neighbors.
- getUseRelocateNeighborsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Relocate neighborhood which moves chains of neighbors.
- getUseRelocateNeighborsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Relocate neighborhood which moves chains of neighbors.
- getUseRelocatePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes to another
position where the first node of the pair must be before the second node
on the same path.
- getUseRelocatePair() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which moves a pair of pickup and delivery nodes to another
position where the first node of the pair must be before the second node
on the same path.
- getUseRelocatePair() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which moves a pair of pickup and delivery nodes to another
position where the first node of the pair must be before the second node
on the same path.
- getUseRelocatePairValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes to another
position where the first node of the pair must be before the second node
on the same path.
- getUseRelocatePairValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which moves a pair of pickup and delivery nodes to another
position where the first node of the pair must be before the second node
on the same path.
- getUseRelocatePairValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which moves a pair of pickup and delivery nodes to another
position where the first node of the pair must be before the second node
on the same path.
- getUseRelocatePathGlobalCheapestInsertionInsertUnperformed() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator relocates an entire route to an empty path and
then tries to insert the unperformed nodes using the global cheapest
insertion heuristic.
- getUseRelocatePathGlobalCheapestInsertionInsertUnperformed() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
The following operator relocates an entire route to an empty path and
then tries to insert the unperformed nodes using the global cheapest
insertion heuristic.
- getUseRelocatePathGlobalCheapestInsertionInsertUnperformed() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
The following operator relocates an entire route to an empty path and
then tries to insert the unperformed nodes using the global cheapest
insertion heuristic.
- getUseRelocatePathGlobalCheapestInsertionInsertUnperformedValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator relocates an entire route to an empty path and
then tries to insert the unperformed nodes using the global cheapest
insertion heuristic.
- getUseRelocatePathGlobalCheapestInsertionInsertUnperformedValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
The following operator relocates an entire route to an empty path and
then tries to insert the unperformed nodes using the global cheapest
insertion heuristic.
- getUseRelocatePathGlobalCheapestInsertionInsertUnperformedValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
The following operator relocates an entire route to an empty path and
then tries to insert the unperformed nodes using the global cheapest
insertion heuristic.
- getUseRelocateSubtrip() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood that moves subpaths all pickup and delivery
pairs have both pickup and delivery inside the subpath or both outside
the subpath.
- getUseRelocateSubtrip() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Relocate neighborhood that moves subpaths all pickup and delivery
pairs have both pickup and delivery inside the subpath or both outside
the subpath.
- getUseRelocateSubtrip() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Relocate neighborhood that moves subpaths all pickup and delivery
pairs have both pickup and delivery inside the subpath or both outside
the subpath.
- getUseRelocateSubtripValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood that moves subpaths all pickup and delivery
pairs have both pickup and delivery inside the subpath or both outside
the subpath.
- getUseRelocateSubtripValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Relocate neighborhood that moves subpaths all pickup and delivery
pairs have both pickup and delivery inside the subpath or both outside
the subpath.
- getUseRelocateSubtripValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Relocate neighborhood that moves subpaths all pickup and delivery
pairs have both pickup and delivery inside the subpath or both outside
the subpath.
- getUseRelocateValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Inter-route operators ---
Operator which moves a single node to another position.
- getUseRelocateValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- Inter-route operators ---
Operator which moves a single node to another position.
- getUseRelocateValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- Inter-route operators ---
Operator which moves a single node to another position.
- getUseRinsLns() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turns on relaxation induced neighborhood generator.
- getUseRinsLns() - Method in class com.google.ortools.sat.SatParameters
-
Turns on relaxation induced neighborhood generator.
- getUseRinsLns() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Turns on relaxation induced neighborhood generator.
- getUserTime() - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Returns the user time since the creation of the solver.
- getUserTime() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getUserTime() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
double user_time = 16;
- getUserTime() - Method in class com.google.ortools.sat.CpSolverResponse
-
double user_time = 16;
- getUserTime() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
double user_time = 16;
- getUseSatInprocessing() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enable or disable "inprocessing" which is some SAT presolving done at
each restart to the root level.
- getUseSatInprocessing() - Method in class com.google.ortools.sat.SatParameters
-
Enable or disable "inprocessing" which is some SAT presolving done at
each restart to the root level.
- getUseSatInprocessing() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Enable or disable "inprocessing" which is some SAT presolving done at
each restart to the root level.
- getUseSatToChooseLnsNeighbourhood() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use sat propagation to choose the lns neighbourhood.
- getUseSatToChooseLnsNeighbourhood() - Method in class com.google.ortools.bop.BopParameters
-
Whether we use sat propagation to choose the lns neighbourhood.
- getUseSatToChooseLnsNeighbourhood() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether we use sat propagation to choose the lns neighbourhood.
- getUseScaling() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we scale the matrix A so that the maximum coefficient on
each line and each column is 1.0.
- getUseScaling() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we scale the matrix A so that the maximum coefficient on
each line and each column is 1.0.
- getUseScaling() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we scale the matrix A so that the maximum coefficient on
each line and each column is 1.0.
- getUseSequenceHighDemandTasks() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_sequence_high_demand_tasks = 107;
- getUseSequenceHighDemandTasks() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
bool use_sequence_high_demand_tasks = 107;
- getUseSequenceHighDemandTasks() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
bool use_sequence_high_demand_tasks = 107;
- getUseSharedTreeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Set on shared subtree workers.
- getUseSharedTreeSearch() - Method in class com.google.ortools.sat.SatParameters
-
Set on shared subtree workers.
- getUseSharedTreeSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Set on shared subtree workers.
- getUseShavingInProbingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a shaving phase (where the solver tries to prove that the lower or
upper bound of a variable are infeasible) to the probing search.
- getUseShavingInProbingSearch() - Method in class com.google.ortools.sat.SatParameters
-
Add a shaving phase (where the solver tries to prove that the lower or
upper bound of a variable are infeasible) to the probing search.
- getUseShavingInProbingSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Add a shaving phase (where the solver tries to prove that the lower or
upper bound of a variable are infeasible) to the probing search.
- getUseShortestPathSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Swaps active nodes from node alternatives in sequence.
- getUseShortestPathSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Swaps active nodes from node alternatives in sequence.
- getUseShortestPathSwapActive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Swaps active nodes from node alternatives in sequence.
- getUseShortestPathSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Swaps active nodes from node alternatives in sequence.
- getUseShortestPathSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Swaps active nodes from node alternatives in sequence.
- getUseShortestPathSwapActiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Swaps active nodes from node alternatives in sequence.
- getUseShortestPathTwoOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Similar to use_two_opt but returns the shortest path on the DAG of node
alternatives of the reversed chain (cf. use_shortest_path_swap_active).
- getUseShortestPathTwoOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Similar to use_two_opt but returns the shortest path on the DAG of node
alternatives of the reversed chain (cf. use_shortest_path_swap_active).
- getUseShortestPathTwoOpt() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Similar to use_two_opt but returns the shortest path on the DAG of node
alternatives of the reversed chain (cf. use_shortest_path_swap_active).
- getUseShortestPathTwoOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Similar to use_two_opt but returns the shortest path on the DAG of node
alternatives of the reversed chain (cf. use_shortest_path_swap_active).
- getUseShortestPathTwoOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Similar to use_two_opt but returns the shortest path on the DAG of node
alternatives of the reversed chain (cf. use_shortest_path_swap_active).
- getUseShortestPathTwoOptValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Similar to use_two_opt but returns the shortest path on the DAG of node
alternatives of the reversed chain (cf. use_shortest_path_swap_active).
- getUseSmallTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the implementation of the table constraint.
- getUseSmallTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
Control the implementation of the table constraint.
- getUseSmallTable() - Method in interface com.google.ortools.constraintsolver.ConstraintSolverParametersOrBuilder
-
Control the implementation of the table constraint.
- getUseStrongPropagationInDisjunctive() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enable stronger and more expensive propagation on no_overlap constraint.
- getUseStrongPropagationInDisjunctive() - Method in class com.google.ortools.sat.SatParameters
-
Enable stronger and more expensive propagation on no_overlap constraint.
- getUseStrongPropagationInDisjunctive() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Enable stronger and more expensive propagation on no_overlap constraint.
- getUseSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which replaces an active node by an inactive one.
- getUseSwapActive() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which replaces an active node by an inactive one.
- getUseSwapActive() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which replaces an active node by an inactive one.
- getUseSwapActiveChain() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which replaces a chain of active nodes by an inactive one.
- getUseSwapActiveChain() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which replaces a chain of active nodes by an inactive one.
- getUseSwapActiveChain() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which replaces a chain of active nodes by an inactive one.
- getUseSwapActiveChainValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which replaces a chain of active nodes by an inactive one.
- getUseSwapActiveChainValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which replaces a chain of active nodes by an inactive one.
- getUseSwapActiveChainValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which replaces a chain of active nodes by an inactive one.
- getUseSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which replaces an active node by an inactive one.
- getUseSwapActiveValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Operator which replaces an active node by an inactive one.
- getUseSwapActiveValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Operator which replaces an active node by an inactive one.
- getUseSymmetry() - Method in class com.google.ortools.bop.BopParameters.Builder
-
If true, find and exploit the eventual symmetries of the problem.
- getUseSymmetry() - Method in class com.google.ortools.bop.BopParameters
-
If true, find and exploit the eventual symmetries of the problem.
- getUseSymmetry() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
If true, find and exploit the eventual symmetries of the problem.
- getUseSymmetryInLp() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When we have symmetry, it is possible to "fold" all variables from the same
orbit into a single variable, while having the same power of LP relaxation.
- getUseSymmetryInLp() - Method in class com.google.ortools.sat.SatParameters
-
When we have symmetry, it is possible to "fold" all variables from the same
orbit into a single variable, while having the same power of LP relaxation.
- getUseSymmetryInLp() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When we have symmetry, it is possible to "fold" all variables from the same
orbit into a single variable, while having the same power of LP relaxation.
- getUseTimetableEdgeFindingInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with timetable
edge finding, i.e., an additional level of reasoning based on the
conjunction of energy and mandatory parts.
- getUseTimetableEdgeFindingInCumulative() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the cumulative constraint is reinforced with timetable
edge finding, i.e., an additional level of reasoning based on the
conjunction of energy and mandatory parts.
- getUseTimetableEdgeFindingInCumulative() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the cumulative constraint is reinforced with timetable
edge finding, i.e., an additional level of reasoning based on the
conjunction of energy and mandatory parts.
- getUseTimetablingInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
propagators from the cumulative constraints.
- getUseTimetablingInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the no_overlap_2d constraint is reinforced with
propagators from the cumulative constraints.
- getUseTimetablingInNoOverlap2D() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the no_overlap_2d constraint is reinforced with
propagators from the cumulative constraints.
- getUseTransposedMatrix() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we keep a transposed version of the matrix A to speed-up the
pricing at the cost of extra memory and the initial tranposition
computation.
- getUseTransposedMatrix() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we keep a transposed version of the matrix A to speed-up the
pricing at the cost of extra memory and the initial tranposition
computation.
- getUseTransposedMatrix() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we keep a transposed version of the matrix A to speed-up the
pricing at the cost of extra memory and the initial tranposition
computation.
- getUseTranspositionTableInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use an hash set during the LS to avoid exploring more than once
the "same" state.
- getUseTranspositionTableInLs() - Method in class com.google.ortools.bop.BopParameters
-
Whether we use an hash set during the LS to avoid exploring more than once
the "same" state.
- getUseTranspositionTableInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether we use an hash set during the LS to avoid exploring more than once
the "same" state.
- getUseTryEdgeReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_try_edge_reasoning_in_no_overlap_2d = 299 [default = false];
- getUseTryEdgeReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters
-
optional bool use_try_edge_reasoning_in_no_overlap_2d = 299 [default = false];
- getUseTryEdgeReasoningInNoOverlap2D() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool use_try_edge_reasoning_in_no_overlap_2d = 299 [default = false];
- getUseTspLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
TSP-base LNS.
- getUseTspLns() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
TSP-base LNS.
- getUseTspLns() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
TSP-base LNS.
- getUseTspLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
TSP-base LNS.
- getUseTspLnsValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
TSP-base LNS.
- getUseTspLnsValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
TSP-base LNS.
- getUseTspOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Sliding TSP operator.
- getUseTspOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Sliding TSP operator.
- getUseTspOpt() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Sliding TSP operator.
- getUseTspOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Sliding TSP operator.
- getUseTspOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
Sliding TSP operator.
- getUseTspOptValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
Sliding TSP operator.
- getUseTwoOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Intra-route operators ---
Operator which reverses a subchain of a path.
- getUseTwoOpt() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- Intra-route operators ---
Operator which reverses a subchain of a path.
- getUseTwoOpt() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- Intra-route operators ---
Operator which reverses a subchain of a path.
- getUseTwoOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Intra-route operators ---
Operator which reverses a subchain of a path.
- getUseTwoOptValue() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
--- Intra-route operators ---
Operator which reverses a subchain of a path.
- getUseTwoOptValue() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder
-
--- Intra-route operators ---
Operator which reverses a subchain of a path.
- getUseUnfilteredFirstSolutionStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Advanced first solutions strategy settings ---
Don't touch these unless you know what you are doing.
- getUseUnfilteredFirstSolutionStrategy() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
--- Advanced first solutions strategy settings ---
Don't touch these unless you know what you are doing.
- getUseUnfilteredFirstSolutionStrategy() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
--- Advanced first solutions strategy settings ---
Don't touch these unless you know what you are doing.
- getUseVariablesShavingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This search takes all Boolean or integer variables, and maximize or
minimize them in order to reduce their domain.
- getUseVariablesShavingSearch() - Method in class com.google.ortools.sat.SatParameters
-
This search takes all Boolean or integer variables, and maximize or
minimize them in order to reduce their domain.
- getUseVariablesShavingSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This search takes all Boolean or integer variables, and maximize or
minimize them in order to reduce their domain.
- GetValue() - Method in class com.google.ortools.constraintsolver.AlternativeNodeIterator
-
- GetValue() - Method in class com.google.ortools.constraintsolver.NodeNeighborIterator
-
- getValue() - Method in class com.google.ortools.constraintsolver.RoutingModel.VariableValuePair
-
- getValue() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
optional double value = 1;
- getValue() - Method in class com.google.ortools.linearsolver.OptionalDouble
-
optional double value = 1;
- getValue() - Method in interface com.google.ortools.linearsolver.OptionalDoubleOrBuilder
-
optional double value = 1;
- getValue(Variable) - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Checks that the solver has found a solution, and returns the value of the given variable.
- getValueDescriptor() - Method in enum com.google.ortools.algorithms.SetCoverSolutionResponse.Status
-
- getValueDescriptor() - Method in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
-
- getValueDescriptor() - Method in enum com.google.ortools.bop.BopParameters.ThreadSynchronizationType
-
- getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.AcceptanceStrategy.Value
-
- getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
-
- getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.CoolingScheduleStrategy.Value
-
- getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
-
- getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
-
- getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.PerturbationStrategy.Value
-
- getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.InsertionSortingProperty
-
- getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.PairInsertionStrategy
-
- getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
-
- getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.RoutingSearchStatus.Value
-
- getValueDescriptor() - Method in enum com.google.ortools.constraintsolver.RuinCompositionStrategy.Value
-
- getValueDescriptor() - Method in enum com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
-
- getValueDescriptor() - Method in enum com.google.ortools.glop.GlopParameters.InitialBasisHeuristic
-
- getValueDescriptor() - Method in enum com.google.ortools.glop.GlopParameters.PricingRule
-
- getValueDescriptor() - Method in enum com.google.ortools.glop.GlopParameters.ScalingAlgorithm
-
- getValueDescriptor() - Method in enum com.google.ortools.glop.GlopParameters.SolverBehavior
-
- getValueDescriptor() - Method in enum com.google.ortools.graph.FlowModelProto.ProblemType
-
- getValueDescriptor() - Method in enum com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
-
- getValueDescriptor() - Method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
- getValueDescriptor() - Method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
-
- getValueDescriptor() - Method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
-
- getValueDescriptor() - Method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
-
- getValueDescriptor() - Method in enum com.google.ortools.pdlp.OptimalityNorm
-
- getValueDescriptor() - Method in enum com.google.ortools.pdlp.PointType
-
- getValueDescriptor() - Method in enum com.google.ortools.pdlp.PolishingPhaseType
-
- getValueDescriptor() - Method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule
-
- getValueDescriptor() - Method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.RestartStrategy
-
- getValueDescriptor() - Method in enum com.google.ortools.pdlp.RestartChoice
-
- getValueDescriptor() - Method in enum com.google.ortools.pdlp.SchedulerType
-
- getValueDescriptor() - Method in enum com.google.ortools.pdlp.TerminationReason
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.CpSolverStatus
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.ClauseProtection
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.Polarity
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.SearchBranching
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
-
- getValueDescriptor() - Method in enum com.google.ortools.sat.SatParameters.VariableOrder
-
- getValueDescriptor() - Method in enum com.google.ortools.util.OptionalBoolean
-
- getValues(int) - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
repeated int64 values = 1;
- getValues(int) - Method in class com.google.ortools.sat.CpSolverSolution
-
repeated int64 values = 1;
- getValues(int) - Method in interface com.google.ortools.sat.CpSolverSolutionOrBuilder
-
repeated int64 values = 1;
- getValues(int) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int64 values = 2;
- getValues(int) - Method in class com.google.ortools.sat.PartialVariableAssignment
-
repeated int64 values = 2;
- getValues(int) - Method in interface com.google.ortools.sat.PartialVariableAssignmentOrBuilder
-
repeated int64 values = 2;
- getValues(int) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated int64 values = 2;
- getValues(int) - Method in class com.google.ortools.sat.TableConstraintProto
-
repeated int64 values = 2;
- getValues(int) - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
-
repeated int64 values = 2;
- getValuesCount() - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
repeated int64 values = 1;
- getValuesCount() - Method in class com.google.ortools.sat.CpSolverSolution
-
repeated int64 values = 1;
- getValuesCount() - Method in interface com.google.ortools.sat.CpSolverSolutionOrBuilder
-
repeated int64 values = 1;
- getValuesCount() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int64 values = 2;
- getValuesCount() - Method in class com.google.ortools.sat.PartialVariableAssignment
-
repeated int64 values = 2;
- getValuesCount() - Method in interface com.google.ortools.sat.PartialVariableAssignmentOrBuilder
-
repeated int64 values = 2;
- getValuesCount() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated int64 values = 2;
- getValuesCount() - Method in class com.google.ortools.sat.TableConstraintProto
-
repeated int64 values = 2;
- getValuesCount() - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
-
repeated int64 values = 2;
- getValueSelectionSchema() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
This parameter describes which value to select for a given var.
- getValuesList() - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
repeated int64 values = 1;
- getValuesList() - Method in class com.google.ortools.sat.CpSolverSolution
-
repeated int64 values = 1;
- getValuesList() - Method in interface com.google.ortools.sat.CpSolverSolutionOrBuilder
-
repeated int64 values = 1;
- getValuesList() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int64 values = 2;
- getValuesList() - Method in class com.google.ortools.sat.PartialVariableAssignment
-
repeated int64 values = 2;
- getValuesList() - Method in interface com.google.ortools.sat.PartialVariableAssignmentOrBuilder
-
repeated int64 values = 2;
- getValuesList() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated int64 values = 2;
- getValuesList() - Method in class com.google.ortools.sat.TableConstraintProto
-
repeated int64 values = 2;
- getValuesList() - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
-
repeated int64 values = 2;
- getVar_index() - Method in class com.google.ortools.constraintsolver.RoutingModel.VariableValuePair
-
- getVariable() - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
-
- getVariable(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- getVariable(int) - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the variables appearing in the model.
- getVariable(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the variables appearing in the model.
- getVariableActivityDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Each time a conflict is found, the activities of some variables are
increased by one.
- getVariableActivityDecay() - Method in class com.google.ortools.sat.SatParameters
-
Each time a conflict is found, the activities of some variables are
increased by one.
- getVariableActivityDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Each time a conflict is found, the activities of some variables are
increased by one.
- getVariableBoundGapsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_avg = 15;
- getVariableBoundGapsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double variable_bound_gaps_avg = 15;
- getVariableBoundGapsAvg() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double variable_bound_gaps_avg = 15;
- getVariableBoundGapsL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_l2_norm = 26;
- getVariableBoundGapsL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double variable_bound_gaps_l2_norm = 26;
- getVariableBoundGapsL2Norm() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double variable_bound_gaps_l2_norm = 26;
- getVariableBoundGapsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm over all finite variable bound gaps.
- getVariableBoundGapsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
Max/min/mean/l2_norm over all finite variable bound gaps.
- getVariableBoundGapsMax() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
Max/min/mean/l2_norm over all finite variable bound gaps.
- getVariableBoundGapsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_min = 14;
- getVariableBoundGapsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double variable_bound_gaps_min = 14;
- getVariableBoundGapsMin() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double variable_bound_gaps_min = 14;
- getVariableBoundGapsNumFinite() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Number of finite variable bound gaps, which are the elementwise difference
between the upper and lower bounds on primal feasible solutions.
- getVariableBoundGapsNumFinite() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
Number of finite variable bound gaps, which are the elementwise difference
between the upper and lower bounds on primal feasible solutions.
- getVariableBoundGapsNumFinite() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
Number of finite variable bound gaps, which are the elementwise difference
between the upper and lower bounds on primal feasible solutions.
- getVariableBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- getVariableBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- getVariableCount() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- getVariableCount() - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the variables appearing in the model.
- getVariableCount() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the variables appearing in the model.
- getVariableIndex(int) - Method in class com.google.ortools.modelbuilder.AffineExpression
-
- getVariableIndex(int) - Method in class com.google.ortools.modelbuilder.ConstantExpression
-
- getVariableIndex(int) - Method in interface com.google.ortools.modelbuilder.LinearExpr
-
Returns the index of the ith variable.
- getVariableIndex(int) - Method in class com.google.ortools.modelbuilder.WeightedSumExpression
-
- getVariableIndex(int) - Method in class com.google.ortools.sat.AffineExpression
-
- getVariableIndex(int) - Method in class com.google.ortools.sat.ConstantExpression
-
- getVariableIndex(int) - Method in class com.google.ortools.sat.DoubleLinearExpr
-
Returns the ith variable.
- getVariableIndex(int) - Method in interface com.google.ortools.sat.LinearExpr
-
Returns the index of the ith variable.
- getVariableIndex(int) - Method in class com.google.ortools.sat.WeightedSumExpression
-
- getVariableList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- getVariableList() - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the variables appearing in the model.
- getVariableList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the variables appearing in the model.
- getVariableOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- getVariableOrBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the variables appearing in the model.
- getVariableOrBuilder(int) - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the variables appearing in the model.
- getVariableOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- getVariableOrBuilderList() - Method in class com.google.ortools.linearsolver.MPModelProto
-
All the variables appearing in the model.
- getVariableOrBuilderList() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
All the variables appearing in the model.
- getVariableOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
Deprecated.
- getVariableOverrides() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
Deprecated.
- getVariableOverrides() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
Deprecated.
- getVariableOverridesCount() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
- getVariableOverridesCount() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
- getVariableOverridesCount() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariableOverridesMap() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariableOverridesMap() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariableOverridesMap() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariableOverridesOrDefault(int, MPVariableProto) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariableOverridesOrDefault(int, MPVariableProto) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariableOverridesOrDefault(int, MPVariableProto) - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariableOverridesOrThrow(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariableOverridesOrThrow(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariableOverridesOrThrow(int) - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
The variable protos listed here will override (via MergeFrom()) the ones
in the baseline model: you only need to specify the fields that change.
- getVariables(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- getVariables(int) - Method in class com.google.ortools.sat.CpModelProto
-
The associated Protos should be referred by their index in these fields.
- getVariables(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
The associated Protos should be referred by their index in these fields.
- getVariables(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
The variables to be considered for the next decision.
- getVariables(int) - Method in class com.google.ortools.sat.DecisionStrategyProto
-
The variables to be considered for the next decision.
- getVariables(int) - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
The variables to be considered for the next decision.
- getVariablesBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- getVariablesBuilderList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- getVariablesCount() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- getVariablesCount() - Method in class com.google.ortools.sat.CpModelProto
-
The associated Protos should be referred by their index in these fields.
- getVariablesCount() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
The associated Protos should be referred by their index in these fields.
- getVariablesCount() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
The variables to be considered for the next decision.
- getVariablesCount() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
The variables to be considered for the next decision.
- getVariablesCount() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
The variables to be considered for the next decision.
- getVariableSelectionStrategy() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
- getVariableSelectionStrategy() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
- getVariableSelectionStrategy() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
- getVariableSelectionStrategyValue() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
- getVariableSelectionStrategyValue() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
- getVariableSelectionStrategyValue() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
- getVariablesList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- getVariablesList() - Method in class com.google.ortools.sat.CpModelProto
-
The associated Protos should be referred by their index in these fields.
- getVariablesList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
The associated Protos should be referred by their index in these fields.
- getVariablesList() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
The variables to be considered for the next decision.
- getVariablesList() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
The variables to be considered for the next decision.
- getVariablesList() - Method in interface com.google.ortools.sat.DecisionStrategyProtoOrBuilder
-
The variables to be considered for the next decision.
- getVariablesOrBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- getVariablesOrBuilder(int) - Method in class com.google.ortools.sat.CpModelProto
-
The associated Protos should be referred by their index in these fields.
- getVariablesOrBuilder(int) - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
The associated Protos should be referred by their index in these fields.
- getVariablesOrBuilderList() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- getVariablesOrBuilderList() - Method in class com.google.ortools.sat.CpModelProto
-
The associated Protos should be referred by their index in these fields.
- getVariablesOrBuilderList() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
The associated Protos should be referred by their index in these fields.
- getVariableValue(int) - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
repeated double variable_value = 2 [packed = true];
- getVariableValue(int) - Method in class com.google.ortools.linearsolver.MPSolution
-
repeated double variable_value = 2 [packed = true];
- getVariableValue(int) - Method in interface com.google.ortools.linearsolver.MPSolutionOrBuilder
-
repeated double variable_value = 2 [packed = true];
- getVariableValue(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Variable values in the same order as the MPModelProto::variable field.
- getVariableValue(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Variable values in the same order as the MPModelProto::variable field.
- getVariableValue(int) - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Variable values in the same order as the MPModelProto::variable field.
- getVariableValue(int) - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getVariableValueCount() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
repeated double variable_value = 2 [packed = true];
- getVariableValueCount() - Method in class com.google.ortools.linearsolver.MPSolution
-
repeated double variable_value = 2 [packed = true];
- getVariableValueCount() - Method in interface com.google.ortools.linearsolver.MPSolutionOrBuilder
-
repeated double variable_value = 2 [packed = true];
- getVariableValueCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Variable values in the same order as the MPModelProto::variable field.
- getVariableValueCount() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Variable values in the same order as the MPModelProto::variable field.
- getVariableValueCount() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Variable values in the same order as the MPModelProto::variable field.
- getVariableValueList() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
repeated double variable_value = 2 [packed = true];
- getVariableValueList() - Method in class com.google.ortools.linearsolver.MPSolution
-
repeated double variable_value = 2 [packed = true];
- getVariableValueList() - Method in interface com.google.ortools.linearsolver.MPSolutionOrBuilder
-
repeated double variable_value = 2 [packed = true];
- getVariableValueList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Variable values in the same order as the MPModelProto::variable field.
- getVariableValueList() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Variable values in the same order as the MPModelProto::variable field.
- getVariableValueList() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Variable values in the same order as the MPModelProto::variable field.
- getVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndex() - Method in interface com.google.ortools.linearsolver.MPAbsConstraintOrBuilder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayConstraint
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndex(int) - Method in interface com.google.ortools.linearsolver.MPArrayConstraintOrBuilder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndex(int) - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
var_index[i] is the variable index (w.r.t. to "variable" field of
MPModelProto) of the i-th linear term involved in this constraint, and
coefficient[i] is its coefficient.
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
var_index[i] is the variable index (w.r.t. to "variable" field of
MPModelProto) of the i-th linear term involved in this constraint, and
coefficient[i] is its coefficient.
- getVarIndex(int) - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
var_index[i] is the variable index (w.r.t. to "variable" field of
MPModelProto) of the i-th linear term involved in this constraint, and
coefficient[i] is its coefficient.
- getVarIndex() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
Variable index (w.r.t. the "variable" field of MPModelProto) of the Boolean
variable used as indicator.
- getVarIndex() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
Variable index (w.r.t. the "variable" field of MPModelProto) of the Boolean
variable used as indicator.
- getVarIndex() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
-
Variable index (w.r.t. the "variable" field of MPModelProto) of the Boolean
variable used as indicator.
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- getVarIndex(int) - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Variable index (w.r.t. the "variable" field of MPModelProto) of the
variables in the SOS.
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
Variable index (w.r.t. the "variable" field of MPModelProto) of the
variables in the SOS.
- getVarIndex(int) - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
-
Variable index (w.r.t. the "variable" field of MPModelProto) of the
variables in the SOS.
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated int32 var_index = 1 [packed = true];
- getVarIndex(int) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
repeated int32 var_index = 1 [packed = true];
- getVarIndex(int) - Method in interface com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder
-
repeated int32 var_index = 1 [packed = true];
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexCount() - Method in interface com.google.ortools.linearsolver.MPArrayConstraintOrBuilder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexCount() - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
var_index[i] is the variable index (w.r.t. to "variable" field of
MPModelProto) of the i-th linear term involved in this constraint, and
coefficient[i] is its coefficient.
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
var_index[i] is the variable index (w.r.t. to "variable" field of
MPModelProto) of the i-th linear term involved in this constraint, and
coefficient[i] is its coefficient.
- getVarIndexCount() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
var_index[i] is the variable index (w.r.t. to "variable" field of
MPModelProto) of the i-th linear term involved in this constraint, and
coefficient[i] is its coefficient.
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- getVarIndexCount() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Variable index (w.r.t. the "variable" field of MPModelProto) of the
variables in the SOS.
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
Variable index (w.r.t. the "variable" field of MPModelProto) of the
variables in the SOS.
- getVarIndexCount() - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
-
Variable index (w.r.t. the "variable" field of MPModelProto) of the
variables in the SOS.
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated int32 var_index = 1 [packed = true];
- getVarIndexCount() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
repeated int32 var_index = 1 [packed = true];
- getVarIndexCount() - Method in interface com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder
-
repeated int32 var_index = 1 [packed = true];
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexList() - Method in interface com.google.ortools.linearsolver.MPArrayConstraintOrBuilder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexList() - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
-
Variable indices are relative to the "variable" field in MPModelProto.
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
var_index[i] is the variable index (w.r.t. to "variable" field of
MPModelProto) of the i-th linear term involved in this constraint, and
coefficient[i] is its coefficient.
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
var_index[i] is the variable index (w.r.t. to "variable" field of
MPModelProto) of the i-th linear term involved in this constraint, and
coefficient[i] is its coefficient.
- getVarIndexList() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
var_index[i] is the variable index (w.r.t. to "variable" field of
MPModelProto) of the i-th linear term involved in this constraint, and
coefficient[i] is its coefficient.
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- getVarIndexList() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Variable index (w.r.t. the "variable" field of MPModelProto) of the
variables in the SOS.
- getVarIndexList() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
Variable index (w.r.t. the "variable" field of MPModelProto) of the
variables in the SOS.
- getVarIndexList() - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
-
Variable index (w.r.t. the "variable" field of MPModelProto) of the
variables in the SOS.
- getVarIndexList() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated int32 var_index = 1 [packed = true];
- getVarIndexList() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
repeated int32 var_index = 1 [packed = true];
- getVarIndexList() - Method in interface com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder
-
repeated int32 var_index = 1 [packed = true];
- getVarIntegrality(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getVarLowerBound(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getVarName(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getVarNames(int) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The names of the problem variables.
- getVarNames(int) - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The names of the problem variables.
- getVarNames(int) - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The names of the problem variables.
- getVarNamesBytes(int) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The names of the problem variables.
- getVarNamesBytes(int) - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The names of the problem variables.
- getVarNamesBytes(int) - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The names of the problem variables.
- getVarNamesCount() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The names of the problem variables.
- getVarNamesCount() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The names of the problem variables.
- getVarNamesCount() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The names of the problem variables.
- getVarNamesList() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The names of the problem variables.
- getVarNamesList() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The names of the problem variables.
- getVarNamesList() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The names of the problem variables.
- getVarObjectiveCoefficient(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getVars(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
Legacy field.
- getVars(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
Legacy field.
- getVars(int) - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
Legacy field.
- getVars(int) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
The linear terms of the objective to minimize.
- getVars(int) - Method in class com.google.ortools.sat.CpObjectiveProto
-
The linear terms of the objective to minimize.
- getVars(int) - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
The linear terms of the objective to minimize.
- getVars(int) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
Legacy field.
- getVars(int) - Method in class com.google.ortools.sat.ElementConstraintProto
-
Legacy field.
- getVars(int) - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
Legacy field.
- getVars(int) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.FloatObjectiveProto
-
repeated int32 vars = 1;
- getVars(int) - Method in interface com.google.ortools.sat.FloatObjectiveProtoOrBuilder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.LinearConstraintProto
-
repeated int32 vars = 1;
- getVars(int) - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.LinearExpressionProto
-
repeated int32 vars = 1;
- getVars(int) - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.ListOfVariablesProto
-
repeated int32 vars = 1;
- getVars(int) - Method in interface com.google.ortools.sat.ListOfVariablesProtoOrBuilder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.PartialVariableAssignment
-
repeated int32 vars = 1;
- getVars(int) - Method in interface com.google.ortools.sat.PartialVariableAssignmentOrBuilder
-
repeated int32 vars = 1;
- getVars(int) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
Legacy field.
- getVars(int) - Method in class com.google.ortools.sat.TableConstraintProto
-
Legacy field.
- getVars(int) - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
-
Legacy field.
- getVarsCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
Legacy field.
- getVarsCount() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
Legacy field.
- getVarsCount() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
Legacy field.
- getVarsCount() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
The linear terms of the objective to minimize.
- getVarsCount() - Method in class com.google.ortools.sat.CpObjectiveProto
-
The linear terms of the objective to minimize.
- getVarsCount() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
The linear terms of the objective to minimize.
- getVarsCount() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
Legacy field.
- getVarsCount() - Method in class com.google.ortools.sat.ElementConstraintProto
-
Legacy field.
- getVarsCount() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
Legacy field.
- getVarsCount() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
repeated int32 vars = 1;
- getVarsCount() - Method in interface com.google.ortools.sat.FloatObjectiveProtoOrBuilder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.LinearConstraintProto
-
repeated int32 vars = 1;
- getVarsCount() - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.LinearExpressionProto
-
repeated int32 vars = 1;
- getVarsCount() - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.ListOfVariablesProto
-
repeated int32 vars = 1;
- getVarsCount() - Method in interface com.google.ortools.sat.ListOfVariablesProtoOrBuilder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.PartialVariableAssignment
-
repeated int32 vars = 1;
- getVarsCount() - Method in interface com.google.ortools.sat.PartialVariableAssignmentOrBuilder
-
repeated int32 vars = 1;
- getVarsCount() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
Legacy field.
- getVarsCount() - Method in class com.google.ortools.sat.TableConstraintProto
-
Legacy field.
- getVarsCount() - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
-
Legacy field.
- getVarSelectionSchema() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
This parameter describes how the next variable to instantiate
will be chosen.
- getVarsList() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
Legacy field.
- getVarsList() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
Legacy field.
- getVarsList() - Method in interface com.google.ortools.sat.AutomatonConstraintProtoOrBuilder
-
Legacy field.
- getVarsList() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
The linear terms of the objective to minimize.
- getVarsList() - Method in class com.google.ortools.sat.CpObjectiveProto
-
The linear terms of the objective to minimize.
- getVarsList() - Method in interface com.google.ortools.sat.CpObjectiveProtoOrBuilder
-
The linear terms of the objective to minimize.
- getVarsList() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
Legacy field.
- getVarsList() - Method in class com.google.ortools.sat.ElementConstraintProto
-
Legacy field.
- getVarsList() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
Legacy field.
- getVarsList() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
repeated int32 vars = 1;
- getVarsList() - Method in interface com.google.ortools.sat.FloatObjectiveProtoOrBuilder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.LinearConstraintProto
-
repeated int32 vars = 1;
- getVarsList() - Method in interface com.google.ortools.sat.LinearConstraintProtoOrBuilder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.LinearExpressionProto
-
repeated int32 vars = 1;
- getVarsList() - Method in interface com.google.ortools.sat.LinearExpressionProtoOrBuilder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.ListOfVariablesProto
-
repeated int32 vars = 1;
- getVarsList() - Method in interface com.google.ortools.sat.ListOfVariablesProtoOrBuilder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.PartialVariableAssignment
-
repeated int32 vars = 1;
- getVarsList() - Method in interface com.google.ortools.sat.PartialVariableAssignmentOrBuilder
-
repeated int32 vars = 1;
- getVarsList() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
Legacy field.
- getVarsList() - Method in class com.google.ortools.sat.TableConstraintProto
-
Legacy field.
- getVarsList() - Method in interface com.google.ortools.sat.TableConstraintProtoOrBuilder
-
Legacy field.
- getVarUpperBound(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- getVarValue() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
Value the above variable should take.
- getVarValue() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
Value the above variable should take.
- getVarValue() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
-
Value the above variable should take.
- getVarValue(int) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated double var_value = 2 [packed = true];
- getVarValue(int) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
repeated double var_value = 2 [packed = true];
- getVarValue(int) - Method in interface com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder
-
repeated double var_value = 2 [packed = true];
- getVarValueCount() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated double var_value = 2 [packed = true];
- getVarValueCount() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
repeated double var_value = 2 [packed = true];
- getVarValueCount() - Method in interface com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder
-
repeated double var_value = 2 [packed = true];
- getVarValueList() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated double var_value = 2 [packed = true];
- getVarValueList() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
repeated double var_value = 2 [packed = true];
- getVarValueList() - Method in interface com.google.ortools.linearsolver.PartialVariableAssignmentOrBuilder
-
repeated double var_value = 2 [packed = true];
- getVehicle_class() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
-
- getVehicleClassesCount() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the number of different vehicle classes in the model.
- getVehicleClassIndexOfVehicle(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- GetVehicleOfClass(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns a vehicle of the given vehicle class, and -1 if there are no
vehicles for this class.
- getVehicles_per_vehicle_class() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
-
- GetVehiclesOfSameClass(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns indices of the vehicles which are in the same vehicle class as the
vehicle starting or ending at start_end_index.
- GetVehiclesRequiringAResource() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- GetVehicleTypeContainer() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getVerbosityLevel() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The verbosity of logging.
0: No informational logging.
- getVerbosityLevel() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
The verbosity of logging.
0: No informational logging.
- getVerbosityLevel() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
The verbosity of logging.
0: No informational logging.
- getVersionString() - Static method in class com.google.ortools.init.OrToolsVersion
-
Returns the string version of OR-Tools.
- getViolationLsCompoundMoveProbability() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Probability of using compound move search each restart.
- getViolationLsCompoundMoveProbability() - Method in class com.google.ortools.sat.SatParameters
-
Probability of using compound move search each restart.
- getViolationLsCompoundMoveProbability() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Probability of using compound move search each restart.
- getViolationLsPerturbationPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How long violation_ls should wait before perturbating a solution.
- getViolationLsPerturbationPeriod() - Method in class com.google.ortools.sat.SatParameters
-
How long violation_ls should wait before perturbating a solution.
- getViolationLsPerturbationPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How long violation_ls should wait before perturbating a solution.
- getVisitType(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- GetVisitTypePolicy(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- getWallTime() - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Returns the elapsed time since the creation of the solver.
- getWallTime() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- getWallTime() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The time counted from the beginning of the Solve() call.
- getWallTime() - Method in class com.google.ortools.sat.CpSolverResponse
-
The time counted from the beginning of the Solve() call.
- getWallTime() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
The time counted from the beginning of the Solve() call.
- getWeight(int) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Optional: SOS weights.
- getWeight(int) - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
Optional: SOS weights.
- getWeight(int) - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
-
Optional: SOS weights.
- getWeightCount() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Optional: SOS weights.
- getWeightCount() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
Optional: SOS weights.
- getWeightCount() - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
-
Optional: SOS weights.
- getWeightList() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Optional: SOS weights.
- getWeightList() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
Optional: SOS weights.
- getWeightList() - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
-
Optional: SOS weights.
- getXIntervals(int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
repeated int32 x_intervals = 1;
- getXIntervals(int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
repeated int32 x_intervals = 1;
- getXIntervals(int) - Method in interface com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder
-
repeated int32 x_intervals = 1;
- getXIntervalsCount() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
repeated int32 x_intervals = 1;
- getXIntervalsCount() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
repeated int32 x_intervals = 1;
- getXIntervalsCount() - Method in interface com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder
-
repeated int32 x_intervals = 1;
- getXIntervalsList() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
repeated int32 x_intervals = 1;
- getXIntervalsList() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
repeated int32 x_intervals = 1;
- getXIntervalsList() - Method in interface com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder
-
repeated int32 x_intervals = 1;
- getYIntervals(int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
Same size as x_intervals.
- getYIntervals(int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
Same size as x_intervals.
- getYIntervals(int) - Method in interface com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder
-
Same size as x_intervals.
- getYIntervalsCount() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
Same size as x_intervals.
- getYIntervalsCount() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
Same size as x_intervals.
- getYIntervalsCount() - Method in interface com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder
-
Same size as x_intervals.
- getYIntervalsList() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
Same size as x_intervals.
- getYIntervalsList() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
Same size as x_intervals.
- getYIntervalsList() - Method in interface com.google.ortools.sat.NoOverlap2DConstraintProtoOrBuilder
-
Same size as x_intervals.
- GLOBAL_CHEAPEST_ARC_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
-
--- Variable-based heuristics ---
Iteratively connect two nodes which produce the cheapest route segment.
- GlobalVehicleBreaksConstraint - Class in com.google.ortools.constraintsolver
-
GlobalVehicleBreaksConstraint ensures breaks constraints are enforced on
all vehicles in the dimension passed to its constructor.
- GlobalVehicleBreaksConstraint(long, boolean) - Constructor for class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
-
- GlobalVehicleBreaksConstraint(RoutingDimension) - Constructor for class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
-
- GlobalVehicleBreaksConstraint_initialPropagate(long, GlobalVehicleBreaksConstraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- GlobalVehicleBreaksConstraint_post(long, GlobalVehicleBreaksConstraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- GlobalVehicleBreaksConstraint_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- GlobalVehicleBreaksConstraint_toString(long, GlobalVehicleBreaksConstraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- GLOP_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
Recommended default for LP models.
- GLOP_PARAMETERS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
-
- GlopParameters - Class in com.google.ortools.glop
-
next id = 72
Protobuf type operations_research.glop.GlopParameters
- GlopParameters.Builder - Class in com.google.ortools.glop
-
next id = 72
Protobuf type operations_research.glop.GlopParameters
- GlopParameters.CostScalingAlgorithm - Enum in com.google.ortools.glop
-
This is only used if use_scaling is true.
- GlopParameters.InitialBasisHeuristic - Enum in com.google.ortools.glop
-
Heuristics to use in the primal simplex to remove fixed slack variables
from the initial basis.
- GlopParameters.PricingRule - Enum in com.google.ortools.glop
-
General strategy used during pricing.
- GlopParameters.ScalingAlgorithm - Enum in com.google.ortools.glop
-
Supported algorithms for scaling:
EQUILIBRATION - progressive scaling by row and column norms until the
marginal difference passes below a threshold.
- GlopParameters.SolverBehavior - Enum in com.google.ortools.glop
-
Like a Boolean with an extra value to let the algorithm decide what is the
best choice.
- GlopParametersOrBuilder - Interface in com.google.ortools.glop
-
- GLPK_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
GLPK_LINEAR_PROGRAMMING = 1;
- GLPK_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
GLPK_MIXED_INTEGER_PROGRAMMING = 4;
- GLUCOSE_DECAY_INCREMENT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- GLUCOSE_DECAY_INCREMENT_PERIOD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- GLUCOSE_MAX_DECAY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- GREEDY_DESCENT_VALUE - Static variable in enum com.google.ortools.constraintsolver.AcceptanceStrategy.Value
-
Accepts only solutions that are improving with respect to the reference
one.
- GREEDY_DESCENT_VALUE - Static variable in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
-
Accepts improving (cost-reducing) local search neighbors until a local
minimum is reached.
- GUIDED_LOCAL_SEARCH_LAMBDA_COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- GUIDED_LOCAL_SEARCH_PENALIZE_WITH_VEHICLE_CLASSES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- GUIDED_LOCAL_SEARCH_RESET_PENALTIES_ON_NEW_BEST_SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- GUIDED_LOCAL_SEARCH_VALUE - Static variable in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
-
Uses guided local search to escape local minima
(cf. http://en.wikipedia.org/wiki/Guided_Local_Search); this is generally
the most efficient metaheuristic for vehicle routing.
- GUIDED_SAT_CONFLICTS_CHUNK_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
-
- GUROBI_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
Commercial, needs a valid license.
- GUROBI_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
Commercial, needs a valid license.
- HANDLE_SOME_PRIMAL_GRADIENTS_ON_FINITE_BOUNDS_AS_RESIDUALS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
- HARRIS_TOLERANCE_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
-
- has_solution() - Method in class com.google.ortools.constraintsolver.SolutionCollector
-
Returns whether any solutions were stored during the search.
- hasAbsConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- hasAbsConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- hasAbsConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- hasAbsoluteGapLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stop the search when the gap between the best feasible objective (O) and
our best objective bound (B) is smaller than a limit.
- hasAbsoluteGapLimit() - Method in class com.google.ortools.sat.SatParameters
-
Stop the search when the gap between the best feasible objective (O) and
our best objective bound (B) is smaller than a limit.
- hasAbsoluteGapLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Stop the search when the gap between the best feasible objective (O) and
our best objective bound (B) is smaller than a limit.
- hasActiveDualVariableChange() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
The number of dual variables that have a different bound status than they
did at the last restart.
- hasActiveDualVariableChange() - Method in class com.google.ortools.pdlp.PointMetadata
-
The number of dual variables that have a different bound status than they
did at the last restart.
- hasActiveDualVariableChange() - Method in interface com.google.ortools.pdlp.PointMetadataOrBuilder
-
The number of dual variables that have a different bound status than they
did at the last restart.
- hasActiveDualVariableCount() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
The number of dual variables that are not at their bounds.
- hasActiveDualVariableCount() - Method in class com.google.ortools.pdlp.PointMetadata
-
The number of dual variables that are not at their bounds.
- hasActiveDualVariableCount() - Method in interface com.google.ortools.pdlp.PointMetadataOrBuilder
-
The number of dual variables that are not at their bounds.
- hasActivePrimalVariableChange() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
The number of primal variables that have a different bound status than they
did at the last restart.
- hasActivePrimalVariableChange() - Method in class com.google.ortools.pdlp.PointMetadata
-
The number of primal variables that have a different bound status than they
did at the last restart.
- hasActivePrimalVariableChange() - Method in interface com.google.ortools.pdlp.PointMetadataOrBuilder
-
The number of primal variables that have a different bound status than they
did at the last restart.
- hasActivePrimalVariableCount() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
The number of primal variables that are not at their bounds.
- hasActivePrimalVariableCount() - Method in class com.google.ortools.pdlp.PointMetadata
-
The number of primal variables that are not at their bounds.
- hasActivePrimalVariableCount() - Method in interface com.google.ortools.pdlp.PointMetadataOrBuilder
-
The number of primal variables that are not at their bounds.
- hasAdaptiveLinesearchParameters() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- hasAdaptiveLinesearchParameters() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- hasAdaptiveLinesearchParameters() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- hasAddCgCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
- hasAddCgCuts() - Method in class com.google.ortools.sat.SatParameters
-
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
- hasAddCgCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
- hasAddCliqueCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate clique cuts from the binary implication graph.
- hasAddCliqueCuts() - Method in class com.google.ortools.sat.SatParameters
-
Whether we generate clique cuts from the binary implication graph.
- hasAddCliqueCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we generate clique cuts from the binary implication graph.
- hasAddLinMaxCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For the lin max constraints, generates the cuts described in "Strong
mixed-integer programming formulations for trained neural networks" by Ross
Anderson et.
- hasAddLinMaxCuts() - Method in class com.google.ortools.sat.SatParameters
-
For the lin max constraints, generates the cuts described in "Strong
mixed-integer programming formulations for trained neural networks" by Ross
Anderson et.
- hasAddLinMaxCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
For the lin max constraints, generates the cuts described in "Strong
mixed-integer programming formulations for trained neural networks" by Ross
Anderson et.
- hasAddLpConstraintsLazily() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we start by an empty LP, and only add constraints not satisfied
by the current LP solution batch by batch.
- hasAddLpConstraintsLazily() - Method in class com.google.ortools.sat.SatParameters
-
If true, we start by an empty LP, and only add constraints not satisfied
by the current LP solution batch by batch.
- hasAddLpConstraintsLazily() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we start by an empty LP, and only add constraints not satisfied
by the current LP solution batch by batch.
- hasAddMirCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate MIR cuts at root node.
- hasAddMirCuts() - Method in class com.google.ortools.sat.SatParameters
-
Whether we generate MIR cuts at root node.
- hasAddMirCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we generate MIR cuts at root node.
- hasAddObjectiveCut() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When the LP objective is fractional, do we add the cut that forces the
linear objective expression to be greater or equal to this fractional value
rounded up?
- hasAddObjectiveCut() - Method in class com.google.ortools.sat.SatParameters
-
When the LP objective is fractional, do we add the cut that forces the
linear objective expression to be greater or equal to this fractional value
rounded up?
- hasAddObjectiveCut() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When the LP objective is fractional, do we add the cut that forces the
linear objective expression to be greater or equal to this fractional value
rounded up?
- hasAddRltCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate RLT cuts.
- hasAddRltCuts() - Method in class com.google.ortools.sat.SatParameters
-
Whether we generate RLT cuts.
- hasAddRltCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we generate RLT cuts.
- hasAddZeroHalfCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate Zero-Half cuts at root node.
- hasAddZeroHalfCuts() - Method in class com.google.ortools.sat.SatParameters
-
Whether we generate Zero-Half cuts at root node.
- hasAddZeroHalfCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we generate Zero-Half cuts at root node.
- hasAllDiff() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The all_diff constraint forces all variables to take different values.
- hasAllDiff() - Method in class com.google.ortools.sat.ConstraintProto
-
The all_diff constraint forces all variables to take different values.
- hasAllDiff() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The all_diff constraint forces all variables to take different values.
- hasAllowSimplexAlgorithmChange() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During incremental solve, let the solver decide if it use the primal or
dual simplex algorithm depending on the current solution and on the new
problem.
- hasAllowSimplexAlgorithmChange() - Method in class com.google.ortools.glop.GlopParameters
-
During incremental solve, let the solver decide if it use the primal or
dual simplex algorithm depending on the current solution and on the new
problem.
- hasAllowSimplexAlgorithmChange() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
During incremental solve, let the solver decide if it use the primal or
dual simplex algorithm depending on the current solution and on the new
problem.
- hasAlsoBumpVariablesInConflictReasons() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, then the variables that appear in any of the reason of
the variables in a conflict have their activity bumped.
- hasAlsoBumpVariablesInConflictReasons() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, then the variables that appear in any of the reason of
the variables in a conflict have their activity bumped.
- hasAlsoBumpVariablesInConflictReasons() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, then the variables that appear in any of the reason of
the variables in a conflict have their activity bumped.
- hasAndConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "and" constraints must be Boolean.
- hasAndConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
All variables in "and" constraints must be Boolean.
- hasAndConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
All variables in "and" constraints must be Boolean.
- hasAssignment() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Stores an assignment of the problem variables.
- hasAssignment() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
Stores an assignment of the problem variables.
- hasAssignment() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
Stores an assignment of the problem variables.
- hasAtMostOne() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- hasAtMostOne() - Method in class com.google.ortools.sat.ConstraintProto
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- hasAtMostOne() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- hasAtMostOneMaxExpansionSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
All at_most_one constraints with a size <= param will be replaced by a
quadratic number of binary implications.
- hasAtMostOneMaxExpansionSize() - Method in class com.google.ortools.sat.SatParameters
-
All at_most_one constraints with a size <= param will be replaced by a
quadratic number of binary implications.
- hasAtMostOneMaxExpansionSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
All at_most_one constraints with a size <= param will be replaced by a
quadratic number of binary implications.
- hasAutoDetectGreaterThanAtLeastOneOf() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, then the precedences propagator try to detect for each variable if
it has a set of "optional incoming arc" for which at least one of them is
present.
- hasAutoDetectGreaterThanAtLeastOneOf() - Method in class com.google.ortools.sat.SatParameters
-
If true, then the precedences propagator try to detect for each variable if
it has a set of "optional incoming arc" for which at least one of them is
present.
- hasAutoDetectGreaterThanAtLeastOneOf() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, then the precedences propagator try to detect for each variable if
it has a set of "optional incoming arc" for which at least one of them is
present.
- hasAutomaticTemperatures() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
Automatically define the value for the temperatures as follows.
- hasAutomaticTemperatures() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
-
Automatically define the value for the temperatures as follows.
- hasAutomaticTemperatures() - Method in interface com.google.ortools.constraintsolver.SimulatedAnnealingParametersOrBuilder
-
Automatically define the value for the temperatures as follows.
- hasAutomaton() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- hasAutomaton() - Method in class com.google.ortools.sat.ConstraintProto
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- hasAutomaton() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- hasAvgNumRemovedVisits() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
-
Number of visits that are removed on average.
- hasAvgNumRemovedVisits() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy
-
Number of visits that are removed on average.
- hasAvgNumRemovedVisits() - Method in interface com.google.ortools.constraintsolver.SISRRuinStrategyOrBuilder
-
Number of visits that are removed on average.
- hasBaselineModelFilePath() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
optional string baseline_model_file_path = 1;
- hasBaselineModelFilePath() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
optional string baseline_model_file_path = 1;
- hasBaselineModelFilePath() - Method in interface com.google.ortools.linearsolver.MPModelDeltaProtoOrBuilder
-
optional string baseline_model_file_path = 1;
- hasBasisRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Number of iterations between two basis refactorizations.
- hasBasisRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters
-
Number of iterations between two basis refactorizations.
- hasBasisRefactorizationPeriod() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Number of iterations between two basis refactorizations.
- hasBestObjectiveBound() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
This field is only filled for MIP problems.
- hasBestObjectiveBound() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
This field is only filled for MIP problems.
- hasBestObjectiveBound() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
This field is only filled for MIP problems.
- hasBinaryMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
- hasBinaryMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
- hasBinaryMinimizationAlgorithm() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
- hasBinarySearchNumConflicts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If non-negative, perform a binary search on the objective variable in order
to find an [min, max] interval outside of which the solver proved unsat/sat
under this amount of conflict.
- hasBinarySearchNumConflicts() - Method in class com.google.ortools.sat.SatParameters
-
If non-negative, perform a binary search on the objective variable in order
to find an [min, max] interval outside of which the solver proved unsat/sat
under this amount of conflict.
- hasBinarySearchNumConflicts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If non-negative, perform a binary search on the objective variable in order
to find an [min, max] interval outside of which the solver proved unsat/sat
under this amount of conflict.
- hasBlockingRestartMultiplier() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double blocking_restart_multiplier = 66 [default = 1.4];
- hasBlockingRestartMultiplier() - Method in class com.google.ortools.sat.SatParameters
-
optional double blocking_restart_multiplier = 66 [default = 1.4];
- hasBlockingRestartMultiplier() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double blocking_restart_multiplier = 66 [default = 1.4];
- hasBlockingRestartWindowSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 blocking_restart_window_size = 65 [default = 5000];
- hasBlockingRestartWindowSize() - Method in class com.google.ortools.sat.SatParameters
-
optional int32 blocking_restart_window_size = 65 [default = 5000];
- hasBlockingRestartWindowSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional int32 blocking_restart_window_size = 65 [default = 5000];
- hasBoolAnd() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_and constraint forces all of the literals to be true.
- hasBoolAnd() - Method in class com.google.ortools.sat.ConstraintProto
-
The bool_and constraint forces all of the literals to be true.
- hasBoolAnd() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The bool_and constraint forces all of the literals to be true.
- hasBooleanEncodingLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A non-negative level indicating how much we should try to fully encode
Integer variables as Boolean.
- hasBooleanEncodingLevel() - Method in class com.google.ortools.sat.SatParameters
-
A non-negative level indicating how much we should try to fully encode
Integer variables as Boolean.
- hasBooleanEncodingLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A non-negative level indicating how much we should try to fully encode
Integer variables as Boolean.
- hasBoolOr() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_or constraint forces at least one literal to be true.
- hasBoolOr() - Method in class com.google.ortools.sat.ConstraintProto
-
The bool_or constraint forces at least one literal to be true.
- hasBoolOr() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The bool_or constraint forces at least one literal to be true.
- hasBoolXor() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_xor constraint forces an odd number of the literals to be true.
- hasBoolXor() - Method in class com.google.ortools.sat.ConstraintProto
-
The bool_xor constraint forces an odd number of the literals to be true.
- hasBoolXor() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The bool_xor constraint forces an odd number of the literals to be true.
- hasBranchingPriority() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
optional int32 branching_priority = 6 [default = 0];
- hasBranchingPriority() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
optional int32 branching_priority = 6 [default = 0];
- hasBranchingPriority() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
optional int32 branching_priority = 6 [default = 0];
- HasBreakConstraints() - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Returns true if any break interval or break distance was defined.
- hasBypassFactor() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
-
Value in [0, 1] ruling the number of preserved customers in the split
sequence removal.
- hasBypassFactor() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy
-
Value in [0, 1] ruling the number of preserved customers in the split
sequence removal.
- hasBypassFactor() - Method in interface com.google.ortools.constraintsolver.SISRRuinStrategyOrBuilder
-
Value in [0, 1] ruling the number of preserved customers in the split
sequence removal.
- hasCandidateType() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
Type of the candidate point described by this ConvergenceInformation.
- hasCandidateType() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
Type of the candidate point described by this ConvergenceInformation.
- hasCandidateType() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
Type of the candidate point described by this ConvergenceInformation.
- hasCandidateType() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
Type of the point used to compute the InfeasibilityInformation.
- hasCandidateType() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
-
Type of the point used to compute the InfeasibilityInformation.
- hasCandidateType() - Method in interface com.google.ortools.pdlp.InfeasibilityInformationOrBuilder
-
Type of the point used to compute the InfeasibilityInformation.
- hasCapacity() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
Capacity of the arc.
- hasCapacity() - Method in class com.google.ortools.graph.FlowArcProto
-
Capacity of the arc.
- hasCapacity() - Method in interface com.google.ortools.graph.FlowArcProtoOrBuilder
-
Capacity of the arc.
- hasCapacity() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- hasCapacity() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- hasCapacity() - Method in interface com.google.ortools.sat.CumulativeConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- hasCatchSigintSignal() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals
when calling solve.
- hasCatchSigintSignal() - Method in class com.google.ortools.sat.SatParameters
-
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals
when calling solve.
- hasCatchSigintSignal() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals
when calling solve.
- hasChangeStatusToImprecise() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, the internal API will change the return status to imprecise if the
solution does not respect the internal tolerances.
- hasChangeStatusToImprecise() - Method in class com.google.ortools.glop.GlopParameters
-
If true, the internal API will change the return status to imprecise if the
solution does not respect the internal tolerances.
- hasChangeStatusToImprecise() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If true, the internal API will change the return status to imprecise if the
solution does not respect the internal tolerances.
- hasCircuit() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- hasCircuit() - Method in class com.google.ortools.sat.ConstraintProto
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- hasCircuit() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- hasClauseActivityDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Clause activity parameters (same effect as the one on the variables).
- hasClauseActivityDecay() - Method in class com.google.ortools.sat.SatParameters
-
Clause activity parameters (same effect as the one on the variables).
- hasClauseActivityDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Clause activity parameters (same effect as the one on the variables).
- hasClauseCleanupLbdBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
All the clauses with a LBD (literal blocks distance) lower or equal to this
parameters will always be kept.
- hasClauseCleanupLbdBound() - Method in class com.google.ortools.sat.SatParameters
-
All the clauses with a LBD (literal blocks distance) lower or equal to this
parameters will always be kept.
- hasClauseCleanupLbdBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
All the clauses with a LBD (literal blocks distance) lower or equal to this
parameters will always be kept.
- hasClauseCleanupOrdering() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
- hasClauseCleanupOrdering() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
- hasClauseCleanupOrdering() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
- hasClauseCleanupPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Trigger a cleanup when this number of "deletable" clauses is learned.
- hasClauseCleanupPeriod() - Method in class com.google.ortools.sat.SatParameters
-
Trigger a cleanup when this number of "deletable" clauses is learned.
- hasClauseCleanupPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Trigger a cleanup when this number of "deletable" clauses is learned.
- hasClauseCleanupProtection() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
- hasClauseCleanupProtection() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
- hasClauseCleanupProtection() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
- hasClauseCleanupRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During a cleanup, if clause_cleanup_target is 0, we will delete the
clause_cleanup_ratio of "deletable" clauses instead of aiming for a fixed
target of clauses to keep.
- hasClauseCleanupRatio() - Method in class com.google.ortools.sat.SatParameters
-
During a cleanup, if clause_cleanup_target is 0, we will delete the
clause_cleanup_ratio of "deletable" clauses instead of aiming for a fixed
target of clauses to keep.
- hasClauseCleanupRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During a cleanup, if clause_cleanup_target is 0, we will delete the
clause_cleanup_ratio of "deletable" clauses instead of aiming for a fixed
target of clauses to keep.
- hasClauseCleanupTarget() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During a cleanup, we will always keep that number of "deletable" clauses.
- hasClauseCleanupTarget() - Method in class com.google.ortools.sat.SatParameters
-
During a cleanup, we will always keep that number of "deletable" clauses.
- hasClauseCleanupTarget() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During a cleanup, we will always keep that number of "deletable" clauses.
- hasCombinedBoundsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_bounds_avg = 11;
- hasCombinedBoundsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double combined_bounds_avg = 11;
- hasCombinedBoundsAvg() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double combined_bounds_avg = 11;
- hasCombinedBoundsL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_bounds_l2_norm = 24;
- hasCombinedBoundsL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double combined_bounds_l2_norm = 24;
- hasCombinedBoundsL2Norm() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double combined_bounds_l2_norm = 24;
- hasCombinedBoundsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Statistics of the combined vector of the constraint lower and upper bounds.
- hasCombinedBoundsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
Statistics of the combined vector of the constraint lower and upper bounds.
- hasCombinedBoundsMax() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
Statistics of the combined vector of the constraint lower and upper bounds.
- hasCombinedBoundsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_bounds_min = 10;
- hasCombinedBoundsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double combined_bounds_min = 10;
- hasCombinedBoundsMin() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double combined_bounds_min = 10;
- hasCombinedVariableBoundsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_avg = 30;
- hasCombinedVariableBoundsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double combined_variable_bounds_avg = 30;
- hasCombinedVariableBoundsAvg() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double combined_variable_bounds_avg = 30;
- hasCombinedVariableBoundsL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_l2_norm = 31;
- hasCombinedVariableBoundsL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double combined_variable_bounds_l2_norm = 31;
- hasCombinedVariableBoundsL2Norm() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double combined_variable_bounds_l2_norm = 31;
- hasCombinedVariableBoundsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Statistics of the combined vector of the variable lower and upper bounds.
- hasCombinedVariableBoundsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
Statistics of the combined vector of the variable lower and upper bounds.
- hasCombinedVariableBoundsMax() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
Statistics of the combined vector of the variable lower and upper bounds.
- hasCombinedVariableBoundsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_min = 29;
- hasCombinedVariableBoundsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double combined_variable_bounds_min = 29;
- hasCombinedVariableBoundsMin() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double combined_variable_bounds_min = 29;
- hasComputeEstimatedImpact() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Compute estimated impact at each iteration when true; only once when false.
- hasComputeEstimatedImpact() - Method in class com.google.ortools.bop.BopParameters
-
Compute estimated impact at each iteration when true; only once when false.
- hasComputeEstimatedImpact() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Compute estimated impact at each iteration when true; only once when false.
- hasConstant() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
optional double constant = 2;
- hasConstant() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
optional double constant = 2;
- hasConstant() - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
-
optional double constant = 2;
- hasConstraint() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
The constraint activated by the indicator variable.
- hasConstraint() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
The constraint activated by the indicator variable.
- hasConstraint() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
-
The constraint activated by the indicator variable.
- hasConstraintMatrixAbsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double constraint_matrix_abs_avg = 8;
- hasConstraintMatrixAbsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double constraint_matrix_abs_avg = 8;
- hasConstraintMatrixAbsAvg() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double constraint_matrix_abs_avg = 8;
- hasConstraintMatrixAbsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint
matrix.
- hasConstraintMatrixAbsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint
matrix.
- hasConstraintMatrixAbsMax() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint
matrix.
- hasConstraintMatrixAbsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double constraint_matrix_abs_min = 7;
- hasConstraintMatrixAbsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double constraint_matrix_abs_min = 7;
- hasConstraintMatrixAbsMin() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double constraint_matrix_abs_min = 7;
- hasConstraintMatrixColMinLInfNorm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Minimum row and column infinity norms of the constraint matrix.
- hasConstraintMatrixColMinLInfNorm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
Minimum row and column infinity norms of the constraint matrix.
- hasConstraintMatrixColMinLInfNorm() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
Minimum row and column infinity norms of the constraint matrix.
- hasConstraintMatrixL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double constraint_matrix_l2_norm = 25;
- hasConstraintMatrixL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double constraint_matrix_l2_norm = 25;
- hasConstraintMatrixL2Norm() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double constraint_matrix_l2_norm = 25;
- hasConstraintMatrixNumNonzeros() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
The number of (finite) nonzero entries in the constraint matrix.
- hasConstraintMatrixNumNonzeros() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
The number of (finite) nonzero entries in the constraint matrix.
- hasConstraintMatrixNumNonzeros() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
The number of (finite) nonzero entries in the constraint matrix.
- hasConstraintMatrixRowMinLInfNorm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double constraint_matrix_row_min_l_inf_norm = 4;
- hasConstraintMatrixRowMinLInfNorm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double constraint_matrix_row_min_l_inf_norm = 4;
- hasConstraintMatrixRowMinLInfNorm() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double constraint_matrix_row_min_l_inf_norm = 4;
- hasConvertIntervals() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Temporary flag util the feature is more mature.
- hasConvertIntervals() - Method in class com.google.ortools.sat.SatParameters
-
Temporary flag util the feature is more mature.
- hasConvertIntervals() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Temporary flag util the feature is more mature.
- hasCoreMinimizationLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If positive, we spend some effort on each core:
- At level 1, we use a simple heuristic to try to minimize an UNSAT core
- hasCoreMinimizationLevel() - Method in class com.google.ortools.sat.SatParameters
-
If positive, we spend some effort on each core:
- At level 1, we use a simple heuristic to try to minimize an UNSAT core
- hasCoreMinimizationLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If positive, we spend some effort on each core:
- At level 1, we use a simple heuristic to try to minimize an UNSAT core
- hasCorrectedDualObjective() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
If possible (e.g., when all primal variables have lower and upper bounds),
a correct dual bound.
- hasCorrectedDualObjective() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
If possible (e.g., when all primal variables have lower and upper bounds),
a correct dual bound.
- hasCorrectedDualObjective() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
If possible (e.g., when all primal variables have lower and upper bounds),
a correct dual bound.
- hasCost() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
-
The cost for using the given subset.
- hasCost() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset
-
The cost for using the given subset.
- hasCost() - Method in interface com.google.ortools.algorithms.SetCoverProto.SubsetOrBuilder
-
The cost for using the given subset.
- hasCost() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
The cost of the solution, as computed by the algorithm.
- hasCost() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
The cost of the solution, as computed by the algorithm.
- hasCost() - Method in interface com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
-
The cost of the solution, as computed by the algorithm.
- hasCostLowerBound() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
A lower bound of the solution, as computed by the algorithm.
- hasCostLowerBound() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
A lower bound of the solution, as computed by the algorithm.
- hasCostLowerBound() - Method in interface com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
-
A lower bound of the solution, as computed by the algorithm.
- hasCostScaling() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];
- hasCostScaling() - Method in class com.google.ortools.glop.GlopParameters
-
optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];
- hasCostScaling() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];
- hasCountAssumptionLevelsInLbd() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether or not the assumption levels are taken into account during the LBD
computation.
- hasCountAssumptionLevelsInLbd() - Method in class com.google.ortools.sat.SatParameters
-
Whether or not the assumption levels are taken into account during the LBD
computation.
- hasCountAssumptionLevelsInLbd() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether or not the assumption levels are taken into account during the LBD
computation.
- hasCoverOptimization() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, when the max-sat algo find a core, we compute the minimal number
of literals in the core that needs to be true to have a feasible solution.
- hasCoverOptimization() - Method in class com.google.ortools.sat.SatParameters
-
If true, when the max-sat algo find a core, we compute the minimal number
of literals in the core that needs to be true to have a feasible solution.
- hasCoverOptimization() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, when the max-sat algo find a core, we compute the minimal number
of literals in the core that needs to be true to have a feasible solution.
- hasCpModelPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we presolve the cp_model before solving it.
- hasCpModelPresolve() - Method in class com.google.ortools.sat.SatParameters
-
Whether we presolve the cp_model before solving it.
- hasCpModelPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we presolve the cp_model before solving it.
- hasCpModelProbingLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much effort do we spend on probing. 0 disables it completely.
- hasCpModelProbingLevel() - Method in class com.google.ortools.sat.SatParameters
-
How much effort do we spend on probing. 0 disables it completely.
- hasCpModelProbingLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How much effort do we spend on probing. 0 disables it completely.
- hasCpModelUseSatPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we also use the sat presolve when cp_model_presolve is true.
- hasCpModelUseSatPresolve() - Method in class com.google.ortools.sat.SatParameters
-
Whether we also use the sat presolve when cp_model_presolve is true.
- hasCpModelUseSatPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we also use the sat presolve when cp_model_presolve is true.
- hasCrossoverBoundSnappingDistance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If the starting basis contains FREE variable with bounds, we will move
any such variable to their closer bounds if the distance is smaller than
this parameter.
- hasCrossoverBoundSnappingDistance() - Method in class com.google.ortools.glop.GlopParameters
-
If the starting basis contains FREE variable with bounds, we will move
any such variable to their closer bounds if the distance is smaller than
this parameter.
- hasCrossoverBoundSnappingDistance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If the starting basis contains FREE variable with bounds, we will move
any such variable to their closer bounds if the distance is smaller than
this parameter.
- hasCumulative() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- hasCumulative() - Method in class com.google.ortools.sat.ConstraintProto
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- hasCumulative() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- hasCumulativeKktMatrixPasses() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The cumulative number of passes through the KKT matrix since the start of
the solve.
- hasCumulativeKktMatrixPasses() - Method in class com.google.ortools.pdlp.IterationStats
-
The cumulative number of passes through the KKT matrix since the start of
the solve.
- hasCumulativeKktMatrixPasses() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
The cumulative number of passes through the KKT matrix since the start of
the solve.
- hasCumulativeRejectedSteps() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The total number of rejected steps (e.g., within a line search procedure)
since the start of the solve.
- hasCumulativeRejectedSteps() - Method in class com.google.ortools.pdlp.IterationStats
-
The total number of rejected steps (e.g., within a line search procedure)
since the start of the solve.
- hasCumulativeRejectedSteps() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
The total number of rejected steps (e.g., within a line search procedure)
since the start of the solve.
- hasCumulativeTimeSec() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The amount of time passed since we started solving the problem (see solver
log `solve_time_sec` which records total time).
- hasCumulativeTimeSec() - Method in class com.google.ortools.pdlp.IterationStats
-
The amount of time passed since we started solving the problem (see solver
log `solve_time_sec` which records total time).
- hasCumulativeTimeSec() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
The amount of time passed since we started solving the problem (see solver
log `solve_time_sec` which records total time).
- hasCumulVarSoftLowerBound(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Returns true if a soft lower bound has been set for a given variable
index.
- hasCumulVarSoftUpperBound(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Returns true if a soft upper bound has been set for a given variable
index.
- hasCutActiveCountDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double cut_active_count_decay = 156 [default = 0.8];
- hasCutActiveCountDecay() - Method in class com.google.ortools.sat.SatParameters
-
optional double cut_active_count_decay = 156 [default = 0.8];
- hasCutActiveCountDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double cut_active_count_decay = 156 [default = 0.8];
- hasCutCleanupTarget() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Target number of constraints to remove during cleanup.
- hasCutCleanupTarget() - Method in class com.google.ortools.sat.SatParameters
-
Target number of constraints to remove during cleanup.
- hasCutCleanupTarget() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Target number of constraints to remove during cleanup.
- hasCutLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Control the global cut effort.
- hasCutLevel() - Method in class com.google.ortools.sat.SatParameters
-
Control the global cut effort.
- hasCutLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Control the global cut effort.
- hasCutMaxActiveCountValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
These parameters are similar to sat clause management activity parameters.
- hasCutMaxActiveCountValue() - Method in class com.google.ortools.sat.SatParameters
-
These parameters are similar to sat clause management activity parameters.
- hasCutMaxActiveCountValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
These parameters are similar to sat clause management activity parameters.
- hasDebugCrashIfPresolveBreaksHint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Crash if presolve breaks a feasible hint.
- hasDebugCrashIfPresolveBreaksHint() - Method in class com.google.ortools.sat.SatParameters
-
Crash if presolve breaks a feasible hint.
- hasDebugCrashIfPresolveBreaksHint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Crash if presolve breaks a feasible hint.
- hasDebugCrashOnBadHint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Crash if we do not manage to complete the hint into a full solution.
- hasDebugCrashOnBadHint() - Method in class com.google.ortools.sat.SatParameters
-
Crash if we do not manage to complete the hint into a full solution.
- hasDebugCrashOnBadHint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Crash if we do not manage to complete the hint into a full solution.
- hasDebugMaxNumPresolveOperations() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If positive, try to stop just after that many presolve rules have been
applied.
- hasDebugMaxNumPresolveOperations() - Method in class com.google.ortools.sat.SatParameters
-
If positive, try to stop just after that many presolve rules have been
applied.
- hasDebugMaxNumPresolveOperations() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If positive, try to stop just after that many presolve rules have been
applied.
- hasDebugPostsolveWithFullSolver() - Method in class com.google.ortools.sat.SatParameters.Builder
-
We have two different postsolve code.
- hasDebugPostsolveWithFullSolver() - Method in class com.google.ortools.sat.SatParameters
-
We have two different postsolve code.
- hasDebugPostsolveWithFullSolver() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
We have two different postsolve code.
- hasDecomposedProblemMinTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters.Builder
-
HACK.
- hasDecomposedProblemMinTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters
-
HACK.
- hasDecomposedProblemMinTimeInSeconds() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
HACK.
- hasDecomposerNumVariablesThreshold() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Only try to decompose the problem when the number of variables is greater
than the threshold.
- hasDecomposerNumVariablesThreshold() - Method in class com.google.ortools.bop.BopParameters
-
Only try to decompose the problem when the number of variables is greater
than the threshold.
- hasDecomposerNumVariablesThreshold() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Only try to decompose the problem when the number of variables is greater
than the threshold.
- hasDefaultRestartAlgorithms() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- hasDefaultRestartAlgorithms() - Method in class com.google.ortools.sat.SatParameters
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- hasDefaultRestartAlgorithms() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- hasDefaultSolverOptimizerSets() - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- hasDefaultSolverOptimizerSets() - Method in class com.google.ortools.bop.BopParameters
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- hasDefaultSolverOptimizerSets() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- hasDegenerateMinistepFactor() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During a degenerate iteration, the more conservative approach is to do a
step of length zero (while shifting the bound of the leaving variable).
- hasDegenerateMinistepFactor() - Method in class com.google.ortools.glop.GlopParameters
-
During a degenerate iteration, the more conservative approach is to do a
step of length zero (while shifting the bound of the leaving variable).
- hasDegenerateMinistepFactor() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
During a degenerate iteration, the more conservative approach is to do a
step of length zero (while shifting the bound of the leaving variable).
- hasDetailedOptimalityCriteria() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- hasDetailedOptimalityCriteria() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- hasDetailedOptimalityCriteria() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- hasDetectLinearizedProduct() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Infer products of Boolean or of Boolean time IntegerVariable from the
linear constrainst in the problem.
- hasDetectLinearizedProduct() - Method in class com.google.ortools.sat.SatParameters
-
Infer products of Boolean or of Boolean time IntegerVariable from the
linear constrainst in the problem.
- hasDetectLinearizedProduct() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Infer products of Boolean or of Boolean time IntegerVariable from the
linear constrainst in the problem.
- hasDetectTableWithCost() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we detect variable that are unique to a table constraint and only
there to encode a cost on each tuple.
- hasDetectTableWithCost() - Method in class com.google.ortools.sat.SatParameters
-
If true, we detect variable that are unique to a table constraint and only
there to encode a cost on each tuple.
- hasDetectTableWithCost() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we detect variable that are unique to a table constraint and only
there to encode a cost on each tuple.
- hasDevexWeightsResetPeriod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Devex weights will be reset to 1.0 after that number of updates.
- hasDevexWeightsResetPeriod() - Method in class com.google.ortools.glop.GlopParameters
-
Devex weights will be reset to 1.0 after that number of updates.
- hasDevexWeightsResetPeriod() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Devex weights will be reset to 1.0 after that number of updates.
- hasDiagonalQpTrustRegionSolverTolerance() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The solve tolerance of the experimental trust region solver for diagonal
QPs, controlling the accuracy of binary search over a one-dimensional
scaling parameter.
- hasDiagonalQpTrustRegionSolverTolerance() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
The solve tolerance of the experimental trust region solver for diagonal
QPs, controlling the accuracy of binary search over a one-dimensional
scaling parameter.
- hasDiagonalQpTrustRegionSolverTolerance() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
The solve tolerance of the experimental trust region solver for diagonal
QPs, controlling the accuracy of binary search over a one-dimensional
scaling parameter.
- hasDimension(String) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns true if a dimension exists for a given dimension name.
- hasDisableConstraintExpansion() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, it disable all constraint expansion.
- hasDisableConstraintExpansion() - Method in class com.google.ortools.sat.SatParameters
-
If true, it disable all constraint expansion.
- hasDisableConstraintExpansion() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, it disable all constraint expansion.
- hasDisableSchedulingBewareThisMayDegradePerformance() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Setting this to true completely disables the LP and MIP scheduling in the
solver.
- hasDisableSchedulingBewareThisMayDegradePerformance() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Setting this to true completely disables the LP and MIP scheduling in the
solver.
- hasDisableSchedulingBewareThisMayDegradePerformance() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Setting this to true completely disables the LP and MIP scheduling in the
solver.
- hasDiversifyLnsParams() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, registers more lns subsolvers with different parameters.
- hasDiversifyLnsParams() - Method in class com.google.ortools.sat.SatParameters
-
If true, registers more lns subsolvers with different parameters.
- hasDiversifyLnsParams() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, registers more lns subsolvers with different parameters.
- hasDropMagnitude() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Value in the input LP lower than this will be ignored.
- hasDropMagnitude() - Method in class com.google.ortools.glop.GlopParameters
-
Value in the input LP lower than this will be ignored.
- hasDropMagnitude() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Value in the input LP lower than this will be ignored.
- hasDropTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
In order to increase the sparsity of the manipulated vectors, floating
point values with a magnitude smaller than this parameter are set to zero
(only in some places).
- hasDropTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
In order to increase the sparsity of the manipulated vectors, floating
point values with a magnitude smaller than this parameter are set to zero
(only in some places).
- hasDropTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
In order to increase the sparsity of the manipulated vectors, floating
point values with a magnitude smaller than this parameter are set to zero
(only in some places).
- hasDualFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Variables whose reduced costs have an absolute value smaller than this
tolerance are not considered as entering candidates.
- hasDualFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
Variables whose reduced costs have an absolute value smaller than this
tolerance are not considered as entering candidates.
- hasDualFeasibilityTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Variables whose reduced costs have an absolute value smaller than this
tolerance are not considered as entering candidates.
- hasDualizerThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When solve_dual_problem is LET_SOLVER_DECIDE, take the dual if the number
of constraints of the problem is more than this threshold times the number
of variables.
- hasDualizerThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
When solve_dual_problem is LET_SOLVER_DECIDE, take the dual if the number
of constraints of the problem is more than this threshold times the number
of variables.
- hasDualizerThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When solve_dual_problem is LET_SOLVER_DECIDE, take the dual if the number
of constraints of the problem is more than this threshold times the number
of variables.
- hasDualObjective() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The dual objective.
- hasDualObjective() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The dual objective.
- hasDualObjective() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The dual objective.
- hasDualPricePrioritizeNorm() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
On some problem like stp3d or pds-100 this makes a huge difference in
speed and number of iterations of the dual simplex.
- hasDualPricePrioritizeNorm() - Method in class com.google.ortools.glop.GlopParameters
-
On some problem like stp3d or pds-100 this makes a huge difference in
speed and number of iterations of the dual simplex.
- hasDualPricePrioritizeNorm() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
On some problem like stp3d or pds-100 this makes a huge difference in
speed and number of iterations of the dual simplex.
- hasDualRayObjective() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
The objective of the linear program labeled (1) in the previous paragraph.
- hasDualRayObjective() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
-
The objective of the linear program labeled (1) in the previous paragraph.
- hasDualRayObjective() - Method in interface com.google.ortools.pdlp.InfeasibilityInformationOrBuilder
-
The objective of the linear program labeled (1) in the previous paragraph.
- hasDualSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Like small_pivot_threshold but for the dual simplex.
- hasDualSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
Like small_pivot_threshold but for the dual simplex.
- hasDualSmallPivotThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Like small_pivot_threshold but for the dual simplex.
- hasDualTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for dual feasibility.
- hasDualTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Tolerance for dual feasibility.
- hasDualTolerance() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Tolerance for dual feasibility.
- hasDummyConstraint() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
This constraint is not meant to be used and will be rejected by the
solver.
- hasDummyConstraint() - Method in class com.google.ortools.sat.ConstraintProto
-
This constraint is not meant to be used and will be rejected by the
solver.
- hasDummyConstraint() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
This constraint is not meant to be used and will be rejected by the
solver.
- hasDynamicallyAdjustRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If this is true, then basis_refactorization_period becomes a lower bound on
the number of iterations between two refactorization (provided there is no
numerical accuracy issues).
- hasDynamicallyAdjustRefactorizationPeriod() - Method in class com.google.ortools.glop.GlopParameters
-
If this is true, then basis_refactorization_period becomes a lower bound on
the number of iterations between two refactorization (provided there is no
numerical accuracy issues).
- hasDynamicallyAdjustRefactorizationPeriod() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If this is true, then basis_refactorization_period becomes a lower bound on
the number of iterations between two refactorization (provided there is no
numerical accuracy issues).
- hasElement() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The element constraint forces the variable with the given index
to be equal to the target.
- hasElement() - Method in class com.google.ortools.sat.ConstraintProto
-
The element constraint forces the variable with the given index
to be equal to the target.
- hasElement() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The element constraint forces the variable with the given index
to be equal to the target.
- hasEnableInternalSolverOutput() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
If this is set, then EnableOutput() will be set on the internal MPSolver
that solves the model.
- hasEnableInternalSolverOutput() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
If this is set, then EnableOutput() will be set on the internal MPSolver
that solves the model.
- hasEnableInternalSolverOutput() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
If this is set, then EnableOutput() will be set on the internal MPSolver
that solves the model.
- hasEncodeComplexLinearConstraintWithInteger() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Linear constraint with a complex right hand side (more than a single
interval) need to be expanded, there is a couple of way to do that.
- hasEncodeComplexLinearConstraintWithInteger() - Method in class com.google.ortools.sat.SatParameters
-
Linear constraint with a complex right hand side (more than a single
interval) need to be expanded, there is a couple of way to do that.
- hasEncodeComplexLinearConstraintWithInteger() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Linear constraint with a complex right hand side (more than a single
interval) need to be expanded, there is a couple of way to do that.
- hasEncodeCumulativeAsReservoir() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Encore cumulative with fixed demands and capacity as a reservoir
constraint.
- hasEncodeCumulativeAsReservoir() - Method in class com.google.ortools.sat.SatParameters
-
Encore cumulative with fixed demands and capacity as a reservoir
constraint.
- hasEncodeCumulativeAsReservoir() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Encore cumulative with fixed demands and capacity as a reservoir
constraint.
- hasEnd() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto end = 5;
- hasEnd() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
.operations_research.sat.LinearExpressionProto end = 5;
- hasEnd() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto end = 5;
- hasEnumerateAllSolutions() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we enumerate all solutions of a problem without objective.
- hasEnumerateAllSolutions() - Method in class com.google.ortools.sat.SatParameters
-
Whether we enumerate all solutions of a problem without objective.
- hasEnumerateAllSolutions() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we enumerate all solutions of a problem without objective.
- hasEpsDualInfeasible() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If the following three conditions hold we say we have obtained an
approximate primal ray, which is an approximate certificate of dual
infeasibility
- hasEpsDualInfeasible() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
If the following three conditions hold we say we have obtained an
approximate primal ray, which is an approximate certificate of dual
infeasibility
- hasEpsDualInfeasible() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
If the following three conditions hold we say we have obtained an
approximate primal ray, which is an approximate certificate of dual
infeasibility
- hasEpsOptimalAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
- hasEpsOptimalAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
- hasEpsOptimalAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
Absolute tolerance on the primal residual, dual residual, and objective
gap.
- hasEpsOptimalAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
-
Absolute tolerance on the primal residual, dual residual, and objective
gap.
- hasEpsOptimalAbsolute() - Method in interface com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteriaOrBuilder
-
Absolute tolerance on the primal residual, dual residual, and objective
gap.
- hasEpsOptimalAbsolute() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
- hasEpsOptimalDualResidualAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the dual residual.
- hasEpsOptimalDualResidualAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
-
Absolute tolerance on the dual residual.
- hasEpsOptimalDualResidualAbsolute() - Method in interface com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Absolute tolerance on the dual residual.
- hasEpsOptimalDualResidualRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the dual residual.
- hasEpsOptimalDualResidualRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
-
Relative tolerance on the dual residual.
- hasEpsOptimalDualResidualRelative() - Method in interface com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Relative tolerance on the dual residual.
- hasEpsOptimalObjectiveGapAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the objective gap.
- hasEpsOptimalObjectiveGapAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
-
Absolute tolerance on the objective gap.
- hasEpsOptimalObjectiveGapAbsolute() - Method in interface com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Absolute tolerance on the objective gap.
- hasEpsOptimalObjectiveGapRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the objective gap.
- hasEpsOptimalObjectiveGapRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
-
Relative tolerance on the objective gap.
- hasEpsOptimalObjectiveGapRelative() - Method in interface com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Relative tolerance on the objective gap.
- hasEpsOptimalPrimalResidualAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the primal residual.
- hasEpsOptimalPrimalResidualAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
-
Absolute tolerance on the primal residual.
- hasEpsOptimalPrimalResidualAbsolute() - Method in interface com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Absolute tolerance on the primal residual.
- hasEpsOptimalPrimalResidualRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the primal residual.
- hasEpsOptimalPrimalResidualRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
-
Relative tolerance on the primal residual.
- hasEpsOptimalPrimalResidualRelative() - Method in interface com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteriaOrBuilder
-
Relative tolerance on the primal residual.
- hasEpsOptimalRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
- hasEpsOptimalRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
- hasEpsOptimalRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
Relative tolerance on the primal residual, dual residual, and objective
gap.
- hasEpsOptimalRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
-
Relative tolerance on the primal residual, dual residual, and objective
gap.
- hasEpsOptimalRelative() - Method in interface com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteriaOrBuilder
-
Relative tolerance on the primal residual, dual residual, and objective
gap.
- hasEpsOptimalRelative() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
- hasEpsPrimalInfeasible() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If the following two conditions hold we say that we have obtained an
approximate dual ray, which is an approximate certificate of primal
infeasibility
- hasEpsPrimalInfeasible() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
If the following two conditions hold we say that we have obtained an
approximate dual ray, which is an approximate certificate of primal
infeasibility
- hasEpsPrimalInfeasible() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
If the following two conditions hold we say that we have obtained an
approximate dual ray, which is an approximate certificate of primal
infeasibility
- hasExactlyOne() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The exactly_one constraint force exactly one literal to true and no more.
- hasExactlyOne() - Method in class com.google.ortools.sat.ConstraintProto
-
The exactly_one constraint force exactly one literal to true and no more.
- hasExactlyOne() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The exactly_one constraint force exactly one literal to true and no more.
- hasExpandAlldiffConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, expand all_different constraints that are not permutations.
- hasExpandAlldiffConstraints() - Method in class com.google.ortools.sat.SatParameters
-
If true, expand all_different constraints that are not permutations.
- hasExpandAlldiffConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, expand all_different constraints that are not permutations.
- hasExpandReservoirConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, expand the reservoir constraints by creating booleans for all
possible precedences between event and encoding the constraint.
- hasExpandReservoirConstraints() - Method in class com.google.ortools.sat.SatParameters
-
If true, expand the reservoir constraints by creating booleans for all
possible precedences between event and encoding the constraint.
- hasExpandReservoirConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, expand the reservoir constraints by creating booleans for all
possible precedences between event and encoding the constraint.
- hasExpandReservoirUsingCircuit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Mainly useful for testing.
- hasExpandReservoirUsingCircuit() - Method in class com.google.ortools.sat.SatParameters
-
Mainly useful for testing.
- hasExpandReservoirUsingCircuit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Mainly useful for testing.
- hasExploitAllLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and the Lp relaxation of the problem has a solution, try to exploit
it.
- hasExploitAllLpSolution() - Method in class com.google.ortools.sat.SatParameters
-
If true and the Lp relaxation of the problem has a solution, try to exploit
it.
- hasExploitAllLpSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true and the Lp relaxation of the problem has a solution, try to exploit
it.
- hasExploitAllPrecedences() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool exploit_all_precedences = 220 [default = false];
- hasExploitAllPrecedences() - Method in class com.google.ortools.sat.SatParameters
-
optional bool exploit_all_precedences = 220 [default = false];
- hasExploitAllPrecedences() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool exploit_all_precedences = 220 [default = false];
- hasExploitBestSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching on a variable, follow the last best solution value.
- hasExploitBestSolution() - Method in class com.google.ortools.sat.SatParameters
-
When branching on a variable, follow the last best solution value.
- hasExploitBestSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When branching on a variable, follow the last best solution value.
- hasExploitIntegerLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and the Lp relaxation of the problem has an integer optimal
solution, try to exploit it.
- hasExploitIntegerLpSolution() - Method in class com.google.ortools.sat.SatParameters
-
If true and the Lp relaxation of the problem has an integer optimal
solution, try to exploit it.
- hasExploitIntegerLpSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true and the Lp relaxation of the problem has an integer optimal
solution, try to exploit it.
- hasExploitObjective() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching an a variable that directly affect the objective,
branch on the value that lead to the best objective first.
- hasExploitObjective() - Method in class com.google.ortools.sat.SatParameters
-
When branching an a variable that directly affect the objective,
branch on the value that lead to the best objective first.
- hasExploitObjective() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When branching an a variable that directly affect the objective,
branch on the value that lead to the best objective first.
- hasExploitRelaxationSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching on a variable, follow the last best relaxation solution
value.
- hasExploitRelaxationSolution() - Method in class com.google.ortools.sat.SatParameters
-
When branching on a variable, follow the last best relaxation solution
value.
- hasExploitRelaxationSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When branching on a variable, follow the last best relaxation solution
value.
- hasExploitSingletonColumnInInitialBasis() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we exploit the singleton columns already present in the
problem when we create the initial basis.
- hasExploitSingletonColumnInInitialBasis() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we exploit the singleton columns already present in the
problem when we create the initial basis.
- hasExploitSingletonColumnInInitialBasis() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we exploit the singleton columns already present in the
problem when we create the initial basis.
- hasExploitSymmetryInSatFirstSolution() - Method in class com.google.ortools.bop.BopParameters.Builder
-
If true, find and exploit symmetries in proving satisfiability in the first
problem.
- hasExploitSymmetryInSatFirstSolution() - Method in class com.google.ortools.bop.BopParameters
-
If true, find and exploit symmetries in proving satisfiability in the first
problem.
- hasExploitSymmetryInSatFirstSolution() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
If true, find and exploit symmetries in proving satisfiability in the first
problem.
- hasFeasibilityJumpBatchDtime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much dtime for each LS batch.
- hasFeasibilityJumpBatchDtime() - Method in class com.google.ortools.sat.SatParameters
-
How much dtime for each LS batch.
- hasFeasibilityJumpBatchDtime() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How much dtime for each LS batch.
- hasFeasibilityJumpDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
On each restart, we randomly choose if we use decay (with this parameter)
or no decay.
- hasFeasibilityJumpDecay() - Method in class com.google.ortools.sat.SatParameters
-
On each restart, we randomly choose if we use decay (with this parameter)
or no decay.
- hasFeasibilityJumpDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
On each restart, we randomly choose if we use decay (with this parameter)
or no decay.
- hasFeasibilityJumpEnableRestarts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When stagnating, feasibility jump will either restart from a default
solution (with some possible randomization), or randomly pertubate the
current solution.
- hasFeasibilityJumpEnableRestarts() - Method in class com.google.ortools.sat.SatParameters
-
When stagnating, feasibility jump will either restart from a default
solution (with some possible randomization), or randomly pertubate the
current solution.
- hasFeasibilityJumpEnableRestarts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When stagnating, feasibility jump will either restart from a default
solution (with some possible randomization), or randomly pertubate the
current solution.
- hasFeasibilityJumpLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much do we linearize the problem in the local search code.
- hasFeasibilityJumpLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters
-
How much do we linearize the problem in the local search code.
- hasFeasibilityJumpLinearizationLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How much do we linearize the problem in the local search code.
- hasFeasibilityJumpMaxExpandedConstraintSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum size of no_overlap or no_overlap_2d constraint for a quadratic
expansion.
- hasFeasibilityJumpMaxExpandedConstraintSize() - Method in class com.google.ortools.sat.SatParameters
-
Maximum size of no_overlap or no_overlap_2d constraint for a quadratic
expansion.
- hasFeasibilityJumpMaxExpandedConstraintSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Maximum size of no_overlap or no_overlap_2d constraint for a quadratic
expansion.
- hasFeasibilityJumpRestartFactor() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This is a factor that directly influence the work before each restart.
- hasFeasibilityJumpRestartFactor() - Method in class com.google.ortools.sat.SatParameters
-
This is a factor that directly influence the work before each restart.
- hasFeasibilityJumpRestartFactor() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This is a factor that directly influence the work before each restart.
- hasFeasibilityJumpVarPerburbationRangeRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max distance between the default value and the pertubated value relative to
the range of the domain of the variable.
- hasFeasibilityJumpVarPerburbationRangeRatio() - Method in class com.google.ortools.sat.SatParameters
-
Max distance between the default value and the pertubated value relative to
the range of the domain of the variable.
- hasFeasibilityJumpVarPerburbationRangeRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Max distance between the default value and the pertubated value relative to
the range of the domain of the variable.
- hasFeasibilityJumpVarRandomizationProbability() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Probability for a variable to have a non default value upon restarts or
perturbations.
- hasFeasibilityJumpVarRandomizationProbability() - Method in class com.google.ortools.sat.SatParameters
-
Probability for a variable to have a non default value upon restarts or
perturbations.
- hasFeasibilityJumpVarRandomizationProbability() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Probability for a variable to have a non default value upon restarts or
perturbations.
- hasFeasibilityRule() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
PricingRule to use during the feasibility phase.
- hasFeasibilityRule() - Method in class com.google.ortools.glop.GlopParameters
-
PricingRule to use during the feasibility phase.
- hasFeasibilityRule() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
PricingRule to use during the feasibility phase.
- hasFillAdditionalSolutionsInResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the final response addition_solutions field will be filled with
all solutions from our solutions pool.
- hasFillAdditionalSolutionsInResponse() - Method in class com.google.ortools.sat.SatParameters
-
If true, the final response addition_solutions field will be filled with
all solutions from our solutions pool.
- hasFillAdditionalSolutionsInResponse() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, the final response addition_solutions field will be filled with
all solutions from our solutions pool.
- hasFillTightenedDomainsInResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, add information about the derived variable domains to the
CpSolverResponse.
- hasFillTightenedDomainsInResponse() - Method in class com.google.ortools.sat.SatParameters
-
If true, add information about the derived variable domains to the
CpSolverResponse.
- hasFillTightenedDomainsInResponse() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, add information about the derived variable domains to the
CpSolverResponse.
- hasFinalTemperature() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
The final temperature.
- hasFinalTemperature() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
-
The final temperature.
- hasFinalTemperature() - Method in interface com.google.ortools.constraintsolver.SimulatedAnnealingParametersOrBuilder
-
The final temperature.
- hasFindBigLinearOverlap() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Try to find large "rectangle" in the linear constraint matrix with
identical lines.
- hasFindBigLinearOverlap() - Method in class com.google.ortools.sat.SatParameters
-
Try to find large "rectangle" in the linear constraint matrix with
identical lines.
- hasFindBigLinearOverlap() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Try to find large "rectangle" in the linear constraint matrix with
identical lines.
- hasFindMultipleCores() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to find more independent cores for a given set of
assumptions in the core based max-SAT algorithms.
- hasFindMultipleCores() - Method in class com.google.ortools.sat.SatParameters
-
Whether we try to find more independent cores for a given set of
assumptions in the core based max-SAT algorithms.
- hasFindMultipleCores() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we try to find more independent cores for a given set of
assumptions in the core based max-SAT algorithms.
- hasFingerprint() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
An automatically fingerprint for the model.
- hasFingerprint() - Method in class com.google.ortools.algorithms.SetCoverProto
-
An automatically fingerprint for the model.
- hasFingerprint() - Method in interface com.google.ortools.algorithms.SetCoverProtoOrBuilder
-
An automatically fingerprint for the model.
- hasFingerprint() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
An automatically fingerprint for the solution.
- hasFingerprint() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
An automatically fingerprint for the solution.
- hasFingerprint() - Method in interface com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
-
An automatically fingerprint for the solution.
- hasFixVariablesToTheirHintedValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, variables appearing in the solution hints will be fixed to their
hinted value.
- hasFixVariablesToTheirHintedValue() - Method in class com.google.ortools.sat.SatParameters
-
If true, variables appearing in the solution hints will be fixed to their
hinted value.
- hasFixVariablesToTheirHintedValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, variables appearing in the solution hints will be fixed to their
hinted value.
- hasFloatingPointObjective() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Advanced usage.
- hasFloatingPointObjective() - Method in class com.google.ortools.sat.CpModelProto
-
Advanced usage.
- hasFloatingPointObjective() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Advanced usage.
- hasFpRounding() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
- hasFpRounding() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
- hasFpRounding() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
- HasFragments() - Method in class com.google.ortools.constraintsolver.BaseLns
-
- HasFragments() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
-
- HasGlobalCumulOptimizer(RoutingDimension) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns whether the given dimension has global/local cumul optimizers.
- hasGlopParameters() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
Parameters to control glop's presolver.
- hasGlopParameters() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
-
Parameters to control glop's presolver.
- hasGlopParameters() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptionsOrBuilder
-
Parameters to control glop's presolver.
- hasGlucoseDecayIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double glucose_decay_increment = 23 [default = 0.01];
- hasGlucoseDecayIncrement() - Method in class com.google.ortools.sat.SatParameters
-
optional double glucose_decay_increment = 23 [default = 0.01];
- hasGlucoseDecayIncrement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double glucose_decay_increment = 23 [default = 0.01];
- hasGlucoseDecayIncrementPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 glucose_decay_increment_period = 24 [default = 5000];
- hasGlucoseDecayIncrementPeriod() - Method in class com.google.ortools.sat.SatParameters
-
optional int32 glucose_decay_increment_period = 24 [default = 5000];
- hasGlucoseDecayIncrementPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional int32 glucose_decay_increment_period = 24 [default = 5000];
- hasGlucoseMaxDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until
0.95.
- hasGlucoseMaxDecay() - Method in class com.google.ortools.sat.SatParameters
-
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until
0.95.
- hasGlucoseMaxDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until
0.95.
- hasGuidedSatConflictsChunk() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The first solutions based on guided SAT will work in chunk of that many
conflicts at the time.
- hasGuidedSatConflictsChunk() - Method in class com.google.ortools.bop.BopParameters
-
The first solutions based on guided SAT will work in chunk of that many
conflicts at the time.
- hasGuidedSatConflictsChunk() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The first solutions based on guided SAT will work in chunk of that many
conflicts at the time.
- hasHandleSomePrimalGradientsOnFiniteBoundsAsResiduals() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
See
https://developers.google.com/optimization/lp/pdlp_math#treating_some_variable_bounds_as_infinite
for a description of this flag.
- hasHandleSomePrimalGradientsOnFiniteBoundsAsResiduals() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
See
https://developers.google.com/optimization/lp/pdlp_math#treating_some_variable_bounds_as_infinite
for a description of this flag.
- hasHandleSomePrimalGradientsOnFiniteBoundsAsResiduals() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
See
https://developers.google.com/optimization/lp/pdlp_math#treating_some_variable_bounds_as_infinite
for a description of this flag.
- hasHardTypeIncompatibilities() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns true iff any hard (resp. temporal) type incompatibilities have
been added to the model.
- hasHarrisToleranceRatio() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
This impacts the ratio test and indicates by how much we allow a basic
variable value that we move to go out of bounds.
- hasHarrisToleranceRatio() - Method in class com.google.ortools.glop.GlopParameters
-
This impacts the ratio test and indicates by how much we allow a basic
variable value that we move to go out of bounds.
- hasHarrisToleranceRatio() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
This impacts the ratio test and indicates by how much we allow a basic
variable value that we move to go out of bounds.
- hashCode() - Method in class com.google.ortools.algorithms.SetCoverProto
-
- hashCode() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset
-
- hashCode() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
- hashCode() - Method in class com.google.ortools.bop.BopOptimizerMethod
-
- hashCode() - Method in class com.google.ortools.bop.BopParameters
-
- hashCode() - Method in class com.google.ortools.bop.BopSolverOptimizerSet
-
- hashCode() - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy
-
- hashCode() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- hashCode() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
-
- hashCode() - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
-
- hashCode() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
-
- hashCode() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
-
- hashCode() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
-
- hashCode() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
- hashCode() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
-
- hashCode() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
-
- hashCode() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
-
- hashCode() - Method in class com.google.ortools.constraintsolver.PerturbationStrategy
-
- hashCode() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
-
- hashCode() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
-
- hashCode() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
- hashCode() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- hashCode() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
-
- hashCode() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
-
- hashCode() - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus
-
- hashCode() - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
-
- hashCode() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
- hashCode() - Method in class com.google.ortools.constraintsolver.RuinStrategy
-
- hashCode() - Method in class com.google.ortools.constraintsolver.SearchStatistics
-
- hashCode() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
-
- hashCode() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy
-
- hashCode() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
-
- hashCode() - Method in class com.google.ortools.glop.GlopParameters
-
- hashCode() - Method in class com.google.ortools.graph.FlowArcProto
-
- hashCode() - Method in class com.google.ortools.graph.FlowModelProto
-
- hashCode() - Method in class com.google.ortools.graph.FlowNodeProto
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPModelProto
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPSolution
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPSolveInfo
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
- hashCode() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
- hashCode() - Method in class com.google.ortools.linearsolver.OptionalDouble
-
- hashCode() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
-
- hashCode() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
-
- hashCode() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
- hashCode() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
- hashCode() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
-
- hashCode() - Method in class com.google.ortools.pdlp.IterationStats
-
- hashCode() - Method in class com.google.ortools.pdlp.MalitskyPockParams
-
- hashCode() - Method in class com.google.ortools.pdlp.PointMetadata
-
- hashCode() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
- hashCode() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
-
- hashCode() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
- hashCode() - Method in class com.google.ortools.pdlp.SolveLog
-
- hashCode() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
-
- hashCode() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
- hashCode() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
-
- hashCode() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.AutomatonConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.BoolArgumentProto
-
- hashCode() - Method in class com.google.ortools.sat.BooleanAssignment
-
- hashCode() - Method in class com.google.ortools.sat.CircuitConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.ConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.CpModelProto
-
- hashCode() - Method in class com.google.ortools.sat.CpObjectiveProto
-
- hashCode() - Method in class com.google.ortools.sat.CpSolverResponse
-
- hashCode() - Method in class com.google.ortools.sat.CpSolverSolution
-
- hashCode() - Method in class com.google.ortools.sat.CumulativeConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.DecisionStrategyProto
-
- hashCode() - Method in class com.google.ortools.sat.DenseMatrixProto
-
- hashCode() - Method in class com.google.ortools.sat.ElementConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.FloatObjectiveProto
-
- hashCode() - Method in class com.google.ortools.sat.IntegerVariableProto
-
- hashCode() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.InverseConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.LinearArgumentProto
-
- hashCode() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
- hashCode() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
- hashCode() - Method in class com.google.ortools.sat.LinearConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.LinearExpressionProto
-
- hashCode() - Method in class com.google.ortools.sat.LinearObjective
-
- hashCode() - Method in class com.google.ortools.sat.ListOfVariablesProto
-
- hashCode() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.PartialVariableAssignment
-
- hashCode() - Method in class com.google.ortools.sat.ReservoirConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.RoutesConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.SatParameters
-
- hashCode() - Method in class com.google.ortools.sat.SparsePermutationProto
-
- hashCode() - Method in class com.google.ortools.sat.SymmetryProto
-
- hashCode() - Method in class com.google.ortools.sat.TableConstraintProto
-
- hashCode() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
- hashCode() - Method in class com.google.ortools.util.Int128
-
- hasHead() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
optional int64 head = 2;
- hasHead() - Method in class com.google.ortools.graph.FlowArcProto
-
optional int64 head = 2;
- hasHead() - Method in interface com.google.ortools.graph.FlowArcProtoOrBuilder
-
optional int64 head = 2;
- hasHintConflictLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Conflict limit used in the phase that exploit the solution hint.
- hasHintConflictLimit() - Method in class com.google.ortools.sat.SatParameters
-
Conflict limit used in the phase that exploit the solution hint.
- hasHintConflictLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Conflict limit used in the phase that exploit the solution hint.
- hasId() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
The ids must be non-negative (>= 0).
- hasId() - Method in class com.google.ortools.graph.FlowNodeProto
-
The ids must be non-negative (>= 0).
- hasId() - Method in interface com.google.ortools.graph.FlowNodeProtoOrBuilder
-
The ids must be non-negative (>= 0).
- hasIgnoreNames() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we don't keep names in our internal copy of the user given model.
- hasIgnoreNames() - Method in class com.google.ortools.sat.SatParameters
-
If true, we don't keep names in our internal copy of the user given model.
- hasIgnoreNames() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we don't keep names in our internal copy of the user given model.
- hasIgnoreSolverSpecificParametersFailure() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
- hasIgnoreSolverSpecificParametersFailure() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
- hasIgnoreSolverSpecificParametersFailure() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
- hasImprovementLimitParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The improvement search limit is added to the solver if the following
parameters are set.
- hasImprovementLimitParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
The improvement search limit is added to the solver if the following
parameters are set.
- hasImprovementLimitParameters() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
The improvement search limit is added to the solver if the following
parameters are set.
- hasImprovePerturbedSolution() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Determines whether solution S', obtained from the perturbation, should be
optimized with a local search application.
- hasImprovePerturbedSolution() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
-
Determines whether solution S', obtained from the perturbation, should be
optimized with a local search application.
- hasImprovePerturbedSolution() - Method in interface com.google.ortools.constraintsolver.IteratedLocalSearchParametersOrBuilder
-
Determines whether solution S', obtained from the perturbation, should be
optimized with a local search application.
- hasIndicatorConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- hasIndicatorConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- hasIndicatorConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- hasInferAllDiffs() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Run a max-clique code amongst all the x !
- hasInferAllDiffs() - Method in class com.google.ortools.sat.SatParameters
-
Run a max-clique code amongst all the x !
- hasInferAllDiffs() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Run a max-clique code amongst all the x !
- hasInfiniteConstraintBoundThreshold() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Constraint bounds with absolute value at least this threshold are replaced
with infinities.
- hasInfiniteConstraintBoundThreshold() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
Constraint bounds with absolute value at least this threshold are replaced
with infinities.
- hasInfiniteConstraintBoundThreshold() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
Constraint bounds with absolute value at least this threshold are replaced
with infinities.
- hasInitialBasis() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
- hasInitialBasis() - Method in class com.google.ortools.glop.GlopParameters
-
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
- hasInitialBasis() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
- hasInitialConditionNumberThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If our upper bound on the condition number of the initial basis (from our
heurisitic or a warm start) is above this threshold, we revert to an all
slack basis.
- hasInitialConditionNumberThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
If our upper bound on the condition number of the initial basis (from our
heurisitic or a warm start) is above this threshold, we revert to an all
slack basis.
- hasInitialConditionNumberThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If our upper bound on the condition number of the initial basis (from our
heurisitic or a warm start) is above this threshold, we revert to an all
slack basis.
- hasInitializeDevexWithColumnNorms() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether we initialize devex weights to 1.0 or to the norms of the matrix
columns.
- hasInitializeDevexWithColumnNorms() - Method in class com.google.ortools.glop.GlopParameters
-
Whether we initialize devex weights to 1.0 or to the norms of the matrix
columns.
- hasInitializeDevexWithColumnNorms() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether we initialize devex weights to 1.0 or to the norms of the matrix
columns.
- hasInitialPolarity() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
- hasInitialPolarity() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
- hasInitialPolarity() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
- hasInitialPrimalWeight() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The initial value of the primal weight (i.e., the ratio of primal and dual
step sizes).
- hasInitialPrimalWeight() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
The initial value of the primal weight (i.e., the ratio of primal and dual
step sizes).
- hasInitialPrimalWeight() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
The initial value of the primal weight (i.e., the ratio of primal and dual
step sizes).
- hasInitialStepSizeScaling() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Scaling factor applied to the initial step size (all step sizes if
linesearch_rule == CONSTANT_STEP_SIZE_RULE).
- hasInitialStepSizeScaling() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
Scaling factor applied to the initial step size (all step sizes if
linesearch_rule == CONSTANT_STEP_SIZE_RULE).
- hasInitialStepSizeScaling() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
Scaling factor applied to the initial step size (all step sizes if
linesearch_rule == CONSTANT_STEP_SIZE_RULE).
- hasInitialTemperature() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
The initial temperature.
- hasInitialTemperature() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
-
The initial temperature.
- hasInitialTemperature() - Method in interface com.google.ortools.constraintsolver.SimulatedAnnealingParametersOrBuilder
-
The initial temperature.
- hasInitialVariablesActivity() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The initial value of the variables activity.
- hasInitialVariablesActivity() - Method in class com.google.ortools.sat.SatParameters
-
The initial value of the variables activity.
- hasInitialVariablesActivity() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The initial value of the variables activity.
- hasInprocessingDtimeRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Proportion of deterministic time we should spend on inprocessing.
- hasInprocessingDtimeRatio() - Method in class com.google.ortools.sat.SatParameters
-
Proportion of deterministic time we should spend on inprocessing.
- hasInprocessingDtimeRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Proportion of deterministic time we should spend on inprocessing.
- hasInprocessingMinimizationDtime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Parameters for an heuristic similar to the one described in "An effective
learnt clause minimization approach for CDCL Sat Solvers",
https://www.ijcai.org/proceedings/2017/0098.pdf
This is the amount of dtime we should spend on this technique during each
inprocessing phase.
- hasInprocessingMinimizationDtime() - Method in class com.google.ortools.sat.SatParameters
-
Parameters for an heuristic similar to the one described in "An effective
learnt clause minimization approach for CDCL Sat Solvers",
https://www.ijcai.org/proceedings/2017/0098.pdf
This is the amount of dtime we should spend on this technique during each
inprocessing phase.
- hasInprocessingMinimizationDtime() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Parameters for an heuristic similar to the one described in "An effective
learnt clause minimization approach for CDCL Sat Solvers",
https://www.ijcai.org/proceedings/2017/0098.pdf
This is the amount of dtime we should spend on this technique during each
inprocessing phase.
- hasInprocessingMinimizationUseAllOrderings() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool inprocessing_minimization_use_all_orderings = 298 [default = false];
- hasInprocessingMinimizationUseAllOrderings() - Method in class com.google.ortools.sat.SatParameters
-
optional bool inprocessing_minimization_use_all_orderings = 298 [default = false];
- hasInprocessingMinimizationUseAllOrderings() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool inprocessing_minimization_use_all_orderings = 298 [default = false];
- hasInprocessingMinimizationUseConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool inprocessing_minimization_use_conflict_analysis = 297 [default = true];
- hasInprocessingMinimizationUseConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters
-
optional bool inprocessing_minimization_use_conflict_analysis = 297 [default = true];
- hasInprocessingMinimizationUseConflictAnalysis() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool inprocessing_minimization_use_conflict_analysis = 297 [default = true];
- hasInprocessingProbingDtime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The amount of dtime we should spend on probing for each inprocessing round.
- hasInprocessingProbingDtime() - Method in class com.google.ortools.sat.SatParameters
-
The amount of dtime we should spend on probing for each inprocessing round.
- hasInprocessingProbingDtime() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The amount of dtime we should spend on probing for each inprocessing round.
- hasInstanceName() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The name of the optimization problem.
- hasInstanceName() - Method in class com.google.ortools.pdlp.SolveLog
-
The name of the optimization problem.
- hasInstanceName() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
The name of the optimization problem.
- hasInstantiateAllVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver will add a default integer branching strategy to the
already defined search strategy.
- hasInstantiateAllVariables() - Method in class com.google.ortools.sat.SatParameters
-
If true, the solver will add a default integer branching strategy to the
already defined search strategy.
- hasInstantiateAllVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, the solver will add a default integer branching strategy to the
already defined search strategy.
- hasIntDiv() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- hasIntDiv() - Method in class com.google.ortools.sat.ConstraintProto
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- hasIntDiv() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- hasIntegerObjective() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Contains the integer objective optimized internally.
- hasIntegerObjective() - Method in class com.google.ortools.sat.CpSolverResponse
-
Contains the integer objective optimized internally.
- hasIntegerObjective() - Method in interface com.google.ortools.sat.CpSolverResponseOrBuilder
-
Contains the integer objective optimized internally.
- hasInterleaveBatchSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 interleave_batch_size = 134 [default = 0];
- hasInterleaveBatchSize() - Method in class com.google.ortools.sat.SatParameters
-
optional int32 interleave_batch_size = 134 [default = 0];
- hasInterleaveBatchSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional int32 interleave_batch_size = 134 [default = 0];
- hasInterleaveSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- hasInterleaveSearch() - Method in class com.google.ortools.sat.SatParameters
-
Experimental.
- hasInterleaveSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Experimental.
- hasInterval() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- hasInterval() - Method in class com.google.ortools.sat.ConstraintProto
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- hasInterval() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- hasIntMod() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- hasIntMod() - Method in class com.google.ortools.sat.ConstraintProto
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- hasIntMod() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- hasIntProd() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_prod constraint forces the target to equal the product of all
variables.
- hasIntProd() - Method in class com.google.ortools.sat.ConstraintProto
-
The int_prod constraint forces the target to equal the product of all
variables.
- hasIntProd() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The int_prod constraint forces the target to equal the product of all
variables.
- hasInverse() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- hasInverse() - Method in class com.google.ortools.sat.ConstraintProto
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- hasInverse() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- hasIsInteger() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
True if the variable is constrained to be integer.
- hasIsInteger() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
True if the variable is constrained to be integer.
- hasIsInteger() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
True if the variable is constrained to be integer.
- hasIsLazy() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
[Advanced usage: do not use this if you don't know what you're doing.]
- hasIsLazy() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
[Advanced usage: do not use this if you don't know what you're doing.]
- hasIsLazy() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
[Advanced usage: do not use this if you don't know what you're doing.]
- hasIteratedLocalSearchParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Iterated Local Search parameters.
- hasIteratedLocalSearchParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Iterated Local Search parameters.
- hasIteratedLocalSearchParameters() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Iterated Local Search parameters.
- hasIterationCount() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional int32 iteration_count = 5;
- hasIterationCount() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
optional int32 iteration_count = 5;
- hasIterationCount() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
optional int32 iteration_count = 5;
- hasIterationCount() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The total number of iterations during the solve.
- hasIterationCount() - Method in class com.google.ortools.pdlp.SolveLog
-
The total number of iterations during the solve.
- hasIterationCount() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
The total number of iterations during the solve.
- hasIterationLimit() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_ITERATION_LIMIT then the solver
has taken at least iterations_limit iterations.
- hasIterationLimit() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
If termination_reason = TERMINATION_REASON_ITERATION_LIMIT then the solver
has taken at least iterations_limit iterations.
- hasIterationLimit() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
If termination_reason = TERMINATION_REASON_ITERATION_LIMIT then the solver
has taken at least iterations_limit iterations.
- hasIterationNumber() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The iteration number at which these stats were recorded.
- hasIterationNumber() - Method in class com.google.ortools.pdlp.IterationStats
-
The iteration number at which these stats were recorded.
- hasIterationNumber() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
The iteration number at which these stats were recorded.
- hasKeepAllFeasibleSolutionsInPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we disable the presolve reductions that remove feasible solutions
from the search space.
- hasKeepAllFeasibleSolutionsInPresolve() - Method in class com.google.ortools.sat.SatParameters
-
If true, we disable the presolve reductions that remove feasible solutions
from the search space.
- hasKeepAllFeasibleSolutionsInPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we disable the presolve reductions that remove feasible solutions
from the search space.
- hasKeepSymmetryInPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- hasKeepSymmetryInPresolve() - Method in class com.google.ortools.sat.SatParameters
-
Experimental.
- hasKeepSymmetryInPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Experimental.
- hasKktMatrixPassLimit() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_KKT_MATRIX_PASS_LIMIT then
cumulative_kkt_matrix_passes is at least kkt_pass_limit.
- hasKktMatrixPassLimit() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
If termination_reason = TERMINATION_REASON_KKT_MATRIX_PASS_LIMIT then
cumulative_kkt_matrix_passes is at least kkt_pass_limit.
- hasKktMatrixPassLimit() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
If termination_reason = TERMINATION_REASON_KKT_MATRIX_PASS_LIMIT then
cumulative_kkt_matrix_passes is at least kkt_pass_limit.
- hasL2DualResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The l_2 norm of the violations of dual constraints.
- hasL2DualResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The l_2 norm of the violations of dual constraints.
- hasL2DualResidual() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The l_2 norm of the violations of dual constraints.
- hasL2DualVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The l_2 norm of the dual variables.
- hasL2DualVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The l_2 norm of the dual variables.
- hasL2DualVariable() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The l_2 norm of the dual variables.
- hasL2NormRescaling() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
If true, applies L_2 norm rescaling after the Ruiz rescaling.
- hasL2NormRescaling() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
If true, applies L_2 norm rescaling after the Ruiz rescaling.
- hasL2NormRescaling() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
If true, applies L_2 norm rescaling after the Ruiz rescaling.
- hasL2PrimalResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The l_2 norm of the violations of primal constraints.
- hasL2PrimalResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The l_2 norm of the violations of primal constraints.
- hasL2PrimalResidual() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The l_2 norm of the violations of primal constraints.
- hasL2PrimalVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The l_2 norm of the primal variables.
- hasL2PrimalVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The l_2 norm of the primal variables.
- hasL2PrimalVariable() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The l_2 norm of the primal variables.
- hasLbRelaxNumWorkersThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Only use lb-relax if we have at least that many workers.
- hasLbRelaxNumWorkersThreshold() - Method in class com.google.ortools.sat.SatParameters
-
Only use lb-relax if we have at least that many workers.
- hasLbRelaxNumWorkersThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Only use lb-relax if we have at least that many workers.
- hasLinear() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- hasLinear() - Method in class com.google.ortools.sat.ConstraintProto
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- hasLinear() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- hasLinearIndex() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
All expressions below must be affine function with at most one variable.
- hasLinearIndex() - Method in class com.google.ortools.sat.ElementConstraintProto
-
All expressions below must be affine function with at most one variable.
- hasLinearIndex() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
All expressions below must be affine function with at most one variable.
- hasLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A non-negative level indicating the type of constraints we consider in the
LP relaxation.
- hasLinearizationLevel() - Method in class com.google.ortools.sat.SatParameters
-
A non-negative level indicating the type of constraints we consider in the
LP relaxation.
- hasLinearizationLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A non-negative level indicating the type of constraints we consider in the
LP relaxation.
- hasLinearSplitSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Linear constraints that are not pseudo-Boolean and that are longer than
this size will be split into sqrt(size) intermediate sums in order to have
faster propation in the CP engine.
- hasLinearSplitSize() - Method in class com.google.ortools.sat.SatParameters
-
Linear constraints that are not pseudo-Boolean and that are longer than
this size will be split into sqrt(size) intermediate sums in order to have
faster propation in the CP engine.
- hasLinearSplitSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Linear constraints that are not pseudo-Boolean and that are longer than
this size will be split into sqrt(size) intermediate sums in order to have
faster propation in the CP engine.
- hasLinearTarget() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto linear_target = 5;
- hasLinearTarget() - Method in class com.google.ortools.sat.ElementConstraintProto
-
.operations_research.sat.LinearExpressionProto linear_target = 5;
- hasLinearTarget() - Method in interface com.google.ortools.sat.ElementConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto linear_target = 5;
- hasLinesearchContractionFactor() - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
-
Contraction factor used in the linesearch condition of Malitsky and Pock.
- hasLinesearchContractionFactor() - Method in class com.google.ortools.pdlp.MalitskyPockParams
-
Contraction factor used in the linesearch condition of Malitsky and Pock.
- hasLinesearchContractionFactor() - Method in interface com.google.ortools.pdlp.MalitskyPockParamsOrBuilder
-
Contraction factor used in the linesearch condition of Malitsky and Pock.
- hasLinesearchRule() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Linesearch rule applied at each major iteration.
- hasLinesearchRule() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
Linesearch rule applied at each major iteration.
- hasLinesearchRule() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
Linesearch rule applied at each major iteration.
- hasLInfComponentwiseDualResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum relative violation of any dual constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where
eps_ratio = eps_optimal_dual_residual_absolute
/ eps_optimal_dual_residual_relative
optional double l_inf_componentwise_dual_residual = 25;
- hasLInfComponentwiseDualResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The maximum relative violation of any dual constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where
eps_ratio = eps_optimal_dual_residual_absolute
/ eps_optimal_dual_residual_relative
optional double l_inf_componentwise_dual_residual = 25;
- hasLInfComponentwiseDualResidual() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The maximum relative violation of any dual constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where
eps_ratio = eps_optimal_dual_residual_absolute
/ eps_optimal_dual_residual_relative
optional double l_inf_componentwise_dual_residual = 25;
- hasLInfComponentwisePrimalResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum relative violation of any primal constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where
eps_ratio = eps_optimal_primal_residual_absolute
/ eps_optimal_primal_residual_relative
and bound is the violated bound.
- hasLInfComponentwisePrimalResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The maximum relative violation of any primal constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where
eps_ratio = eps_optimal_primal_residual_absolute
/ eps_optimal_primal_residual_relative
and bound is the violated bound.
- hasLInfComponentwisePrimalResidual() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The maximum relative violation of any primal constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where
eps_ratio = eps_optimal_primal_residual_absolute
/ eps_optimal_primal_residual_relative
and bound is the violated bound.
- hasLInfDualResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum violation of any dual constraint, i.e., the l_∞ norm of the
violations.
- hasLInfDualResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The maximum violation of any dual constraint, i.e., the l_∞ norm of the
violations.
- hasLInfDualResidual() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The maximum violation of any dual constraint, i.e., the l_∞ norm of the
violations.
- hasLInfDualVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum absolute value of the dual variables, i.e., the l_∞ norm.
- hasLInfDualVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The maximum absolute value of the dual variables, i.e., the l_∞ norm.
- hasLInfDualVariable() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The maximum absolute value of the dual variables, i.e., the l_∞ norm.
- hasLInfPrimalResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum violation of any primal constraint, i.e., the l_∞ norm of the
violations.
- hasLInfPrimalResidual() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The maximum violation of any primal constraint, i.e., the l_∞ norm of the
violations.
- hasLInfPrimalResidual() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The maximum violation of any primal constraint, i.e., the l_∞ norm of the
violations.
- hasLInfPrimalVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum absolute value of the primal variables, i.e., the l_∞ norm.
- hasLInfPrimalVariable() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The maximum absolute value of the primal variables, i.e., the l_∞ norm.
- hasLInfPrimalVariable() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The maximum absolute value of the primal variables, i.e., the l_∞ norm.
- hasLInfRuizIterations() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Number of L_infinity Ruiz rescaling iterations to apply to the constraint
matrix.
- hasLInfRuizIterations() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
Number of L_infinity Ruiz rescaling iterations to apply to the constraint
matrix.
- hasLInfRuizIterations() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
Number of L_infinity Ruiz rescaling iterations to apply to the constraint
matrix.
- hasLinMax() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- hasLinMax() - Method in class com.google.ortools.sat.ConstraintProto
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- hasLinMax() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- hasLnsInitialDeterministicLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double lns_initial_deterministic_limit = 308 [default = 0.1];
- hasLnsInitialDeterministicLimit() - Method in class com.google.ortools.sat.SatParameters
-
optional double lns_initial_deterministic_limit = 308 [default = 0.1];
- hasLnsInitialDeterministicLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double lns_initial_deterministic_limit = 308 [default = 0.1];
- hasLnsInitialDifficulty() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Initial parameters for neighborhood generation.
- hasLnsInitialDifficulty() - Method in class com.google.ortools.sat.SatParameters
-
Initial parameters for neighborhood generation.
- hasLnsInitialDifficulty() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Initial parameters for neighborhood generation.
- hasLnsTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the completion search for each local search
neighbor.
- hasLnsTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Limit to the time spent in the completion search for each local search
neighbor.
- hasLnsTimeLimit() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Limit to the time spent in the completion search for each local search
neighbor.
- HasLocalCumulOptimizer(RoutingDimension) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- hasLocalSearchOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- hasLocalSearchOperators() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- hasLocalSearchOperators() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- hasLogIntervalSeconds() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Time between iteration-level statistics logging (if `verbosity_level > 1`).
- hasLogIntervalSeconds() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
Time between iteration-level statistics logging (if `verbosity_level > 1`).
- hasLogIntervalSeconds() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
Time between iteration-level statistics logging (if `verbosity_level > 1`).
- hasLogPrefix() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a prefix to all logs.
- hasLogPrefix() - Method in class com.google.ortools.sat.SatParameters
-
Add a prefix to all logs.
- hasLogPrefix() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Add a prefix to all logs.
- hasLogSearchProgress() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether the solver should log the search progress to LOG(INFO).
- hasLogSearchProgress() - Method in class com.google.ortools.bop.BopParameters
-
Whether the solver should log the search progress to LOG(INFO).
- hasLogSearchProgress() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether the solver should log the search progress to LOG(INFO).
- hasLogSearchProgress() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, logs the progress of a solve to LOG(INFO).
- hasLogSearchProgress() - Method in class com.google.ortools.glop.GlopParameters
-
If true, logs the progress of a solve to LOG(INFO).
- hasLogSearchProgress() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If true, logs the progress of a solve to LOG(INFO).
- hasLogSearchProgress() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether the solver should log the search progress.
- hasLogSearchProgress() - Method in class com.google.ortools.sat.SatParameters
-
Whether the solver should log the search progress.
- hasLogSearchProgress() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether the solver should log the search progress.
- hasLogSubsolverStatistics() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether the solver should display per sub-solver search statistics.
- hasLogSubsolverStatistics() - Method in class com.google.ortools.sat.SatParameters
-
Whether the solver should display per sub-solver search statistics.
- hasLogSubsolverStatistics() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether the solver should display per sub-solver search statistics.
- hasLogToResponse() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Log to response proto.
- hasLogToResponse() - Method in class com.google.ortools.sat.SatParameters
-
Log to response proto.
- hasLogToResponse() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Log to response proto.
- hasLogToStdout() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, logs will be displayed to stdout instead of using Google log info.
- hasLogToStdout() - Method in class com.google.ortools.glop.GlopParameters
-
If true, logs will be displayed to stdout instead of using Google log info.
- hasLogToStdout() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If true, logs will be displayed to stdout instead of using Google log info.
- hasLogToStdout() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Log to stdout.
- hasLogToStdout() - Method in class com.google.ortools.sat.SatParameters
-
Log to stdout.
- hasLogToStdout() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Log to stdout.
- hasLowerBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
lower_bound must be <= upper_bound.
- hasLowerBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
lower_bound must be <= upper_bound.
- hasLowerBound() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
lower_bound must be <= upper_bound.
- hasLowerBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
lower_bound must be <= upper_bound.
- hasLowerBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
lower_bound must be <= upper_bound.
- hasLowerBound() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
lower_bound must be <= upper_bound.
- hasLowerBound() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
lower_bound must be <= upper_bound.
- hasLowerBound() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
lower_bound must be <= upper_bound.
- hasLowerBound() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
lower_bound must be <= upper_bound.
- hasLowerBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
Optional lower (resp. upper) bound of the constraint.
- hasLowerBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
Optional lower (resp. upper) bound of the constraint.
- hasLowerBound() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
Optional lower (resp. upper) bound of the constraint.
- hasLpAlgorithm() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Algorithm to solve linear programs.
- hasLpAlgorithm() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Algorithm to solve linear programs.
- hasLpAlgorithm() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Algorithm to solve linear programs.
- hasLpDualTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double lp_dual_tolerance = 267 [default = 1e-07];
- hasLpDualTolerance() - Method in class com.google.ortools.sat.SatParameters
-
optional double lp_dual_tolerance = 267 [default = 1e-07];
- hasLpDualTolerance() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double lp_dual_tolerance = 267 [default = 1e-07];
- hasLpMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The max deterministic time given to the LP solver each time it is called.
- hasLpMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters
-
The max deterministic time given to the LP solver each time it is called.
- hasLpMaxDeterministicTime() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The max deterministic time given to the LP solver each time it is called.
- hasLpPrimalTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The internal LP tolerances used by CP-SAT.
- hasLpPrimalTolerance() - Method in class com.google.ortools.sat.SatParameters
-
The internal LP tolerances used by CP-SAT.
- hasLpPrimalTolerance() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The internal LP tolerances used by CP-SAT.
- hasLuFactorizationPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Threshold for LU-factorization: for stability reasons, the magnitude of the
chosen pivot at a given step is guaranteed to be greater than this
threshold times the maximum magnitude of all the possible pivot choices in
the same column.
- hasLuFactorizationPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
Threshold for LU-factorization: for stability reasons, the magnitude of the
chosen pivot at a given step is guaranteed to be greater than this
threshold times the maximum magnitude of all the possible pivot choices in
the same column.
- hasLuFactorizationPivotThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Threshold for LU-factorization: for stability reasons, the magnitude of the
chosen pivot at a given step is guaranteed to be greater than this
threshold times the maximum magnitude of all the possible pivot choices in
the same column.
- hasMainIterationCount() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
The iteration count for the main iteration when this feasibility polishing
phase was triggered.
- hasMainIterationCount() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
The iteration count for the main iteration when this feasibility polishing
phase was triggered.
- hasMainIterationCount() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
The iteration count for the main iteration when this feasibility polishing
phase was triggered.
- hasMajorIterationFrequency() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The frequency at which extra work is performed to make major algorithmic
decisions, e.g., performing restarts and updating the primal weight.
- hasMajorIterationFrequency() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
The frequency at which extra work is performed to make major algorithmic
decisions, e.g., performing restarts and updating the primal weight.
- hasMajorIterationFrequency() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
The frequency at which extra work is performed to make major algorithmic
decisions, e.g., performing restarts and updating the primal weight.
- hasMalitskyPockParameters() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- hasMalitskyPockParameters() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- hasMalitskyPockParameters() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- HasMandatoryDisjunctions() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns true if the model contains mandatory disjunctions (ones with
kNoPenalty as penalty).
- hasMarkowitzSingularityThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If a pivot magnitude is smaller than this during the Markowitz LU
factorization, then the matrix is assumed to be singular.
- hasMarkowitzSingularityThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
If a pivot magnitude is smaller than this during the Markowitz LU
factorization, then the matrix is assumed to be singular.
- hasMarkowitzSingularityThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If a pivot magnitude is smaller than this during the Markowitz LU
factorization, then the matrix is assumed to be singular.
- hasMarkowitzZlatevParameter() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
How many columns do we look at in the Markowitz pivoting rule to find
a good pivot.
- hasMarkowitzZlatevParameter() - Method in class com.google.ortools.glop.GlopParameters
-
How many columns do we look at in the Markowitz pivoting rule to find
a good pivot.
- hasMarkowitzZlatevParameter() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
How many columns do we look at in the Markowitz pivoting rule to find
a good pivot.
- hasMaxAllDiffCutSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Cut generator for all diffs can add too many cuts for large all_diff
constraints.
- hasMaxAllDiffCutSize() - Method in class com.google.ortools.sat.SatParameters
-
Cut generator for all diffs can add too many cuts for large all_diff
constraints.
- hasMaxAllDiffCutSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Cut generator for all diffs can add too many cuts for large all_diff
constraints.
- HasMaxCardinalityConstrainedDisjunctions() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns true if the model contains at least one disjunction which is
constrained by its max_cardinality.
- hasMaxClauseActivityValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double max_clause_activity_value = 18 [default = 1e+20];
- hasMaxClauseActivityValue() - Method in class com.google.ortools.sat.SatParameters
-
optional double max_clause_activity_value = 18 [default = 1e+20];
- hasMaxClauseActivityValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double max_clause_activity_value = 18 [default = 1e+20];
- hasMaxConsecutiveInactiveCount() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If a constraint/cut in LP is not active for that many consecutive OPTIMAL
solves, remove it from the LP.
- hasMaxConsecutiveInactiveCount() - Method in class com.google.ortools.sat.SatParameters
-
If a constraint/cut in LP is not active for that many consecutive OPTIMAL
solves, remove it from the LP.
- hasMaxConsecutiveInactiveCount() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If a constraint/cut in LP is not active for that many consecutive OPTIMAL
solves, remove it from the LP.
- hasMaxConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = max(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint max_constraint = 9;
- hasMaxConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
resultant_var = max(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint max_constraint = 9;
- hasMaxConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
resultant_var = max(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint max_constraint = 9;
- hasMaxCutRoundsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max number of time we perform cut generation and resolve the LP at level 0.
- hasMaxCutRoundsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters
-
Max number of time we perform cut generation and resolve the LP at level 0.
- hasMaxCutRoundsAtLevelZero() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Max number of time we perform cut generation and resolve the LP at level 0.
- hasMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum time allowed in deterministic time to solve a problem.
- hasMaxDeterministicTime() - Method in class com.google.ortools.bop.BopParameters
-
Maximum time allowed in deterministic time to solve a problem.
- hasMaxDeterministicTime() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum time allowed in deterministic time to solve a problem.
- hasMaxDeterministicTime() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum deterministic time allowed to solve a problem.
- hasMaxDeterministicTime() - Method in class com.google.ortools.glop.GlopParameters
-
Maximum deterministic time allowed to solve a problem.
- hasMaxDeterministicTime() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Maximum deterministic time allowed to solve a problem.
- hasMaxDeterministicTime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum time allowed in deterministic time to solve a problem.
- hasMaxDeterministicTime() - Method in class com.google.ortools.sat.SatParameters
-
Maximum time allowed in deterministic time to solve a problem.
- hasMaxDeterministicTime() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Maximum time allowed in deterministic time to solve a problem.
- hasMaxDomainSizeWhenEncodingEqNeqConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When loading a*x + b*y ==/!
- hasMaxDomainSizeWhenEncodingEqNeqConstraints() - Method in class com.google.ortools.sat.SatParameters
-
When loading a*x + b*y ==/!
- hasMaxDomainSizeWhenEncodingEqNeqConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When loading a*x + b*y ==/!
- hasMaxDualRayInfeasibility() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
Let (y_ray, r_ray) be the algorithm's estimate of the dual and reduced cost
extreme ray where (y_ray, r_ray) is a vector (satisfying the dual variable
constraints) scaled such that its infinity norm is one.
- hasMaxDualRayInfeasibility() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
-
Let (y_ray, r_ray) be the algorithm's estimate of the dual and reduced cost
extreme ray where (y_ray, r_ray) is a vector (satisfying the dual variable
constraints) scaled such that its infinity norm is one.
- hasMaxDualRayInfeasibility() - Method in interface com.google.ortools.pdlp.InfeasibilityInformationOrBuilder
-
Let (y_ray, r_ray) be the algorithm's estimate of the dual and reduced cost
extreme ray where (y_ray, r_ray) is a vector (satisfying the dual variable
constraints) scaled such that its infinity norm is one.
- hasMaximize() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
True if the problem is a maximization problem.
- hasMaximize() - Method in class com.google.ortools.linearsolver.MPModelProto
-
True if the problem is a maximization problem.
- hasMaximize() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
True if the problem is a maximization problem.
- hasMaximumRegionsToSplitInDisconnectedNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Detects when the space where items of a no_overlap_2d constraint can placed
is disjoint (ie., fixed boxes split the domain).
- hasMaximumRegionsToSplitInDisconnectedNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters
-
Detects when the space where items of a no_overlap_2d constraint can placed
is disjoint (ie., fixed boxes split the domain).
- hasMaximumRegionsToSplitInDisconnectedNoOverlap2D() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Detects when the space where items of a no_overlap_2d constraint can placed
is disjoint (ie., fixed boxes split the domain).
- hasMaxIntegerRoundingScaling() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In the integer rounding procedure used for MIR and Gomory cut, the maximum
"scaling" we use (must be positive).
- hasMaxIntegerRoundingScaling() - Method in class com.google.ortools.sat.SatParameters
-
In the integer rounding procedure used for MIR and Gomory cut, the maximum
"scaling" we use (must be positive).
- hasMaxIntegerRoundingScaling() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In the integer rounding procedure used for MIR and Gomory cut, the maximum
"scaling" we use (must be positive).
- hasMaxLinMaxSizeForExpansion() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If the number of expressions in the lin_max is less that the max size
parameter, model expansion replaces target = max(xi) by linear constraint
with the introduction of new booleans bi such that bi => target == xi.
- hasMaxLinMaxSizeForExpansion() - Method in class com.google.ortools.sat.SatParameters
-
If the number of expressions in the lin_max is less that the max size
parameter, model expansion replaces target = max(xi) by linear constraint
with the introduction of new booleans bi such that bi => target == xi.
- hasMaxLinMaxSizeForExpansion() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If the number of expressions in the lin_max is less that the max size
parameter, model expansion replaces target = max(xi) by linear constraint
with the introduction of new booleans bi such that bi => target == xi.
- hasMaxLpSolveForFeasibilityProblems() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The maximum number of time the LP solver will run to feasibility for pure
feasibility problems (with a constant-valued objective function).
- hasMaxLpSolveForFeasibilityProblems() - Method in class com.google.ortools.bop.BopParameters
-
The maximum number of time the LP solver will run to feasibility for pure
feasibility problems (with a constant-valued objective function).
- hasMaxLpSolveForFeasibilityProblems() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The maximum number of time the LP solver will run to feasibility for pure
feasibility problems (with a constant-valued objective function).
- hasMaxMemoryInMb() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum memory allowed for the whole thread containing the solver.
- hasMaxMemoryInMb() - Method in class com.google.ortools.sat.SatParameters
-
Maximum memory allowed for the whole thread containing the solver.
- hasMaxMemoryInMb() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Maximum memory allowed for the whole thread containing the solver.
- hasMaxNumberOfBacktracksInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of backtracks times the number of variables in Local Search,
ie. max num backtracks == max_number_of_backtracks_in_ls / num variables.
- hasMaxNumberOfBacktracksInLs() - Method in class com.google.ortools.bop.BopParameters
-
Maximum number of backtracks times the number of variables in Local Search,
ie. max num backtracks == max_number_of_backtracks_in_ls / num variables.
- hasMaxNumberOfBacktracksInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum number of backtracks times the number of variables in Local Search,
ie. max num backtracks == max_number_of_backtracks_in_ls / num variables.
- hasMaxNumberOfConflicts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum number of conflicts allowed to solve a problem.
- hasMaxNumberOfConflicts() - Method in class com.google.ortools.sat.SatParameters
-
Maximum number of conflicts allowed to solve a problem.
- hasMaxNumberOfConflicts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Maximum number of conflicts allowed to solve a problem.
- hasMaxNumberOfConflictsForQuickCheck() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem for the quick check of infeasibility.
- hasMaxNumberOfConflictsForQuickCheck() - Method in class com.google.ortools.bop.BopParameters
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem for the quick check of infeasibility.
- hasMaxNumberOfConflictsForQuickCheck() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem for the quick check of infeasibility.
- hasMaxNumberOfConflictsInRandomLns() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem.
- hasMaxNumberOfConflictsInRandomLns() - Method in class com.google.ortools.bop.BopParameters
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem.
- hasMaxNumberOfConflictsInRandomLns() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem.
- hasMaxNumberOfConflictsInRandomSolutionGeneration() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to generate a random solution.
- hasMaxNumberOfConflictsInRandomSolutionGeneration() - Method in class com.google.ortools.bop.BopParameters
-
The number of conflicts the SAT solver has to generate a random solution.
- hasMaxNumberOfConflictsInRandomSolutionGeneration() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of conflicts the SAT solver has to generate a random solution.
- hasMaxNumberOfConsecutiveFailingOptimizerCalls() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of consecutive optimizer calls without improving the
current solution.
- hasMaxNumberOfConsecutiveFailingOptimizerCalls() - Method in class com.google.ortools.bop.BopParameters
-
Maximum number of consecutive optimizer calls without improving the
current solution.
- hasMaxNumberOfConsecutiveFailingOptimizerCalls() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum number of consecutive optimizer calls without improving the
current solution.
- hasMaxNumberOfExploredAssignmentsPerTryInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The maximum number of assignments the Local Search iterates on during one
try.
- hasMaxNumberOfExploredAssignmentsPerTryInLs() - Method in class com.google.ortools.bop.BopParameters
-
The maximum number of assignments the Local Search iterates on during one
try.
- hasMaxNumberOfExploredAssignmentsPerTryInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The maximum number of assignments the Local Search iterates on during one
try.
- hasMaxNumberOfIterations() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum number of simplex iterations to solve a problem.
- hasMaxNumberOfIterations() - Method in class com.google.ortools.glop.GlopParameters
-
Maximum number of simplex iterations to solve a problem.
- hasMaxNumberOfIterations() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Maximum number of simplex iterations to solve a problem.
- hasMaxNumberOfReoptimizations() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When the solution of phase II is imprecise, we re-run the phase II with the
opposite algorithm from that imprecise solution (i.e., if primal or dual
simplex was used, we use dual or primal simplex, respectively).
- hasMaxNumberOfReoptimizations() - Method in class com.google.ortools.glop.GlopParameters
-
When the solution of phase II is imprecise, we re-run the phase II with the
opposite algorithm from that imprecise solution (i.e., if primal or dual
simplex was used, we use dual or primal simplex, respectively).
- hasMaxNumberOfReoptimizations() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When the solution of phase II is imprecise, we re-run the phase II with the
opposite algorithm from that imprecise solution (i.e., if primal or dual
simplex was used, we use dual or primal simplex, respectively).
- hasMaxNumBrokenConstraintsInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Abort the LS search tree as soon as strictly more than this number of
constraints are broken.
- hasMaxNumBrokenConstraintsInLs() - Method in class com.google.ortools.bop.BopParameters
-
Abort the LS search tree as soon as strictly more than this number of
constraints are broken.
- hasMaxNumBrokenConstraintsInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Abort the LS search tree as soon as strictly more than this number of
constraints are broken.
- hasMaxNumCuts() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The limit on the number of cuts in our cut pool.
- hasMaxNumCuts() - Method in class com.google.ortools.sat.SatParameters
-
The limit on the number of cuts in our cut pool.
- hasMaxNumCuts() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The limit on the number of cuts in our cut pool.
- hasMaxNumDecisionsInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of cascading decisions the solver might use to repair the
current solution in the LS.
- hasMaxNumDecisionsInLs() - Method in class com.google.ortools.bop.BopParameters
-
Maximum number of cascading decisions the solver might use to repair the
current solution in the LS.
- hasMaxNumDecisionsInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum number of cascading decisions the solver might use to repair the
current solution in the LS.
- hasMaxNumDeterministicBatches() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stops after that number of batches has been scheduled.
- hasMaxNumDeterministicBatches() - Method in class com.google.ortools.sat.SatParameters
-
Stops after that number of batches has been scheduled.
- hasMaxNumDeterministicBatches() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Stops after that number of batches has been scheduled.
- hasMaxNumIntervalsForTimetableEdgeFinding() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max number of intervals for the timetable_edge_finding algorithm to
propagate.
- hasMaxNumIntervalsForTimetableEdgeFinding() - Method in class com.google.ortools.sat.SatParameters
-
Max number of intervals for the timetable_edge_finding algorithm to
propagate.
- hasMaxNumIntervalsForTimetableEdgeFinding() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Max number of intervals for the timetable_edge_finding algorithm to
propagate.
- hasMaxPairsPairwiseReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If the number of pairs to look is below this threshold, do an extra step of
propagation in the no_overlap_2d constraint by looking at all pairs of
intervals.
- hasMaxPairsPairwiseReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters
-
If the number of pairs to look is below this threshold, do an extra step of
propagation in the no_overlap_2d constraint by looking at all pairs of
intervals.
- hasMaxPairsPairwiseReasoningInNoOverlap2D() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If the number of pairs to look is below this threshold, do an extra step of
propagation in the no_overlap_2d constraint by looking at all pairs of
intervals.
- hasMaxPresolveIterations() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In case of large reduction in a presolve iteration, we perform multiple
presolve iterations.
- hasMaxPresolveIterations() - Method in class com.google.ortools.sat.SatParameters
-
In case of large reduction in a presolve iteration, we perform multiple
presolve iterations.
- hasMaxPresolveIterations() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In case of large reduction in a presolve iteration, we perform multiple
presolve iterations.
- hasMaxPrimalRayInfeasibility() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
Let x_ray be the algorithm's estimate of the primal extreme ray where x_ray
is a vector that satisfies the sign constraints for a ray, scaled such that
its infinity norm is one (the sign constraints are the variable bound
constraints, with all finite bounds mapped to zero).
- hasMaxPrimalRayInfeasibility() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
-
Let x_ray be the algorithm's estimate of the primal extreme ray where x_ray
is a vector that satisfies the sign constraints for a ray, scaled such that
its infinity norm is one (the sign constraints are the variable bound
constraints, with all finite bounds mapped to zero).
- hasMaxPrimalRayInfeasibility() - Method in interface com.google.ortools.pdlp.InfeasibilityInformationOrBuilder
-
Let x_ray be the algorithm's estimate of the primal extreme ray where x_ray
is a vector that satisfies the sign constraints for a ray, scaled such that
its infinity norm is one (the sign constraints are the variable bound
constraints, with all finite bounds mapped to zero).
- hasMaxRemovedSequenceSize() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
-
Maximum number of removed visits per sequence.
- hasMaxRemovedSequenceSize() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy
-
Maximum number of removed visits per sequence.
- hasMaxRemovedSequenceSize() - Method in interface com.google.ortools.constraintsolver.SISRRuinStrategyOrBuilder
-
Maximum number of removed visits per sequence.
- hasMaxSatAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
- hasMaxSatAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
- hasMaxSatAssumptionOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
- hasMaxSatReverseAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, adds the assumption in the reverse order of the one defined by
max_sat_assumption_order.
- hasMaxSatReverseAssumptionOrder() - Method in class com.google.ortools.sat.SatParameters
-
If true, adds the assumption in the reverse order of the one defined by
max_sat_assumption_order.
- hasMaxSatReverseAssumptionOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, adds the assumption in the reverse order of the one defined by
max_sat_assumption_order.
- hasMaxSatStratification() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
- hasMaxSatStratification() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
- hasMaxSatStratification() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
- hasMaxSizeToCreatePrecedenceLiteralsInDisjunctive() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Create one literal for each disjunction of two pairs of tasks.
- hasMaxSizeToCreatePrecedenceLiteralsInDisjunctive() - Method in class com.google.ortools.sat.SatParameters
-
Create one literal for each disjunction of two pairs of tasks.
- hasMaxSizeToCreatePrecedenceLiteralsInDisjunctive() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Create one literal for each disjunction of two pairs of tasks.
- hasMaxTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- hasMaxTimeInSeconds() - Method in class com.google.ortools.bop.BopParameters
-
Maximum time allowed in seconds to solve a problem.
- hasMaxTimeInSeconds() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Maximum time allowed in seconds to solve a problem.
- hasMaxTimeInSeconds() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- hasMaxTimeInSeconds() - Method in class com.google.ortools.glop.GlopParameters
-
Maximum time allowed in seconds to solve a problem.
- hasMaxTimeInSeconds() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Maximum time allowed in seconds to solve a problem.
- hasMaxTimeInSeconds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- hasMaxTimeInSeconds() - Method in class com.google.ortools.sat.SatParameters
-
Maximum time allowed in seconds to solve a problem.
- hasMaxTimeInSeconds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Maximum time allowed in seconds to solve a problem.
- hasMaxValidMagnitude() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Any finite values in the input LP must be below this threshold, otherwise
the model will be reported invalid.
- hasMaxValidMagnitude() - Method in class com.google.ortools.glop.GlopParameters
-
Any finite values in the input LP must be below this threshold, otherwise
the model will be reported invalid.
- hasMaxValidMagnitude() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Any finite values in the input LP must be below this threshold, otherwise
the model will be reported invalid.
- hasMaxVariableActivityValue() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double max_variable_activity_value = 16 [default = 1e+100];
- hasMaxVariableActivityValue() - Method in class com.google.ortools.sat.SatParameters
-
optional double max_variable_activity_value = 16 [default = 1e+100];
- hasMaxVariableActivityValue() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double max_variable_activity_value = 16 [default = 1e+100];
- hasMergeAtMostOneWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
- hasMergeAtMostOneWorkLimit() - Method in class com.google.ortools.sat.SatParameters
-
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
- hasMergeAtMostOneWorkLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
- hasMergeNoOverlapWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, we use a maximum clique heuristic to merge together
no-overlap constraints or at most one constraints.
- hasMergeNoOverlapWorkLimit() - Method in class com.google.ortools.sat.SatParameters
-
During presolve, we use a maximum clique heuristic to merge together
no-overlap constraints or at most one constraints.
- hasMergeNoOverlapWorkLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During presolve, we use a maximum clique heuristic to merge together
no-overlap constraints or at most one constraints.
- hasMinConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = min(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint min_constraint = 8;
- hasMinConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
resultant_var = min(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint min_constraint = 8;
- hasMinConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
resultant_var = min(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint min_constraint = 8;
- hasMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
- hasMinimizationAlgorithm() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
- hasMinimizationAlgorithm() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
- hasMinimizeReductionDuringPbResolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A different algorithm during PB resolution.
- hasMinimizeReductionDuringPbResolution() - Method in class com.google.ortools.sat.SatParameters
-
A different algorithm during PB resolution.
- hasMinimizeReductionDuringPbResolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A different algorithm during PB resolution.
- hasMinimizeSharedClauses() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Minimize and detect subsumption of shared clauses immediately after they
are imported.
- hasMinimizeSharedClauses() - Method in class com.google.ortools.sat.SatParameters
-
Minimize and detect subsumption of shared clauses immediately after they
are imported.
- hasMinimizeSharedClauses() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Minimize and detect subsumption of shared clauses immediately after they
are imported.
- hasMinimumAcceptablePivot() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We never follow a basis change with a pivot under this threshold.
- hasMinimumAcceptablePivot() - Method in class com.google.ortools.glop.GlopParameters
-
We never follow a basis change with a pivot under this threshold.
- hasMinimumAcceptablePivot() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
We never follow a basis change with a pivot under this threshold.
- hasMinOrthogonalityForLpConstraints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
While adding constraints, skip the constraints which have orthogonality
less than 'min_orthogonality_for_lp_constraints' with already added
constraints during current call.
- hasMinOrthogonalityForLpConstraints() - Method in class com.google.ortools.sat.SatParameters
-
While adding constraints, skip the constraints which have orthogonality
less than 'min_orthogonality_for_lp_constraints' with already added
constraints during current call.
- hasMinOrthogonalityForLpConstraints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
While adding constraints, skip the constraints which have orthogonality
less than 'min_orthogonality_for_lp_constraints' with already added
constraints during current call.
- hasMipAutomaticallyScaleVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, some continuous variable might be automatically scaled.
- hasMipAutomaticallyScaleVariables() - Method in class com.google.ortools.sat.SatParameters
-
If true, some continuous variable might be automatically scaled.
- hasMipAutomaticallyScaleVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, some continuous variable might be automatically scaled.
- hasMipCheckPrecision() - Method in class com.google.ortools.sat.SatParameters.Builder
-
As explained in mip_precision and mip_max_activity_exponent, we cannot
always reach the wanted precision during scaling.
- hasMipCheckPrecision() - Method in class com.google.ortools.sat.SatParameters
-
As explained in mip_precision and mip_max_activity_exponent, we cannot
always reach the wanted precision during scaling.
- hasMipCheckPrecision() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
As explained in mip_precision and mip_max_activity_exponent, we cannot
always reach the wanted precision during scaling.
- hasMipComputeTrueObjectiveBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Even if we make big error when scaling the objective, we can always derive
a correct lower bound on the original objective by using the exact lower
bound on the scaled integer version of the objective.
- hasMipComputeTrueObjectiveBound() - Method in class com.google.ortools.sat.SatParameters
-
Even if we make big error when scaling the objective, we can always derive
a correct lower bound on the original objective by using the exact lower
bound on the scaled integer version of the objective.
- hasMipComputeTrueObjectiveBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Even if we make big error when scaling the objective, we can always derive
a correct lower bound on the original objective by using the exact lower
bound on the scaled integer version of the objective.
- hasMipDropTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Any value in the input mip with a magnitude lower than this will be set to
zero.
- hasMipDropTolerance() - Method in class com.google.ortools.sat.SatParameters
-
Any value in the input mip with a magnitude lower than this will be set to
zero.
- hasMipDropTolerance() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Any value in the input mip with a magnitude lower than this will be set to
zero.
- hasMipMaxActivityExponent() - Method in class com.google.ortools.sat.SatParameters.Builder
-
To avoid integer overflow, we always force the maximum possible constraint
activity (and objective value) according to the initial variable domain to
be smaller than 2 to this given power.
- hasMipMaxActivityExponent() - Method in class com.google.ortools.sat.SatParameters
-
To avoid integer overflow, we always force the maximum possible constraint
activity (and objective value) according to the initial variable domain to
be smaller than 2 to this given power.
- hasMipMaxActivityExponent() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
To avoid integer overflow, we always force the maximum possible constraint
activity (and objective value) according to the initial variable domain to
be smaller than 2 to this given power.
- hasMipMaxBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
We need to bound the maximum magnitude of the variables for CP-SAT, and
that is the bound we use.
- hasMipMaxBound() - Method in class com.google.ortools.sat.SatParameters
-
We need to bound the maximum magnitude of the variables for CP-SAT, and
that is the bound we use.
- hasMipMaxBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
We need to bound the maximum magnitude of the variables for CP-SAT, and
that is the bound we use.
- hasMipMaxValidMagnitude() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Any finite values in the input MIP must be below this threshold, otherwise
the model will be reported invalid.
- hasMipMaxValidMagnitude() - Method in class com.google.ortools.sat.SatParameters
-
Any finite values in the input MIP must be below this threshold, otherwise
the model will be reported invalid.
- hasMipMaxValidMagnitude() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Any finite values in the input MIP must be below this threshold, otherwise
the model will be reported invalid.
- hasMipPresolveLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When solving a MIP, we do some basic floating point presolving before
scaling the problem to integer to be handled by CP-SAT.
- hasMipPresolveLevel() - Method in class com.google.ortools.sat.SatParameters
-
When solving a MIP, we do some basic floating point presolving before
scaling the problem to integer to be handled by CP-SAT.
- hasMipPresolveLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When solving a MIP, we do some basic floating point presolving before
scaling the problem to integer to be handled by CP-SAT.
- hasMipScaleLargeDomain() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If this is false, then mip_var_scaling is only applied to variables with
"small" domain.
- hasMipScaleLargeDomain() - Method in class com.google.ortools.sat.SatParameters
-
If this is false, then mip_var_scaling is only applied to variables with
"small" domain.
- hasMipScaleLargeDomain() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If this is false, then mip_var_scaling is only applied to variables with
"small" domain.
- hasMipTreatHighMagnitudeBoundsAsInfinity() - Method in class com.google.ortools.sat.SatParameters.Builder
-
By default, any variable/constraint bound with a finite value and a
magnitude greater than the mip_max_valid_magnitude will result with a
invalid model.
- hasMipTreatHighMagnitudeBoundsAsInfinity() - Method in class com.google.ortools.sat.SatParameters
-
By default, any variable/constraint bound with a finite value and a
magnitude greater than the mip_max_valid_magnitude will result with a
invalid model.
- hasMipTreatHighMagnitudeBoundsAsInfinity() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
By default, any variable/constraint bound with a finite value and a
magnitude greater than the mip_max_valid_magnitude will result with a
invalid model.
- hasMipVarScaling() - Method in class com.google.ortools.sat.SatParameters.Builder
-
All continuous variable of the problem will be multiplied by this factor.
- hasMipVarScaling() - Method in class com.google.ortools.sat.SatParameters
-
All continuous variable of the problem will be multiplied by this factor.
- hasMipVarScaling() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
All continuous variable of the problem will be multiplied by this factor.
- hasMipWantedPrecision() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When scaling constraint with double coefficients to integer coefficients,
we will multiply by a power of 2 and round the coefficients.
- hasMipWantedPrecision() - Method in class com.google.ortools.sat.SatParameters
-
When scaling constraint with double coefficients to integer coefficients,
we will multiply by a power of 2 and round the coefficients.
- hasMipWantedPrecision() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When scaling constraint with double coefficients to integer coefficients,
we will multiply by a power of 2 and round the coefficients.
- hasModel() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
The model to be optimized by the server.
- hasModel() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
The model to be optimized by the server.
- hasModel() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
The model to be optimized by the server.
- hasModel() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
The model to solve.
- hasModel() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
The model to solve.
- hasModel() - Method in interface com.google.ortools.sat.v1.CpSolverRequestOrBuilder
-
The model to solve.
- hasModelDelta() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage: model "delta".
- hasModelDelta() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Advanced usage: model "delta".
- hasModelDelta() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Advanced usage: model "delta".
- hasModelFingerprint() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
A reference to the model the solution applies to.
- hasModelFingerprint() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
A reference to the model the solution applies to.
- hasModelFingerprint() - Method in interface com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
-
A reference to the model the solution applies to.
- hasName() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
A user-defined name for the model.
- hasName() - Method in class com.google.ortools.algorithms.SetCoverProto
-
A user-defined name for the model.
- hasName() - Method in interface com.google.ortools.algorithms.SetCoverProtoOrBuilder
-
A user-defined name for the model.
- hasName() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
-
Returns whether the object has been named or not.
- hasName(PropagationBaseObject) - Method in class com.google.ortools.constraintsolver.Solver
-
Returns whether the object has been named or not.
- hasName() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
The name of the constraint.
- hasName() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
The name of the constraint.
- hasName() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
The name of the constraint.
- hasName() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
The name of the constraint.
- hasName() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
The name of the constraint.
- hasName() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
The name of the constraint.
- hasName() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Name of the model.
- hasName() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Name of the model.
- hasName() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Name of the model.
- hasName() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The name of the variable.
- hasName() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
The name of the variable.
- hasName() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
The name of the variable.
- hasName() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
The name of this constraint.
- hasName() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
The name of this constraint.
- hasName() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
The name of this constraint.
- hasName() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The name of the problem.
- hasName() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The name of the problem.
- hasName() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The name of the problem.
- hasName() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- hasName() - Method in class com.google.ortools.sat.SatParameters
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- hasName() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- hasNecessaryReductionForRestart() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
For ADAPTIVE_HEURISTIC only: A relative reduction in the potential function
by this amount triggers a restart if, additionally, the quality of the
iterates appears to be getting worse.
- hasNecessaryReductionForRestart() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
For ADAPTIVE_HEURISTIC only: A relative reduction in the potential function
by this amount triggers a restart if, additionally, the quality of the
iterates appears to be getting worse.
- hasNecessaryReductionForRestart() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
For ADAPTIVE_HEURISTIC only: A relative reduction in the potential function
by this amount triggers a restart if, additionally, the quality of the
iterates appears to be getting worse.
- hasNewConstraintsBatchSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add that many lazy constraints (or cuts) at once in the LP.
- hasNewConstraintsBatchSize() - Method in class com.google.ortools.sat.SatParameters
-
Add that many lazy constraints (or cuts) at once in the LP.
- hasNewConstraintsBatchSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Add that many lazy constraints (or cuts) at once in the LP.
- hasNewLinearPropagation() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The new linear propagation code treat all constraints at once and use
an adaptation of Bellman-Ford-Tarjan to propagate constraint in a smarter
order and potentially detect propagation cycle earlier.
- hasNewLinearPropagation() - Method in class com.google.ortools.sat.SatParameters
-
The new linear propagation code treat all constraints at once and use
an adaptation of Bellman-Ford-Tarjan to propagate constraint in a smarter
order and potentially detect propagation cycle earlier.
- hasNewLinearPropagation() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The new linear propagation code treat all constraints at once and use
an adaptation of Bellman-Ford-Tarjan to propagate constraint in a smarter
order and potentially detect propagation cycle earlier.
- hasNoOverlap() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- hasNoOverlap() - Method in class com.google.ortools.sat.ConstraintProto
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- hasNoOverlap() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- hasNoOverlap2D() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- hasNoOverlap2D() - Method in class com.google.ortools.sat.ConstraintProto
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- hasNoOverlap2D() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- hasNumberOfSolvers() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of solvers used to run Bop.
- hasNumberOfSolvers() - Method in class com.google.ortools.bop.BopParameters
-
The number of solvers used to run Bop.
- hasNumberOfSolvers() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of solvers used to run Bop.
- hasNumBopSolversUsedByDecomposition() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of BopSolver created (thread pool workers) used by the integral
solver to solve a decomposed problem.
- hasNumBopSolversUsedByDecomposition() - Method in class com.google.ortools.bop.BopParameters
-
The number of BopSolver created (thread pool workers) used by the integral
solver to solve a decomposed problem.
- hasNumBopSolversUsedByDecomposition() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The number of BopSolver created (thread pool workers) used by the integral
solver to solve a decomposed problem.
- hasNumConflictsBeforeStrategyChanges() - Method in class com.google.ortools.sat.SatParameters.Builder
-
After each restart, if the number of conflict since the last strategy
change is greater that this, then we increment a "strategy_counter" that
can be use to change the search strategy used by the following restarts.
- hasNumConflictsBeforeStrategyChanges() - Method in class com.google.ortools.sat.SatParameters
-
After each restart, if the number of conflict since the last strategy
change is greater that this, then we increment a "strategy_counter" that
can be use to change the search strategy used by the following restarts.
- hasNumConflictsBeforeStrategyChanges() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
After each restart, if the number of conflict since the last strategy
change is greater that this, then we increment a "strategy_counter" that
can be use to change the search strategy used by the following restarts.
- hasNumConstraints() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional int64 num_constraints = 2;
- hasNumConstraints() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional int64 num_constraints = 2;
- hasNumConstraints() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional int64 num_constraints = 2;
- hasNumFullSubsolvers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
We distinguish subsolvers that consume a full thread, and the ones that are
always interleaved.
- hasNumFullSubsolvers() - Method in class com.google.ortools.sat.SatParameters
-
We distinguish subsolvers that consume a full thread, and the ones that are
always interleaved.
- hasNumFullSubsolvers() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
We distinguish subsolvers that consume a full thread, and the ones that are
always interleaved.
- hasNumOmpThreads() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Number of threads in the OMP parallel sections.
- hasNumOmpThreads() - Method in class com.google.ortools.glop.GlopParameters
-
Number of threads in the OMP parallel sections.
- hasNumOmpThreads() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Number of threads in the OMP parallel sections.
- hasNumRandomLnsTries() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Number of tries in the random lns.
- hasNumRandomLnsTries() - Method in class com.google.ortools.bop.BopParameters
-
Number of tries in the random lns.
- hasNumRandomLnsTries() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Number of tries in the random lns.
- hasNumRelaxedVars() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Number of variables to relax in the exhaustive Large Neighborhood Search.
- hasNumRelaxedVars() - Method in class com.google.ortools.bop.BopParameters
-
Number of variables to relax in the exhaustive Large Neighborhood Search.
- hasNumRelaxedVars() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Number of variables to relax in the exhaustive Large Neighborhood Search.
- hasNumRemovedVisits() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy.Builder
-
Number of visits removed during a ruin application defined on visits.
- hasNumRemovedVisits() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
-
Number of visits removed during a ruin application defined on visits.
- hasNumRemovedVisits() - Method in interface com.google.ortools.constraintsolver.RandomWalkRuinStrategyOrBuilder
-
Number of visits removed during a ruin application defined on visits.
- hasNumRuinedRoutes() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy.Builder
-
Number of spatially close routes ruined at each ruin application.
- hasNumRuinedRoutes() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
-
Number of spatially close routes ruined at each ruin application.
- hasNumRuinedRoutes() - Method in interface com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategyOrBuilder
-
Number of spatially close routes ruined at each ruin application.
- hasNumSearchWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 num_search_workers = 100 [default = 0];
- hasNumSearchWorkers() - Method in class com.google.ortools.sat.SatParameters
-
optional int32 num_search_workers = 100 [default = 0];
- hasNumSearchWorkers() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional int32 num_search_workers = 100 [default = 0];
- hasNumShards() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
For more efficient parallel computation, the matrices and vectors are
divided (virtually) into num_shards shards.
- hasNumShards() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
For more efficient parallel computation, the matrices and vectors are
divided (virtually) into num_shards shards.
- hasNumShards() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
For more efficient parallel computation, the matrices and vectors are
divided (virtually) into num_shards shards.
- hasNumSubsets() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
The number of subsets that are selected in the solution.
- hasNumSubsets() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
The number of subsets that are selected in the solution.
- hasNumSubsets() - Method in interface com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
-
The number of subsets that are selected in the solution.
- hasNumThreads() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The number of threads to use.
- hasNumThreads() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
The number of threads to use.
- hasNumThreads() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
The number of threads to use.
- hasNumVariables() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional int64 num_variables = 1;
- hasNumVariables() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional int64 num_variables = 1;
- hasNumVariables() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional int64 num_variables = 1;
- hasNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The number of variables in the problem.
- hasNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The number of variables in the problem.
- hasNumVariables() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The number of variables in the problem.
- hasNumViolationLs() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This will create incomplete subsolvers (that are not LNS subsolvers)
that use the feasibility jump code to find improving solution, treating
the objective improvement as a hard constraint.
- hasNumViolationLs() - Method in class com.google.ortools.sat.SatParameters
-
This will create incomplete subsolvers (that are not LNS subsolvers)
that use the feasibility jump code to find improving solution, treating
the objective improvement as a hard constraint.
- hasNumViolationLs() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This will create incomplete subsolvers (that are not LNS subsolvers)
that use the feasibility jump code to find improving solution, treating
the objective improvement as a hard constraint.
- hasNumWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specify the number of parallel workers (i.e. threads) to use during search.
- hasNumWorkers() - Method in class com.google.ortools.sat.SatParameters
-
Specify the number of parallel workers (i.e. threads) to use during search.
- hasNumWorkers() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Specify the number of parallel workers (i.e. threads) to use during search.
- hasObjective() - Method in class com.google.ortools.constraintsolver.Assignment
-
- hasObjective() - Method in class com.google.ortools.sat.CpModel
-
Checks if the model contains an objective.
- hasObjective() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The objective to minimize.
- hasObjective() - Method in class com.google.ortools.sat.CpModelProto
-
The objective to minimize.
- hasObjective() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
The objective to minimize.
- hasObjective() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The objective of the problem.
- hasObjective() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
The objective of the problem.
- hasObjective() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
The objective of the problem.
- hasObjectiveCoefficient() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The coefficient of the variable in the objective.
- hasObjectiveCoefficient() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
The coefficient of the variable in the objective.
- hasObjectiveCoefficient() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
The coefficient of the variable in the objective.
- HasObjectiveFromIndex(int) - Method in class com.google.ortools.constraintsolver.Assignment
-
- hasObjectiveLowerLimit() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
The solver will stop as soon as it has proven that the objective is smaller
than objective_lower_limit or greater than objective_upper_limit.
- hasObjectiveLowerLimit() - Method in class com.google.ortools.glop.GlopParameters
-
The solver will stop as soon as it has proven that the objective is smaller
than objective_lower_limit or greater than objective_upper_limit.
- hasObjectiveLowerLimit() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
The solver will stop as soon as it has proven that the objective is smaller
than objective_lower_limit or greater than objective_upper_limit.
- hasObjectiveMatrixAbsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_matrix_abs_avg = 22;
- hasObjectiveMatrixAbsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double objective_matrix_abs_avg = 22;
- hasObjectiveMatrixAbsAvg() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double objective_matrix_abs_avg = 22;
- hasObjectiveMatrixAbsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm of absolute values of elements of the objective
matrix.
- hasObjectiveMatrixAbsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
Max/min/mean/l2_norm of absolute values of elements of the objective
matrix.
- hasObjectiveMatrixAbsMax() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
Max/min/mean/l2_norm of absolute values of elements of the objective
matrix.
- hasObjectiveMatrixAbsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_matrix_abs_min = 21;
- hasObjectiveMatrixAbsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double objective_matrix_abs_min = 21;
- hasObjectiveMatrixAbsMin() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double objective_matrix_abs_min = 21;
- hasObjectiveMatrixL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_matrix_l2_norm = 27;
- hasObjectiveMatrixL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double objective_matrix_l2_norm = 27;
- hasObjectiveMatrixL2Norm() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double objective_matrix_l2_norm = 27;
- hasObjectiveMatrixNumNonzeros() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional int64 objective_matrix_num_nonzeros = 19;
- hasObjectiveMatrixNumNonzeros() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional int64 objective_matrix_num_nonzeros = 19;
- hasObjectiveMatrixNumNonzeros() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional int64 objective_matrix_num_nonzeros = 19;
- hasObjectiveOffset() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Offset for the objective function.
- hasObjectiveOffset() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Offset for the objective function.
- hasObjectiveOffset() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Offset for the objective function.
- hasObjectiveUpperLimit() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional double objective_upper_limit = 41 [default = inf];
- hasObjectiveUpperLimit() - Method in class com.google.ortools.glop.GlopParameters
-
optional double objective_upper_limit = 41 [default = inf];
- hasObjectiveUpperLimit() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
optional double objective_upper_limit = 41 [default = inf];
- hasObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
optional double objective_value = 1;
- hasObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolution
-
optional double objective_value = 1;
- hasObjectiveValue() - Method in interface com.google.ortools.linearsolver.MPSolutionOrBuilder
-
optional double objective_value = 1;
- hasObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Objective value corresponding to the "variable_value" below, taking into
account the source "objective_offset" and "objective_coefficient".
- hasObjectiveValue() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Objective value corresponding to the "variable_value" below, taking into
account the source "objective_offset" and "objective_coefficient".
- hasObjectiveValue() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Objective value corresponding to the "variable_value" below, taking into
account the source "objective_offset" and "objective_coefficient".
- hasObjectiveVectorAbsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_vector_abs_avg = 18;
- hasObjectiveVectorAbsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double objective_vector_abs_avg = 18;
- hasObjectiveVectorAbsAvg() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double objective_vector_abs_avg = 18;
- hasObjectiveVectorAbsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Statistics of the objective vector.
- hasObjectiveVectorAbsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
Statistics of the objective vector.
- hasObjectiveVectorAbsMax() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
Statistics of the objective vector.
- hasObjectiveVectorAbsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_vector_abs_min = 17;
- hasObjectiveVectorAbsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double objective_vector_abs_min = 17;
- hasObjectiveVectorAbsMin() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double objective_vector_abs_min = 17;
- hasObjectiveVectorL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_vector_l2_norm = 23;
- hasObjectiveVectorL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double objective_vector_l2_norm = 23;
- hasObjectiveVectorL2Norm() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double objective_vector_l2_norm = 23;
- hasOffset() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
For a given variable assignment, the "real" problem objective value is
'scaling_factor * (minimization_objective + offset)' where
'minimization_objective is the one defined just above.
- hasOffset() - Method in class com.google.ortools.sat.LinearObjective
-
For a given variable assignment, the "real" problem objective value is
'scaling_factor * (minimization_objective + offset)' where
'minimization_objective is the one defined just above.
- hasOffset() - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
For a given variable assignment, the "real" problem objective value is
'scaling_factor * (minimization_objective + offset)' where
'minimization_objective is the one defined just above.
- hasOnlyAddCutsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For the cut that can be generated at any level, this control if we only
try to generate them at the root node.
- hasOnlyAddCutsAtLevelZero() - Method in class com.google.ortools.sat.SatParameters
-
For the cut that can be generated at any level, this control if we only
try to generate them at the root node.
- hasOnlyAddCutsAtLevelZero() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
For the cut that can be generated at any level, this control if we only
try to generate them at the root node.
- hasOnlySolveIp() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If one try to solve a MIP model with CP-SAT, because we assume all variable
to be integer after scaling, we will not necessarily have the correct
optimal.
- hasOnlySolveIp() - Method in class com.google.ortools.sat.SatParameters
-
If one try to solve a MIP model with CP-SAT, because we assume all variable
to be integer after scaling, we will not necessarily have the correct
optimal.
- hasOnlySolveIp() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If one try to solve a MIP model with CP-SAT, because we assume all variable
to be integer after scaling, we will not necessarily have the correct
optimal.
- hasOptimalityNorm() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
The norm that we are measuring the optimality criteria in.
- hasOptimalityNorm() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
The norm that we are measuring the optimality criteria in.
- hasOptimalityNorm() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
The norm that we are measuring the optimality criteria in.
- hasOptimizationRule() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
PricingRule to use during the optimization phase.
- hasOptimizationRule() - Method in class com.google.ortools.glop.GlopParameters
-
PricingRule to use during the optimization phase.
- hasOptimizationRule() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
PricingRule to use during the optimization phase.
- hasOptimizeWithCore() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The default optimization method is a simple "linear scan", each time trying
to find a better solution than the previous one.
- hasOptimizeWithCore() - Method in class com.google.ortools.sat.SatParameters
-
The default optimization method is a simple "linear scan", each time trying
to find a better solution than the previous one.
- hasOptimizeWithCore() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The default optimization method is a simple "linear scan", each time trying
to find a better solution than the previous one.
- hasOptimizeWithLbTreeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Do a more conventional tree search (by opposition to SAT based one) where
we keep all the explored node in a tree.
- hasOptimizeWithLbTreeSearch() - Method in class com.google.ortools.sat.SatParameters
-
Do a more conventional tree search (by opposition to SAT based one) where
we keep all the explored node in a tree.
- hasOptimizeWithLbTreeSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Do a more conventional tree search (by opposition to SAT based one) where
we keep all the explored node in a tree.
- hasOptimizeWithMaxHs() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This has no effect if optimize_with_core is false.
- hasOptimizeWithMaxHs() - Method in class com.google.ortools.sat.SatParameters
-
This has no effect if optimize_with_core is false.
- hasOptimizeWithMaxHs() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This has no effect if optimize_with_core is false.
- hasOrConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "or" constraints must be Boolean.
- hasOrConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
All variables in "or" constraints must be Boolean.
- hasOrConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
All variables in "or" constraints must be Boolean.
- hasOriginalNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Hack: When converting a wcnf formulat to a LinearBooleanProblem, extra
variables need to be created.
- hasOriginalNumVariables() - Method in class com.google.ortools.sat.LinearBooleanProblem
-
Hack: When converting a wcnf formulat to a LinearBooleanProblem, extra
variables need to be created.
- hasOriginalNumVariables() - Method in interface com.google.ortools.sat.LinearBooleanProblemOrBuilder
-
Hack: When converting a wcnf formulat to a LinearBooleanProblem, extra
variables need to be created.
- hasOriginalProblemStats() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Statistics of the original problem.
- hasOriginalProblemStats() - Method in class com.google.ortools.pdlp.SolveLog
-
Statistics of the original problem.
- hasOriginalProblemStats() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
Statistics of the original problem.
- hasParameters() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
Solver parameters.
- hasParameters() - Method in class com.google.ortools.sat.v1.CpSolverRequest
-
Solver parameters.
- hasParameters() - Method in interface com.google.ortools.sat.v1.CpSolverRequestOrBuilder
-
Solver parameters.
- hasParams() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- hasParams() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- hasParams() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- hasParams() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
If solved with PDLP, the parameters for this solve.
- hasParams() - Method in class com.google.ortools.pdlp.SolveLog
-
If solved with PDLP, the parameters for this solve.
- hasParams() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
If solved with PDLP, the parameters for this solve.
- hasPayloadKey() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
The payload is a (key, value) string pair.
- hasPayloadKey() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
The payload is a (key, value) string pair.
- hasPayloadKey() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
The payload is a (key, value) string pair.
- hasPayloadValue() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional string payload_value = 5;
- hasPayloadValue() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
optional string payload_value = 5;
- hasPayloadValue() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
optional string payload_value = 5;
- hasPbCleanupIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Same as for the clauses, but for the learned pseudo-Boolean constraints.
- hasPbCleanupIncrement() - Method in class com.google.ortools.sat.SatParameters
-
Same as for the clauses, but for the learned pseudo-Boolean constraints.
- hasPbCleanupIncrement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Same as for the clauses, but for the learned pseudo-Boolean constraints.
- hasPbCleanupRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double pb_cleanup_ratio = 47 [default = 0.5];
- hasPbCleanupRatio() - Method in class com.google.ortools.sat.SatParameters
-
optional double pb_cleanup_ratio = 47 [default = 0.5];
- hasPbCleanupRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double pb_cleanup_ratio = 47 [default = 0.5];
- hasPermutePresolveConstraintOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool permute_presolve_constraint_order = 179 [default = false];
- hasPermutePresolveConstraintOrder() - Method in class com.google.ortools.sat.SatParameters
-
optional bool permute_presolve_constraint_order = 179 [default = false];
- hasPermutePresolveConstraintOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool permute_presolve_constraint_order = 179 [default = false];
- hasPermuteVariableRandomly() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This is mainly here to test the solver variability.
- hasPermuteVariableRandomly() - Method in class com.google.ortools.sat.SatParameters
-
This is mainly here to test the solver variability.
- hasPermuteVariableRandomly() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This is mainly here to test the solver variability.
- hasPerturbCostsInDualSimplex() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When this is true, then the costs are randomly perturbed before the dual
simplex is even started.
- hasPerturbCostsInDualSimplex() - Method in class com.google.ortools.glop.GlopParameters
-
When this is true, then the costs are randomly perturbed before the dual
simplex is even started.
- hasPerturbCostsInDualSimplex() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When this is true, then the costs are randomly perturbed before the dual
simplex is even started.
- hasPickupToDeliveryLimits() - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- hasPointType() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
Type of the point that this metadata corresponds to.
- hasPointType() - Method in class com.google.ortools.pdlp.PointMetadata
-
Type of the point that this metadata corresponds to.
- hasPointType() - Method in interface com.google.ortools.pdlp.PointMetadataOrBuilder
-
Type of the point that this metadata corresponds to.
- hasPolarityExploitLsHints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and we have first solution LS workers, tries in some phase to
follow a LS solutions that violates has litle constraints as possible.
- hasPolarityExploitLsHints() - Method in class com.google.ortools.sat.SatParameters
-
If true and we have first solution LS workers, tries in some phase to
follow a LS solutions that violates has litle constraints as possible.
- hasPolarityExploitLsHints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true and we have first solution LS workers, tries in some phase to
follow a LS solutions that violates has litle constraints as possible.
- hasPolarityRephaseIncrement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If non-zero, then we change the polarity heuristic after that many number
of conflicts in an arithmetically increasing fashion.
- hasPolarityRephaseIncrement() - Method in class com.google.ortools.sat.SatParameters
-
If non-zero, then we change the polarity heuristic after that many number
of conflicts in an arithmetically increasing fashion.
- hasPolarityRephaseIncrement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If non-zero, then we change the polarity heuristic after that many number
of conflicts in an arithmetically increasing fashion.
- hasPolishingPhaseType() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;
- hasPolishingPhaseType() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;
- hasPolishingPhaseType() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;
- hasPolishLpSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to do a few degenerate iteration at the end of an LP solve
to minimize the fractionality of the integer variable in the basis.
- hasPolishLpSolution() - Method in class com.google.ortools.sat.SatParameters
-
Whether we try to do a few degenerate iteration at the end of an LP solve
to minimize the fractionality of the integer variable in the basis.
- hasPolishLpSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we try to do a few degenerate iteration at the end of an LP solve
to minimize the fractionality of the integer variable in the basis.
- hasPopulateAdditionalSolutionsUpTo() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Controls the recovery of additional solutions, if any, saved by the
underlying solver back in the MPSolutionResponse.additional_solutions.
- hasPopulateAdditionalSolutionsUpTo() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Controls the recovery of additional solutions, if any, saved by the
underlying solver back in the MPSolutionResponse.additional_solutions.
- hasPopulateAdditionalSolutionsUpTo() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Controls the recovery of additional solutions, if any, saved by the
underlying solver back in the MPSolutionResponse.additional_solutions.
- hasPreferredVariableOrder() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
- hasPreferredVariableOrder() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
- hasPreferredVariableOrder() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
- hasPreprocessedProblemStats() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Statistics of the problem after preprocessing.
- hasPreprocessedProblemStats() - Method in class com.google.ortools.pdlp.SolveLog
-
Statistics of the problem after preprocessing.
- hasPreprocessedProblemStats() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
Statistics of the problem after preprocessing.
- hasPreprocessingTimeSec() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Time for preprocessing (everything before iteration 0).
- hasPreprocessingTimeSec() - Method in class com.google.ortools.pdlp.SolveLog
-
Time for preprocessing (everything before iteration 0).
- hasPreprocessingTimeSec() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
Time for preprocessing (everything before iteration 0).
- hasPreprocessorZeroTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
A floating point tolerance used by the preprocessors.
- hasPreprocessorZeroTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
A floating point tolerance used by the preprocessors.
- hasPreprocessorZeroTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
A floating point tolerance used by the preprocessors.
- hasPresolve() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Gurobi and SCIP enable presolve by default.
- hasPresolve() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Gurobi and SCIP enable presolve by default.
- hasPresolve() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Gurobi and SCIP enable presolve by default.
- hasPresolveBlockedClause() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use an heuristic to detect some basic case of blocked clause
in the SAT presolve.
- hasPresolveBlockedClause() - Method in class com.google.ortools.sat.SatParameters
-
Whether we use an heuristic to detect some basic case of blocked clause
in the SAT presolve.
- hasPresolveBlockedClause() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we use an heuristic to detect some basic case of blocked clause
in the SAT presolve.
- hasPresolveBvaThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced
by stricly more than this threshold.
- hasPresolveBvaThreshold() - Method in class com.google.ortools.sat.SatParameters
-
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced
by stricly more than this threshold.
- hasPresolveBvaThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced
by stricly more than this threshold.
- hasPresolveBveClauseWeight() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, we apply BVE only if this weight times the number of
clauses plus the number of clause literals is not increased.
- hasPresolveBveClauseWeight() - Method in class com.google.ortools.sat.SatParameters
-
During presolve, we apply BVE only if this weight times the number of
clauses plus the number of clause literals is not increased.
- hasPresolveBveClauseWeight() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During presolve, we apply BVE only if this weight times the number of
clauses plus the number of clause literals is not increased.
- hasPresolveBveThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, only try to perform the bounded variable elimination (BVE)
of a variable x if the number of occurrences of x times the number of
occurrences of not(x) is not greater than this parameter.
- hasPresolveBveThreshold() - Method in class com.google.ortools.sat.SatParameters
-
During presolve, only try to perform the bounded variable elimination (BVE)
of a variable x if the number of occurrences of x times the number of
occurrences of not(x) is not greater than this parameter.
- hasPresolveBveThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
During presolve, only try to perform the bounded variable elimination (BVE)
of a variable x if the number of occurrences of x times the number of
occurrences of not(x) is not greater than this parameter.
- hasPresolveExtractIntegerEnforcement() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we will extract from linear constraints, enforcement literals of
the form "integer variable at bound => simplified constraint".
- hasPresolveExtractIntegerEnforcement() - Method in class com.google.ortools.sat.SatParameters
-
If true, we will extract from linear constraints, enforcement literals of
the form "integer variable at bound => simplified constraint".
- hasPresolveExtractIntegerEnforcement() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we will extract from linear constraints, enforcement literals of
the form "integer variable at bound => simplified constraint".
- hasPresolveInclusionWorkLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A few presolve operations involve detecting constraints included in other
constraint.
- hasPresolveInclusionWorkLimit() - Method in class com.google.ortools.sat.SatParameters
-
A few presolve operations involve detecting constraints included in other
constraint.
- hasPresolveInclusionWorkLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A few presolve operations involve detecting constraints included in other
constraint.
- hasPresolveOptions() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- hasPresolveOptions() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- hasPresolveOptions() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- hasPresolveProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double presolve_probing_deterministic_time_limit = 57 [default = 30];
- hasPresolveProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters
-
optional double presolve_probing_deterministic_time_limit = 57 [default = 30];
- hasPresolveProbingDeterministicTimeLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double presolve_probing_deterministic_time_limit = 57 [default = 30];
- hasPresolveSubstitutionLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much substitution (also called free variable aggregation in MIP
litterature) should we perform at presolve.
- hasPresolveSubstitutionLevel() - Method in class com.google.ortools.sat.SatParameters
-
How much substitution (also called free variable aggregation in MIP
litterature) should we perform at presolve.
- hasPresolveSubstitutionLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How much substitution (also called free variable aggregation in MIP
litterature) should we perform at presolve.
- hasPresolveUseBva() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
- hasPresolveUseBva() - Method in class com.google.ortools.sat.SatParameters
-
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
- hasPresolveUseBva() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
- hasPrimalFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
This tolerance indicates by how much we allow the variable values to go out
of bounds and still consider the current solution primal-feasible.
- hasPrimalFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
This tolerance indicates by how much we allow the variable values to go out
of bounds and still consider the current solution primal-feasible.
- hasPrimalFeasibilityTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
This tolerance indicates by how much we allow the variable values to go out
of bounds and still consider the current solution primal-feasible.
- hasPrimalObjective() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The primal objective.
- hasPrimalObjective() - Method in class com.google.ortools.pdlp.ConvergenceInformation
-
The primal objective.
- hasPrimalObjective() - Method in interface com.google.ortools.pdlp.ConvergenceInformationOrBuilder
-
The primal objective.
- hasPrimalRayLinearObjective() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
The value of the linear part of the primal objective (ignoring additive
constants) evaluated at x_ray, i.e., c' * x_ray where c is the objective
coefficient vector.
- hasPrimalRayLinearObjective() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
-
The value of the linear part of the primal objective (ignoring additive
constants) evaluated at x_ray, i.e., c' * x_ray where c is the objective
coefficient vector.
- hasPrimalRayLinearObjective() - Method in interface com.google.ortools.pdlp.InfeasibilityInformationOrBuilder
-
The value of the linear part of the primal objective (ignoring additive
constants) evaluated at x_ray, i.e., c' * x_ray where c is the objective
coefficient vector.
- hasPrimalRayQuadraticNorm() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
The l_∞ norm of the vector resulting from taking the quadratic matrix from
primal objective and multiplying it by the primal variables.
- hasPrimalRayQuadraticNorm() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
-
The l_∞ norm of the vector resulting from taking the quadratic matrix from
primal objective and multiplying it by the primal variables.
- hasPrimalRayQuadraticNorm() - Method in interface com.google.ortools.pdlp.InfeasibilityInformationOrBuilder
-
The l_∞ norm of the vector resulting from taking the quadratic matrix from
primal objective and multiplying it by the primal variables.
- hasPrimalTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- hasPrimalTolerance() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- hasPrimalTolerance() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- hasPrimalWeight() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
Primal weight controlling the relation between primal and dual step sizes.
- hasPrimalWeight() - Method in class com.google.ortools.pdlp.IterationStats
-
Primal weight controlling the relation between primal and dual step sizes.
- hasPrimalWeight() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
Primal weight controlling the relation between primal and dual step sizes.
- hasPrimalWeightUpdateSmoothing() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
This parameter controls exponential smoothing of log(primal_weight) when a
primal weight update occurs (i.e., when the ratio of primal and dual step
sizes is adjusted).
- hasPrimalWeightUpdateSmoothing() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
This parameter controls exponential smoothing of log(primal_weight) when a
primal weight update occurs (i.e., when the ratio of primal and dual step
sizes is adjusted).
- hasPrimalWeightUpdateSmoothing() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
This parameter controls exponential smoothing of log(primal_weight) when a
primal weight update occurs (i.e., when the ratio of primal and dual step
sizes is adjusted).
- hasProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The maximum "deterministic" time limit to spend in probing.
- hasProbingDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters
-
The maximum "deterministic" time limit to spend in probing.
- hasProbingDeterministicTimeLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The maximum "deterministic" time limit to spend in probing.
- hasProbingNumCombinationsLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How many combinations of pairs or triplets of variables we want to scan.
- hasProbingNumCombinationsLimit() - Method in class com.google.ortools.sat.SatParameters
-
How many combinations of pairs or triplets of variables we want to scan.
- hasProbingNumCombinationsLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How many combinations of pairs or triplets of variables we want to scan.
- hasProblemType() - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
- hasProblemType() - Method in class com.google.ortools.graph.FlowModelProto
-
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
- hasProblemType() - Method in interface com.google.ortools.graph.FlowModelProtoOrBuilder
-
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
- hasPropagationLoopDetectionFactor() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Some search decisions might cause a really large number of propagations to
happen when integer variables with large domains are only reduced by 1 at
each step.
- hasPropagationLoopDetectionFactor() - Method in class com.google.ortools.sat.SatParameters
-
Some search decisions might cause a really large number of propagations to
happen when integer variables with large domains are only reduced by 1 at
each step.
- hasPropagationLoopDetectionFactor() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Some search decisions might cause a really large number of propagations to
happen when integer variables with large domains are only reduced by 1 at
each step.
- hasProvideStrongOptimalGuarantee() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, then when the solver returns a solution with an OPTIMAL status,
we can guarantee that:
- The primal variable are in their bounds
- hasProvideStrongOptimalGuarantee() - Method in class com.google.ortools.glop.GlopParameters
-
If true, then when the solver returns a solution with an OPTIMAL status,
we can guarantee that:
- The primal variable are in their bounds
- hasProvideStrongOptimalGuarantee() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If true, then when the solver returns a solution with an OPTIMAL status,
we can guarantee that:
- The primal variable are in their bounds
- hasPruneSearchTree() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Avoid exploring both branches (b, a, ...) and (a, b, ...).
- hasPruneSearchTree() - Method in class com.google.ortools.bop.BopParameters
-
Avoid exploring both branches (b, a, ...) and (a, b, ...).
- hasPruneSearchTree() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Avoid exploring both branches (b, a, ...) and (a, b, ...).
- hasPseudoCostReliabilityThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The solver ignores the pseudo costs of variables with number of recordings
less than this threshold.
- hasPseudoCostReliabilityThreshold() - Method in class com.google.ortools.sat.SatParameters
-
The solver ignores the pseudo costs of variables with number of recordings
less than this threshold.
- hasPseudoCostReliabilityThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The solver ignores the pseudo costs of variables with number of recordings
less than this threshold.
- hasPushAllTasksTowardStart() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental code: specify if the objective pushes all tasks toward the
start of the schedule.
- hasPushAllTasksTowardStart() - Method in class com.google.ortools.sat.SatParameters
-
Experimental code: specify if the objective pushes all tasks toward the
start of the schedule.
- hasPushAllTasksTowardStart() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Experimental code: specify if the objective pushes all tasks toward the
start of the schedule.
- hasPushToVertex() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If the optimization phases finishes with super-basic variables (i.e.,
variables that either 1) have bounds but are FREE in the basis, or 2) have
no bounds and are FREE in the basis at a nonzero value), then run a "push"
phase to push these variables to bounds, obtaining a vertex solution.
- hasPushToVertex() - Method in class com.google.ortools.glop.GlopParameters
-
If the optimization phases finishes with super-basic variables (i.e.,
variables that either 1) have bounds but are FREE in the basis, or 2) have
no bounds and are FREE in the basis at a nonzero value), then run a "push"
phase to push these variables to bounds, obtaining a vertex solution.
- hasPushToVertex() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If the optimization phases finishes with super-basic variables (i.e.,
variables that either 1) have bounds but are FREE in the basis, or 2) have
no bounds and are FREE in the basis at a nonzero value), then run a "push"
phase to push these variables to bounds, obtaining a vertex solution.
- hasQuadraticConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- hasQuadraticConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- hasQuadraticConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- hasQuadraticCostSoftSpanUpperBounds() - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- hasQuadraticObjective() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Optionally, a quadratic objective.
- hasQuadraticObjective() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Optionally, a quadratic objective.
- hasQuadraticObjective() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Optionally, a quadratic objective.
- hasRandomBranchesRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
A number between 0 and 1 that indicates the proportion of branching
variables that are selected randomly instead of choosing the first variable
from the given variable_ordering strategy.
- hasRandomBranchesRatio() - Method in class com.google.ortools.sat.SatParameters
-
A number between 0 and 1 that indicates the proportion of branching
variables that are selected randomly instead of choosing the first variable
from the given variable_ordering strategy.
- hasRandomBranchesRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
A number between 0 and 1 that indicates the proportion of branching
variables that are selected randomly instead of choosing the first variable
from the given variable_ordering strategy.
- hasRandomizeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Randomize fixed search.
- hasRandomizeSearch() - Method in class com.google.ortools.sat.SatParameters
-
Randomize fixed search.
- hasRandomizeSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Randomize fixed search.
- hasRandomPolarityRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The proportion of polarity chosen at random.
- hasRandomPolarityRatio() - Method in class com.google.ortools.sat.SatParameters
-
The proportion of polarity chosen at random.
- hasRandomPolarityRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The proportion of polarity chosen at random.
- hasRandomSeed() - Method in class com.google.ortools.bop.BopParameters.Builder
-
The seed used to initialize the random generator.
- hasRandomSeed() - Method in class com.google.ortools.bop.BopParameters
-
The seed used to initialize the random generator.
- hasRandomSeed() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
The seed used to initialize the random generator.
- hasRandomSeed() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- hasRandomSeed() - Method in class com.google.ortools.glop.GlopParameters
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- hasRandomSeed() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- hasRandomSeed() - Method in class com.google.ortools.sat.SatParameters.Builder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- hasRandomSeed() - Method in class com.google.ortools.sat.SatParameters
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- hasRandomSeed() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- hasRandomWalk() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.RandomWalkRuinStrategy random_walk = 2;
- hasRandomWalk() - Method in class com.google.ortools.constraintsolver.RuinStrategy
-
.operations_research.RandomWalkRuinStrategy random_walk = 2;
- hasRandomWalk() - Method in interface com.google.ortools.constraintsolver.RuinStrategyOrBuilder
-
.operations_research.RandomWalkRuinStrategy random_walk = 2;
- hasRatioTestZeroThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During the primal simplex (resp. dual simplex), the coefficients of the
direction (resp. update row) with a magnitude lower than this threshold are
not considered during the ratio test.
- hasRatioTestZeroThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
During the primal simplex (resp. dual simplex), the coefficients of the
direction (resp. update row) with a magnitude lower than this threshold are
not considered during the ratio test.
- hasRatioTestZeroThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
During the primal simplex (resp. dual simplex), the coefficients of the
direction (resp. update row) with a magnitude lower than this threshold are
not considered during the ratio test.
- hasRecomputeEdgesNormThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Note that the threshold is a relative error on the actual norm (not the
squared one) and that edge norms are always greater than 1.
- hasRecomputeEdgesNormThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
Note that the threshold is a relative error on the actual norm (not the
squared one) and that edge norms are always greater than 1.
- hasRecomputeEdgesNormThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Note that the threshold is a relative error on the actual norm (not the
squared one) and that edge norms are always greater than 1.
- hasRecomputeReducedCostsThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We estimate the accuracy of the iteratively computed reduced costs.
- hasRecomputeReducedCostsThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
We estimate the accuracy of the iteratively computed reduced costs.
- hasRecomputeReducedCostsThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
We estimate the accuracy of the iteratively computed reduced costs.
- hasRecordIterationStats() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
If true, the iteration_stats field of the SolveLog output will be populated
at every iteration.
- hasRecordIterationStats() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
If true, the iteration_stats field of the SolveLog output will be populated
at every iteration.
- hasRecordIterationStats() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
If true, the iteration_stats field of the SolveLog output will be populated
at every iteration.
- hasRefactorizationThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We estimate the factorization accuracy of B during each pivot by using
the fact that we can compute the pivot coefficient in two ways:
- From direction[leaving_row]
- hasRefactorizationThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
We estimate the factorization accuracy of B during each pivot by using
the fact that we can compute the pivot coefficient in two ways:
- From direction[leaving_row]
- hasRefactorizationThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
We estimate the factorization accuracy of B during each pivot by using
the fact that we can compute the pivot coefficient in two ways:
- From direction[leaving_row]
- hasRelativeCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
The magnitude of the cost perturbation is given by
RandomIn(1.0, 2.0) * (
relative_cost_perturbation * cost
+ relative_max_cost_perturbation * max_cost);
optional double relative_cost_perturbation = 54 [default = 1e-05];
- hasRelativeCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters
-
The magnitude of the cost perturbation is given by
RandomIn(1.0, 2.0) * (
relative_cost_perturbation * cost
+ relative_max_cost_perturbation * max_cost);
optional double relative_cost_perturbation = 54 [default = 1e-05];
- hasRelativeCostPerturbation() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
The magnitude of the cost perturbation is given by
RandomIn(1.0, 2.0) * (
relative_cost_perturbation * cost
+ relative_max_cost_perturbation * max_cost);
optional double relative_cost_perturbation = 54 [default = 1e-05];
- hasRelativeGapLimit() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Limit used to stop the optimization as soon as the relative gap is smaller
than the given value.
- hasRelativeGapLimit() - Method in class com.google.ortools.bop.BopParameters
-
Limit used to stop the optimization as soon as the relative gap is smaller
than the given value.
- hasRelativeGapLimit() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Limit used to stop the optimization as soon as the relative gap is smaller
than the given value.
- hasRelativeGapLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double relative_gap_limit = 160 [default = 0];
- hasRelativeGapLimit() - Method in class com.google.ortools.sat.SatParameters
-
optional double relative_gap_limit = 160 [default = 0];
- hasRelativeGapLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double relative_gap_limit = 160 [default = 0];
- hasRelativeMaxCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional double relative_max_cost_perturbation = 55 [default = 1e-07];
- hasRelativeMaxCostPerturbation() - Method in class com.google.ortools.glop.GlopParameters
-
optional double relative_max_cost_perturbation = 55 [default = 1e-07];
- hasRelativeMaxCostPerturbation() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
optional double relative_max_cost_perturbation = 55 [default = 1e-07];
- hasRelativeMipGap() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
The solver stops if the relative MIP gap reaches this value or below.
- hasRelativeMipGap() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
The solver stops if the relative MIP gap reaches this value or below.
- hasRelativeMipGap() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
The solver stops if the relative MIP gap reaches this value or below.
- hasRemoveFixedVariablesEarly() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If cp_model_presolve is true and there is a large proportion of fixed
variable after the first model copy, remap all the model to a dense set of
variable before the full presolve even starts.
- hasRemoveFixedVariablesEarly() - Method in class com.google.ortools.sat.SatParameters
-
If cp_model_presolve is true and there is a large proportion of fixed
variable after the first model copy, remap all the model to a dense set of
variable before the full presolve even starts.
- hasRemoveFixedVariablesEarly() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If cp_model_presolve is true and there is a large proportion of fixed
variable after the first model copy, remap all the model to a dense set of
variable before the full presolve even starts.
- hasRepairHint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver tries to repair the solution given in the hint.
- hasRepairHint() - Method in class com.google.ortools.sat.SatParameters
-
If true, the solver tries to repair the solution given in the hint.
- hasRepairHint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, the solver tries to repair the solution given in the hint.
- hasReservoir() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- hasReservoir() - Method in class com.google.ortools.sat.ConstraintProto
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- hasReservoir() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- hasResponse() - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Returns true if solve() was called, and a response was returned.
- hasResponse() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- hasRestartDlAverageRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In the moving average restart algorithms, a restart is triggered if the
window average times this ratio is greater that the global average.
- hasRestartDlAverageRatio() - Method in class com.google.ortools.sat.SatParameters
-
In the moving average restart algorithms, a restart is triggered if the
window average times this ratio is greater that the global average.
- hasRestartDlAverageRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In the moving average restart algorithms, a restart is triggered if the
window average times this ratio is greater that the global average.
- hasRestartLbdAverageRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double restart_lbd_average_ratio = 71 [default = 1];
- hasRestartLbdAverageRatio() - Method in class com.google.ortools.sat.SatParameters
-
optional double restart_lbd_average_ratio = 71 [default = 1];
- hasRestartLbdAverageRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional double restart_lbd_average_ratio = 71 [default = 1];
- hasRestartPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Restart period for the FIXED_RESTART strategy.
- hasRestartPeriod() - Method in class com.google.ortools.sat.SatParameters
-
Restart period for the FIXED_RESTART strategy.
- hasRestartPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Restart period for the FIXED_RESTART strategy.
- hasRestartRunningWindowSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Size of the window for the moving average restarts.
- hasRestartRunningWindowSize() - Method in class com.google.ortools.sat.SatParameters
-
Size of the window for the moving average restarts.
- hasRestartRunningWindowSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Size of the window for the moving average restarts.
- hasRestartStrategy() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.
- hasRestartStrategy() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.
- hasRestartStrategy() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.
- hasRestartUsed() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
- hasRestartUsed() - Method in class com.google.ortools.pdlp.IterationStats
-
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
- hasRestartUsed() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
- hasResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
optional int32 resultant_var_index = 2;
- hasResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
-
optional int32 resultant_var_index = 2;
- hasResultantVarIndex() - Method in interface com.google.ortools.linearsolver.MPAbsConstraintOrBuilder
-
optional int32 resultant_var_index = 2;
- hasResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
optional int32 resultant_var_index = 2;
- hasResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
-
optional int32 resultant_var_index = 2;
- hasResultantVarIndex() - Method in interface com.google.ortools.linearsolver.MPArrayConstraintOrBuilder
-
optional int32 resultant_var_index = 2;
- hasResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
optional int32 resultant_var_index = 3;
- hasResultantVarIndex() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
-
optional int32 resultant_var_index = 3;
- hasResultantVarIndex() - Method in interface com.google.ortools.linearsolver.MPArrayWithConstantConstraintOrBuilder
-
optional int32 resultant_var_index = 3;
- hasRootLpIterations() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Even at the root node, we do not want to spend too much time on the LP if
it is "difficult".
- hasRootLpIterations() - Method in class com.google.ortools.sat.SatParameters
-
Even at the root node, we do not want to spend too much time on the LP if
it is "difficult".
- hasRootLpIterations() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Even at the root node, we do not want to spend too much time on the LP if
it is "difficult".
- hasRoutes() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The routes constraint implements the vehicle routing problem.
- hasRoutes() - Method in class com.google.ortools.sat.ConstraintProto
-
The routes constraint implements the vehicle routing problem.
- hasRoutes() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The routes constraint implements the vehicle routing problem.
- hasRouteSelectionMaxNeighbors() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
optional uint32 route_selection_max_neighbors = 6;
- hasRouteSelectionMaxNeighbors() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
optional uint32 route_selection_max_neighbors = 6;
- hasRouteSelectionMaxNeighbors() - Method in interface com.google.ortools.constraintsolver.RuinRecreateParametersOrBuilder
-
optional uint32 route_selection_max_neighbors = 6;
- hasRouteSelectionMinNeighbors() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
optional uint32 route_selection_min_neighbors = 5;
- hasRouteSelectionMinNeighbors() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
optional uint32 route_selection_min_neighbors = 5;
- hasRouteSelectionMinNeighbors() - Method in interface com.google.ortools.constraintsolver.RuinRecreateParametersOrBuilder
-
optional uint32 route_selection_min_neighbors = 5;
- hasRouteSelectionNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
Ratio in [0, 1] of non start/end nodes to consider as neighbors for the
identification of routes spatially close to a non start/end seed node.
- hasRouteSelectionNeighborsRatio() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
-
Ratio in [0, 1] of non start/end nodes to consider as neighbors for the
identification of routes spatially close to a non start/end seed node.
- hasRouteSelectionNeighborsRatio() - Method in interface com.google.ortools.constraintsolver.RuinRecreateParametersOrBuilder
-
Ratio in [0, 1] of non start/end nodes to consider as neighbors for the
identification of routes spatially close to a non start/end seed node.
- hasRoutingCutDpEffort() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The amount of "effort" to spend in dynamic programming for computing
routing cuts.
- hasRoutingCutDpEffort() - Method in class com.google.ortools.sat.SatParameters
-
The amount of "effort" to spend in dynamic programming for computing
routing cuts.
- hasRoutingCutDpEffort() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The amount of "effort" to spend in dynamic programming for computing
routing cuts.
- hasRoutingCutSubsetSizeForBinaryRelationBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If the size of a subset of nodes of a RoutesConstraint is less than this
value, use linear constraints of size 1 and 2 (such as capacity and time
window constraints) enforced by the arc literals to compute cuts for this
subset (unless the subset size is less than
routing_cut_subset_size_for_tight_binary_relation_bound, in which case the
corresponding algorithm is used instead).
- hasRoutingCutSubsetSizeForBinaryRelationBound() - Method in class com.google.ortools.sat.SatParameters
-
If the size of a subset of nodes of a RoutesConstraint is less than this
value, use linear constraints of size 1 and 2 (such as capacity and time
window constraints) enforced by the arc literals to compute cuts for this
subset (unless the subset size is less than
routing_cut_subset_size_for_tight_binary_relation_bound, in which case the
corresponding algorithm is used instead).
- hasRoutingCutSubsetSizeForBinaryRelationBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If the size of a subset of nodes of a RoutesConstraint is less than this
value, use linear constraints of size 1 and 2 (such as capacity and time
window constraints) enforced by the arc literals to compute cuts for this
subset (unless the subset size is less than
routing_cut_subset_size_for_tight_binary_relation_bound, in which case the
corresponding algorithm is used instead).
- hasRoutingCutSubsetSizeForTightBinaryRelationBound() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Similar to above, but with a different algorithm producing better cuts, at
the price of a higher O(2^n) complexity, where n is the subset size.
- hasRoutingCutSubsetSizeForTightBinaryRelationBound() - Method in class com.google.ortools.sat.SatParameters
-
Similar to above, but with a different algorithm producing better cuts, at
the price of a higher O(2^n) complexity, where n is the subset size.
- hasRoutingCutSubsetSizeForTightBinaryRelationBound() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Similar to above, but with a different algorithm producing better cuts, at
the price of a higher O(2^n) complexity, where n is the subset size.
- hasRuinRecreateParameters() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Parameters to customize a ruin and recreate perturbation.
- hasRuinRecreateParameters() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
-
Parameters to customize a ruin and recreate perturbation.
- hasRuinRecreateParameters() - Method in interface com.google.ortools.constraintsolver.IteratedLocalSearchParametersOrBuilder
-
Parameters to customize a ruin and recreate perturbation.
- hasSameVehicleTypeRequirements() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns true iff any same-route (resp. temporal) type requirements have
been added to the model.
- hasSatParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- hasSatParameters() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- hasSatParameters() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- hasSaveLpBasisInLbTreeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- hasSaveLpBasisInLbTreeSearch() - Method in class com.google.ortools.sat.SatParameters
-
Experimental.
- hasSaveLpBasisInLbTreeSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Experimental.
- hasScaling() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Enable automatic scaling of matrix coefficients and objective.
- hasScaling() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
Enable automatic scaling of matrix coefficients and objective.
- hasScaling() - Method in interface com.google.ortools.linearsolver.MPSolverCommonParametersOrBuilder
-
Enable automatic scaling of matrix coefficients and objective.
- hasScalingFactor() - Method in class com.google.ortools.sat.LinearObjective.Builder
-
optional double scaling_factor = 4 [default = 1];
- hasScalingFactor() - Method in class com.google.ortools.sat.LinearObjective
-
optional double scaling_factor = 4 [default = 1];
- hasScalingFactor() - Method in interface com.google.ortools.sat.LinearObjectiveOrBuilder
-
optional double scaling_factor = 4 [default = 1];
- hasScalingMethod() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];
- hasScalingMethod() - Method in class com.google.ortools.glop.GlopParameters
-
optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];
- hasScalingMethod() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];
- hasSchedulerType() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The type of scheduler used for CPU multi-threading.
- hasSchedulerType() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
The type of scheduler used for CPU multi-threading.
- hasSchedulerType() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
The type of scheduler used for CPU multi-threading.
- hasSearchBranching() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
- hasSearchBranching() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
- hasSearchBranching() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
- hasSearchRandomVariablePoolSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Search randomization will collect the top
'search_random_variable_pool_size' valued variables, and pick one randomly.
- hasSearchRandomVariablePoolSize() - Method in class com.google.ortools.sat.SatParameters
-
Search randomization will collect the top
'search_random_variable_pool_size' valued variables, and pick one randomly.
- hasSearchRandomVariablePoolSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Search randomization will collect the top
'search_random_variable_pool_size' valued variables, and pick one randomly.
- hasShareBinaryClauses() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of new learned binary clause between workers.
- hasShareBinaryClauses() - Method in class com.google.ortools.sat.SatParameters
-
Allows sharing of new learned binary clause between workers.
- hasShareBinaryClauses() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Allows sharing of new learned binary clause between workers.
- hasSharedTreeBalanceTolerance() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much deeper compared to the ideal max depth of the tree is considered
"balanced" enough to still accept a split.
- hasSharedTreeBalanceTolerance() - Method in class com.google.ortools.sat.SatParameters
-
How much deeper compared to the ideal max depth of the tree is considered
"balanced" enough to still accept a split.
- hasSharedTreeBalanceTolerance() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How much deeper compared to the ideal max depth of the tree is considered
"balanced" enough to still accept a split.
- hasSharedTreeMaxNodesPerWorker() - Method in class com.google.ortools.sat.SatParameters.Builder
-
In order to limit total shared memory and communication overhead, limit the
total number of nodes that may be generated in the shared tree.
- hasSharedTreeMaxNodesPerWorker() - Method in class com.google.ortools.sat.SatParameters
-
In order to limit total shared memory and communication overhead, limit the
total number of nodes that may be generated in the shared tree.
- hasSharedTreeMaxNodesPerWorker() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
In order to limit total shared memory and communication overhead, limit the
total number of nodes that may be generated in the shared tree.
- hasSharedTreeNumWorkers() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enables shared tree search.
- hasSharedTreeNumWorkers() - Method in class com.google.ortools.sat.SatParameters
-
Enables shared tree search.
- hasSharedTreeNumWorkers() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Enables shared tree search.
- hasSharedTreeOpenLeavesPerWorker() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How many open leaf nodes should the shared tree maintain per worker.
- hasSharedTreeOpenLeavesPerWorker() - Method in class com.google.ortools.sat.SatParameters
-
How many open leaf nodes should the shared tree maintain per worker.
- hasSharedTreeOpenLeavesPerWorker() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How many open leaf nodes should the shared tree maintain per worker.
- hasSharedTreeSplitStrategy() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
- hasSharedTreeSplitStrategy() - Method in class com.google.ortools.sat.SatParameters
-
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
- hasSharedTreeSplitStrategy() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
- hasSharedTreeWorkerEnablePhaseSharing() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, shared tree workers share their target phase when returning an
assigned subtree for the next worker to use.
- hasSharedTreeWorkerEnablePhaseSharing() - Method in class com.google.ortools.sat.SatParameters
-
If true, shared tree workers share their target phase when returning an
assigned subtree for the next worker to use.
- hasSharedTreeWorkerEnablePhaseSharing() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, shared tree workers share their target phase when returning an
assigned subtree for the next worker to use.
- hasSharedTreeWorkerEnableTrailSharing() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, workers share more of the information from their local trail.
- hasSharedTreeWorkerEnableTrailSharing() - Method in class com.google.ortools.sat.SatParameters
-
If true, workers share more of the information from their local trail.
- hasSharedTreeWorkerEnableTrailSharing() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, workers share more of the information from their local trail.
- hasSharedTreeWorkerMinRestartsPerSubtree() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Minimum restarts before a worker will replace a subtree
that looks "bad" based on the average LBD of learned clauses.
- hasSharedTreeWorkerMinRestartsPerSubtree() - Method in class com.google.ortools.sat.SatParameters
-
Minimum restarts before a worker will replace a subtree
that looks "bad" based on the average LBD of learned clauses.
- hasSharedTreeWorkerMinRestartsPerSubtree() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Minimum restarts before a worker will replace a subtree
that looks "bad" based on the average LBD of learned clauses.
- hasShareGlueClauses() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of short glue clauses between workers.
- hasShareGlueClauses() - Method in class com.google.ortools.sat.SatParameters
-
Allows sharing of short glue clauses between workers.
- hasShareGlueClauses() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Allows sharing of short glue clauses between workers.
- hasShareLevelZeroBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of the bounds of modified variables at level 0.
- hasShareLevelZeroBounds() - Method in class com.google.ortools.sat.SatParameters
-
Allows sharing of the bounds of modified variables at level 0.
- hasShareLevelZeroBounds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Allows sharing of the bounds of modified variables at level 0.
- hasShareObjectiveBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows objective sharing between workers.
- hasShareObjectiveBounds() - Method in class com.google.ortools.sat.SatParameters
-
Allows objective sharing between workers.
- hasShareObjectiveBounds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Allows objective sharing between workers.
- hasShavingSearchDeterministicTime() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specifies the amount of deterministic time spent of each try at shaving a
bound in the shaving search.
- hasShavingSearchDeterministicTime() - Method in class com.google.ortools.sat.SatParameters
-
Specifies the amount of deterministic time spent of each try at shaving a
bound in the shaving search.
- hasShavingSearchDeterministicTime() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Specifies the amount of deterministic time spent of each try at shaving a
bound in the shaving search.
- hasShavingSearchThreshold() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specifies the threshold between two modes in the shaving procedure.
- hasShavingSearchThreshold() - Method in class com.google.ortools.sat.SatParameters
-
Specifies the threshold between two modes in the shaving procedure.
- hasShavingSearchThreshold() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Specifies the threshold between two modes in the shaving procedure.
- hasSimpleOptimalityCriteria() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- hasSimpleOptimalityCriteria() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- hasSimpleOptimalityCriteria() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- hasSimulatedAnnealingParameters() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Parameters to customize a simulated annealing acceptance strategy.
- hasSimulatedAnnealingParameters() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
-
Parameters to customize a simulated annealing acceptance strategy.
- hasSimulatedAnnealingParameters() - Method in interface com.google.ortools.constraintsolver.IteratedLocalSearchParametersOrBuilder
-
Parameters to customize a simulated annealing acceptance strategy.
- hasSisr() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.SISRRuinStrategy sisr = 3;
- hasSisr() - Method in class com.google.ortools.constraintsolver.RuinStrategy
-
.operations_research.SISRRuinStrategy sisr = 3;
- hasSisr() - Method in interface com.google.ortools.constraintsolver.RuinStrategyOrBuilder
-
.operations_research.SISRRuinStrategy sisr = 3;
- hasSize() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto size = 6;
- hasSize() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
.operations_research.sat.LinearExpressionProto size = 6;
- hasSize() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto size = 6;
- hasSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When we choose the leaving variable, we want to avoid small pivot because
they are the less precise and may cause numerical instabilities.
- hasSmallPivotThreshold() - Method in class com.google.ortools.glop.GlopParameters
-
When we choose the leaving variable, we want to avoid small pivot because
they are the less precise and may cause numerical instabilities.
- hasSmallPivotThreshold() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When we choose the leaving variable, we want to avoid small pivot because
they are the less precise and may cause numerical instabilities.
- hasSoftSpanUpperBounds() - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- hasSolution() - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Returns true if solve() was called, and a solution was returned.
- hasSolution() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- hasSolutionFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When the problem status is OPTIMAL, we check the optimality using this
relative tolerance and change the status to IMPRECISE if an issue is
detected.
- hasSolutionFeasibilityTolerance() - Method in class com.google.ortools.glop.GlopParameters
-
When the problem status is OPTIMAL, we check the optimality using this
relative tolerance and change the status to IMPRECISE if an issue is
detected.
- hasSolutionFeasibilityTolerance() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
When the problem status is OPTIMAL, we check the optimality using this
relative tolerance and change the status to IMPRECISE if an issue is
detected.
- hasSolutionHint() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Solution hint.
- hasSolutionHint() - Method in class com.google.ortools.linearsolver.MPModelProto
-
Solution hint.
- hasSolutionHint() - Method in interface com.google.ortools.linearsolver.MPModelProtoOrBuilder
-
Solution hint.
- hasSolutionHint() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Solution hint.
- hasSolutionHint() - Method in class com.google.ortools.sat.CpModelProto
-
Solution hint.
- hasSolutionHint() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
Solution hint.
- hasSolutionPoolSize() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Size of the top-n different solutions kept by the solver.
- hasSolutionPoolSize() - Method in class com.google.ortools.sat.SatParameters
-
Size of the top-n different solutions kept by the solver.
- hasSolutionPoolSize() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Size of the top-n different solutions kept by the solver.
- hasSolutionStats() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- hasSolutionStats() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- hasSolutionStats() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- hasSolutionStats() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The `IterationStats` for the final iteration of the solver.
- hasSolutionStats() - Method in class com.google.ortools.pdlp.SolveLog
-
The `IterationStats` for the final iteration of the solver.
- hasSolutionStats() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
The `IterationStats` for the final iteration of the solver.
- hasSolutionType() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PointType solution_type = 8;
- hasSolutionType() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.PointType solution_type = 8;
- hasSolutionType() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.PointType solution_type = 8;
- hasSolutionType() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The type of the output point that the solver returned.
- hasSolutionType() - Method in class com.google.ortools.pdlp.SolveLog
-
The type of the output point that the solver returned.
- hasSolutionType() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
The type of the output point that the solver returned.
- hasSolveDualProblem() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we solve the dual of the given problem.
- hasSolveDualProblem() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we solve the dual of the given problem.
- hasSolveDualProblem() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we solve the dual of the given problem.
- hasSolveInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- hasSolveInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- hasSolveInfo() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- hasSolverParameters() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Parameters to use in the underlying constraint solver.
- hasSolverParameters() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
-
Parameters to use in the underlying constraint solver.
- hasSolverParameters() - Method in interface com.google.ortools.constraintsolver.RoutingModelParametersOrBuilder
-
Parameters to use in the underlying constraint solver.
- hasSolverSpecificInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Opaque solver-specific information.
- hasSolverSpecificInfo() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Opaque solver-specific information.
- hasSolverSpecificInfo() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Opaque solver-specific information.
- hasSolverSpecificParameters() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage.
- hasSolverSpecificParameters() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Advanced usage.
- hasSolverSpecificParameters() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Advanced usage.
- hasSolverTimeLimitSeconds() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Maximum time to be spent by the solver to solve 'model'.
- hasSolverTimeLimitSeconds() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
Maximum time to be spent by the solver to solve 'model'.
- hasSolverTimeLimitSeconds() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
Maximum time to be spent by the solver to solve 'model'.
- hasSolverType() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];
- hasSolverType() - Method in class com.google.ortools.linearsolver.MPModelRequest
-
optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];
- hasSolverType() - Method in interface com.google.ortools.linearsolver.MPModelRequestOrBuilder
-
optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];
- hasSolveTimeSec() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional double solve_time_sec = 6;
- hasSolveTimeSec() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
optional double solve_time_sec = 6;
- hasSolveTimeSec() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
optional double solve_time_sec = 6;
- hasSolveTimeSec() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The runtime of the solve.
- hasSolveTimeSec() - Method in class com.google.ortools.pdlp.SolveLog
-
The runtime of the solve.
- hasSolveTimeSec() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
The runtime of the solve.
- hasSolveUserTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
optional double solve_user_time_seconds = 2;
- hasSolveUserTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo
-
optional double solve_user_time_seconds = 2;
- hasSolveUserTimeSeconds() - Method in interface com.google.ortools.linearsolver.MPSolveInfoOrBuilder
-
optional double solve_user_time_seconds = 2;
- hasSolveWallTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
How much wall time (resp. user time) elapsed during the Solve() of the
underlying solver library.
- hasSolveWallTimeSeconds() - Method in class com.google.ortools.linearsolver.MPSolveInfo
-
How much wall time (resp. user time) elapsed during the Solve() of the
underlying solver library.
- hasSolveWallTimeSeconds() - Method in interface com.google.ortools.linearsolver.MPSolveInfoOrBuilder
-
How much wall time (resp. user time) elapsed during the Solve() of the
underlying solver library.
- hasSortConstraintsByNumTerms() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Sort constraints by increasing total number of terms instead of number of
contributing terms.
- hasSortConstraintsByNumTerms() - Method in class com.google.ortools.bop.BopParameters
-
Sort constraints by increasing total number of terms instead of number of
contributing terms.
- hasSortConstraintsByNumTerms() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Sort constraints by increasing total number of terms instead of number of
contributing terms.
- hasSosConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- hasSosConstraint() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
.operations_research.MPSosConstraint sos_constraint = 3;
- hasSosConstraint() - Method in interface com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- hasSpatiallyCloseRoutes() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;
- hasSpatiallyCloseRoutes() - Method in class com.google.ortools.constraintsolver.RuinStrategy
-
.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;
- hasSpatiallyCloseRoutes() - Method in interface com.google.ortools.constraintsolver.RuinStrategyOrBuilder
-
.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;
- hasStart() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto start = 4;
- hasStart() - Method in class com.google.ortools.sat.IntervalConstraintProto
-
.operations_research.sat.LinearExpressionProto start = 4;
- hasStart() - Method in interface com.google.ortools.sat.IntervalConstraintProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto start = 4;
- hasStatus() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
For future use.
- hasStatus() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
For future use.
- hasStatus() - Method in interface com.google.ortools.algorithms.SetCoverSolutionResponseOrBuilder
-
For future use.
- hasStatus() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Result of the optimization.
- hasStatus() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Result of the optimization.
- hasStatus() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Result of the optimization.
- hasStatusStr() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Human-readable string giving more details about the status.
- hasStatusStr() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
-
Human-readable string giving more details about the status.
- hasStatusStr() - Method in interface com.google.ortools.linearsolver.MPSolutionResponseOrBuilder
-
Human-readable string giving more details about the status.
- hasStepSize() - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
Step size used at this iteration.
- hasStepSize() - Method in class com.google.ortools.pdlp.IterationStats
-
Step size used at this iteration.
- hasStepSize() - Method in interface com.google.ortools.pdlp.IterationStatsOrBuilder
-
Step size used at this iteration.
- hasStepSizeDownscalingFactor() - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
-
At every inner iteration the algorithm can decide to accept the step size
or to update it to step_size = step_size_downscaling_factor * step_size.
- hasStepSizeDownscalingFactor() - Method in class com.google.ortools.pdlp.MalitskyPockParams
-
At every inner iteration the algorithm can decide to accept the step size
or to update it to step_size = step_size_downscaling_factor * step_size.
- hasStepSizeDownscalingFactor() - Method in interface com.google.ortools.pdlp.MalitskyPockParamsOrBuilder
-
At every inner iteration the algorithm can decide to accept the step size
or to update it to step_size = step_size_downscaling_factor * step_size.
- hasStepSizeGrowthExponent() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams.Builder
-
The step size growth exponent defines a step size given by (1 +
(total_steps_attempted + 1)^(-step_size_growth_exponent)) * step_size_.
- hasStepSizeGrowthExponent() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
-
The step size growth exponent defines a step size given by (1 +
(total_steps_attempted + 1)^(-step_size_growth_exponent)) * step_size_.
- hasStepSizeGrowthExponent() - Method in interface com.google.ortools.pdlp.AdaptiveLinesearchParamsOrBuilder
-
The step size growth exponent defines a step size given by (1 +
(total_steps_attempted + 1)^(-step_size_growth_exponent)) * step_size_.
- hasStepSizeInterpolation() - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
-
Malitsky and Pock linesearch rule permits an arbitrary choice of the first
step size guess within an interval [m, M].
- hasStepSizeInterpolation() - Method in class com.google.ortools.pdlp.MalitskyPockParams
-
Malitsky and Pock linesearch rule permits an arbitrary choice of the first
step size guess within an interval [m, M].
- hasStepSizeInterpolation() - Method in interface com.google.ortools.pdlp.MalitskyPockParamsOrBuilder
-
Malitsky and Pock linesearch rule permits an arbitrary choice of the first
step size guess within an interval [m, M].
- hasStepSizeReductionExponent() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams.Builder
-
The step size reduction exponent defines a step size given by
(1 - (total_steps_attempted + 1)^(-step_size_reduction_exponent)) *
step_size_limit where step_size_limit is the maximum allowed step size at
the current iteration.
- hasStepSizeReductionExponent() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
-
The step size reduction exponent defines a step size given by
(1 - (total_steps_attempted + 1)^(-step_size_reduction_exponent)) *
step_size_limit where step_size_limit is the maximum allowed step size at
the current iteration.
- hasStepSizeReductionExponent() - Method in interface com.google.ortools.pdlp.AdaptiveLinesearchParamsOrBuilder
-
The step size reduction exponent defines a step size given by
(1 - (total_steps_attempted + 1)^(-step_size_reduction_exponent)) *
step_size_limit where step_size_limit is the maximum allowed step size at
the current iteration.
- hasStopAfterFirstSolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For an optimization problem, stop the solver as soon as we have a solution.
- hasStopAfterFirstSolution() - Method in class com.google.ortools.sat.SatParameters
-
For an optimization problem, stop the solver as soon as we have a solution.
- hasStopAfterFirstSolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
For an optimization problem, stop the solver as soon as we have a solution.
- hasStopAfterPresolve() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Mainly used when improving the presolver.
- hasStopAfterPresolve() - Method in class com.google.ortools.sat.SatParameters
-
Mainly used when improving the presolver.
- hasStopAfterPresolve() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Mainly used when improving the presolver.
- hasStopAfterRootPropagation() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool stop_after_root_propagation = 252 [default = false];
- hasStopAfterRootPropagation() - Method in class com.google.ortools.sat.SatParameters
-
optional bool stop_after_root_propagation = 252 [default = false];
- hasStopAfterRootPropagation() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool stop_after_root_propagation = 252 [default = false];
- hasStrategyChangeIncreaseRatio() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The parameter num_conflicts_before_strategy_changes is increased by that
much after each strategy change.
- hasStrategyChangeIncreaseRatio() - Method in class com.google.ortools.sat.SatParameters
-
The parameter num_conflicts_before_strategy_changes is increased by that
much after each strategy change.
- hasStrategyChangeIncreaseRatio() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The parameter num_conflicts_before_strategy_changes is increased by that
much after each strategy change.
- hasSubsumptionDuringConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters.Builder
-
At a really low cost, during the 1-UIP conflict computation, it is easy to
detect if some of the involved reasons are subsumed by the current
conflict.
- hasSubsumptionDuringConflictAnalysis() - Method in class com.google.ortools.sat.SatParameters
-
At a really low cost, during the 1-UIP conflict computation, it is easy to
detect if some of the involved reasons are subsumed by the current
conflict.
- hasSubsumptionDuringConflictAnalysis() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
At a really low cost, during the 1-UIP conflict computation, it is easy to
detect if some of the involved reasons are subsumed by the current
conflict.
- hasSufficientReductionForRestart() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
For ADAPTIVE_HEURISTIC and ADAPTIVE_DISTANCE_BASED only: A relative
reduction in the potential function by this amount always triggers a
restart.
- hasSufficientReductionForRestart() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
For ADAPTIVE_HEURISTIC and ADAPTIVE_DISTANCE_BASED only: A relative
reduction in the potential function by this amount always triggers a
restart.
- hasSufficientReductionForRestart() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
For ADAPTIVE_HEURISTIC and ADAPTIVE_DISTANCE_BASED only: A relative
reduction in the potential function by this amount always triggers a
restart.
- hasSupply() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
The supply can be positive or negative in which case it means demand.
- hasSupply() - Method in class com.google.ortools.graph.FlowNodeProto
-
The supply can be positive or negative in which case it means demand.
- hasSupply() - Method in interface com.google.ortools.graph.FlowNodeProtoOrBuilder
-
The supply can be positive or negative in which case it means demand.
- hasSymmetry() - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- hasSymmetry() - Method in class com.google.ortools.sat.CpModelProto
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- hasSymmetry() - Method in interface com.google.ortools.sat.CpModelProtoOrBuilder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- hasSymmetryDetectionDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Deterministic time limit for symmetry detection.
- hasSymmetryDetectionDeterministicTimeLimit() - Method in class com.google.ortools.sat.SatParameters
-
Deterministic time limit for symmetry detection.
- hasSymmetryDetectionDeterministicTimeLimit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Deterministic time limit for symmetry detection.
- hasSymmetryLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to automatically detect the symmetries in a model and
exploit them.
- hasSymmetryLevel() - Method in class com.google.ortools.sat.SatParameters
-
Whether we try to automatically detect the symmetries in a model and
exploit them.
- hasSymmetryLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we try to automatically detect the symmetries in a model and
exploit them.
- hasSynchronizationType() - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];
- hasSynchronizationType() - Method in class com.google.ortools.bop.BopParameters
-
optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];
- hasSynchronizationType() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];
- hasTable() - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The table constraint enforces what values a tuple of variables may
take.
- hasTable() - Method in class com.google.ortools.sat.ConstraintProto
-
The table constraint enforces what values a tuple of variables may
take.
- hasTable() - Method in interface com.google.ortools.sat.ConstraintProtoOrBuilder
-
The table constraint enforces what values a tuple of variables may
take.
- hasTableCompressionLevel() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much we try to "compress" a table constraint.
- hasTableCompressionLevel() - Method in class com.google.ortools.sat.SatParameters
-
How much we try to "compress" a table constraint.
- hasTableCompressionLevel() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How much we try to "compress" a table constraint.
- hasTail() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
A directed arc goes from a tail node to a head node.
- hasTail() - Method in class com.google.ortools.graph.FlowArcProto
-
A directed arc goes from a tail node to a head node.
- hasTail() - Method in interface com.google.ortools.graph.FlowArcProtoOrBuilder
-
A directed arc goes from a tail node to a head node.
- hasTarget() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
.operations_research.sat.LinearExpressionProto target = 1;
- hasTarget() - Method in class com.google.ortools.sat.LinearArgumentProto
-
.operations_research.sat.LinearExpressionProto target = 1;
- hasTarget() - Method in interface com.google.ortools.sat.LinearArgumentProtoOrBuilder
-
.operations_research.sat.LinearExpressionProto target = 1;
- hasTargetIndex() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
If both `target_index` and `target_name` are set, they must point to the
same entity.
- hasTargetIndex() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
If both `target_index` and `target_name` are set, they must point to the
same entity.
- hasTargetIndex() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
If both `target_index` and `target_name` are set, they must point to the
same entity.
- hasTargetName() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
Alternate to index.
- hasTargetName() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
Alternate to index.
- hasTargetName() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
Alternate to index.
- hasTargetType() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;
- hasTargetType() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
-
optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;
- hasTargetType() - Method in interface com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
-
optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;
- hasTemporalTypeIncompatibilities() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- hasTemporalTypeRequirements() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- hasTerminationCheckFrequency() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The frequency (based on a counter reset every major iteration) to check for
termination (involves extra work) and log iteration stats.
- hasTerminationCheckFrequency() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
The frequency (based on a counter reset every major iteration) to check for
termination (involves extra work) and log iteration stats.
- hasTerminationCheckFrequency() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
The frequency (based on a counter reset every major iteration) to check for
termination (involves extra work) and log iteration stats.
- hasTerminationCriteria() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- hasTerminationCriteria() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- hasTerminationCriteria() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- hasTerminationReason() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.TerminationReason termination_reason = 4;
- hasTerminationReason() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
optional .operations_research.pdlp.TerminationReason termination_reason = 4;
- hasTerminationReason() - Method in interface com.google.ortools.pdlp.FeasibilityPolishingDetailsOrBuilder
-
optional .operations_research.pdlp.TerminationReason termination_reason = 4;
- hasTerminationReason() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The reason that the solve terminated.
- hasTerminationReason() - Method in class com.google.ortools.pdlp.SolveLog
-
The reason that the solve terminated.
- hasTerminationReason() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
The reason that the solve terminated.
- hasTerminationString() - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Optional extra information about the termination reason.
- hasTerminationString() - Method in class com.google.ortools.pdlp.SolveLog
-
Optional extra information about the termination reason.
- hasTerminationString() - Method in interface com.google.ortools.pdlp.SolveLogOrBuilder
-
Optional extra information about the termination reason.
- hasTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the search.
- hasTimeLimit() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
Limit to the time spent in the search.
- hasTimeLimit() - Method in interface com.google.ortools.constraintsolver.RoutingSearchParametersOrBuilder
-
Limit to the time spent in the search.
- hasTimeSecLimit() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_TIME_LIMIT then the solver has
taken at least time_sec_limit time.
- hasTimeSecLimit() - Method in class com.google.ortools.pdlp.TerminationCriteria
-
If termination_reason = TERMINATION_REASON_TIME_LIMIT then the solver has
taken at least time_sec_limit time.
- hasTimeSecLimit() - Method in interface com.google.ortools.pdlp.TerminationCriteriaOrBuilder
-
If termination_reason = TERMINATION_REASON_TIME_LIMIT then the solver has
taken at least time_sec_limit time.
- hasType() - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;
- hasType() - Method in class com.google.ortools.bop.BopOptimizerMethod
-
optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;
- hasType() - Method in interface com.google.ortools.bop.BopOptimizerMethodOrBuilder
-
optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;
- hasType() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
- hasType() - Method in class com.google.ortools.linearsolver.MPSosConstraint
-
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
- hasType() - Method in interface com.google.ortools.linearsolver.MPSosConstraintOrBuilder
-
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
- hasUnitCost() - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
Cost of this arc per unit of flow.
- hasUnitCost() - Method in class com.google.ortools.graph.FlowArcProto
-
Cost of this arc per unit of flow.
- hasUnitCost() - Method in interface com.google.ortools.graph.FlowArcProtoOrBuilder
-
Cost of this arc per unit of flow.
- hasUpperBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
optional double upper_bound = 3 [default = inf];
- hasUpperBound() - Method in class com.google.ortools.linearsolver.MPConstraintProto
-
optional double upper_bound = 3 [default = inf];
- hasUpperBound() - Method in interface com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
optional double upper_bound = 3 [default = inf];
- hasUpperBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
optional double upper_bound = 7 [default = inf];
- hasUpperBound() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
-
optional double upper_bound = 7 [default = inf];
- hasUpperBound() - Method in interface com.google.ortools.linearsolver.MPQuadraticConstraintOrBuilder
-
optional double upper_bound = 7 [default = inf];
- hasUpperBound() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
optional double upper_bound = 2 [default = inf];
- hasUpperBound() - Method in class com.google.ortools.linearsolver.MPVariableProto
-
optional double upper_bound = 2 [default = inf];
- hasUpperBound() - Method in interface com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
optional double upper_bound = 2 [default = inf];
- hasUpperBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
optional int64 upper_bound = 4;
- hasUpperBound() - Method in class com.google.ortools.sat.LinearBooleanConstraint
-
optional int64 upper_bound = 4;
- hasUpperBound() - Method in interface com.google.ortools.sat.LinearBooleanConstraintOrBuilder
-
optional int64 upper_bound = 4;
- hasUseAbslRandom() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_absl_random = 180 [default = false];
- hasUseAbslRandom() - Method in class com.google.ortools.sat.SatParameters
-
optional bool use_absl_random = 180 [default = false];
- hasUseAbslRandom() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool use_absl_random = 180 [default = false];
- hasUseAllDifferentForCircuit() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turn on extra propagation for the circuit constraint.
- hasUseAllDifferentForCircuit() - Method in class com.google.ortools.sat.SatParameters
-
Turn on extra propagation for the circuit constraint.
- hasUseAllDifferentForCircuit() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Turn on extra propagation for the circuit constraint.
- hasUseAreaEnergeticReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
an energetic reasoning that uses an area-based energy.
- hasUseAreaEnergeticReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the no_overlap_2d constraint is reinforced with
an energetic reasoning that uses an area-based energy.
- hasUseAreaEnergeticReasoningInNoOverlap2D() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the no_overlap_2d constraint is reinforced with
an energetic reasoning that uses an area-based energy.
- hasUseBlockingRestart() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Block a moving restart algorithm if the trail size of the current conflict
is greater than the multiplier times the moving average of the trail size
at the previous conflicts.
- hasUseBlockingRestart() - Method in class com.google.ortools.sat.SatParameters
-
Block a moving restart algorithm if the trail size of the current conflict
is greater than the multiplier times the moving average of the trail size
at the previous conflicts.
- hasUseBlockingRestart() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Block a moving restart algorithm if the trail size of the current conflict
is greater than the multiplier times the moving average of the trail size
at the previous conflicts.
- hasUseCombinedNoOverlap() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This can be beneficial if there is a lot of no-overlap constraints but a
relatively low number of different intervals in the problem.
- hasUseCombinedNoOverlap() - Method in class com.google.ortools.sat.SatParameters
-
This can be beneficial if there is a lot of no-overlap constraints but a
relatively low number of different intervals in the problem.
- hasUseCombinedNoOverlap() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This can be beneficial if there is a lot of no-overlap constraints but a
relatively low number of different intervals in the problem.
- hasUseConservativeScaleOverloadChecker() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enable a heuristic to solve cumulative constraints using a modified energy
constraint.
- hasUseConservativeScaleOverloadChecker() - Method in class com.google.ortools.sat.SatParameters
-
Enable a heuristic to solve cumulative constraints using a modified energy
constraint.
- hasUseConservativeScaleOverloadChecker() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Enable a heuristic to solve cumulative constraints using a modified energy
constraint.
- hasUseDedicatedDualFeasibilityAlgorithm() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We have two possible dual phase I algorithms.
- hasUseDedicatedDualFeasibilityAlgorithm() - Method in class com.google.ortools.glop.GlopParameters
-
We have two possible dual phase I algorithms.
- hasUseDedicatedDualFeasibilityAlgorithm() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
We have two possible dual phase I algorithms.
- hasUseDiagonalQpTrustRegionSolver() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
When solving QPs with diagonal objective matrices, this option can be
turned on to enable an experimental solver that avoids linearization of the
quadratic term.
- hasUseDiagonalQpTrustRegionSolver() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
When solving QPs with diagonal objective matrices, this option can be
turned on to enable an experimental solver that avoids linearization of the
quadratic term.
- hasUseDiagonalQpTrustRegionSolver() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
When solving QPs with diagonal objective matrices, this option can be
turned on to enable an experimental solver that avoids linearization of the
quadratic term.
- hasUseDisjunctiveConstraintInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with propagators
from the disjunctive constraint to improve the inference on a set of tasks
that are disjunctive at the root of the problem.
- hasUseDisjunctiveConstraintInCumulative() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the cumulative constraint is reinforced with propagators
from the disjunctive constraint to improve the inference on a set of tasks
that are disjunctive at the root of the problem.
- hasUseDisjunctiveConstraintInCumulative() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the cumulative constraint is reinforced with propagators
from the disjunctive constraint to improve the inference on a set of tasks
that are disjunctive at the root of the problem.
- hasUseDualSchedulingHeuristics() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When set, it activates a few scheduling parameters to improve the lower
bound of scheduling problems.
- hasUseDualSchedulingHeuristics() - Method in class com.google.ortools.sat.SatParameters
-
When set, it activates a few scheduling parameters to improve the lower
bound of scheduling problems.
- hasUseDualSchedulingHeuristics() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When set, it activates a few scheduling parameters to improve the lower
bound of scheduling problems.
- hasUseDualSimplex() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we use the dual simplex algorithm instead of the primal.
- hasUseDualSimplex() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we use the dual simplex algorithm instead of the primal.
- hasUseDualSimplex() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we use the dual simplex algorithm instead of the primal.
- hasUseDynamicPrecedenceInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_dynamic_precedence_in_cumulative = 268 [default = false];
- hasUseDynamicPrecedenceInCumulative() - Method in class com.google.ortools.sat.SatParameters
-
optional bool use_dynamic_precedence_in_cumulative = 268 [default = false];
- hasUseDynamicPrecedenceInCumulative() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool use_dynamic_precedence_in_cumulative = 268 [default = false];
- hasUseDynamicPrecedenceInDisjunctive() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to branch on decision "interval A before interval B" rather
than on intervals bounds.
- hasUseDynamicPrecedenceInDisjunctive() - Method in class com.google.ortools.sat.SatParameters
-
Whether we try to branch on decision "interval A before interval B" rather
than on intervals bounds.
- hasUseDynamicPrecedenceInDisjunctive() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we try to branch on decision "interval A before interval B" rather
than on intervals bounds.
- hasUseEnergeticReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
energetic reasoning.
- hasUseEnergeticReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the no_overlap_2d constraint is reinforced with
energetic reasoning.
- hasUseEnergeticReasoningInNoOverlap2D() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the no_overlap_2d constraint is reinforced with
energetic reasoning.
- hasUseErwaHeuristic() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as
described in "Learning Rate Based Branching Heuristic for SAT solvers",
J.H.Liang, V.
- hasUseErwaHeuristic() - Method in class com.google.ortools.sat.SatParameters
-
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as
described in "Learning Rate Based Branching Heuristic for SAT solvers",
J.H.Liang, V.
- hasUseErwaHeuristic() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as
described in "Learning Rate Based Branching Heuristic for SAT solvers",
J.H.Liang, V.
- hasUseExactLpReason() - Method in class com.google.ortools.sat.SatParameters.Builder
-
The solver usually exploit the LP relaxation of a model.
- hasUseExactLpReason() - Method in class com.google.ortools.sat.SatParameters
-
The solver usually exploit the LP relaxation of a model.
- hasUseExactLpReason() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
The solver usually exploit the LP relaxation of a model.
- hasUseExtendedProbing() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Use extended probing (probe bool_or, at_most_one, exactly_one).
- hasUseExtendedProbing() - Method in class com.google.ortools.sat.SatParameters
-
Use extended probing (probe bool_or, at_most_one, exactly_one).
- hasUseExtendedProbing() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Use extended probing (probe bool_or, at_most_one, exactly_one).
- hasUseFeasibilityJump() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Parameters for an heuristic similar to the one described in the paper:
"Feasibility Jump: an LP-free Lagrangian MIP heuristic", Bjørnar
Luteberget, Giorgio Sartor, 2023, Mathematical Programming Computation.
- hasUseFeasibilityJump() - Method in class com.google.ortools.sat.SatParameters
-
Parameters for an heuristic similar to the one described in the paper:
"Feasibility Jump: an LP-free Lagrangian MIP heuristic", Bjørnar
Luteberget, Giorgio Sartor, 2023, Mathematical Programming Computation.
- hasUseFeasibilityJump() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Parameters for an heuristic similar to the one described in the paper:
"Feasibility Jump: an LP-free Lagrangian MIP heuristic", Bjørnar
Luteberget, Giorgio Sartor, 2023, Mathematical Programming Computation.
- hasUseFeasibilityPolishing() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
If true, periodically runs feasibility polishing, which attempts to move
from latest average iterate to one that is closer to feasibility (i.e., has
smaller primal and dual residuals) while probably increasing the objective
gap.
- hasUseFeasibilityPolishing() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
If true, periodically runs feasibility polishing, which attempts to move
from latest average iterate to one that is closer to feasibility (i.e., has
smaller primal and dual residuals) while probably increasing the objective
gap.
- hasUseFeasibilityPolishing() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
If true, periodically runs feasibility polishing, which attempts to move
from latest average iterate to one that is closer to feasibility (i.e., has
smaller primal and dual residuals) while probably increasing the objective
gap.
- hasUseFeasibilityPump() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Adds a feasibility pump subsolver along with lns subsolvers.
- hasUseFeasibilityPump() - Method in class com.google.ortools.sat.SatParameters
-
Adds a feasibility pump subsolver along with lns subsolvers.
- hasUseFeasibilityPump() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Adds a feasibility pump subsolver along with lns subsolvers.
- hasUseGlop() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
If true runs Glop's presolver on the given instance prior to solving.
- hasUseGlop() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
-
If true runs Glop's presolver on the given instance prior to solving.
- hasUseGlop() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptionsOrBuilder
-
If true runs Glop's presolver on the given instance prior to solving.
- hasUseHardPrecedencesInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, detect and create constraint for integer variable that are "after"
a set of intervals in the same cumulative constraint.
- hasUseHardPrecedencesInCumulative() - Method in class com.google.ortools.sat.SatParameters
-
If true, detect and create constraint for integer variable that are "after"
a set of intervals in the same cumulative constraint.
- hasUseHardPrecedencesInCumulative() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, detect and create constraint for integer variable that are "after"
a set of intervals in the same cumulative constraint.
- hasUseImpliedBounds() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stores and exploits "implied-bounds" in the solver.
- hasUseImpliedBounds() - Method in class com.google.ortools.sat.SatParameters
-
Stores and exploits "implied-bounds" in the solver.
- hasUseImpliedBounds() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Stores and exploits "implied-bounds" in the solver.
- hasUseImpliedFreePreprocessor() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If presolve runs, include the pass that detects implied free variables.
- hasUseImpliedFreePreprocessor() - Method in class com.google.ortools.glop.GlopParameters
-
If presolve runs, include the pass that detects implied free variables.
- hasUseImpliedFreePreprocessor() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
If presolve runs, include the pass that detects implied free variables.
- hasUseLbRelaxLns() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turns on neighborhood generator based on local branching LP.
- hasUseLbRelaxLns() - Method in class com.google.ortools.sat.SatParameters
-
Turns on neighborhood generator based on local branching LP.
- hasUseLbRelaxLns() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Turns on neighborhood generator based on local branching LP.
- hasUseLearnedBinaryClausesInLp() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use the learned binary clauses in the Linear Relaxation.
- hasUseLearnedBinaryClausesInLp() - Method in class com.google.ortools.bop.BopParameters
-
Whether we use the learned binary clauses in the Linear Relaxation.
- hasUseLearnedBinaryClausesInLp() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether we use the learned binary clauses in the Linear Relaxation.
- hasUseLns() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Testing parameters used to disable all lns workers.
- hasUseLns() - Method in class com.google.ortools.sat.SatParameters
-
Testing parameters used to disable all lns workers.
- hasUseLns() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Testing parameters used to disable all lns workers.
- hasUseLnsOnly() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental parameters to disable everything but lns.
- hasUseLnsOnly() - Method in class com.google.ortools.sat.SatParameters
-
Experimental parameters to disable everything but lns.
- hasUseLnsOnly() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Experimental parameters to disable everything but lns.
- hasUseLpLns() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use Large Neighborhood Search based on the LP relaxation.
- hasUseLpLns() - Method in class com.google.ortools.bop.BopParameters
-
Use Large Neighborhood Search based on the LP relaxation.
- hasUseLpLns() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Use Large Neighborhood Search based on the LP relaxation.
- hasUseLpStrongBranching() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use strong branching in the linear relaxation optimizer.
- hasUseLpStrongBranching() - Method in class com.google.ortools.bop.BopParameters
-
Use strong branching in the linear relaxation optimizer.
- hasUseLpStrongBranching() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Use strong branching in the linear relaxation optimizer.
- hasUseLsOnly() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Disable every other type of subsolver, setting this turns CP-SAT into a
pure local-search solver.
- hasUseLsOnly() - Method in class com.google.ortools.sat.SatParameters
-
Disable every other type of subsolver, setting this turns CP-SAT into a
pure local-search solver.
- hasUseLsOnly() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Disable every other type of subsolver, setting this turns CP-SAT into a
pure local-search solver.
- hasUseMiddleProductFormUpdate() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not to use the middle product form update rather than the
standard eta LU update.
- hasUseMiddleProductFormUpdate() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not to use the middle product form update rather than the
standard eta LU update.
- hasUseMiddleProductFormUpdate() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not to use the middle product form update rather than the
standard eta LU update.
- hasUseObjectiveLbSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, search will search in ascending max objective value (when
minimizing) starting from the lower bound of the objective.
- hasUseObjectiveLbSearch() - Method in class com.google.ortools.sat.SatParameters
-
If true, search will search in ascending max objective value (when
minimizing) starting from the lower bound of the objective.
- hasUseObjectiveLbSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, search will search in ascending max objective value (when
minimizing) starting from the lower bound of the objective.
- hasUseObjectiveShavingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This search differs from the previous search as it will not use assumptions
to bound the objective, and it will recreate a full model with the
hardcoded objective value.
- hasUseObjectiveShavingSearch() - Method in class com.google.ortools.sat.SatParameters
-
This search differs from the previous search as it will not use assumptions
to bound the objective, and it will recreate a full model with the
hardcoded objective value.
- hasUseObjectiveShavingSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This search differs from the previous search as it will not use assumptions
to bound the objective, and it will recreate a full model with the
hardcoded objective value.
- hasUseOptimizationHints() - Method in class com.google.ortools.sat.SatParameters.Builder
-
For an optimization problem, whether we follow some hints in order to find
a better first solution.
- hasUseOptimizationHints() - Method in class com.google.ortools.sat.SatParameters
-
For an optimization problem, whether we follow some hints in order to find
a better first solution.
- hasUseOptimizationHints() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
For an optimization problem, whether we follow some hints in order to find
a better first solution.
- hasUseOptionalVariables() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we automatically detect variables whose constraint are always
enforced by the same literal and we mark them as optional.
- hasUseOptionalVariables() - Method in class com.google.ortools.sat.SatParameters
-
If true, we automatically detect variables whose constraint are always
enforced by the same literal and we mark them as optional.
- hasUseOptionalVariables() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, we automatically detect variables whose constraint are always
enforced by the same literal and we mark them as optional.
- hasUseOverloadCheckerInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with overload
checking, i.e., an additional level of reasoning based on energy.
- hasUseOverloadCheckerInCumulative() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the cumulative constraint is reinforced with overload
checking, i.e., an additional level of reasoning based on energy.
- hasUseOverloadCheckerInCumulative() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the cumulative constraint is reinforced with overload
checking, i.e., an additional level of reasoning based on energy.
- hasUsePbResolution() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether to use pseudo-Boolean resolution to analyze a conflict.
- hasUsePbResolution() - Method in class com.google.ortools.sat.SatParameters
-
Whether to use pseudo-Boolean resolution to analyze a conflict.
- hasUsePbResolution() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Whether to use pseudo-Boolean resolution to analyze a conflict.
- hasUsePhaseSaving() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If this is true, then the polarity of a variable will be the last value it
was assigned to, or its default polarity if it was never assigned since the
call to ResetDecisionHeuristic().
- hasUsePhaseSaving() - Method in class com.google.ortools.sat.SatParameters
-
If this is true, then the polarity of a variable will be the last value it
was assigned to, or its default polarity if it was never assigned since the
call to ResetDecisionHeuristic().
- hasUsePhaseSaving() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If this is true, then the polarity of a variable will be the last value it
was assigned to, or its default polarity if it was never assigned since the
call to ResetDecisionHeuristic().
- hasUsePotentialOneFlipRepairsInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we keep a list of variable that can potentially repair in one flip
all the current infeasible constraints (such variable must at least appear
in all the infeasible constraints for this to happen).
- hasUsePotentialOneFlipRepairsInLs() - Method in class com.google.ortools.bop.BopParameters
-
Whether we keep a list of variable that can potentially repair in one flip
all the current infeasible constraints (such variable must at least appear
in all the infeasible constraints for this to happen).
- hasUsePotentialOneFlipRepairsInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether we keep a list of variable that can potentially repair in one flip
all the current infeasible constraints (such variable must at least appear
in all the infeasible constraints for this to happen).
- hasUsePrecedencesInDisjunctiveConstraint() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, then a disjunctive constraint will try to use the
precedence relations between time intervals to propagate their bounds
further.
- hasUsePrecedencesInDisjunctiveConstraint() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, then a disjunctive constraint will try to use the
precedence relations between time intervals to propagate their bounds
further.
- hasUsePrecedencesInDisjunctiveConstraint() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, then a disjunctive constraint will try to use the
precedence relations between time intervals to propagate their bounds
further.
- hasUsePreprocessing() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we use advanced preprocessing techniques.
- hasUsePreprocessing() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we use advanced preprocessing techniques.
- hasUsePreprocessing() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we use advanced preprocessing techniques.
- hasUseProbingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, search will continuously probe Boolean variables, and integer
variable bounds.
- hasUseProbingSearch() - Method in class com.google.ortools.sat.SatParameters
-
If true, search will continuously probe Boolean variables, and integer
variable bounds.
- hasUseProbingSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
If true, search will continuously probe Boolean variables, and integer
variable bounds.
- hasUseRandomLns() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use the random Large Neighborhood Search instead of the exhaustive one.
- hasUseRandomLns() - Method in class com.google.ortools.bop.BopParameters
-
Use the random Large Neighborhood Search instead of the exhaustive one.
- hasUseRandomLns() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Use the random Large Neighborhood Search instead of the exhaustive one.
- hasUseRinsLns() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turns on relaxation induced neighborhood generator.
- hasUseRinsLns() - Method in class com.google.ortools.sat.SatParameters
-
Turns on relaxation induced neighborhood generator.
- hasUseRinsLns() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Turns on relaxation induced neighborhood generator.
- hasUseSatInprocessing() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enable or disable "inprocessing" which is some SAT presolving done at
each restart to the root level.
- hasUseSatInprocessing() - Method in class com.google.ortools.sat.SatParameters
-
Enable or disable "inprocessing" which is some SAT presolving done at
each restart to the root level.
- hasUseSatInprocessing() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Enable or disable "inprocessing" which is some SAT presolving done at
each restart to the root level.
- hasUseSatToChooseLnsNeighbourhood() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use sat propagation to choose the lns neighbourhood.
- hasUseSatToChooseLnsNeighbourhood() - Method in class com.google.ortools.bop.BopParameters
-
Whether we use sat propagation to choose the lns neighbourhood.
- hasUseSatToChooseLnsNeighbourhood() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether we use sat propagation to choose the lns neighbourhood.
- hasUseScaling() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we scale the matrix A so that the maximum coefficient on
each line and each column is 1.0.
- hasUseScaling() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we scale the matrix A so that the maximum coefficient on
each line and each column is 1.0.
- hasUseScaling() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we scale the matrix A so that the maximum coefficient on
each line and each column is 1.0.
- hasUseSharedTreeSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Set on shared subtree workers.
- hasUseSharedTreeSearch() - Method in class com.google.ortools.sat.SatParameters
-
Set on shared subtree workers.
- hasUseSharedTreeSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Set on shared subtree workers.
- hasUseShavingInProbingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a shaving phase (where the solver tries to prove that the lower or
upper bound of a variable are infeasible) to the probing search.
- hasUseShavingInProbingSearch() - Method in class com.google.ortools.sat.SatParameters
-
Add a shaving phase (where the solver tries to prove that the lower or
upper bound of a variable are infeasible) to the probing search.
- hasUseShavingInProbingSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Add a shaving phase (where the solver tries to prove that the lower or
upper bound of a variable are infeasible) to the probing search.
- hasUseStrongPropagationInDisjunctive() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enable stronger and more expensive propagation on no_overlap constraint.
- hasUseStrongPropagationInDisjunctive() - Method in class com.google.ortools.sat.SatParameters
-
Enable stronger and more expensive propagation on no_overlap constraint.
- hasUseStrongPropagationInDisjunctive() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Enable stronger and more expensive propagation on no_overlap constraint.
- hasUseSymmetry() - Method in class com.google.ortools.bop.BopParameters.Builder
-
If true, find and exploit the eventual symmetries of the problem.
- hasUseSymmetry() - Method in class com.google.ortools.bop.BopParameters
-
If true, find and exploit the eventual symmetries of the problem.
- hasUseSymmetry() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
If true, find and exploit the eventual symmetries of the problem.
- hasUseSymmetryInLp() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When we have symmetry, it is possible to "fold" all variables from the same
orbit into a single variable, while having the same power of LP relaxation.
- hasUseSymmetryInLp() - Method in class com.google.ortools.sat.SatParameters
-
When we have symmetry, it is possible to "fold" all variables from the same
orbit into a single variable, while having the same power of LP relaxation.
- hasUseSymmetryInLp() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When we have symmetry, it is possible to "fold" all variables from the same
orbit into a single variable, while having the same power of LP relaxation.
- hasUseTimetableEdgeFindingInCumulative() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with timetable
edge finding, i.e., an additional level of reasoning based on the
conjunction of energy and mandatory parts.
- hasUseTimetableEdgeFindingInCumulative() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the cumulative constraint is reinforced with timetable
edge finding, i.e., an additional level of reasoning based on the
conjunction of energy and mandatory parts.
- hasUseTimetableEdgeFindingInCumulative() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the cumulative constraint is reinforced with timetable
edge finding, i.e., an additional level of reasoning based on the
conjunction of energy and mandatory parts.
- hasUseTimetablingInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
propagators from the cumulative constraints.
- hasUseTimetablingInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters
-
When this is true, the no_overlap_2d constraint is reinforced with
propagators from the cumulative constraints.
- hasUseTimetablingInNoOverlap2D() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
When this is true, the no_overlap_2d constraint is reinforced with
propagators from the cumulative constraints.
- hasUseTransposedMatrix() - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we keep a transposed version of the matrix A to speed-up the
pricing at the cost of extra memory and the initial tranposition
computation.
- hasUseTransposedMatrix() - Method in class com.google.ortools.glop.GlopParameters
-
Whether or not we keep a transposed version of the matrix A to speed-up the
pricing at the cost of extra memory and the initial tranposition
computation.
- hasUseTransposedMatrix() - Method in interface com.google.ortools.glop.GlopParametersOrBuilder
-
Whether or not we keep a transposed version of the matrix A to speed-up the
pricing at the cost of extra memory and the initial tranposition
computation.
- hasUseTranspositionTableInLs() - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use an hash set during the LS to avoid exploring more than once
the "same" state.
- hasUseTranspositionTableInLs() - Method in class com.google.ortools.bop.BopParameters
-
Whether we use an hash set during the LS to avoid exploring more than once
the "same" state.
- hasUseTranspositionTableInLs() - Method in interface com.google.ortools.bop.BopParametersOrBuilder
-
Whether we use an hash set during the LS to avoid exploring more than once
the "same" state.
- hasUseTryEdgeReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_try_edge_reasoning_in_no_overlap_2d = 299 [default = false];
- hasUseTryEdgeReasoningInNoOverlap2D() - Method in class com.google.ortools.sat.SatParameters
-
optional bool use_try_edge_reasoning_in_no_overlap_2d = 299 [default = false];
- hasUseTryEdgeReasoningInNoOverlap2D() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
optional bool use_try_edge_reasoning_in_no_overlap_2d = 299 [default = false];
- hasUseVariablesShavingSearch() - Method in class com.google.ortools.sat.SatParameters.Builder
-
This search takes all Boolean or integer variables, and maximize or
minimize them in order to reduce their domain.
- hasUseVariablesShavingSearch() - Method in class com.google.ortools.sat.SatParameters
-
This search takes all Boolean or integer variables, and maximize or
minimize them in order to reduce their domain.
- hasUseVariablesShavingSearch() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
This search takes all Boolean or integer variables, and maximize or
minimize them in order to reduce their domain.
- hasValue() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
optional double value = 1;
- hasValue() - Method in class com.google.ortools.linearsolver.OptionalDouble
-
optional double value = 1;
- hasValue() - Method in interface com.google.ortools.linearsolver.OptionalDoubleOrBuilder
-
optional double value = 1;
- hasVariableActivityDecay() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Each time a conflict is found, the activities of some variables are
increased by one.
- hasVariableActivityDecay() - Method in class com.google.ortools.sat.SatParameters
-
Each time a conflict is found, the activities of some variables are
increased by one.
- hasVariableActivityDecay() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Each time a conflict is found, the activities of some variables are
increased by one.
- hasVariableBoundGapsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_avg = 15;
- hasVariableBoundGapsAvg() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double variable_bound_gaps_avg = 15;
- hasVariableBoundGapsAvg() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double variable_bound_gaps_avg = 15;
- hasVariableBoundGapsL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_l2_norm = 26;
- hasVariableBoundGapsL2Norm() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double variable_bound_gaps_l2_norm = 26;
- hasVariableBoundGapsL2Norm() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double variable_bound_gaps_l2_norm = 26;
- hasVariableBoundGapsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm over all finite variable bound gaps.
- hasVariableBoundGapsMax() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
Max/min/mean/l2_norm over all finite variable bound gaps.
- hasVariableBoundGapsMax() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
Max/min/mean/l2_norm over all finite variable bound gaps.
- hasVariableBoundGapsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_min = 14;
- hasVariableBoundGapsMin() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
optional double variable_bound_gaps_min = 14;
- hasVariableBoundGapsMin() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
optional double variable_bound_gaps_min = 14;
- hasVariableBoundGapsNumFinite() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Number of finite variable bound gaps, which are the elementwise difference
between the upper and lower bounds on primal feasible solutions.
- hasVariableBoundGapsNumFinite() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
-
Number of finite variable bound gaps, which are the elementwise difference
between the upper and lower bounds on primal feasible solutions.
- hasVariableBoundGapsNumFinite() - Method in interface com.google.ortools.pdlp.QuadraticProgramStatsOrBuilder
-
Number of finite variable bound gaps, which are the elementwise difference
between the upper and lower bounds on primal feasible solutions.
- hasVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- hasVarIndex() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
-
Variable indices are relative to the "variable" field in MPModelProto.
- hasVarIndex() - Method in interface com.google.ortools.linearsolver.MPAbsConstraintOrBuilder
-
Variable indices are relative to the "variable" field in MPModelProto.
- hasVarIndex() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
Variable index (w.r.t. the "variable" field of MPModelProto) of the Boolean
variable used as indicator.
- hasVarIndex() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
Variable index (w.r.t. the "variable" field of MPModelProto) of the Boolean
variable used as indicator.
- hasVarIndex() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
-
Variable index (w.r.t. the "variable" field of MPModelProto) of the Boolean
variable used as indicator.
- hasVarValue() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
Value the above variable should take.
- hasVarValue() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
-
Value the above variable should take.
- hasVarValue() - Method in interface com.google.ortools.linearsolver.MPIndicatorConstraintOrBuilder
-
Value the above variable should take.
- hasVehicleWithCostClassIndex(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns true iff the model contains a vehicle with the given
cost_class_index.
- hasVerbosityLevel() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The verbosity of logging.
0: No informational logging.
- hasVerbosityLevel() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
The verbosity of logging.
0: No informational logging.
- hasVerbosityLevel() - Method in interface com.google.ortools.pdlp.PrimalDualHybridGradientParamsOrBuilder
-
The verbosity of logging.
0: No informational logging.
- hasViolationLsCompoundMoveProbability() - Method in class com.google.ortools.sat.SatParameters.Builder
-
Probability of using compound move search each restart.
- hasViolationLsCompoundMoveProbability() - Method in class com.google.ortools.sat.SatParameters
-
Probability of using compound move search each restart.
- hasViolationLsCompoundMoveProbability() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
Probability of using compound move search each restart.
- hasViolationLsPerturbationPeriod() - Method in class com.google.ortools.sat.SatParameters.Builder
-
How long violation_ls should wait before perturbating a solution.
- hasViolationLsPerturbationPeriod() - Method in class com.google.ortools.sat.SatParameters
-
How long violation_ls should wait before perturbating a solution.
- hasViolationLsPerturbationPeriod() - Method in interface com.google.ortools.sat.SatParametersOrBuilder
-
How long violation_ls should wait before perturbating a solution.
- HEAD_FIELD_NUMBER - Static variable in class com.google.ortools.graph.FlowArcProto
-
- HEADS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CircuitConstraintProto
-
- HEADS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.RoutesConstraintProto
-
- helper - Variable in class com.google.ortools.modelbuilder.Variable
-
- HEURISTIC_CLOSE_NODES_LNS_NUM_NODES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- HEURISTIC_EXPENSIVE_CHAIN_LNS_NUM_ARCS_TO_CONSIDER_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- HIGH_FIELD_NUMBER - Static variable in class com.google.ortools.util.Int128
-
- HIGHS_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
HIGHS_LINEAR_PROGRAMMING = 15;
- HIGHS_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
HIGHS_MIXED_INTEGER_PROGRAMMING = 16;
- HINT_CONFLICT_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- HINT_SEARCH_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SearchBranching
-
Mainly used internally.
- HoldsDelta() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
- HoldsDelta() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
-
- safeAddConstraintTerm(int, int, double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- safeAddEnforcedConstraintTerm(int, int, double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- safeDurationExpr(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- safeEndExpr(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- safeStartExpr(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
These methods create expressions encapsulating the start, end
and duration of the interval var.
- SAT_CORE_BASED_VALUE - Static variable in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
-
SAT_CORE_BASED = 0;
- SAT_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
WARNING: This solver will currently interpret all variables as integer,
so any solution you get will be valid, but the optimal might be far away
for the real one (when you authorise non-integer value for continuous
variables).
- SAT_LINEAR_SEARCH_VALUE - Static variable in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
-
SAT_LINEAR_SEARCH = 15;
- SAT_PARAMETERS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- SatParameters - Class in com.google.ortools.sat
-
Contains the definitions for all the sat algorithm parameters and their
default values.
- SatParameters.BinaryMinizationAlgorithm - Enum in com.google.ortools.sat
-
Whether to expoit the binary clause to minimize learned clauses further.
- SatParameters.Builder - Class in com.google.ortools.sat
-
Contains the definitions for all the sat algorithm parameters and their
default values.
- SatParameters.ClauseOrdering - Enum in com.google.ortools.sat
-
The clauses that will be kept during a cleanup are the ones that come
first under this order.
- SatParameters.ClauseProtection - Enum in com.google.ortools.sat
-
Each time a clause activity is bumped, the clause has a chance to be
protected during the next cleanup phase.
- SatParameters.ConflictMinimizationAlgorithm - Enum in com.google.ortools.sat
-
Do we try to minimize conflicts (greedily) when creating them.
- SatParameters.FPRoundingMethod - Enum in com.google.ortools.sat
-
Rounding method to use for feasibility pump.
- SatParameters.MaxSatAssumptionOrder - Enum in com.google.ortools.sat
-
In what order do we add the assumptions in a core-based max-sat algorithm
Protobuf enum operations_research.sat.SatParameters.MaxSatAssumptionOrder
- SatParameters.MaxSatStratificationAlgorithm - Enum in com.google.ortools.sat
-
What stratification algorithm we use in the presence of weight.
- SatParameters.Polarity - Enum in com.google.ortools.sat
-
Specifies the initial polarity (true/false) when the solver branches on a
variable.
- SatParameters.RestartAlgorithm - Enum in com.google.ortools.sat
-
Restart algorithms.
- SatParameters.SearchBranching - Enum in com.google.ortools.sat
-
The search branching will be used to decide how to branch on unfixed nodes.
- SatParameters.SharedTreeSplitStrategy - Enum in com.google.ortools.sat
-
Protobuf enum operations_research.sat.SatParameters.SharedTreeSplitStrategy
- SatParameters.VariableOrder - Enum in com.google.ortools.sat
-
Variables without activity (i.e. at the beginning of the search) will be
tried in this preferred order.
- SatParametersOrBuilder - Interface in com.google.ortools.sat
-
- SatParametersOuterClass - Class in com.google.ortools.sat
-
- save(String) - Method in class com.google.ortools.constraintsolver.Assignment
-
Saves the assignment to a file.
- save(SWIGTYPE_p_operations_research__AssignmentProto) - Method in class com.google.ortools.constraintsolver.Assignment
-
- SAVE_LP_BASIS_IN_LB_TREE_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SAVINGS_ADD_REVERSE_ARCS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- SAVINGS_ARC_COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- SAVINGS_MAX_MEMORY_USAGE_BYTES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- SAVINGS_NEIGHBORS_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- SAVINGS_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
-
Savings algorithm (Clarke & Wright).
- SCALING_FACTOR_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpObjectiveProto
-
- SCALING_FACTOR_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearObjective
-
- SCALING_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolverCommonParameters
-
- SCALING_METHOD_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
-
- SCALING_WAS_EXACT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpObjectiveProto
-
- SCHEDULER_TYPE_EIGEN_THREADPOOL_VALUE - Static variable in enum com.google.ortools.pdlp.SchedulerType
-
Eigen non-blocking ThreadPool with barrier synchronization (see
<Eigen/ThreadPool>).
- SCHEDULER_TYPE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
- SCHEDULER_TYPE_GOOGLE_THREADPOOL_VALUE - Static variable in enum com.google.ortools.pdlp.SchedulerType
-
Google ThreadPool with barrier synchronization.
- SCHEDULER_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.ortools.pdlp.SchedulerType
-
SCHEDULER_TYPE_UNSPECIFIED = 0;
- SchedulerType - Enum in com.google.ortools.pdlp
-
The type of system used to schedule CPU threads to do work in parallel.
- SCHEDULING_CP_SAT_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
-
SCHEDULING_CP_SAT = 2;
- SCHEDULING_GLOP_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
-
SCHEDULING_GLOP = 1;
- SCHEDULING_UNSET_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
-
SCHEDULING_UNSET = 0;
- SCIP_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
-
Recommended default for MIP models.
- SEARCH_BRANCHING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SEARCH_RANDOM_VARIABLE_POOL_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SEARCH_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
-
- searchAllSolutions(CpModel, CpSolverSolutionCallback) - Method in class com.google.ortools.sat.CpSolver
-
- searchDepth() - Method in class com.google.ortools.constraintsolver.Solver
-
Gets the search depth of the current active search.
- searchLeftDepth() - Method in class com.google.ortools.constraintsolver.Solver
-
Gets the search left depth of the current active search.
- SearchLimit - Class in com.google.ortools.constraintsolver
-
Base class of all search limits.
- SearchLimit(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SearchLimit
-
- SearchLimit_beginNextDecision(long, SearchLimit, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_check(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_CheckWithOffset(long, SearchLimit, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_copy(long, SearchLimit, long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_crossed(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_enterSearch(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_init(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_install(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_makeClone(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_periodicCheck(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_refuteDecision(long, SearchLimit, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimit_toString(long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLimitProtobuf - Class in com.google.ortools.constraintsolver
-
- SearchLog - Class in com.google.ortools.constraintsolver
-
The base class of all search logs that periodically outputs information when
the search is running.
- SearchLog(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SearchLog
-
- SearchLog(Solver, IntVar[], String, double[], double[], Supplier<String>, boolean, int) - Constructor for class com.google.ortools.constraintsolver.SearchLog
-
- SearchLog_AcceptUncheckedNeighbor(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_applyDecision(long, SearchLog, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_atSolution(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_beginFail(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_beginInitialPropagation(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_endInitialPropagation(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_enterSearch(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_exitSearch(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_maintain(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_noMoreSolutions(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_outputDecision(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_refuteDecision(long, SearchLog, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchLog_toString(long, SearchLog) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor - Class in com.google.ortools.constraintsolver
-
A search monitor is a simple set of callbacks to monitor all search events
- SearchMonitor(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SearchMonitor
-
- SearchMonitor(Solver) - Constructor for class com.google.ortools.constraintsolver.SearchMonitor
-
- SearchMonitor_accept(long, SearchMonitor, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_acceptDelta(long, SearchMonitor, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_acceptDeltaSwigExplicitSearchMonitor(long, SearchMonitor, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_acceptNeighbor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_acceptNeighborSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_acceptSolution(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_acceptSolutionSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_acceptSwigExplicitSearchMonitor(long, SearchMonitor, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_AcceptUncheckedNeighbor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_AcceptUncheckedNeighborSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_afterDecision(long, SearchMonitor, long, Decision, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_afterDecisionSwigExplicitSearchMonitor(long, SearchMonitor, long, Decision, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_applyDecision(long, SearchMonitor, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_applyDecisionSwigExplicitSearchMonitor(long, SearchMonitor, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_atSolution(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_atSolutionSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_beginFail(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_beginFailSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_beginInitialPropagation(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_beginInitialPropagationSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_beginNextDecision(long, SearchMonitor, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_beginNextDecisionSwigExplicitSearchMonitor(long, SearchMonitor, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_change_ownership(SearchMonitor, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_director_connect(SearchMonitor, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_endFail(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_endFailSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_endInitialPropagation(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_endInitialPropagationSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_endNextDecision(long, SearchMonitor, long, DecisionBuilder, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_endNextDecisionSwigExplicitSearchMonitor(long, SearchMonitor, long, DecisionBuilder, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_enterSearch(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_enterSearchSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_exitSearch(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_exitSearchSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_install(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_installSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_IsUncheckedSolutionLimitReached(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_IsUncheckedSolutionLimitReachedSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_kNoProgress_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_localOptimum(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_localOptimumSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_noMoreSolutions(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_noMoreSolutionsSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_periodicCheck(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_periodicCheckSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_progressPercent(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_progressPercentSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_refuteDecision(long, SearchMonitor, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_refuteDecisionSwigExplicitSearchMonitor(long, SearchMonitor, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_restartSearch(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_restartSearchSwigExplicitSearchMonitor(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_solver(long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchMonitor_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SearchStatistics - Class in com.google.ortools.constraintsolver
-
Search statistics.
- SearchStatistics.Builder - Class in com.google.ortools.constraintsolver
-
Search statistics.
- SearchStatisticsOrBuilder - Interface in com.google.ortools.constraintsolver
-
- SearchStats - Class in com.google.ortools.constraintsolver
-
- SECONDARY_LS_TIME_LIMIT_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- SecondaryOptimizer(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingModel.SecondaryOptimizer
-
- SecondaryOptimizer(RoutingModel, RoutingSearchParameters, long) - Constructor for class com.google.ortools.constraintsolver.RoutingModel.SecondaryOptimizer
-
- SELECT_LOWER_HALF_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
-
SELECT_LOWER_HALF = 2;
- SELECT_MAX_IMPACT - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
- SELECT_MAX_VALUE_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
-
SELECT_MAX_VALUE = 1;
- SELECT_MEDIAN_VALUE_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
-
SELECT_MEDIAN_VALUE = 4;
- SELECT_MIN_IMPACT - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
- SELECT_MIN_VALUE_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
-
SELECT_MIN_VALUE = 0;
- SELECT_RANDOM_HALF_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
-
SELECT_RANDOM_HALF = 5;
- SELECT_UPPER_HALF_VALUE - Static variable in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
-
SELECT_UPPER_HALF = 3;
- SENTINEL - Static variable in class com.google.ortools.constraintsolver.Solver
-
This enum is used internally in private methods Solver::PushState and
Solver::PopState to tag states in the search tree.
- SEQUENCE_DEFAULT - Static variable in class com.google.ortools.constraintsolver.Solver
-
Used for scheduling.
- SEQUENCE_SIMPLE - Static variable in class com.google.ortools.constraintsolver.Solver
-
- SequenceVar - Class in com.google.ortools.constraintsolver
-
A sequence variable is a variable whose domain is a set of possible
orderings of the interval variables.
- SequenceVar(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SequenceVar
-
- SequenceVar(Solver, IntervalVar[], IntVar[], String) - Constructor for class com.google.ortools.constraintsolver.SequenceVar
-
- SequenceVar_accept(long, SequenceVar, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_interval(long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_next(long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_rankFirst(long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_rankLast(long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_rankNotFirst(long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_rankNotLast(long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_rankSequence(long, SequenceVar, int[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_size(long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVar_toString(long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- sequenceVarContainer() - Method in class com.google.ortools.constraintsolver.Assignment
-
- SequenceVarElement - Class in com.google.ortools.constraintsolver
-
The SequenceVarElement stores a partial representation of ranked
interval variables in the underlying sequence variable.
- SequenceVarElement(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SequenceVarElement
-
- SequenceVarElement() - Constructor for class com.google.ortools.constraintsolver.SequenceVarElement
-
- SequenceVarElement(SequenceVar) - Constructor for class com.google.ortools.constraintsolver.SequenceVarElement
-
- SequenceVarElement_backwardSequence(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_bound(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_clone(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_copy(long, SequenceVarElement, long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_forwardSequence(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_reset(long, SequenceVarElement, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_restore(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_setBackwardSequence(long, SequenceVarElement, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_setForwardSequence(long, SequenceVarElement, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_setSequence(long, SequenceVarElement, int[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_setUnperformed(long, SequenceVarElement, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_store(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_toString(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_unperformed(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SequenceVarElement_var(long, SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SEQUENTIAL_CHEAPEST_INSERTION_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
-
Iteratively build a solution by constructing routes sequentially, for
each route inserting the cheapest node at its cheapest position until the
route is completed; the cost of insertion is based on the arc cost
function.
- set_active(boolean) - Method in class com.google.ortools.constraintsolver.BaseObjectiveMonitor
-
- set_context(String) - Method in class com.google.ortools.constraintsolver.Solver
-
Sets the current context of the search.
- set_name(String) - Method in class com.google.ortools.constraintsolver.DecisionBuilder
-
- set_optimization_direction(int) - Method in class com.google.ortools.constraintsolver.Solver
-
- set_variable_to_clean_on_fail(IntVar) - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
-
Shortcut for variable cleaner.
- setAbsConstraint(MPAbsConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- setAbsConstraint(MPAbsConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPAbsConstraint abs_constraint = 5;
- setAbsoluteGapLimit(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stop the search when the gap between the best feasible objective (O) and
our best objective bound (B) is smaller than a limit.
- setAcceptanceStrategy(AcceptanceStrategy.Value) - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Determines when the neighbor solution S', possibly improved if
`improve_perturbed_solution` is true, replaces the reference solution S.
- setAcceptanceStrategyValue(int) - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Determines when the neighbor solution S', possibly improved if
`improve_perturbed_solution` is true, replaces the reference solution S.
- setAcceptNeighborDurationSeconds(double) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Time spent in accepting a neighbor (restoration and storage, not
including filtering).
- setActiveDualVariableChange(long) - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
The number of dual variables that have a different bound status than they
did at the last restart.
- setActiveDualVariableCount(long) - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
The number of dual variables that are not at their bounds.
- setActiveLiterals(int, int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
repeated int32 active_literals = 5;
- setActivePrimalVariableChange(long) - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
The number of primal variables that have a different bound status than they
did at the last restart.
- setActivePrimalVariableCount(long) - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
The number of primal variables that are not at their bounds.
- setAdaptiveLinesearchParameters(AdaptiveLinesearchParams) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- setAdaptiveLinesearchParameters(AdaptiveLinesearchParams.Builder) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
- setAdd_vehicle_ends_to_neighbors(boolean) - Method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsParameters
-
- setAdd_vehicle_starts_to_neighbors(boolean) - Method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsParameters
-
- setAddCgCuts(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate and add Chvatal-Gomory cuts to the LP at root node.
- setAddCliqueCuts(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate clique cuts from the binary implication graph.
- setAdditionalSolutions(int, MPSolution) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- setAdditionalSolutions(int, MPSolution.Builder) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- setAdditionalSolutions(int, CpSolverSolution) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- setAdditionalSolutions(int, CpSolverSolution.Builder) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
If the parameter fill_additional_solutions_in_response is set, then we
copy all the solutions from our internal solution pool here.
- setAddLinMaxCuts(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
For the lin max constraints, generates the cuts described in "Strong
mixed-integer programming formulations for trained neural networks" by Ross
Anderson et.
- setAddLpConstraintsLazily(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we start by an empty LP, and only add constraints not satisfied
by the current LP solution batch by batch.
- setAddMirCuts(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate MIR cuts at root node.
- setAddObjectiveCut(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When the LP objective is fractional, do we add the cut that forces the
linear objective expression to be greater or equal to this fractional value
rounded up?
- setAddRltCuts(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate RLT cuts.
- setAddZeroHalfCuts(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we generate Zero-Half cuts at root node.
- setAllDiff(AllDifferentConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The all_diff constraint forces all variables to take different values.
- setAllDiff(AllDifferentConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The all_diff constraint forces all variables to take different values.
- SetAllowedResourcesForVehicle(int, int[]) - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- setAllowedVehiclesForIndex(int[], long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Sets the vehicles which can visit a given node.
- setAllowSimplexAlgorithmChange(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During incremental solve, let the solver decide if it use the primal or
dual simplex algorithm depending on the current solution and on the new
problem.
- setAlsoBumpVariablesInConflictReasons(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, then the variables that appear in any of the reason of
the variables in a conflict have their activity bumped.
- setAlternative_index(int) - Method in class com.google.ortools.constraintsolver.RoutingModel.PickupDeliveryPosition
-
The index of the node in the vector of pickup (resp. delivery)
alternatives of the pair.
- setAmortizedCostFactorsOfAllVehicles(long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
The following methods set the linear and quadratic cost factors of
vehicles (must be positive values).
- setAmortizedCostFactorsOfVehicle(long, long, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Sets the linear and quadratic cost factor of the given vehicle.
- setAndConstraint(MPArrayConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "and" constraints must be Boolean.
- setAndConstraint(MPArrayConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "and" constraints must be Boolean.
- setAnnotation(int, MPModelProto.Annotation) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- setAnnotation(int, MPModelProto.Annotation.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
repeated .operations_research.MPModelProto.Annotation annotation = 9;
- setArcCapacity(int, long) - Method in class com.google.ortools.graph.MaxFlow
-
- setArcCapacity(int, long) - Method in class com.google.ortools.graph.MinCostFlow
-
- setArcCostEvaluatorOfAllVehicles(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Sets the cost function of the model such that the cost of a segment of a
route between node 'from' and 'to' is evaluator(from, to), whatever the
route or vehicle performing the route.
- setArcCostEvaluatorOfVehicle(int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Sets the cost function for a given vehicle route.
- setArcs(int, FlowArcProto) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- setArcs(int, FlowArcProto.Builder) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowArcProto arcs = 2;
- setArraySplitSize(int) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
When a sum/min/max operation is applied on a large array, this
array is recursively split into blocks of size 'array_split_size'.
- setAssigned(int) - Method in class com.google.ortools.constraintsolver.Pack
-
- setAssignment(BooleanAssignment) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Stores an assignment of the problem variables.
- setAssignment(BooleanAssignment.Builder) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Stores an assignment of the problem variables.
- setAssignmentFromAssignment(Assignment, IntVar[], Assignment, IntVar[]) - Static method in class com.google.ortools.constraintsolver.main
-
NOLINT
Given a "source_assignment", clears the "target_assignment" and adds
all IntVars in "target_vars", with the values of the variables set according
to the corresponding values of "source_vars" in "source_assignment".
- setAssignmentFromAssignment(long, Assignment, IntVar[], long, Assignment, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- setAssignmentFromOtherModelAssignment(Assignment, RoutingModel, Assignment) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Given a "source_model" and its "source_assignment", resets
"target_assignment" with the IntVar variables (nexts_, and vehicle_vars_
if costs aren't homogeneous across vehicles) of "this" model, with the
values set according to those in "other_assignment".
- setAssumptions(int, int) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
A list of literals.
- setAtMostOne(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- setAtMostOne(BoolArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The at_most_one constraint enforces that no more than one literal is
true at the same time.
- setAtMostOneMaxExpansionSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
All at_most_one constraints with a size <= param will be replaced by a
quadratic number of binary implications.
- setAutoDetectGreaterThanAtLeastOneOf(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, then the precedences propagator try to detect for each variable if
it has a set of "optional incoming arc" for which at least one of them is
present.
- setAutomaticTemperatures(boolean) - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
Automatically define the value for the temperatures as follows.
- setAutomaton(AutomatonConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- setAutomaton(AutomatonConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The automaton constraint forces a sequence of variables to be accepted
by an automaton.
- setAvgNumRemovedVisits(int) - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
-
Number of visits that are removed on average.
- setBackwardSequence(SequenceVar, int[]) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setBackwardSequence(int[]) - Method in class com.google.ortools.constraintsolver.SequenceVarElement
-
- setBaselineModelFilePath(String) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
optional string baseline_model_file_path = 1;
- setBaselineModelFilePathBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
-
optional string baseline_model_file_path = 1;
- setBasisRefactorizationPeriod(int) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Number of iterations between two basis refactorizations.
- setBestBoundCallback(Consumer<Double>) - Method in class com.google.ortools.sat.CpSolver
-
Sets the best bound callback for the solver.
- setBestObjectiveBound(double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
This field is only filled for MIP problems.
- setBestObjectiveBound(double) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Only make sense for an optimization problem.
- setBinaryMinimizationAlgorithm(SatParameters.BinaryMinizationAlgorithm) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.BinaryMinizationAlgorithm binary_minimization_algorithm = 34 [default = BINARY_MINIMIZATION_FIRST];
- setBinarySearchNumConflicts(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If non-negative, perform a binary search on the objective variable in order
to find an [min, max] interval outside of which the solver proved unsat/sat
under this amount of conflict.
- setBlockingRestartMultiplier(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double blocking_restart_multiplier = 66 [default = 1.4];
- setBlockingRestartWindowSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 blocking_restart_window_size = 65 [default = 5000];
- setBoolAnd(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_and constraint forces all of the literals to be true.
- setBoolAnd(BoolArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_and constraint forces all of the literals to be true.
- setBooleanEncodingLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
A non-negative level indicating how much we should try to fully encode
Integer variables as Boolean.
- setBoolOr(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_or constraint forces at least one literal to be true.
- setBoolOr(BoolArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_or constraint forces at least one literal to be true.
- setBoolXor(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_xor constraint forces an odd number of the literals to be true.
- setBoolXor(BoolArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The bool_xor constraint forces an odd number of the literals to be true.
- setBound(long) - Method in class com.google.ortools.constraintsolver.BoundCost
-
- setBounds(double, double) - Method in class com.google.ortools.linearsolver.MPConstraint
-
Sets both the lower and upper bounds.
- setBounds(double, double) - Method in class com.google.ortools.linearsolver.MPVariable
-
Sets both the lower and upper bounds.
- setBranches(long) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
int64 branches = 2;
- setBranchingPriority(int) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
optional int32 branching_priority = 6 [default = 0];
- setBreakDistanceDurationOfVehicle(long, long, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
With breaks supposed to be consecutive, this forces the distance between
breaks of size at least minimum_break_duration to be at most distance.
- setBreakIntervalsOfVehicle(IntervalVar[], int, int, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Sets the breaks for a given vehicle.
- setBreakIntervalsOfVehicle(IntervalVar[], int, long[]) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Deprecated, sets pre_travel(i, j) = node_visit_transit[i].
- setBreakIntervalsOfVehicle(IntervalVar[], int, long[], LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Deprecated, sets pre_travel(i, j) = node_visit_transit[i]
and post_travel(i, j) = delays(i, j).
- setBypassFactor(double) - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
-
Value in [0, 1] ruling the number of preserved customers in the split
sequence removal.
- setBytesUsed(long) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Memory usage of the solver.
- SetCandidateActive(long, boolean) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- setCandidateType(PointType) - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
Type of the candidate point described by this ConvergenceInformation.
- setCandidateType(PointType) - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
Type of the point used to compute the InfeasibilityInformation.
- SetCandidateValue(long, long) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- setCapacity(long) - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
Capacity of the arc.
- setCapacity(LinearExpressionProto) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- setCapacity(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto capacity = 1;
- setCapacity(long) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
int64 capacity = 5;
- setCatchSigintSignal(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Indicates if the CP-SAT layer should catch Control-C (SIGINT) signals
when calling solve.
- setChangeStatusToImprecise(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, the internal API will change the return status to imprecise if the
solution does not respect the internal tolerances.
- setCheapestInsertionAddUnperformedEntries(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether or not to consider entries making the nodes/pairs unperformed in
the GlobalCheapestInsertion heuristic.
- setCheapestInsertionFarthestSeedsRatio(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Ratio (between 0 and 1) of available vehicles in the model on which
farthest nodes of the model are inserted as seeds in the
GlobalCheapestInsertion first solution heuristic.
- setCheapestInsertionFirstSolutionMinNeighbors(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 cheapest_insertion_first_solution_min_neighbors = 44;
- setCheapestInsertionFirstSolutionNeighborsRatio(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Ratio (in ]0, 1]) of closest non start/end nodes to consider as neighbors
for each node when creating new insertions in the parallel/sequential
cheapest insertion heuristic.
- setCheapestInsertionFirstSolutionUseNeighborsRatioForInitialization(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether or not to only consider closest neighbors when initializing the
assignment for the first solution.
- setCheapestInsertionLsOperatorMinNeighbors(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 cheapest_insertion_ls_operator_min_neighbors = 45;
- setCheapestInsertionLsOperatorNeighborsRatio(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Neighbors ratio and minimum number of neighbors for the heuristic when used
in a local search operator (see
local_search_operators.use_global_cheapest_insertion_path_lns and
local_search_operators.use_global_cheapest_insertion_chain_lns below).
- setCheckSolutionPeriod(int) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the behavior of local search.
- setChristofidesUseMinimumMatching(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true use minimum matching instead of minimal matching in the
Christofides algorithm.
- setCircuit(CircuitConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- setCircuit(CircuitConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The circuit constraint takes a graph and forces the arcs present
(with arc presence indicated by a literal) to form a unique cycle.
- setClauseActivityDecay(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Clause activity parameters (same effect as the one on the variables).
- setClauseCleanupLbdBound(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
All the clauses with a LBD (literal blocks distance) lower or equal to this
parameters will always be kept.
- setClauseCleanupOrdering(SatParameters.ClauseOrdering) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ClauseOrdering clause_cleanup_ordering = 60 [default = CLAUSE_ACTIVITY];
- setClauseCleanupPeriod(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Trigger a cleanup when this number of "deletable" clauses is learned.
- setClauseCleanupProtection(SatParameters.ClauseProtection) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ClauseProtection clause_cleanup_protection = 58 [default = PROTECTION_NONE];
- setClauseCleanupRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
During a cleanup, if clause_cleanup_target is 0, we will delete the
clause_cleanup_ratio of "deletable" clauses instead of aiming for a fixed
target of clauses to keep.
- setClauseCleanupTarget(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
During a cleanup, we will always keep that number of "deletable" clauses.
- setCoefficient(MPVariable, double) - Method in class com.google.ortools.linearsolver.MPConstraint
-
Sets the coefficient of the variable on the constraint.
- setCoefficient(int, double) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
Must be finite.
- setCoefficient(MPVariable, double) - Method in class com.google.ortools.linearsolver.MPObjective
-
Sets the coefficient of the variable in the objective.
- setCoefficient(int, double) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- setCoefficient(int, double) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Must be finite.
- setCoefficient(Variable, double) - Method in class com.google.ortools.modelbuilder.EnforcedLinearConstraint
-
Sets the coefficient of v to coeff, adding or removing a term if needed.
- setCoefficient(Variable, double) - Method in class com.google.ortools.modelbuilder.LinearConstraint
-
Sets the coefficient of v to coeff, adding or removing a term if needed.
- setCoefficients(int, long) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
repeated int64 coefficients = 2;
- setCoefficients(int, long) - Method in class com.google.ortools.sat.LinearObjective.Builder
-
repeated int64 coefficients = 2;
- setCoeffs(int, long) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
repeated int64 coeffs = 4;
- setCoeffs(int, double) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated double coeffs = 2;
- setCoeffs(int, long) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
Same size as vars.
- setCoeffs(int, long) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int64 coeffs = 2;
- setCombinedBoundsAvg(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_bounds_avg = 11;
- setCombinedBoundsL2Norm(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_bounds_l2_norm = 24;
- setCombinedBoundsMax(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Statistics of the combined vector of the constraint lower and upper bounds.
- setCombinedBoundsMin(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_bounds_min = 10;
- setCombinedVariableBoundsAvg(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_avg = 30;
- setCombinedVariableBoundsL2Norm(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_l2_norm = 31;
- setCombinedVariableBoundsMax(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Statistics of the combined vector of the variable lower and upper bounds.
- setCombinedVariableBoundsMin(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double combined_variable_bounds_min = 29;
- setCompressTrail(ConstraintSolverParameters.TrailCompression) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameter indicates if the solver should compress the trail
during the search.
- setCompressTrailValue(int) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameter indicates if the solver should compress the trail
during the search.
- setComputeEstimatedImpact(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Compute estimated impact at each iteration when true; only once when false.
- setConstant(double) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
optional double constant = 2;
- setConstraint(MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
The constraint activated by the indicator variable.
- setConstraint(MPConstraintProto.Builder) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
The constraint activated by the indicator variable.
- setConstraint(int, MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- setConstraint(int, MPConstraintProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the constraints appearing in the model.
- setConstraintCoefficient(int, int, double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setConstraintLowerBound(int, double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setConstraintMatrixAbsAvg(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double constraint_matrix_abs_avg = 8;
- setConstraintMatrixAbsMax(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm of absolute values of (finite) elements in constraint
matrix.
- setConstraintMatrixAbsMin(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double constraint_matrix_abs_min = 7;
- setConstraintMatrixColMinLInfNorm(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Minimum row and column infinity norms of the constraint matrix.
- setConstraintMatrixL2Norm(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double constraint_matrix_l2_norm = 25;
- setConstraintMatrixNumNonzeros(long) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
The number of (finite) nonzero entries in the constraint matrix.
- setConstraintMatrixRowMinLInfNorm(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double constraint_matrix_row_min_l_inf_norm = 4;
- setConstraintName(int, String) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setConstraints(int, ConstraintProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- setConstraints(int, ConstraintProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
repeated .operations_research.sat.ConstraintProto constraints = 3;
- setConstraints(int, LinearBooleanConstraint) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- setConstraints(int, LinearBooleanConstraint.Builder) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The constraints of the problem.
- setConstraintSolverStatistics(int, ConstraintSolverStatistics) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Constraint solver statistics.
- setConstraintSolverStatistics(int, ConstraintSolverStatistics.Builder) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Constraint solver statistics.
- setConstraintUpperBound(int, double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setContext(String) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Context within which the filter was called.
- setContextBytes(ByteString) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Context within which the filter was called.
- setContinuousSchedulingSolver(RoutingSearchParameters.SchedulingSolver) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
- setContinuousSchedulingSolverValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver continuous_scheduling_solver = 33;
- setConvergenceInformation(int, ConvergenceInformation) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- setConvergenceInformation(int, ConvergenceInformation.Builder) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
and dual feasibility and optimality.
- setConvertIntervals(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Temporary flag util the feature is more mature.
- setCoolingScheduleStrategy(CoolingScheduleStrategy.Value) - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
Determines the speed at which the temperature changes from initial to
final.
- setCoolingScheduleStrategyValue(int) - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
Determines the speed at which the temperature changes from initial to
final.
- setCoreMinimizationLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If positive, we spend some effort on each core:
- At level 1, we use a simple heuristic to try to minimize an UNSAT core
- setCorrectedDualObjective(double) - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
If possible (e.g., when all primal variables have lower and upper bounds),
a correct dual bound.
- setCost(double) - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
-
The cost for using the given subset.
- setCost(double) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
The cost of the solution, as computed by the algorithm.
- setCost(long) - Method in class com.google.ortools.constraintsolver.BoundCost
-
- setCostLowerBound(double) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
A lower bound of the solution, as computed by the algorithm.
- setCostScaling(GlopParameters.CostScalingAlgorithm) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional .operations_research.glop.GlopParameters.CostScalingAlgorithm cost_scaling = 60 [default = CONTAIN_ONE_COST_SCALING];
- setCountAssumptionLevelsInLbd(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether or not the assumption levels are taken into account during the LBD
computation.
- SetCover - Class in com.google.ortools.algorithms
-
- setCoverOptimization(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, when the max-sat algo find a core, we compute the minimal number
of literals in the core that needs to be true to have a feasible solution.
- SetCoverProto - Class in com.google.ortools.algorithms
-
TODO(user): use uint64 instead of int32 for indices, as the solver
supports it.
- SetCoverProto.Builder - Class in com.google.ortools.algorithms
-
TODO(user): use uint64 instead of int32 for indices, as the solver
supports it.
- SetCoverProto.Subset - Class in com.google.ortools.algorithms
-
Protobuf type operations_research.SetCoverProto.Subset
- SetCoverProto.Subset.Builder - Class in com.google.ortools.algorithms
-
Protobuf type operations_research.SetCoverProto.Subset
- SetCoverProto.SubsetOrBuilder - Interface in com.google.ortools.algorithms
-
- SetCoverProtoOrBuilder - Interface in com.google.ortools.algorithms
-
- SetCoverSolutionResponse - Class in com.google.ortools.algorithms
-
Protobuf type operations_research.SetCoverSolutionResponse
- SetCoverSolutionResponse.Builder - Class in com.google.ortools.algorithms
-
Protobuf type operations_research.SetCoverSolutionResponse
- SetCoverSolutionResponse.Status - Enum in com.google.ortools.algorithms
-
Result of the optimization.
- SetCoverSolutionResponseOrBuilder - Interface in com.google.ortools.algorithms
-
- setCp_model_dump_models(boolean) - Method in class com.google.ortools.init.CppFlags
-
DEBUG ONLY: Dump CP-SAT models during solve.
- setCp_model_dump_prefix(String) - Method in class com.google.ortools.init.CppFlags
-
Prefix filename for all dumped files (models, solutions, lns sub-models).
- setCp_model_dump_response(boolean) - Method in class com.google.ortools.init.CppFlags
-
DEBUG ONLY: Dump the CP-SAT final response found during solve.
- setCp_model_dump_submodels(boolean) - Method in class com.google.ortools.init.CppFlags
-
DEBUG ONLY: Dump CP-SAT LNS models during solve.
- setCpModelPresolve(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we presolve the cp_model before solving it.
- setCpModelProbingLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much effort do we spend on probing. 0 disables it completely.
- setCpModelUseSatPresolve(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we also use the sat presolve when cp_model_presolve is true.
- setCrossoverBoundSnappingDistance(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If the starting basis contains FREE variable with bounds, we will move
any such variable to their closer bounds if the distance is smaller than
this parameter.
- setCumulative(boolean) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
bool cumulative = 6;
- setCumulative(CumulativeConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- setCumulative(CumulativeConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The cumulative constraint ensures that for any integer point, the sum
of the demands of the intervals containing that point does not exceed
the capacity.
- setCumulativeKktMatrixPasses(double) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The cumulative number of passes through the KKT matrix since the start of
the solve.
- setCumulativeRejectedSteps(int) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The total number of rejected steps (e.g., within a line search procedure)
since the start of the solve.
- setCumulativeTimeSec(double) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The amount of time passed since we started solving the problem (see solver
log `solve_time_sec` which records total time).
- SetCumulVarRange(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Some functions to allow users to use the interface without knowing about
the underlying CP model.
- setCumulVarSoftLowerBound(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Sets a soft lower bound to the cumul variable of a given variable index.
- setCumulVarSoftUpperBound(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Sets a soft upper bound to the cumul variable of a given variable index.
- SetCurrentDomainInjectiveAndKeepInverseValues(int) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- setCutActiveCountDecay(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double cut_active_count_decay = 156 [default = 0.8];
- setCutCleanupTarget(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Target number of constraints to remove during cleanup.
- setCutLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Control the global cut effort.
- setCutMaxActiveCountValue(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
These parameters are similar to sat clause management activity parameters.
- setCycleSizes(int, int) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
repeated int32 cycle_sizes = 2;
- setDebugCrashIfPresolveBreaksHint(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Crash if presolve breaks a feasible hint.
- setDebugCrashOnBadHint(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Crash if we do not manage to complete the hint into a full solution.
- setDebugMaxNumPresolveOperations(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If positive, try to stop just after that many presolve rules have been
applied.
- setDebugPostsolveWithFullSolver(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
We have two different postsolve code.
- setDecisionBuilder(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
When defined, this overrides the default impact based decision builder.
- setDecomposedProblemMinTimeInSeconds(double) - Method in class com.google.ortools.bop.BopParameters.Builder
-
HACK.
- setDecomposerNumVariablesThreshold(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Only try to decompose the problem when the number of variables is greater
than the threshold.
- setDefaultRestartAlgorithms(String) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- setDefaultRestartAlgorithmsBytes(ByteString) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional string default_restart_algorithms = 70 [default = "LUBY_RESTART,LBD_MOVING_AVERAGE_RESTART,DL_MOVING_AVERAGE_RESTART"];
- setDefaultSolverOptimizerSets(String) - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- setDefaultSolverOptimizerSetsBytes(ByteString) - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional string default_solver_optimizer_sets = 33 [default = "methods:{type:LOCAL_SEARCH } methods:{type:RANDOM_FIRST_SOLUTION } methods:{type:LINEAR_RELAXATION } methods:{type:LP_FIRST_SOLUTION } methods:{type:OBJECTIVE_FIRST_SOLUTION } methods:{type:USER_GUIDED_FIRST_SOLUTION } methods:{type:RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP } methods:{type:RANDOM_VARIABLE_LNS_GUIDED_BY_LP } methods:{type:RELATION_GRAPH_LNS } methods:{type:RELATION_GRAPH_LNS_GUIDED_BY_LP } methods:{type:RANDOM_CONSTRAINT_LNS } methods:{type:RANDOM_VARIABLE_LNS } methods:{type:SAT_CORE_BASED } methods:{type:COMPLETE_LNS } "];
- setDegenerateMinistepFactor(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During a degenerate iteration, the more conservative approach is to do a
step of length zero (while shifting the bound of the leaving variable).
- setDemands(int, LinearExpressionProto) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- setDemands(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
Same size as intervals.
- setDemands(int, int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
EXPERIMENTAL.
- setDetailedOptimalityCriteria(TerminationCriteria.DetailedOptimalityCriteria) - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- setDetailedOptimalityCriteria(TerminationCriteria.DetailedOptimalityCriteria.Builder) - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
- setDetectLinearizedProduct(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Infer products of Boolean or of Boolean time IntegerVariable from the
linear constrainst in the problem.
- setDetectTableWithCost(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we detect variable that are unique to a table constraint and only
there to encode a cost on each tuple.
- setDeterministicTime(double) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
double deterministic_time = 17;
- setDevexWeightsResetPeriod(int) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Devex weights will be reset to 1.0 after that number of updates.
- setDiagonalQpTrustRegionSolverTolerance(double) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The solve tolerance of the experimental trust region solver for diagonal
QPs, controlling the accuracy of binary search over a one-dimensional
scaling parameter.
- setDiffnUseCumulative(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the propagation of the diffn constraint.
- setDisableConstraintExpansion(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, it disable all constraint expansion.
- setDisableSchedulingBewareThisMayDegradePerformance(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Setting this to true completely disables the LP and MIP scheduling in the
solver.
- setDisableSolve(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool disable_solve = 15;
- setDisplayLevel(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
This represents the amount of information displayed by the default search.
- setDiversifyLnsParams(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, registers more lns subsolvers with different parameters.
- setDomain(int, long) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
If non-empty, only look for an objective value in the given domain.
- setDomain(int, long) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
The variable domain given as a sorted list of n disjoint intervals
[min, max] and encoded as [min_0, max_0, ..., min_{n-1}, max_{n-1}].
- setDomain(int, long) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int64 domain = 3;
- setDomainReductionStrategy(DecisionStrategyProto.DomainReductionStrategy) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
- setDomainReductionStrategyValue(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.DomainReductionStrategy domain_reduction_strategy = 3;
- setDoubleParam(MPSolverParameters.DoubleParam, double) - Method in class com.google.ortools.linearsolver.MPSolverParameters
-
Sets a double parameter to a specific value.
- setDropMagnitude(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Value in the input LP lower than this will be ignored.
- setDropTolerance(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
In order to increase the sparsity of the manipulated vectors, floating
point values with a magnitude smaller than this parameter are set to zero
(only in some places).
- setDualFeasibilityTolerance(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Variables whose reduced costs have an absolute value smaller than this
tolerance are not considered as entering candidates.
- setDualizerThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When solve_dual_problem is LET_SOLVER_DECIDE, take the dual if the number
of constraints of the problem is more than this threshold times the number
of variables.
- setDualObjective(double) - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The dual objective.
- setDualPricePrioritizeNorm(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
On some problem like stp3d or pds-100 this makes a huge difference in
speed and number of iterations of the dual simplex.
- setDualRayObjective(double) - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
The objective of the linear program labeled (1) in the previous paragraph.
- setDualSmallPivotThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Like small_pivot_threshold but for the dual simplex.
- setDualTolerance(OptionalDouble) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for dual feasibility.
- setDualTolerance(OptionalDouble.Builder) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for dual feasibility.
- setDualValue(int, double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- setDummyConstraint(ListOfVariablesProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
This constraint is not meant to be used and will be rejected by the
solver.
- setDummyConstraint(ListOfVariablesProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
This constraint is not meant to be used and will be rejected by the
solver.
- setDurationMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setDurationMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setDurationMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setDurationMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setDurationMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setDurationMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setDurationMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setDurationMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setDurationRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setDurationRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setDurationRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setDurationRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setDurationSeconds(double) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Total time spent in the solver.
- setDurationSeconds(double) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
Time spent in the decision builder.
- setDurationSeconds(double) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Time spent in the filter.
- setDurationSeconds(double) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Time spent in the operator.
- setDurationValue(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setDurationValue(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setDynamicallyAdjustRefactorizationPeriod(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If this is true, then basis_refactorization_period becomes a lower bound on
the number of iterations between two refactorization (provided there is no
numerical accuracy issues).
- setElement(int, int) - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
-
The list of elements in the subset.
- setElement(ElementConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The element constraint forces the variable with the given index
to be equal to the target.
- setElement(ElementConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The element constraint forces the variable with the given index
to be equal to the target.
- setEnableInternalSolverOutput(boolean) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
If this is set, then EnableOutput() will be set on the internal MPSolver
that solves the model.
- setEncodeComplexLinearConstraintWithInteger(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Linear constraint with a complex right hand side (more than a single
interval) need to be expanded, there is a couple of way to do that.
- setEncodeCumulativeAsReservoir(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Encore cumulative with fixed demands and capacity as a reservoir
constraint.
- setEnd(LinearExpressionProto) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto end = 5;
- setEnd(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto end = 5;
- setEndMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setEndMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setEndMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setEndMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setEndMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setEndMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setEndMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setEndMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setEndRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setEndRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setEndRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setEndRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setEndValue(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setEndValue(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setEnforcedConstraintCoefficient(int, int, double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setEnforcedConstraintLowerBound(int, double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setEnforcedConstraintName(int, String) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setEnforcedConstraintUpperBound(int, double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setEnforcedIndicatorValue(int, boolean) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setEnforcedIndicatorVariableIndex(int, int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setEnforcementLiteral(int, int) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The constraint will be enforced iff all literals listed here are true.
- setEntries(int, int) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
repeated int32 entries = 3;
- setEnumerateAllSolutions(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we enumerate all solutions of a problem without objective.
- setEpsDualInfeasible(double) - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If the following three conditions hold we say we have obtained an
approximate primal ray, which is an approximate certificate of dual
infeasibility
- setEpsOptimalAbsolute(double) - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
- setEpsOptimalAbsolute(double) - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
Absolute tolerance on the primal residual, dual residual, and objective
gap.
- setEpsOptimalDualResidualAbsolute(double) - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the dual residual.
- setEpsOptimalDualResidualRelative(double) - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the dual residual.
- setEpsOptimalObjectiveGapAbsolute(double) - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the objective gap.
- setEpsOptimalObjectiveGapRelative(double) - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the objective gap.
- setEpsOptimalPrimalResidualAbsolute(double) - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Absolute tolerance on the primal residual.
- setEpsOptimalPrimalResidualRelative(double) - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
-
Relative tolerance on the primal residual.
- setEpsOptimalRelative(double) - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
- setEpsOptimalRelative(double) - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria.Builder
-
Relative tolerance on the primal residual, dual residual, and objective
gap.
- setEpsPrimalInfeasible(double) - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If the following two conditions hold we say that we have obtained an
approximate dual ray, which is an approximate certificate of primal
infeasibility
- setEventType(int) - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
-
- setExactlyOne(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The exactly_one constraint force exactly one literal to true and no more.
- setExactlyOne(BoolArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The exactly_one constraint force exactly one literal to true and no more.
- setExpandAlldiffConstraints(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, expand all_different constraints that are not permutations.
- setExpandReservoirConstraints(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, expand the reservoir constraints by creating booleans for all
possible precedences between event and encoding the constraint.
- setExpandReservoirUsingCircuit(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Mainly useful for testing.
- setExploitAllLpSolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and the Lp relaxation of the problem has a solution, try to exploit
it.
- setExploitAllPrecedences(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool exploit_all_precedences = 220 [default = false];
- setExploitBestSolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching on a variable, follow the last best solution value.
- setExploitIntegerLpSolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and the Lp relaxation of the problem has an integer optimal
solution, try to exploit it.
- setExploitObjective(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching an a variable that directly affect the objective,
branch on the value that lead to the best objective first.
- setExploitRelaxationSolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When branching on a variable, follow the last best relaxation solution
value.
- setExploitSingletonColumnInInitialBasis(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we exploit the singleton columns already present in the
problem when we create the initial basis.
- setExploitSymmetryInSatFirstSolution(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
If true, find and exploit symmetries in proving satisfiability in the first
problem.
- setExpression(IntExpr) - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
-
- setExprs(int, LinearExpressionProto) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- setExprs(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
- setExprs(int, LinearExpressionProto) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
The sequence of affine expressions (a * var + b).
- setExprs(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
The sequence of affine expressions (a * var + b).
- setExprs(int, LinearExpressionProto) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
If this is set, then the variables field must be empty.
- setExprs(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
If this is set, then the variables field must be empty.
- setExprs(int, LinearExpressionProto) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- setExprs(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
- setExprs(int, LinearExpressionProto) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- setExprs(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
- setExprs(int, LinearExpressionProto) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- setExprs(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
- setExtraSubsolvers(int, String) - Method in class com.google.ortools.sat.SatParameters.Builder
-
A convenient way to add more workers types.
- setFailures(long) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
int64 failures = 3;
- setFallbackToCpSatSizeThreshold(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If model.Size() is less than the threshold and that no solution has been
found, attempt a pass with CP-SAT.
- setFDirect(int, int) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_direct = 1;
- setFeasibilityJumpBatchDtime(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much dtime for each LS batch.
- setFeasibilityJumpDecay(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
On each restart, we randomly choose if we use decay (with this parameter)
or no decay.
- setFeasibilityJumpEnableRestarts(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When stagnating, feasibility jump will either restart from a default
solution (with some possible randomization), or randomly pertubate the
current solution.
- setFeasibilityJumpLinearizationLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much do we linearize the problem in the local search code.
- setFeasibilityJumpMaxExpandedConstraintSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum size of no_overlap or no_overlap_2d constraint for a quadratic
expansion.
- setFeasibilityJumpRestartFactor(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
This is a factor that directly influence the work before each restart.
- setFeasibilityJumpVarPerburbationRangeRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max distance between the default value and the pertubated value relative to
the range of the domain of the variable.
- setFeasibilityJumpVarRandomizationProbability(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Probability for a variable to have a non default value upon restarts or
perturbations.
- setFeasibilityPolishingDetails(int, FeasibilityPolishingDetails) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- setFeasibilityPolishingDetails(int, FeasibilityPolishingDetails.Builder) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
- setFeasibilityRule(GlopParameters.PricingRule) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
PricingRule to use during the feasibility phase.
- setFillAdditionalSolutionsInResponse(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the final response addition_solutions field will be filled with
all solutions from our solutions pool.
- setFillTightenedDomainsInResponse(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, add information about the derived variable domains to the
CpSolverResponse.
- setFilter(LocalSearchFilter) - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
-
- setFilterSubsolvers(int, String) - Method in class com.google.ortools.sat.SatParameters.Builder
-
repeated string filter_subsolvers = 293;
- setFinalStates(int, long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 final_states = 3;
- setFinalTemperature(double) - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
The final temperature.
- setFindBigLinearOverlap(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Try to find large "rectangle" in the linear constraint matrix with
identical lines.
- setFindMultipleCores(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to find more independent cores for a given set of
assumptions in the core based max-SAT algorithms.
- setFingerprint(Int128) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
An automatically fingerprint for the model.
- setFingerprint(Int128.Builder) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
An automatically fingerprint for the model.
- setFingerprint(Int128) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
An automatically fingerprint for the solution.
- setFingerprint(Int128.Builder) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
An automatically fingerprint for the solution.
- setFInverse(int, int) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
-
repeated int32 f_inverse = 2;
- setFirst(int) - Method in class com.google.ortools.constraintsolver.IntBoolPair
-
- setFirstSolutionEvaluator(LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Gets/sets the evaluator used during the search.
- SetFirstSolutionHint(Assignment) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Adds a hint to be used by first solution strategies.
- setFirstSolutionOptimizationPeriod(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If non zero, a period p indicates that every p node insertions or additions
to a path, an optimization of the current partial solution will be
performed.
- setFirstSolutionStatistics(int, LocalSearchStatistics.FirstSolutionStatistics) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- setFirstSolutionStatistics(int, LocalSearchStatistics.FirstSolutionStatistics.Builder) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each first solution called during the search.
- setFirstSolutionStrategy(FirstSolutionStrategy.Value) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
First solution strategies, used as starting point of local search.
- setFirstSolutionStrategyValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
First solution strategies, used as starting point of local search.
- setFixed_cost(long) - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
-
- setFixedCostOfAllVehicles(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Sets the fixed cost of all vehicle routes.
- setFixedCostOfVehicle(long, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Sets the fixed cost of one vehicle route.
- setFixVariablesToTheirHintedValue(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, variables appearing in the solution hints will be fixed to their
hinted value.
- setFlags(CppFlags) - Static method in class com.google.ortools.init.CppBridge
-
Sets all the C++ flags contained in the CppFlags structure.
- setFloatingPointObjective(FloatObjectiveProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Advanced usage.
- setFloatingPointObjective(FloatObjectiveProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Advanced usage.
- setForwardSequence(SequenceVar, int[]) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setForwardSequence(int[]) - Method in class com.google.ortools.constraintsolver.SequenceVarElement
-
- setFpRounding(SatParameters.FPRoundingMethod) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.FPRoundingMethod fp_rounding = 165 [default = PROPAGATION_ASSISTED];
- setGapIntegral(double) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The integral of log(1 + absolute_objective_gap) over time.
- setGeneralConstraint(int, MPGeneralConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- setGeneralConstraint(int, MPGeneralConstraintProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the general constraints appearing in the model.
- setGlobalSpanCostCoefficient(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Sets a cost proportional to the *global* dimension span, that is the
difference between the largest value of route end cumul variables and
the smallest value of route start cumul variables.
- setGlopParameters(GlopParameters) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
Parameters to control glop's presolver.
- setGlopParameters(GlopParameters.Builder) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
Parameters to control glop's presolver.
- setGlucoseDecayIncrement(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double glucose_decay_increment = 23 [default = 0.01];
- setGlucoseDecayIncrementPeriod(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 glucose_decay_increment_period = 24 [default = 5000];
- setGlucoseMaxDecay(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The activity starts at 0.8 and increment by 0.01 every 5000 conflicts until
0.95.
- setGuidedLocalSearchLambdaCoefficient(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
These are advanced settings which should not be modified unless you know
what you are doing.
- setGuidedLocalSearchPenalizeWithVehicleClasses(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
When an arc leaving a vehicle start or arriving at a vehicle end is
penalized, this field controls whether to penalize all other equivalent
arcs with starts or ends in the same vehicle class.
- SetGuidedLocalSearchPenaltyCallback(LongTernaryOperator) - Method in class com.google.ortools.constraintsolver.Solver
-
- setGuidedLocalSearchResetPenaltiesOnNewBestSolution(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether to reset penalties when a new best solution is found.
- setGuidedSatConflictsChunk(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The first solutions based on guided SAT will work in chunk of that many
conflicts at the time.
- setHandleSomePrimalGradientsOnFiniteBoundsAsResiduals(boolean) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
See
https://developers.google.com/optimization/lp/pdlp_math#treating_some_variable_bounds_as_infinite
for a description of this flag.
- setHarrisToleranceRatio(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
This impacts the ratio test and indicates by how much we allow a basic
variable value that we move to go out of bounds.
- setHead(long) - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
optional int64 head = 2;
- setHeads(int, int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 heads = 4;
- setHeads(int, int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 heads = 2;
- setHeuristicCloseNodesLnsNumNodes(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of closest nodes to consider for each node during the destruction
phase of the FilteredHeuristicCloseNodesLNSOperator.
- setHeuristicExpensiveChainLnsNumArcsToConsider(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of expensive arcs to consider cutting in the
FilteredHeuristicExpensiveChainLNSOperator operator.
- setHeuristicNumFailuresLimit(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
The failure limit for each heuristic that we run.
- setHeuristicPeriod(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
The distance in nodes between each run of the heuristics.
- setHigh(long) - Method in class com.google.ortools.util.Int128.Builder
-
int64 high = 1;
- setHint(MPVariable[], double[]) - Method in class com.google.ortools.linearsolver.MPSolver
-
Sets a hint for solution.
- setHintConflictLimit(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Conflict limit used in the phase that exploit the solution hint.
- setId(long) - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
The ids must be non-negative (>= 0).
- setIgnoreNames(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we don't keep names in our internal copy of the user given model.
- setIgnoreSolverSpecificParametersFailure(boolean) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
optional bool ignore_solver_specific_parameters_failure = 9 [default = false];
- setIgnoreSubsolvers(int, String) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Rather than fully specifying subsolvers, it is often convenient to just
remove the ones that are not useful on a given problem or only keep
specific ones for testing.
- setImpossible(int, int) - Method in class com.google.ortools.constraintsolver.Pack
-
- setImprovementLimitParameters(RoutingSearchParameters.ImprovementSearchLimitParameters) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The improvement search limit is added to the solver if the following
parameters are set.
- setImprovementLimitParameters(RoutingSearchParameters.ImprovementSearchLimitParameters.Builder) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The improvement search limit is added to the solver if the following
parameters are set.
- setImprovementRateCoefficient(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
Parameter that regulates exchange rate between objective improvement and
number of neighbors spent.
- setImprovementRateSolutionsDistance(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
-
Parameter that specifies the distance between improvements taken into
consideration for calculating the improvement rate.
- setImprovePerturbedSolution(boolean) - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Determines whether solution S', obtained from the perturbation, should be
optimized with a local search application.
- setIndex(int) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
Legacy field.
- setIndicatorConstraint(MPIndicatorConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- setIndicatorConstraint(MPIndicatorConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
- setIndicatorValue(boolean) - Method in class com.google.ortools.modelbuilder.EnforcedLinearConstraint
-
Sets the indicator value of the constraint.
- setIndicatorVariable(Variable) - Method in class com.google.ortools.modelbuilder.EnforcedLinearConstraint
-
Sets the indicator variable of the constraint.
- setInfeasibilityInformation(int, InfeasibilityInformation) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- setInfeasibilityInformation(int, InfeasibilityInformation.Builder) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
A set of statistics measuring how close a point is to establishing primal
or dual infeasibility (i.e., has no solution).
- setInferAllDiffs(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Run a max-clique code amongst all the x !
- setInfiniteConstraintBoundThreshold(double) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Constraint bounds with absolute value at least this threshold are replaced
with infinities.
- setInitialBasis(GlopParameters.InitialBasisHeuristic) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
What heuristic is used to try to replace the fixed slack columns in the
initial basis of the primal simplex.
- setInitialConditionNumberThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If our upper bound on the condition number of the initial basis (from our
heurisitic or a warm start) is above this threshold, we revert to an all
slack basis.
- setInitializationSplits(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
Maximum number of intervals that the initialization of impacts will scan
per variable.
- setInitializeDevexWithColumnNorms(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether we initialize devex weights to 1.0 or to the norms of the matrix
columns.
- setInitialPolarity(SatParameters.Polarity) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.Polarity initial_polarity = 2 [default = POLARITY_FALSE];
- setInitialPrimalWeight(double) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The initial value of the primal weight (i.e., the ratio of primal and dual
step sizes).
- setInitialStepSizeScaling(double) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Scaling factor applied to the initial step size (all step sizes if
linesearch_rule == CONSTANT_STEP_SIZE_RULE).
- setInitialTemperature(double) - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
-
The initial temperature.
- setInitialVariablesActivity(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The initial value of the variables activity.
- setInnerObjectiveLowerBound(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- setInprocessingDtimeRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Proportion of deterministic time we should spend on inprocessing.
- setInprocessingMinimizationDtime(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Parameters for an heuristic similar to the one described in "An effective
learnt clause minimization approach for CDCL Sat Solvers",
https://www.ijcai.org/proceedings/2017/0098.pdf
This is the amount of dtime we should spend on this technique during each
inprocessing phase.
- setInprocessingMinimizationUseAllOrderings(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool inprocessing_minimization_use_all_orderings = 298 [default = false];
- setInprocessingMinimizationUseConflictAnalysis(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool inprocessing_minimization_use_conflict_analysis = 297 [default = true];
- setInprocessingProbingDtime(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The amount of dtime we should spend on probing for each inprocessing round.
- setInstanceName(String) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The name of the optimization problem.
- setInstanceNameBytes(ByteString) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The name of the optimization problem.
- setInstantiateAllVariables(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver will add a default integer branching strategy to the
already defined search strategy.
- setIntDiv(LinearArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- setIntDiv(LinearArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_div constraint forces the target to equal exprs[0] / exprs[1].
- setInteger(boolean) - Method in class com.google.ortools.linearsolver.MPVariable
-
Sets the integrality requirement of the variable.
- setIntegerAfterOffset(long) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
int64 integer_after_offset = 9;
- setIntegerBeforeOffset(long) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
Internal fields to recover a bound on the original integer objective from
the presolved one.
- setIntegerObjective(CpObjectiveProto) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Contains the integer objective optimized internally.
- setIntegerObjective(CpObjectiveProto.Builder) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Contains the integer objective optimized internally.
- setIntegerParam(MPSolverParameters.IntegerParam, int) - Method in class com.google.ortools.linearsolver.MPSolverParameters
-
Sets a integer parameter to a specific value.
- setIntegerScalingFactor(long) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
int64 integer_scaling_factor = 8;
- setIntegrality(boolean) - Method in class com.google.ortools.modelbuilder.Variable
-
Sets the integrality of the variable.
- setInterleaveBatchSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 interleave_batch_size = 134 [default = 0];
- setInterleaveSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- setInterval(IntervalConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- setInterval(IntervalConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The interval constraint takes a start, end, and size, and forces
start + size == end.
- setIntervals(int, int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
-
repeated int32 intervals = 2;
- setIntervals(int, int) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
-
repeated int32 intervals = 1;
- setIntMod(LinearArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- setIntMod(LinearArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
- setIntProd(LinearArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_prod constraint forces the target to equal the product of all
variables.
- setIntProd(LinearArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The int_prod constraint forces the target to equal the product of all
variables.
- setInverse(InverseConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- setInverse(InverseConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The inverse constraint forces two arrays to be inverses of each other:
the values of one are the indices of the other, and vice versa.
- setIsInteger(boolean) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
True if the variable is constrained to be integer.
- setIsLazy(boolean) - Method in class com.google.ortools.linearsolver.MPConstraint
-
Advanced usage: sets the constraint "laziness".
- setIsLazy(boolean) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
[Advanced usage: do not use this if you don't know what you're doing.]
- setIteratedLocalSearchParameters(IteratedLocalSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Iterated Local Search parameters.
- setIteratedLocalSearchParameters(IteratedLocalSearchParameters.Builder) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Iterated Local Search parameters.
- setIterationCount(int) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional int32 iteration_count = 5;
- setIterationCount(int) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The total number of iterations during the solve.
- setIterationLimit(int) - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_ITERATION_LIMIT then the solver
has taken at least iterations_limit iterations.
- setIterationNumber(int) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The iteration number at which these stats were recorded.
- setIterationStats(int, IterationStats) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- setIterationStats(int, IterationStats.Builder) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
- setIterationStats(int, IterationStats) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
A history of iteration stats for the solve.
- setIterationStats(int, IterationStats.Builder) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
A history of iteration stats for the solve.
- setKeepAllFeasibleSolutionsInPresolve(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we disable the presolve reductions that remove feasible solutions
from the search space.
- setKeepSymmetryInPresolve(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- setKktMatrixPassLimit(double) - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_KKT_MATRIX_PASS_LIMIT then
cumulative_kkt_matrix_passes is at least kkt_pass_limit.
- setL2DualResidual(double) - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The l_2 norm of the violations of dual constraints.
- setL2DualVariable(double) - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The l_2 norm of the dual variables.
- setL2NormRescaling(boolean) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
If true, applies L_2 norm rescaling after the Ruiz rescaling.
- setL2PrimalResidual(double) - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The l_2 norm of the violations of primal constraints.
- setL2PrimalVariable(double) - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The l_2 norm of the primal variables.
- setLb(double) - Method in class com.google.ortools.linearsolver.MPConstraint
-
Sets the lower bound.
- setLb(double) - Method in class com.google.ortools.linearsolver.MPVariable
-
Sets the lower bound.
- setLbRelaxNumWorkersThreshold(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Only use lb-relax if we have at least that many workers.
- setLevelChanges(int, LinearExpressionProto) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- setLevelChanges(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
Currently, we only support constant level changes.
- setLinear(LinearConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- setLinear(LinearConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The linear constraint enforces a linear inequality among the variables,
such as 0 <= x + 2y <= 10.
- setLinearIndex(LinearExpressionProto) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
All expressions below must be affine function with at most one variable.
- setLinearIndex(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
All expressions below must be affine function with at most one variable.
- setLinearizationLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
A non-negative level indicating the type of constraints we consider in the
LP relaxation.
- setLinearSplitSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Linear constraints that are not pseudo-Boolean and that are longer than
this size will be split into sqrt(size) intermediate sums in order to have
faster propation in the CP engine.
- setLinearTarget(LinearExpressionProto) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto linear_target = 5;
- setLinearTarget(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto linear_target = 5;
- setLinesearchContractionFactor(double) - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
-
Contraction factor used in the linesearch condition of Malitsky and Pock.
- setLinesearchRule(PrimalDualHybridGradientParams.LinesearchRule) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Linesearch rule applied at each major iteration.
- setLInfComponentwiseDualResidual(double) - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum relative violation of any dual constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |objective|)] where
eps_ratio = eps_optimal_dual_residual_absolute
/ eps_optimal_dual_residual_relative
optional double l_inf_componentwise_dual_residual = 25;
- setLInfComponentwisePrimalResidual(double) - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum relative violation of any primal constraint, with an absolute
offset, i.e., the l_∞ norm of [violation / (eps_ratio + |bound|)] where
eps_ratio = eps_optimal_primal_residual_absolute
/ eps_optimal_primal_residual_relative
and bound is the violated bound.
- setLInfDualResidual(double) - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum violation of any dual constraint, i.e., the l_∞ norm of the
violations.
- setLInfDualVariable(double) - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum absolute value of the dual variables, i.e., the l_∞ norm.
- setLInfPrimalResidual(double) - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum violation of any primal constraint, i.e., the l_∞ norm of the
violations.
- setLInfPrimalVariable(double) - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The maximum absolute value of the primal variables, i.e., the l_∞ norm.
- setLInfRuizIterations(int) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Number of L_infinity Ruiz rescaling iterations to apply to the constraint
matrix.
- setLinMax(LinearArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- setLinMax(LinearArgumentProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The lin_max constraint forces the target to equal the maximum of all
linear expressions.
- setLiterals(int, int) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
-
repeated int32 literals = 1;
- setLiterals(int, int) - Method in class com.google.ortools.sat.BooleanAssignment.Builder
-
repeated int32 literals = 1;
- setLiterals(int, int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 literals = 5;
- setLiterals(int, int) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
Linear terms involved in this constraint.
- setLiterals(int, int) - Method in class com.google.ortools.sat.LinearObjective.Builder
-
The goal is always to minimize the linear Boolean formula defined by these
two fields: sum_i literal_i * coefficient_i where literal_i is 1 iff
literal_i is true in a given assignment.
- setLiterals(int, int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 literals = 3;
- setLnsInitialDeterministicLimit(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double lns_initial_deterministic_limit = 308 [default = 0.1];
- setLnsInitialDifficulty(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Initial parameters for neighborhood generation.
- setLnsTimeLimit(Duration) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the completion search for each local search
neighbor.
- setLnsTimeLimit(Duration.Builder) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the completion search for each local search
neighbor.
- setLocalCheapestCostInsertionPickupDeliveryStrategy(RoutingSearchParameters.PairInsertionStrategy) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest cost insertion, both first solution heuristic and LNS.
- setLocalCheapestCostInsertionPickupDeliveryStrategyValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest cost insertion, both first solution heuristic and LNS.
- setLocalCheapestInsertionPickupDeliveryStrategy(RoutingSearchParameters.PairInsertionStrategy) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest insertion, both first solution heuristic and LNS.
- setLocalCheapestInsertionPickupDeliveryStrategyValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Choice of insertion strategy for pickup/delivery pairs, used in local
cheapest insertion, both first solution heuristic and LNS.
- setLocalCheapestInsertionSortingProperties(int, RoutingSearchParameters.InsertionSortingProperty) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The properties used to sort insertion entries in the local cheapest
insertion heuristic, in *decreasing* order of priority.
- setLocalCheapestInsertionSortingPropertiesValue(int, int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The properties used to sort insertion entries in the local cheapest
insertion heuristic, in *decreasing* order of priority.
- setLocalSearchFilter(String) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Name of the filter.
- setLocalSearchFilterBytes(ByteString) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Name of the filter.
- setLocalSearchFilterStatistics(int, LocalSearchStatistics.LocalSearchFilterStatistics) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- setLocalSearchFilterStatistics(int, LocalSearchStatistics.LocalSearchFilterStatistics.Builder) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each filter called during the search.
- setLocalSearchMetaheuristic(LocalSearchMetaheuristic.Value) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Local search metaheuristics used to guide the search.
- setLocalSearchMetaheuristics(int, LocalSearchMetaheuristic.Value) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Local search metaheuristics alternatively used to guide the search.
- setLocalSearchMetaheuristicsValue(int, int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Local search metaheuristics alternatively used to guide the search.
- setLocalSearchMetaheuristicValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Local search metaheuristics used to guide the search.
- setLocalSearchOperator(String) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Name of the operator.
- setLocalSearchOperatorBytes(ByteString) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Name of the operator.
- setLocalSearchOperators(RoutingSearchParameters.LocalSearchNeighborhoodOperators) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- setLocalSearchOperators(RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
- setLocalSearchOperatorStatistics(int, LocalSearchStatistics.LocalSearchOperatorStatistics) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- setLocalSearchOperatorStatistics(int, LocalSearchStatistics.LocalSearchOperatorStatistics.Builder) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Statistics for each operator called during the search.
- setLocalSearchStatistics(int, LocalSearchStatistics) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Local search statistics for each solver context.
- setLocalSearchStatistics(int, LocalSearchStatistics.Builder) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
-
Local search statistics for each solver context.
- setLog_prefix(boolean) - Method in class com.google.ortools.init.CppFlags
-
Controls if time and source code info are used to prefix logging
messages.
- setLogCallback(Consumer<String>) - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Sets the log callback for the solver.
- setLogCallback(Consumer<String>) - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- setLogCallback(Consumer<String>) - Method in class com.google.ortools.sat.CpSolver
-
Sets the log callback for the solver.
- setLogCostOffset(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
double log_cost_offset = 29;
- setLogCostScalingFactor(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
In logs, cost values will be scaled and offset by the given values in the
following way: log_cost_scaling_factor * (cost + log_cost_offset)
double log_cost_scaling_factor = 22;
- setLogIntervalSeconds(double) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Time between iteration-level statistics logging (if `verbosity_level > 1`).
- setLogInvalidNames(boolean) - Method in class com.google.ortools.linearsolver.MPModelExportOptions
-
Whether to log invalid variable and constraint names.
- setLogPrefix(String) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a prefix to all logs.
- setLogPrefixBytes(ByteString) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a prefix to all logs.
- setLogSearch(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Miscellaneous ---
Some of these are advanced settings which should not be modified unless you
know what you are doing.
- setLogSearchProgress(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether the solver should log the search progress to LOG(INFO).
- setLogSearchProgress(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, logs the progress of a solve to LOG(INFO).
- setLogSearchProgress(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether the solver should log the search progress.
- setLogSubsolverStatistics(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether the solver should display per sub-solver search statistics.
- setLogTag(String) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
In logs, this tag will be appended to each line corresponding to a new
solution.
- setLogTagBytes(ByteString) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
In logs, this tag will be appended to each line corresponding to a new
solution.
- setLogToResponse(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Log to response proto.
- setLogToStdout(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, logs will be displayed to stdout instead of using Google log info.
- setLogToStdout(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Log to stdout.
- setLow(long) - Method in class com.google.ortools.util.Int128.Builder
-
uint64 low = 2;
- setLowerBound(double) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
lower_bound must be <= upper_bound.
- setLowerBound(double) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
lower_bound must be <= upper_bound.
- setLowerBound(double) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
lower_bound must be <= upper_bound.
- setLowerBound(double) - Method in class com.google.ortools.modelbuilder.EnforcedLinearConstraint
-
Sets the lower bound of the constraint.
- setLowerBound(double) - Method in class com.google.ortools.modelbuilder.LinearConstraint
-
Returns the lower bound of the constraint.
- setLowerBound(double) - Method in class com.google.ortools.modelbuilder.Variable
-
Sets the lower bound of the variable.
- setLowerBound(long) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
Optional lower (resp. upper) bound of the constraint.
- setLpAlgorithm(MPSolverCommonParameters.LPAlgorithmValues) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Algorithm to solve linear programs.
- setLpDualTolerance(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double lp_dual_tolerance = 267 [default = 1e-07];
- setLpMaxDeterministicTime(double) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The max deterministic time given to the LP solver each time it is called.
- setLpPrimalTolerance(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The internal LP tolerances used by CP-SAT.
- setLsOperatorMinNeighbors(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 ls_operator_min_neighbors = 54;
- setLsOperatorNeighborsRatio(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Neighbors ratio and minimum number of neighbors considered in local
search operators (see cheapest_insertion_first_solution_neighbors_ratio
and cheapest_insertion_first_solution_min_neighbors for more information).
- setLuFactorizationPivotThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Threshold for LU-factorization: for stability reasons, the magnitude of the
chosen pivot at a given step is guaranteed to be greater than this
threshold times the maximum magnitude of all the possible pivot choices in
the same column.
- setMainIterationCount(int) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
The iteration count for the main iteration when this feasibility polishing
phase was triggered.
- setMaintainer(Constraint) - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
-
- setMajorIterationFrequency(int) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The frequency at which extra work is performed to make major algorithmic
decisions, e.g., performing restarts and updating the primal weight.
- setMakeNextNeighborDurationSeconds(double) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Time spent in creating neighbors (calling MakeNextNeighbor).
- setMalitskyPockParameters(MalitskyPockParams) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- setMalitskyPockParameters(MalitskyPockParams.Builder) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
- setMarkowitzSingularityThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If a pivot magnitude is smaller than this during the Markowitz LU
factorization, then the matrix is assumed to be singular.
- setMarkowitzZlatevParameter(int) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
How many columns do we look at in the Markowitz pivoting rule to find
a good pivot.
- setMax(IntVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setMax(long) - Method in class com.google.ortools.constraintsolver.BooleanVar
-
- setMax(long) - Method in class com.google.ortools.constraintsolver.IntExpr
-
- setMax(long) - Method in class com.google.ortools.constraintsolver.IntVarElement
-
- setMax(IntExpr, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setMax(IntVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setMaxAllDiffCutSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Cut generator for all diffs can add too many cuts for large all_diff
constraints.
- setMaxCallbackCacheSize(int) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Cache callback calls if the number of nodes in the model is less or equal
to this value.
- setMaxClauseActivityValue(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double max_clause_activity_value = 18 [default = 1e+20];
- setMaxConsecutiveInactiveCount(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If a constraint/cut in LP is not active for that many consecutive OPTIMAL
solves, remove it from the LP.
- setMaxConstraint(MPArrayWithConstantConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = max(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint max_constraint = 9;
- setMaxConstraint(MPArrayWithConstantConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = max(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint max_constraint = 9;
- setMaxCutRoundsAtLevelZero(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max number of time we perform cut generation and resolve the LP at level 0.
- setMaxDeterministicTime(double) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum time allowed in deterministic time to solve a problem.
- setMaxDeterministicTime(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum deterministic time allowed to solve a problem.
- setMaxDeterministicTime(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum time allowed in deterministic time to solve a problem.
- setMaxDomainSizeWhenEncodingEqNeqConstraints(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When loading a*x + b*y ==/!
- setMaxDualRayInfeasibility(double) - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
Let (y_ray, r_ray) be the algorithm's estimate of the dual and reduced cost
extreme ray where (y_ray, r_ray) is a vector (satisfying the dual variable
constraints) scaled such that its infinity norm is one.
- setMaxEdgeFinderSize(int) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
int32 max_edge_finder_size = 109;
- setMaximization() - Method in class com.google.ortools.linearsolver.MPObjective
-
Sets the optimization direction to maximize.
- setMaximize(boolean) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
True if the problem is a maximization problem.
- setMaximize(boolean) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setMaximize(boolean) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
The optimization direction.
- SetMaximumNumberOfActiveVehicles(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Constrains the maximum number of active vehicles, aka the number of
vehicles which do not have an empty route.
- setMaximumRegionsToSplitInDisconnectedNoOverlap2D(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Detects when the space where items of a no_overlap_2d constraint can placed
is disjoint (ie., fixed boxes split the domain).
- setMaxIntegerRoundingScaling(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
In the integer rounding procedure used for MIR and Gomory cut, the maximum
"scaling" we use (must be positive).
- setMaxLevel(long) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
int64 max_level = 2;
- setMaxLineLength(int) - Method in class com.google.ortools.linearsolver.MPModelExportOptions
-
For .lp files only.
- setMaxLinMaxSizeForExpansion(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If the number of expressions in the lin_max is less that the max size
parameter, model expansion replaces target = max(xi) by linear constraint
with the introduction of new booleans bi such that bi => target == xi.
- setMaxLpSolveForFeasibilityProblems(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The maximum number of time the LP solver will run to feasibility for pure
feasibility problems (with a constant-valued objective function).
- setMaxMemoryInMb(long) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum memory allowed for the whole thread containing the solver.
- setMaxNumberOfBacktracksInLs(long) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of backtracks times the number of variables in Local Search,
ie. max num backtracks == max_number_of_backtracks_in_ls / num variables.
- setMaxNumberOfConflicts(long) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum number of conflicts allowed to solve a problem.
- setMaxNumberOfConflictsForQuickCheck(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem for the quick check of infeasibility.
- setMaxNumberOfConflictsInRandomLns(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to solve a random LNS
subproblem.
- setMaxNumberOfConflictsInRandomSolutionGeneration(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of conflicts the SAT solver has to generate a random solution.
- setMaxNumberOfConsecutiveFailingOptimizerCalls(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of consecutive optimizer calls without improving the
current solution.
- setMaxNumberOfExploredAssignmentsPerTryInLs(long) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The maximum number of assignments the Local Search iterates on during one
try.
- setMaxNumberOfIterations(long) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum number of simplex iterations to solve a problem.
- setMaxNumberOfReoptimizations(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When the solution of phase II is imprecise, we re-run the phase II with the
opposite algorithm from that imprecise solution (i.e., if primal or dual
simplex was used, we use dual or primal simplex, respectively).
- setMaxNumBrokenConstraintsInLs(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Abort the LS search tree as soon as strictly more than this number of
constraints are broken.
- setMaxNumCuts(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The limit on the number of cuts in our cut pool.
- setMaxNumDecisionsInLs(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum number of cascading decisions the solver might use to repair the
current solution in the LS.
- setMaxNumDeterministicBatches(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stops after that number of batches has been scheduled.
- setMaxNumIntervalsForTimetableEdgeFinding(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Max number of intervals for the timetable_edge_finding algorithm to
propagate.
- setMaxPairsPairwiseReasoningInNoOverlap2D(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If the number of pairs to look is below this threshold, do an extra step of
propagation in the no_overlap_2d constraint by looking at all pairs of
intervals.
- setMaxPresolveIterations(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
In case of large reduction in a presolve iteration, we perform multiple
presolve iterations.
- setMaxPrimalRayInfeasibility(double) - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
Let x_ray be the algorithm's estimate of the primal extreme ray where x_ray
is a vector that satisfies the sign constraints for a ray, scaled such that
its infinity norm is one (the sign constraints are the variable bound
constraints, with all finite bounds mapped to zero).
- setMaxRemovedSequenceSize(int) - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
-
Maximum number of removed visits per sequence.
- setMaxSatAssumptionOrder(SatParameters.MaxSatAssumptionOrder) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.MaxSatAssumptionOrder max_sat_assumption_order = 51 [default = DEFAULT_ASSUMPTION_ORDER];
- setMaxSatReverseAssumptionOrder(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, adds the assumption in the reverse order of the one defined by
max_sat_assumption_order.
- setMaxSatStratification(SatParameters.MaxSatStratificationAlgorithm) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.MaxSatStratificationAlgorithm max_sat_stratification = 53 [default = STRATIFICATION_DESCENT];
- setMaxSizeToCreatePrecedenceLiteralsInDisjunctive(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Create one literal for each disjunction of two pairs of tasks.
- setMaxSwapActiveChainSize(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Maximum size of the chain to make inactive in SwapActiveChainOperator.
- setMaxTimeInSeconds(double) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- setMaxTimeInSeconds(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- setMaxTimeInSeconds(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Maximum time allowed in seconds to solve a problem.
- setMaxValidMagnitude(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Any finite values in the input LP must be below this threshold, otherwise
the model will be reported invalid.
- setMaxVariableActivityValue(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double max_variable_activity_value = 16 [default = 1e+100];
- setMergeAtMostOneWorkLimit(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double merge_at_most_one_work_limit = 146 [default = 100000000];
- setMergeNoOverlapWorkLimit(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, we use a maximum clique heuristic to merge together
no-overlap constraints or at most one constraints.
- setMethods(int, BopOptimizerMethod) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- setMethods(int, BopOptimizerMethod.Builder) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
-
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
- setMin(IntVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setMin(long) - Method in class com.google.ortools.constraintsolver.BooleanVar
-
- setMin(long) - Method in class com.google.ortools.constraintsolver.IntExpr
-
- setMin(long) - Method in class com.google.ortools.constraintsolver.IntVarElement
-
- setMin(IntExpr, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
IntExpr modifiers.
- setMin(IntVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
IntVar modifiers.
- setMinConstraint(MPArrayWithConstantConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = min(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint min_constraint = 8;
- setMinConstraint(MPArrayWithConstantConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
resultant_var = min(var_1, var_2, ..., constant)
.operations_research.MPArrayWithConstantConstraint min_constraint = 8;
- setMinimization() - Method in class com.google.ortools.linearsolver.MPObjective
-
Sets the optimization direction to minimize.
- setMinimizationAlgorithm(SatParameters.ConflictMinimizationAlgorithm) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.ConflictMinimizationAlgorithm minimization_algorithm = 4 [default = RECURSIVE];
- setMinimizeReductionDuringPbResolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
A different algorithm during PB resolution.
- setMinimizeSharedClauses(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Minimize and detect subsumption of shared clauses immediately after they
are imported.
- setMinimumAcceptablePivot(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We never follow a basis change with a pivot under this threshold.
- setMinLevel(long) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
int64 min_level = 1;
- setMinOrthogonalityForLpConstraints(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
While adding constraints, skip the constraints which have orthogonality
less than 'min_orthogonality_for_lp_constraints' with already added
constraints during current call.
- setMipAutomaticallyScaleVariables(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, some continuous variable might be automatically scaled.
- setMipCheckPrecision(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
As explained in mip_precision and mip_max_activity_exponent, we cannot
always reach the wanted precision during scaling.
- setMipComputeTrueObjectiveBound(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Even if we make big error when scaling the objective, we can always derive
a correct lower bound on the original objective by using the exact lower
bound on the scaled integer version of the objective.
- setMipDropTolerance(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Any value in the input mip with a magnitude lower than this will be set to
zero.
- setMipMaxActivityExponent(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
To avoid integer overflow, we always force the maximum possible constraint
activity (and objective value) according to the initial variable domain to
be smaller than 2 to this given power.
- setMipMaxBound(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
We need to bound the maximum magnitude of the variables for CP-SAT, and
that is the bound we use.
- setMipMaxValidMagnitude(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Any finite values in the input MIP must be below this threshold, otherwise
the model will be reported invalid.
- setMipPresolveLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When solving a MIP, we do some basic floating point presolving before
scaling the problem to integer to be handled by CP-SAT.
- setMipScaleLargeDomain(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If this is false, then mip_var_scaling is only applied to variables with
"small" domain.
- setMipTreatHighMagnitudeBoundsAsInfinity(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
By default, any variable/constraint bound with a finite value and a
magnitude greater than the mip_max_valid_magnitude will result with a
invalid model.
- setMipVarScaling(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
All continuous variable of the problem will be multiplied by this factor.
- setMipWantedPrecision(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When scaling constraint with double coefficients to integer coefficients,
we will multiply by a power of 2 and round the coefficients.
- setMixedIntegerSchedulingSolver(RoutingSearchParameters.SchedulingSolver) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
- setMixedIntegerSchedulingSolverValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
.operations_research.RoutingSearchParameters.SchedulingSolver mixed_integer_scheduling_solver = 34;
- setModel(MPModelProto) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
The model to be optimized by the server.
- setModel(MPModelProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
The model to be optimized by the server.
- setModel(CpModelProto) - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
The model to solve.
- setModel(CpModelProto.Builder) - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
The model to solve.
- setModelDelta(MPModelDeltaProto) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage: model "delta".
- setModelDelta(MPModelDeltaProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage: model "delta".
- setModelFingerprint(Int128) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
A reference to the model the solution applies to.
- setModelFingerprint(Int128.Builder) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
A reference to the model the solution applies to.
- setMultiArmedBanditCompoundOperatorExplorationCoefficient(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Positive parameter defining the exploration coefficient of the multi-armed
bandit compound operator.
- setMultiArmedBanditCompoundOperatorMemoryCoefficient(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Memory coefficient related to the multi-armed bandit compound operator.
- setName(String) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
A user-defined name for the model.
- setName(String) - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
-
- setName(String) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
The name of the constraint.
- setName(String) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
The name of the constraint.
- setName(String) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Name of the model.
- setName(String) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The name of the variable.
- setName(String) - Method in class com.google.ortools.modelbuilder.EnforcedLinearConstraint
-
- setName(String) - Method in class com.google.ortools.modelbuilder.LinearConstraint
-
Sets the name of the constraint.
- setName(String) - Method in class com.google.ortools.modelbuilder.ModelBuilder
-
Sets the name of the model.
- setName(String) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setName(String) - Method in class com.google.ortools.modelbuilder.Variable
-
- setName(String) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
For debug/logging only.
- setName(String) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For debug/logging only.
- setName(String) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
For debug/logging only.
- setName(String) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
The name of this constraint.
- setName(String) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The name of the problem.
- setName(String) - Method in class com.google.ortools.sat.SatParameters.Builder
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- setNameAllVariables(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Should anonymous variables be given a name.
- setNameBytes(ByteString) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
A user-defined name for the model.
- setNameBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
The name of the constraint.
- setNameBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
The name of the constraint.
- setNameBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Name of the model.
- setNameBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The name of the variable.
- setNameBytes(ByteString) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
For debug/logging only.
- setNameBytes(ByteString) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For debug/logging only.
- setNameBytes(ByteString) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
-
For debug/logging only.
- setNameBytes(ByteString) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
The name of this constraint.
- setNameBytes(ByteString) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The name of the problem.
- setNameBytes(ByteString) - Method in class com.google.ortools.sat.SatParameters.Builder
-
In some context, like in a portfolio of search, it makes sense to name a
given parameters set for logging purpose.
- setNameCastVariables(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Create names for cast variables.
- setNecessaryReductionForRestart(double) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
For ADAPTIVE_HEURISTIC only: A relative reduction in the potential function
by this amount triggers a restart if, additionally, the quality of the
iterates appears to be getting worse.
- setNegated(boolean) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
If true, the meaning is "negated", that is we forbid any of the given
tuple from a feasible assignment.
- setNewConstraintsBatchSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add that many lazy constraints (or cuts) at once in the LP.
- setNewLinearPropagation(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The new linear propagation code treat all constraints at once and use
an adaptation of Bellman-Ford-Tarjan to propagate constraint in a smarter
order and potentially detect propagation cycle earlier.
- setNodes(int, FlowNodeProto) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- setNodes(int, FlowNodeProto.Builder) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
repeated .operations_research.FlowNodeProto nodes = 1;
- setNodeSupply(int, long) - Method in class com.google.ortools.graph.MinCostFlow
-
- setNoOverlap(NoOverlapConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- setNoOverlap(NoOverlapConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap constraint prevents a set of intervals from
overlapping; in scheduling, this is called a disjunctive
constraint.
- setNoOverlap2D(NoOverlap2DConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- setNoOverlap2D(NoOverlap2DConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The no_overlap_2d constraint prevents a set of boxes from overlapping.
- setNum_neighbors(int) - Method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsParameters
-
- setNumAcceptedNeighbors(long) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Number of neighbors eventually accepted.
- setNumberOfSolutionsToCollect(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of solutions to collect during the search.
- setNumberOfSolvers(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of solvers used to run Bop.
- setNumBinaryPropagations(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_binary_propagations = 13;
- setNumBooleans(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_booleans = 10;
- setNumBopSolversUsedByDecomposition(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The number of BopSolver created (thread pool workers) used by the integral
solver to solve a decomposed problem.
- setNumBranches(long) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Number of branches explored.
- setNumBranches(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_branches = 12;
- setNumCalls(long) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Number of times the filter was called.
- setNumCols(int) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
int32 num_cols = 2;
- setNumConflicts(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_conflicts = 11;
- setNumConflictsBeforeStrategyChanges(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
After each restart, if the number of conflict since the last strategy
change is greater that this, then we increment a "strategy_counter" that
can be use to change the search strategy used by the following restarts.
- setNumConstraints(long) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional int64 num_constraints = 2;
- setNumFailures(long) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Number of failures/backtracks.
- setNumFilteredNeighbors(long) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Number of neighbors which were filtered.
- setNumFixedBooleans(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_fixed_booleans = 31;
- setNumFullSubsolvers(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
We distinguish subsolvers that consume a full thread, and the ones that are
always interleaved.
- setNumIntegerPropagations(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_integer_propagations = 14;
- setNumIntegers(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Some statistics about the solve.
- setNumLpIterations(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_lp_iterations = 25;
- setNumMaxLocalOptimaBeforeMetaheuristicSwitch(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
int32 num_max_local_optima_before_metaheuristic_switch = 64;
- setNumNeighbors(long) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
-
Number of neighbors generated by the operator.
- setNumOmpThreads(int) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Number of threads in the OMP parallel sections.
- setNumRandomLnsTries(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Number of tries in the random lns.
- setNumRejects(long) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Number of times the filter rejected a neighbor.
- setNumRejectsPerSecond(double) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
-
Number of rejects per second.
- setNumRelaxedVars(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Number of variables to relax in the exhaustive Large Neighborhood Search.
- setNumRemovedVisits(int) - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy.Builder
-
Number of visits removed during a ruin application defined on visits.
- setNumRestarts(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
int64 num_restarts = 24;
- setNumRows(int) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
-
int32 num_rows = 1;
- setNumRuinedRoutes(int) - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy.Builder
-
Number of spatially close routes ruined at each ruin application.
- setNumSearchWorkers(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional int32 num_search_workers = 100 [default = 0];
- setNumShards(int) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
For more efficient parallel computation, the matrices and vectors are
divided (virtually) into num_shards shards.
- setNumSolutions(long) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
-
Number of solutions found.
- setNumSubsets(int) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
The number of subsets that are selected in the solution.
- setNumThreads(int) - Method in class com.google.ortools.linearsolver.MPSolver
-
Sets the number of threads to be used by the solver.
- setNumThreads(int) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The number of threads to use.
- setNumVariables(long) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional int64 num_variables = 1;
- setNumVariables(int) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The number of variables in the problem.
- setNumViolationLs(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
This will create incomplete subsolvers (that are not LNS subsolvers)
that use the feasibility jump code to find improving solution, treating
the objective improvement as a hard constraint.
- setNumWorkers(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specify the number of parallel workers (i.e. threads) to use during search.
- setObfuscate(boolean) - Method in class com.google.ortools.linearsolver.MPModelExportOptions
-
Obfuscates variable and constraint names.
- setObjective(CpObjectiveProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The objective to minimize.
- setObjective(CpObjectiveProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The objective to minimize.
- setObjective(LinearObjective) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The objective of the problem.
- setObjective(LinearObjective.Builder) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The objective of the problem.
- setObjectiveCoefficient(double) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
The coefficient of the variable in the objective.
- setObjectiveCoefficient(double) - Method in class com.google.ortools.modelbuilder.Variable
-
Sets the objective coefficient of the variable in the objective.
- setObjectiveLowerLimit(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
The solver will stop as soon as it has proven that the objective is smaller
than objective_lower_limit or greater than objective_upper_limit.
- setObjectiveMatrixAbsAvg(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_matrix_abs_avg = 22;
- setObjectiveMatrixAbsMax(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm of absolute values of elements of the objective
matrix.
- setObjectiveMatrixAbsMin(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_matrix_abs_min = 21;
- setObjectiveMatrixL2Norm(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_matrix_l2_norm = 27;
- setObjectiveMatrixNumNonzeros(long) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional int64 objective_matrix_num_nonzeros = 19;
- setObjectiveMax(long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- SetObjectiveMaxFromIndex(int, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setObjectiveMin(long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- SetObjectiveMinFromIndex(int, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setObjectiveOffset(double) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Offset for the objective function.
- setObjectiveOffset(double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setObjectiveRange(long, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- SetObjectiveRangeFromIndex(int, long, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setObjectiveUpperLimit(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional double objective_upper_limit = 41 [default = inf];
- setObjectiveValue(long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setObjectiveValue(double) - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
optional double objective_value = 1;
- setObjectiveValue(double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Objective value corresponding to the "variable_value" below, taking into
account the source "objective_offset" and "objective_coefficient".
- setObjectiveValue(double) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Only make sense for an optimization problem.
- SetObjectiveValueFromIndex(int, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setObjectiveVectorAbsAvg(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_vector_abs_avg = 18;
- setObjectiveVectorAbsMax(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Statistics of the objective vector.
- setObjectiveVectorAbsMin(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_vector_abs_min = 17;
- setObjectiveVectorL2Norm(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double objective_vector_l2_norm = 23;
- setOffset(double) - Method in class com.google.ortools.linearsolver.MPObjective
-
Sets the constant term in the objective.
- setOffset(double) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
The displayed objective is always:
scaling_factor * (sum(coefficients[i] * objective_vars[i]) + offset).
- setOffset(double) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
double offset = 3;
- setOffset(long) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
int64 offset = 3;
- setOffset(double) - Method in class com.google.ortools.sat.LinearObjective.Builder
-
For a given variable assignment, the "real" problem objective value is
'scaling_factor * (minimization_objective + offset)' where
'minimization_objective is the one defined just above.
- setOnly_sort_neighbors_for_partial_neighborhoods(boolean) - Method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsParameters
-
- setOnlyAddCutsAtLevelZero(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
For the cut that can be generated at any level, this control if we only
try to generate them at the root node.
- setOnlySolveIp(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If one try to solve a MIP model with CP-SAT, because we assume all variable
to be integer after scaling, we will not necessarily have the correct
optimal.
- setOptimalityNorm(OptimalityNorm) - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
The norm that we are measuring the optimality criteria in.
- setOptimizationDirection(boolean) - Method in class com.google.ortools.linearsolver.MPObjective
-
Sets the optimization direction (maximize: true or minimize: false).
- setOptimizationRule(GlopParameters.PricingRule) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
PricingRule to use during the optimization phase.
- setOptimizationStep(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Minimum step by which the solution must be improved in local search. 0
means "unspecified".
- setOptimizeWithCore(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The default optimization method is a simple "linear scan", each time trying
to find a better solution than the previous one.
- setOptimizeWithLbTreeSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Do a more conventional tree search (by opposition to SAT based one) where
we keep all the explored node in a tree.
- setOptimizeWithMaxHs(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
This has no effect if optimize_with_core is false.
- setOrbitopes(int, DenseMatrixProto) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- setOrbitopes(int, DenseMatrixProto.Builder) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
An orbitope is a special symmetry structure of the solution space.
- setOrConstraint(MPArrayConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "or" constraints must be Boolean.
- setOrConstraint(MPArrayConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
All variables in "or" constraints must be Boolean.
- setOriginalNumVariables(int) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
Hack: When converting a wcnf formulat to a LinearBooleanProblem, extra
variables need to be created.
- setOriginalProblemStats(QuadraticProgramStats) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Statistics of the original problem.
- setOriginalProblemStats(QuadraticProgramStats.Builder) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Statistics of the original problem.
- setParameters(SatParameters) - Method in class com.google.ortools.sat.SolveWrapper
-
- setParameters(SatParameters) - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
Solver parameters.
- setParameters(SatParameters.Builder) - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
-
Solver parameters.
- setParams(PrimalDualHybridGradientParams) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- setParams(PrimalDualHybridGradientParams.Builder) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
- setParams(PrimalDualHybridGradientParams) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
If solved with PDLP, the parameters for this solve.
- setParams(PrimalDualHybridGradientParams.Builder) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
If solved with PDLP, the parameters for this solve.
- SetPathEnergyCostOfVehicle(String, String, long, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- SetPathEnergyCostsOfVehicle(String, String, long, long, long, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- setPayloadKey(String) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
The payload is a (key, value) string pair.
- setPayloadKeyBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
The payload is a (key, value) string pair.
- setPayloadValue(String) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional string payload_value = 5;
- setPayloadValueBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional string payload_value = 5;
- setPbCleanupIncrement(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Same as for the clauses, but for the learned pseudo-Boolean constraints.
- setPbCleanupRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double pb_cleanup_ratio = 47 [default = 0.5];
- setPd_pair_index(int) - Method in class com.google.ortools.constraintsolver.RoutingModel.PickupDeliveryPosition
-
The index of the pickup and delivery pair within which the node appears.
- setPerformed(boolean) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setPerformed(IntervalVar, boolean) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setPerformedMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setPerformedMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setPerformedMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setPerformedMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setPerformedRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setPerformedRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setPerformedValue(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setPerformedValue(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setPermutations(int, SparsePermutationProto) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- setPermutations(int, SparsePermutationProto.Builder) - Method in class com.google.ortools.sat.SymmetryProto.Builder
-
A list of variable indices permutations that leave the feasible space of
solution invariant.
- setPermutePresolveConstraintOrder(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool permute_presolve_constraint_order = 179 [default = false];
- setPermuteVariableRandomly(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
This is mainly here to test the solver variability.
- setPersistentImpact(boolean) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
Whether to keep the impact from the first search for other searches,
or to recompute the impact for each new search.
- setPerturbationStrategy(PerturbationStrategy.Value) - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Determines how a reference solution S is perturbed to obtain a neighbor
solution S'.
- setPerturbationStrategyValue(int) - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Determines how a reference solution S is perturbed to obtain a neighbor
solution S'.
- setPerturbCostsInDualSimplex(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When this is true, then the costs are randomly perturbed before the dual
simplex is even started.
- setPickupAndDeliveryPolicyOfAllVehicles(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Sets the Pickup and delivery policy of all vehicles.
- setPickupAndDeliveryPolicyOfVehicle(int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- setPickupToDeliveryLimitFunctionForPair(IntIntToLongFunction, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- setPointMetadata(int, PointMetadata) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- setPointMetadata(int, PointMetadata.Builder) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
Auxiliary statistics for each type of point.
- setPointType(PointType) - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
Type of the point that this metadata corresponds to.
- setPolarityExploitLsHints(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true and we have first solution LS workers, tries in some phase to
follow a LS solutions that violates has litle constraints as possible.
- setPolarityRephaseIncrement(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If non-zero, then we change the polarity heuristic after that many number
of conflicts in an arithmetically increasing fashion.
- setPolishingPhaseType(PolishingPhaseType) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PolishingPhaseType polishing_phase_type = 1;
- setPolishLpSolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to do a few degenerate iteration at the end of an LP solve
to minimize the fractionality of the integer variable in the basis.
- setPopulateAdditionalSolutionsUpTo(int) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Controls the recovery of additional solutions, if any, saved by the
underlying solver back in the MPSolutionResponse.additional_solutions.
- setPreferredVariableOrder(SatParameters.VariableOrder) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.VariableOrder preferred_variable_order = 1 [default = IN_ORDER];
- setPreprocessedProblemStats(QuadraticProgramStats) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Statistics of the problem after preprocessing.
- setPreprocessedProblemStats(QuadraticProgramStats.Builder) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Statistics of the problem after preprocessing.
- setPreprocessingTimeSec(double) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Time for preprocessing (everything before iteration 0).
- setPreprocessorZeroTolerance(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
A floating point tolerance used by the preprocessors.
- setPresolve(OptionalBoolean) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Gurobi and SCIP enable presolve by default.
- setPresolveBlockedClause(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use an heuristic to detect some basic case of blocked clause
in the SAT presolve.
- setPresolveBvaThreshold(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Apply Bounded Variable Addition (BVA) if the number of clauses is reduced
by stricly more than this threshold.
- setPresolveBveClauseWeight(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, we apply BVE only if this weight times the number of
clauses plus the number of clause literals is not increased.
- setPresolveBveThreshold(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
During presolve, only try to perform the bounded variable elimination (BVE)
of a variable x if the number of occurrences of x times the number of
occurrences of not(x) is not greater than this parameter.
- setPresolveExtractIntegerEnforcement(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we will extract from linear constraints, enforcement literals of
the form "integer variable at bound => simplified constraint".
- setPresolveInclusionWorkLimit(long) - Method in class com.google.ortools.sat.SatParameters.Builder
-
A few presolve operations involve detecting constraints included in other
constraint.
- setPresolveOptions(PrimalDualHybridGradientParams.PresolveOptions) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- setPresolveOptions(PrimalDualHybridGradientParams.PresolveOptions.Builder) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
- setPresolveProbingDeterministicTimeLimit(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double presolve_probing_deterministic_time_limit = 57 [default = 30];
- setPresolveSubstitutionLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much substitution (also called free variable aggregation in MIP
litterature) should we perform at presolve.
- setPresolveUseBva(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether or not we use Bounded Variable Addition (BVA) in the presolve.
- setPrimalFeasibilityTolerance(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
This tolerance indicates by how much we allow the variable values to go out
of bounds and still consider the current solution primal-feasible.
- setPrimalObjective(double) - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
-
The primal objective.
- setPrimalRayLinearObjective(double) - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
The value of the linear part of the primal objective (ignoring additive
constants) evaluated at x_ray, i.e., c' * x_ray where c is the objective
coefficient vector.
- setPrimalRayQuadraticNorm(double) - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
-
The l_∞ norm of the vector resulting from taking the quadratic matrix from
primal objective and multiplying it by the primal variables.
- setPrimalTolerance(OptionalDouble) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- setPrimalTolerance(OptionalDouble.Builder) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
- setPrimalWeight(double) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
Primal weight controlling the relation between primal and dual step sizes.
- setPrimalWeightUpdateSmoothing(double) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
This parameter controls exponential smoothing of log(primal_weight) when a
primal weight update occurs (i.e., when the ratio of primal and dual step
sizes is adjusted).
- setPrimaryConstrainedDimension(String) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Set the given dimension as "primary constrained".
- setPrintAddedConstraints(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print added constraints.
- setPrintLocalSearchProfile(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print local search profiling data after solving.
- setPrintModel(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print the model before solving.
- setPrintModelStats(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Print model statistics before solving.
- setPriority(int) - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
-
- setProbingDeterministicTimeLimit(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The maximum "deterministic" time limit to spend in probing.
- setProbingNumCombinationsLimit(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
How many combinations of pairs or triplets of variables we want to scan.
- setProblemType(FlowModelProto.ProblemType) - Method in class com.google.ortools.graph.FlowModelProto.Builder
-
optional .operations_research.FlowModelProto.ProblemType problem_type = 3;
- setProfileFile(String) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Export propagation profiling data to file.
- setProfileFileBytes(ByteString) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Export propagation profiling data to file.
- setProfileLocalSearch(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Activate local search profiling.
- setProfilePropagation(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Activate propagation profiling.
- setPropagationLoopDetectionFactor(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Some search decisions might cause a really large number of propagations to
happen when integer variables with large domains are only reduced by 1 at
each step.
- setProvideStrongOptimalGuarantee(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If true, then when the solver returns a solution with an OPTIMAL status,
we can guarantee that:
- The primal variable are in their bounds
- setPruneSearchTree(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Avoid exploring both branches (b, a, ...) and (a, b, ...).
- setPseudoCostReliabilityThreshold(long) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The solver ignores the pseudo costs of variables with number of recordings
less than this threshold.
- setPushAllTasksTowardStart(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental code: specify if the objective pushes all tasks toward the
start of the schedule.
- setPushToVertex(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If the optimization phases finishes with super-basic variables (i.e.,
variables that either 1) have bounds but are FREE in the basis, or 2) have
no bounds and are FREE in the basis at a nonzero value), then run a "push"
phase to push these variables to bounds, obtaining a vertex solution.
- setQcoefficient(int, double) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Must be finite.
- setQuadraticConstraint(MPQuadraticConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- setQuadraticConstraint(MPQuadraticConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
- setQuadraticCostSoftSpanUpperBoundForVehicle(BoundCost, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
If the span of vehicle on this dimension is larger than bound,
the cost will be increased by cost * (span - bound)^2.
- setQuadraticObjective(MPQuadraticObjective) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Optionally, a quadratic objective.
- setQuadraticObjective(MPQuadraticObjective.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Optionally, a quadratic objective.
- setQvar1Index(int, int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of quadratic terms in the quadratic constraint, where
term i is qvar1_index[i] * qvar2_index[i] * qcoefficient[i].
- setQvar1Index(int, int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
Sparse representation of quadratic terms in the objective function, where
term i is qvar1_index[i] * qvar2_index[i] * coefficient[i].
- setQvar2Index(int, int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
repeated int32 qvar2_index = 4;
- setQvar2Index(int, int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
-
repeated int32 qvar2_index = 2;
- setRandomBranchesRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
A number between 0 and 1 that indicates the proportion of branching
variables that are selected randomly instead of choosing the first variable
from the given variable_ordering strategy.
- setRandomDualProjections(int, double) - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
Projections of the dual solution onto random planes.
- setRandomizeSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Randomize fixed search.
- setRandomPolarityRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The proportion of polarity chosen at random.
- setRandomPrimalProjections(int, double) - Method in class com.google.ortools.pdlp.PointMetadata.Builder
-
Projections of the primal solution onto random planes.
- setRandomProjectionSeeds(int, int) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
Seeds for generating (pseudo-)random projections of iterates during
termination checks.
- setRandomSeed(int) - Method in class com.google.ortools.bop.BopParameters.Builder
-
The seed used to initialize the random generator.
- setRandomSeed(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
Seed used to initialize the random part in some heuristics.
- setRandomSeed(int) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- setRandomSeed(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
At the beginning of each solve, the random number generator used in some
part of the solver is reinitialized to this seed.
- setRandomWalk(RandomWalkRuinStrategy) - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.RandomWalkRuinStrategy random_walk = 2;
- setRandomWalk(RandomWalkRuinStrategy.Builder) - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.RandomWalkRuinStrategy random_walk = 2;
- setRange(IntVar, long, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setRange(long, long) - Method in class com.google.ortools.constraintsolver.BooleanVar
-
- setRange(long, long) - Method in class com.google.ortools.constraintsolver.IntExpr
-
This method sets both the min and the max of the expression.
- setRange(long, long) - Method in class com.google.ortools.constraintsolver.IntVarElement
-
- setRange(IntExpr, long, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setRange(IntVar, long, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setRatioTestZeroThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
During the primal simplex (resp. dual simplex), the coefficients of the
direction (resp. update row) with a magnitude lower than this threshold are
not considered during the ratio test.
- setRecomputeEdgesNormThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Note that the threshold is a relative error on the actual norm (not the
squared one) and that edge norms are always greater than 1.
- setRecomputeReducedCostsThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We estimate the accuracy of the iteratively computed reduced costs.
- setRecordIterationStats(boolean) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
If true, the iteration_stats field of the SolveLog output will be populated
at every iteration.
- setRecreateStrategy(FirstSolutionStrategy.Value) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
Strategy defining how a reference solution is recreated.
- setRecreateStrategyValue(int) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
Strategy defining how a reference solution is recreated.
- setReducedCost(int, double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
[Advanced usage.]
- setReduceVehicleCostModel(boolean) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Advanced settings.
- setRefactorizationThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We estimate the factorization accuracy of B during each pivot by using
the fact that we can compute the pivot coefficient in two ways:
- From direction[leaving_row]
- setRelativeCostPerturbation(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
The magnitude of the cost perturbation is given by
RandomIn(1.0, 2.0) * (
relative_cost_perturbation * cost
+ relative_max_cost_perturbation * max_cost);
optional double relative_cost_perturbation = 54 [default = 1e-05];
- setRelativeGapLimit(double) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Limit used to stop the optimization as soon as the relative gap is smaller
than the given value.
- setRelativeGapLimit(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double relative_gap_limit = 160 [default = 0];
- setRelativeMaxCostPerturbation(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional double relative_max_cost_perturbation = 55 [default = 1e-07];
- setRelativeMipGap(OptionalDouble) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
The solver stops if the relative MIP gap reaches this value or below.
- setRelativeMipGap(OptionalDouble.Builder) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
The solver stops if the relative MIP gap reaches this value or below.
- setRelocateExpensiveChainNumArcsToConsider(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Number of expensive arcs to consider cutting in the RelocateExpensiveChain
neighborhood operator (see
LocalSearchNeighborhoodOperators.use_relocate_expensive_chain()).
- setRemoveFixedVariablesEarly(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If cp_model_presolve is true and there is a large proportion of fixed
variable after the first model copy, remap all the model to a dense set of
variable before the full presolve even starts.
- setRepairHint(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, the solver tries to repair the solution given in the hint.
- setReportIntermediateCpSatSolutions(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If use_cp_sat or use_generalized_cp_sat is true, will report intermediate
solutions found by CP-SAT to solution listeners.
- setReservoir(ReservoirConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- setReservoir(ReservoirConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The reservoir constraint forces the sum of a set of active demands
to always be between a specified minimum and maximum value during
specific times.
- setRestartAlgorithms(int, SatParameters.RestartAlgorithm) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The restart strategies will change each time the strategy_counter is
increased.
- setRestartDlAverageRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
In the moving average restart algorithms, a restart is triggered if the
window average times this ratio is greater that the global average.
- setRestartLbdAverageRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional double restart_lbd_average_ratio = 71 [default = 1];
- setRestartPeriod(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Restart period for the FIXED_RESTART strategy.
- setRestartRunningWindowSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Size of the window for the moving average restarts.
- setRestartStrategy(PrimalDualHybridGradientParams.RestartStrategy) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
NO_RESTARTS and EVERY_MAJOR_ITERATION occasionally outperform the default.
- setRestartUsed(RestartChoice) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
The kind of restart that occurred at this iteration, or NO_RESTART if a
restart did not occur.
- setResultantVarIndex(int) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
optional int32 resultant_var_index = 2;
- setResultantVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
optional int32 resultant_var_index = 2;
- setResultantVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
optional int32 resultant_var_index = 3;
- setRootLpIterations(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Even at the root node, we do not want to spend too much time on the LP if
it is "difficult".
- setRoutes(RoutesConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The routes constraint implements the vehicle routing problem.
- setRoutes(RoutesConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The routes constraint implements the vehicle routing problem.
- setRouteSelectionMaxNeighbors(int) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
optional uint32 route_selection_max_neighbors = 6;
- setRouteSelectionMinNeighbors(int) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
optional uint32 route_selection_min_neighbors = 5;
- setRouteSelectionNeighborsRatio(double) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
Ratio in [0, 1] of non start/end nodes to consider as neighbors for the
identification of routes spatially close to a non start/end seed node.
- setRoutingCutDpEffort(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The amount of "effort" to spend in dynamic programming for computing
routing cuts.
- setRoutingCutSubsetSizeForBinaryRelationBound(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If the size of a subset of nodes of a RoutesConstraint is less than this
value, use linear constraints of size 1 and 2 (such as capacity and time
window constraints) enforced by the arc literals to compute cuts for this
subset (unless the subset size is less than
routing_cut_subset_size_for_tight_binary_relation_bound, in which case the
corresponding algorithm is used instead).
- setRoutingCutSubsetSizeForTightBinaryRelationBound(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Similar to above, but with a different algorithm producing better cuts, at
the price of a higher O(2^n) complexity, where n is the subset size.
- setRuinCompositionStrategy(RuinCompositionStrategy.Value) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
The composition strategy to use when combining the given 'ruin_strategies'.
- setRuinCompositionStrategyValue(int) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
The composition strategy to use when combining the given 'ruin_strategies'.
- setRuinRecreateParameters(RuinRecreateParameters) - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Parameters to customize a ruin and recreate perturbation.
- setRuinRecreateParameters(RuinRecreateParameters.Builder) - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Parameters to customize a ruin and recreate perturbation.
- setRuinStrategies(int, RuinStrategy) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
List of ruin strategies determining how a reference solution is ruined.
- setRuinStrategies(int, RuinStrategy.Builder) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
-
List of ruin strategies determining how a reference solution is ruined.
- setRunAllHeuristics(boolean) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
The default phase will run heuristics periodically.
- setSatParameters(SatParameters) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- setSatParameters(SatParameters.Builder) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If use_cp_sat or use_generalized_cp_sat is true, contains the SAT algorithm
parameters which will be used.
- setSaveLpBasisInLbTreeSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental.
- setSavingsAddReverseArcs(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Add savings related to reverse arcs when finding the nearest neighbors
of the nodes.
- setSavingsArcCoefficient(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Coefficient of the cost of the arc for which the saving value is being
computed:
Saving(a-->b) = Cost(a-->end) + Cost(start-->b)
- savings_arc_coefficient * Cost(a-->b)
This parameter must be greater than 0, and its default value is 1.
- setSavingsMaxMemoryUsageBytes(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
The number of neighbors considered for each node in the Savings heuristic
is chosen so that the space used to store the savings doesn't exceed
savings_max_memory_usage_bytes, which must be in ]0, 1e10].
- setSavingsNeighborsRatio(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Parameters specific to the Savings first solution heuristic.
- setScaling(OptionalBoolean) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
-
Enable automatic scaling of matrix coefficients and objective.
- setScalingFactor(double) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
double scaling_factor = 3;
- setScalingFactor(double) - Method in class com.google.ortools.sat.LinearObjective.Builder
-
optional double scaling_factor = 4 [default = 1];
- setScalingMethod(GlopParameters.ScalingAlgorithm) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
optional .operations_research.glop.GlopParameters.ScalingAlgorithm scaling_method = 57 [default = EQUILIBRATION];
- setScalingWasExact(boolean) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
Internal field.
- setSchedulerType(SchedulerType) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The type of scheduler used for CPU multi-threading.
- setSearchBranching(SatParameters.SearchBranching) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.SearchBranching search_branching = 82 [default = AUTOMATIC_SEARCH];
- setSearchRandomVariablePoolSize(long) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Search randomization will collect the top
'search_random_variable_pool_size' valued variables, and pick one randomly.
- setSearchStrategy(int, DecisionStrategyProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- setSearchStrategy(int, DecisionStrategyProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Defines the strategy that the solver should follow when the
search_branching parameter is set to FIXED_SEARCH.
- setSecond(boolean) - Method in class com.google.ortools.constraintsolver.IntBoolPair
-
- setSecondaryLsTimeLimitRatio(double) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Ratio of the overall time limit spent in a secondary LS phase with only
intra-route and insertion operators, meant to "cleanup" the current
solution before stopping the search.
- setSequence(SequenceVar, int[], int[], int[]) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setSequence(int[], int[], int[]) - Method in class com.google.ortools.constraintsolver.SequenceVarElement
-
- setShareBinaryClauses(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of new learned binary clause between workers.
- setSharedTreeBalanceTolerance(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much deeper compared to the ideal max depth of the tree is considered
"balanced" enough to still accept a split.
- setSharedTreeMaxNodesPerWorker(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
In order to limit total shared memory and communication overhead, limit the
total number of nodes that may be generated in the shared tree.
- setSharedTreeNumWorkers(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enables shared tree search.
- setSharedTreeOpenLeavesPerWorker(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
How many open leaf nodes should the shared tree maintain per worker.
- setSharedTreeSplitStrategy(SatParameters.SharedTreeSplitStrategy) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional .operations_research.sat.SatParameters.SharedTreeSplitStrategy shared_tree_split_strategy = 239 [default = SPLIT_STRATEGY_AUTO];
- setSharedTreeWorkerEnablePhaseSharing(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, shared tree workers share their target phase when returning an
assigned subtree for the next worker to use.
- setSharedTreeWorkerEnableTrailSharing(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, workers share more of the information from their local trail.
- setSharedTreeWorkerMinRestartsPerSubtree(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Minimum restarts before a worker will replace a subtree
that looks "bad" based on the average LBD of learned clauses.
- setShareGlueClauses(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of short glue clauses between workers.
- setShareLevelZeroBounds(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows sharing of the bounds of modified variables at level 0.
- setShareObjectiveBounds(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Allows objective sharing between workers.
- setShavingSearchDeterministicTime(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specifies the amount of deterministic time spent of each try at shaving a
bound in the shaving search.
- setShavingSearchThreshold(long) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Specifies the threshold between two modes in the shaving procedure.
- setShowUnusedVariables(boolean) - Method in class com.google.ortools.linearsolver.MPModelExportOptions
-
For .lp files only.
- setSimpleOptimalityCriteria(TerminationCriteria.SimpleOptimalityCriteria) - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- setSimpleOptimalityCriteria(TerminationCriteria.SimpleOptimalityCriteria.Builder) - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
- setSimulatedAnnealingParameters(SimulatedAnnealingParameters) - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Parameters to customize a simulated annealing acceptance strategy.
- setSimulatedAnnealingParameters(SimulatedAnnealingParameters.Builder) - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
-
Parameters to customize a simulated annealing acceptance strategy.
- setSisr(SISRRuinStrategy) - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.SISRRuinStrategy sisr = 3;
- setSisr(SISRRuinStrategy.Builder) - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.SISRRuinStrategy sisr = 3;
- setSize(LinearExpressionProto) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto size = 6;
- setSize(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto size = 6;
- setSkipLocallyOptimalPaths(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Skip locally optimal pairs of paths in PathOperators.
- SetSlackCostCoefficientForAllVehicles(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- SetSlackCostCoefficientForVehicle(long, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Sets a cost proportional to the dimension total slack on a given vehicle,
or on all vehicles at once.
- setSmallPivotThreshold(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When we choose the leaving variable, we want to avoid small pivot because
they are the less precise and may cause numerical instabilities.
- setSmartTimeCheck(boolean) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
bool smart_time_check = 5;
- setSoftSpanUpperBoundForVehicle(BoundCost, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
If the span of vehicle on this dimension is larger than bound,
the cost will be increased by cost * (span - bound).
- setSolution(int, long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A feasible solution to the given problem.
- setSolutionFeasibilityTolerance(double) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
When the problem status is OPTIMAL, we check the optimality using this
relative tolerance and change the status to IMPRECISE if an issue is
detected.
- setSolutionHint(PartialVariableAssignment) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Solution hint.
- setSolutionHint(PartialVariableAssignment.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
Solution hint.
- setSolutionHint(PartialVariableAssignment) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Solution hint.
- setSolutionHint(PartialVariableAssignment.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
Solution hint.
- setSolutionInfo(String) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Additional information about how the solution was found.
- setSolutionInfoBytes(ByteString) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Additional information about how the solution was found.
- setSolutionLimit(long) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
-- Search limits --
Limit to the number of solutions generated during the search. 0 means
"unspecified".
- setSolutionPoolSize(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Size of the top-n different solutions kept by the solver.
- setSolutions(long) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
int64 solutions = 4;
- setSolutionStats(IterationStats) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- setSolutionStats(IterationStats.Builder) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.IterationStats solution_stats = 7;
- setSolutionStats(IterationStats) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The `IterationStats` for the final iteration of the solver.
- setSolutionStats(IterationStats.Builder) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The `IterationStats` for the final iteration of the solver.
- setSolutionType(PointType) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.PointType solution_type = 8;
- setSolutionType(PointType) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The type of the output point that the solver returned.
- setSolveDualProblem(GlopParameters.SolverBehavior) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we solve the dual of the given problem.
- setSolveInfo(MPSolveInfo) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- setSolveInfo(MPSolveInfo.Builder) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Contains extra information about the solve, populated if the underlying
solver (and its interface) supports it.
- setSolveLog(String) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The solve log will be filled if the parameter log_to_response is set to
true.
- setSolveLogBytes(ByteString) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The solve log will be filled if the parameter log_to_response is set to
true.
- setSolverOptimizerSets(int, BopSolverOptimizerSet) - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- setSolverOptimizerSets(int, BopSolverOptimizerSet.Builder) - Method in class com.google.ortools.bop.BopParameters.Builder
-
List of set of optimizers to be run by the solvers.
- setSolverParameters(ConstraintSolverParameters) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Parameters to use in the underlying constraint solver.
- setSolverParameters(ConstraintSolverParameters.Builder) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
-
Parameters to use in the underlying constraint solver.
- setSolverSpecificInfo(ByteString) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Opaque solver-specific information.
- setSolverSpecificParameters(String) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage.
- setSolverSpecificParameters(String) - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Sets solver specific parameters as string.
- setSolverSpecificParameters(String) - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- setSolverSpecificParametersAsString(String) - Method in class com.google.ortools.linearsolver.MPSolver
-
Advanced usage: pass solver specific parameters in text format.
- setSolverSpecificParametersBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Advanced usage.
- setSolverTimeLimitSeconds(double) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
Maximum time to be spent by the solver to solve 'model'.
- setSolverType(MPModelRequest.SolverType) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
-
optional .operations_research.MPModelRequest.SolverType solver_type = 2 [default = GLOP_LINEAR_PROGRAMMING];
- setSolveTimeSec(double) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional double solve_time_sec = 6;
- setSolveTimeSec(double) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The runtime of the solve.
- setSolveUserTimeSeconds(double) - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
optional double solve_user_time_seconds = 2;
- setSolveWallTimeSeconds(double) - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
-
How much wall time (resp. user time) elapsed during the Solve() of the
underlying solver library.
- setSortConstraintsByNumTerms(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Sort constraints by increasing total number of terms instead of number of
contributing terms.
- setSorted_vehicle_classes_per_type(SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t) - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
-
- setSosConstraint(MPSosConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- setSosConstraint(MPSosConstraint.Builder) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
-
.operations_research.MPSosConstraint sos_constraint = 3;
- setSpanCostCoefficientForAllVehicles(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- setSpanCostCoefficientForVehicle(long, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Sets a cost proportional to the dimension span on a given vehicle,
or on all vehicles at once.
- setSpanUpperBoundForVehicle(long, int) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
Sets an upper bound on the dimension span on a given vehicle.
- setSpatiallyCloseRoutes(SpatiallyCloseRoutesRuinStrategy) - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;
- setSpatiallyCloseRoutes(SpatiallyCloseRoutesRuinStrategy.Builder) - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
-
.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;
- setStart(LinearExpressionProto) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto start = 4;
- setStart(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
-
.operations_research.sat.LinearExpressionProto start = 4;
- setStartingState(long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
A state is identified by a non-negative number.
- setStartMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setStartMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setStartMax(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setStartMax(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setStartMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setStartMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setStartMin(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setStartMin(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
IntervalVar modifiers.
- setStartRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setStartRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- setStartRange(long, long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setStartRange(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setStartValue(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setStartValue(long) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- setStatus(SetCoverSolutionResponse.Status) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
For future use.
- setStatus(MPSolverResponseStatus) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Result of the optimization.
- setStatus(CpSolverStatus) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The status of the solve.
- setStatusStr(String) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Human-readable string giving more details about the status.
- setStatusStrBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Human-readable string giving more details about the status.
- setStatusValue(int) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
For future use.
- setStatusValue(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The status of the solve.
- setStderrthreshold(int) - Method in class com.google.ortools.init.CppFlags
-
Controls the logging level shown on stderr.
- setStepSize(double) - Method in class com.google.ortools.pdlp.IterationStats.Builder
-
Step size used at this iteration.
- setStepSizeDownscalingFactor(double) - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
-
At every inner iteration the algorithm can decide to accept the step size
or to update it to step_size = step_size_downscaling_factor * step_size.
- setStepSizeGrowthExponent(double) - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams.Builder
-
The step size growth exponent defines a step size given by (1 +
(total_steps_attempted + 1)^(-step_size_growth_exponent)) * step_size_.
- setStepSizeInterpolation(double) - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
-
Malitsky and Pock linesearch rule permits an arbitrary choice of the first
step size guess within an interval [m, M].
- setStepSizeReductionExponent(double) - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams.Builder
-
The step size reduction exponent defines a step size given by
(1 - (total_steps_attempted + 1)^(-step_size_reduction_exponent)) *
step_size_limit where step_size_limit is the maximum allowed step size at
the current iteration.
- setStopAfterFirstSolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
For an optimization problem, stop the solver as soon as we have a solution.
- setStopAfterPresolve(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Mainly used when improving the presolver.
- setStopAfterRootPropagation(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool stop_after_root_propagation = 252 [default = false];
- setStoreNames(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameters indicates if the solver should store the names of
the objets it manages.
- setStrategy(String) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
Name of the strategy used.
- setStrategyBytes(ByteString) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
-
Name of the strategy used.
- setStrategyChangeIncreaseRatio(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The parameter num_conflicts_before_strategy_changes is increased by that
much after each strategy change.
- setSubset(int, SetCoverProto.Subset) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
The list of subsets in the model.
- setSubset(int, SetCoverProto.Subset.Builder) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
-
The list of subsets in the model.
- setSubset(int, int) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
-
The list of the subsets selected in the solution.
- setSubsolverParams(int, SatParameters) - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- setSubsolverParams(int, SatParameters.Builder) - Method in class com.google.ortools.sat.SatParameters.Builder
-
It is possible to specify additional subsolver configuration.
- setSubsolvers(int, String) - Method in class com.google.ortools.sat.SatParameters.Builder
-
In multi-thread, the solver can be mainly seen as a portfolio of solvers
with different parameters.
- setSubsumptionDuringConflictAnalysis(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
At a really low cost, during the 1-UIP conflict computation, it is easy to
detect if some of the involved reasons are subsumed by the current
conflict.
- setSufficientAssumptionsForInfeasibility(int, int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
A subset of the model "assumptions" field.
- setSufficientReductionForRestart(double) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
For ADAPTIVE_HEURISTIC and ADAPTIVE_DISTANCE_BASED only: A relative
reduction in the potential function by this amount always triggers a
restart.
- setSupply(long) - Method in class com.google.ortools.graph.FlowNodeProto.Builder
-
The supply can be positive or negative in which case it means demand.
- setSupport(int, int) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
-
Each cycle is listed one after the other in the support field.
- setSymmetry(SymmetryProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- setSymmetry(SymmetryProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
For now, this is not meant to be filled by a client writing a model, but
by our preprocessing step.
- setSymmetryDetectionDeterministicTimeLimit(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Deterministic time limit for symmetry detection.
- setSymmetryLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to automatically detect the symmetries in a model and
exploit them.
- setSynchronizationType(BopParameters.ThreadSynchronizationType) - Method in class com.google.ortools.bop.BopParameters.Builder
-
optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];
- setTable(TableConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The table constraint enforces what values a tuple of variables may
take.
- setTable(TableConstraintProto.Builder) - Method in class com.google.ortools.sat.ConstraintProto.Builder
-
The table constraint enforces what values a tuple of variables may
take.
- setTableCompressionLevel(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
How much we try to "compress" a table constraint.
- setTail(long) - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
A directed arc goes from a tail node to a head node.
- setTails(int, int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
-
repeated int32 tails = 3;
- setTails(int, int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
-
repeated int32 tails = 1;
- setTarget(int) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
Legacy field.
- setTarget(LinearExpressionProto) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
.operations_research.sat.LinearExpressionProto target = 1;
- setTarget(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
-
.operations_research.sat.LinearExpressionProto target = 1;
- setTargetIndex(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
If both `target_index` and `target_name` are set, they must point to the
same entity.
- setTargetName(String) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
Alternate to index.
- setTargetNameBytes(ByteString) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
Alternate to index.
- setTargetType(MPModelProto.Annotation.TargetType) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
-
optional .operations_research.MPModelProto.Annotation.TargetType target_type = 1;
- setTerminationCheckFrequency(int) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The frequency (based on a counter reset every major iteration) to check for
termination (involves extra work) and log iteration stats.
- setTerminationCriteria(TerminationCriteria) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- setTerminationCriteria(TerminationCriteria.Builder) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
- setTerminationReason(TerminationReason) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
-
optional .operations_research.pdlp.TerminationReason termination_reason = 4;
- setTerminationReason(TerminationReason) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
The reason that the solve terminated.
- setTerminationString(String) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Optional extra information about the termination reason.
- setTerminationStringBytes(ByteString) - Method in class com.google.ortools.pdlp.SolveLog.Builder
-
Optional extra information about the termination reason.
- setTightenedVariables(int, IntegerVariableProto) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- setTightenedVariables(int, IntegerVariableProto.Builder) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
Advanced usage.
- setTime(long) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
-
TODO(user): Specify the time units or switch to google.Duration proto.
- setTimeExprs(int, LinearExpressionProto) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- setTimeExprs(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
-
affine expressions.
- setTimeLimit(double) - Method in class com.google.ortools.algorithms.KnapsackSolver
-
Time limit in seconds.
- setTimeLimit(Duration) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the search.
- setTimeLimit(Duration.Builder) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Limit to the time spent in the search.
- setTimeLimit(long) - Method in class com.google.ortools.linearsolver.MPSolver
-
- setTimeLimit(Duration) - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Sets the time limit for the solve in seconds.
- setTimeLimitInSeconds(double) - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- setTimeSecLimit(double) - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
-
If termination_reason = TERMINATION_REASON_TIME_LIMIT then the solver has
taken at least time_sec_limit time.
- setTmpVector(long[]) - Method in class com.google.ortools.constraintsolver.Solver
-
Unsafe temporary vector.
- setTotalNumAcceptedNeighbors(long) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
int64 total_num_accepted_neighbors = 5;
- setTotalNumFilteredNeighbors(long) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
int64 total_num_filtered_neighbors = 4;
- setTotalNumNeighbors(long) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
-
Total number of (filtered/accepted) neighbors created during the search.
- setTracePropagation(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Activate propagate tracing.
- setTraceSearch(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Trace search.
- setTrailBlockSize(int) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
This parameter indicates the default size of a block of the trail.
- setTransitionHead(int, long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_head = 5;
- setTransitionLabel(int, long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
repeated int64 transition_label = 6;
- setTransitionTail(int, long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
List of transitions (all 3 vectors have the same size).
- setTransitionTime(LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.DisjunctiveConstraint
-
Add a transition time between intervals.
- setType(BopOptimizerMethod.OptimizerType) - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
-
optional .operations_research.bop.BopOptimizerMethod.OptimizerType type = 1;
- setType(MPSosConstraint.Type) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
optional .operations_research.MPSosConstraint.Type type = 1 [default = SOS1_DEFAULT];
- setType_index_of_vehicle(int[]) - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
-
- setUb(double) - Method in class com.google.ortools.linearsolver.MPConstraint
-
Sets the upper bound.
- setUb(double) - Method in class com.google.ortools.linearsolver.MPVariable
-
Sets the upper bound.
- setUnassigned(int) - Method in class com.google.ortools.constraintsolver.Pack
-
- setUnitCost(long) - Method in class com.google.ortools.graph.FlowArcProto.Builder
-
Cost of this arc per unit of flow.
- setUnperformed(SequenceVar, int[]) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setUnperformed(int[]) - Method in class com.google.ortools.constraintsolver.SequenceVarElement
-
- setUpperBound(double) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
optional double upper_bound = 3 [default = inf];
- setUpperBound(double) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
optional double upper_bound = 7 [default = inf];
- setUpperBound(double) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
-
optional double upper_bound = 2 [default = inf];
- setUpperBound(double) - Method in class com.google.ortools.modelbuilder.EnforcedLinearConstraint
-
Sets the upper bound of the constraint.
- setUpperBound(double) - Method in class com.google.ortools.modelbuilder.LinearConstraint
-
Returns the upper bound of the constraint.
- setUpperBound(double) - Method in class com.google.ortools.modelbuilder.Variable
-
Sets the upper bound of the variable.
- setUpperBound(long) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
-
optional int64 upper_bound = 4;
- setUseAbslRandom(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_absl_random = 180 [default = false];
- setUseAllDifferentForCircuit(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turn on extra propagation for the circuit constraint.
- setUseAllPossibleDisjunctions(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_all_possible_disjunctions = 108;
- setUseAreaEnergeticReasoningInNoOverlap2D(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
an energetic reasoning that uses an area-based energy.
- setUseBlockingRestart(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Block a moving restart algorithm if the trail size of the current conflict
is greater than the multiplier times the moving average of the trail size
at the previous conflicts.
- setUseCombinedNoOverlap(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
This can be beneficial if there is a lot of no-overlap constraints but a
relatively low number of different intervals in the problem.
- setUseConservativeScaleOverloadChecker(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enable a heuristic to solve cumulative constraints using a modified energy
constraint.
- setUseCp(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP solver to find a solution.
- setUseCpSat(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution.
- setUseCpSatValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution.
- setUseCpValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP solver to find a solution.
- setUseCross(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
- setUseCrossExchange(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Not implemented yet.
- setUseCrossExchangeValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Not implemented yet.
- setUseCrossValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which cross exchanges the starting chains of 2 paths, including
exchanging the whole paths.
- setUseCumulativeEdgeFinder(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the propagation of the cumulative constraint.
- setUseCumulativeTimeTable(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_cumulative_time_table = 106;
- setUseCumulativeTimeTableSync(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_cumulative_time_table_sync = 112;
- setUseDedicatedDualFeasibilityAlgorithm(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
We have two possible dual phase I algorithms.
- setUseDepthFirstSearch(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Search control ---
If true, the solver should use depth-first search rather than local search
to solve the problem.
- setUseDiagonalQpTrustRegionSolver(boolean) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
When solving QPs with diagonal objective matrices, this option can be
turned on to enable an experimental solver that avoids linearization of the
quadratic term.
- setUseDisjunctiveConstraintInCumulative(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with propagators
from the disjunctive constraint to improve the inference on a set of tasks
that are disjunctive at the root of the problem.
- setUseDualSchedulingHeuristics(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When set, it activates a few scheduling parameters to improve the lower
bound of scheduling problems.
- setUseDualSimplex(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we use the dual simplex algorithm instead of the primal.
- setUseDynamicPrecedenceInCumulative(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_dynamic_precedence_in_cumulative = 268 [default = false];
- setUseDynamicPrecedenceInDisjunctive(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we try to branch on decision "interval A before interval B" rather
than on intervals bounds.
- setUseElementRmq(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the implementation of the element constraint.
- setUseEnergeticReasoningInNoOverlap2D(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
energetic reasoning.
- setUseErwaHeuristic(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether we use the ERWA (Exponential Recency Weighted Average) heuristic as
described in "Learning Rate Based Branching Heuristic for SAT solvers",
J.H.Liang, V.
- setUseExactLpReason(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
The solver usually exploit the LP relaxation of a model.
- setUseExchange(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two nodes.
- setUseExchangeAndMakeActive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges two nodes and inserts an inactive node.
- setUseExchangeAndMakeActiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges two nodes and inserts an inactive node.
- setUseExchangePair(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two pair of nodes.
- setUseExchangePairValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two pair of nodes.
- setUseExchangePathStartEndsAndMakeActive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the first and last nodes of two paths and makes
a node active.
- setUseExchangePathStartEndsAndMakeActiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the first and last nodes of two paths and makes
a node active.
- setUseExchangeSubtrip(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges subtrips associated to two pairs of nodes,
see use_relocate_subtrip for a definition of subtrips.
- setUseExchangeSubtripValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges subtrips associated to two pairs of nodes,
see use_relocate_subtrip for a definition of subtrips.
- setUseExchangeValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which exchanges the positions of two nodes.
- setUseExtendedProbing(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Use extended probing (probe bool_or, at_most_one, exactly_one).
- setUseExtendedSwapActive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active one inactive.
- setUseExtendedSwapActiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active one inactive.
- SetUseFastLocalSearch(boolean) - Method in class com.google.ortools.constraintsolver.Solver
-
enabled for metaheuristics.
- setUseFeasibilityJump(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Parameters for an heuristic similar to the one described in the paper:
"Feasibility Jump: an LP-free Lagrangian MIP heuristic", Bjørnar
Luteberget, Giorgio Sartor, 2023, Mathematical Programming Computation.
- setUseFeasibilityPolishing(boolean) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
If true, periodically runs feasibility polishing, which attempts to move
from latest average iterate to one that is closer to feasibility (i.e., has
smaller primal and dual residuals) while probably increasing the objective
gap.
- setUseFeasibilityPump(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Adds a feasibility pump subsolver along with lns subsolvers.
- setUseFullPathLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes one entire path and all inactive nodes.
- setUseFullPathLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes one entire path and all inactive nodes.
- setUseFullPropagation(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Propagation control ---
These are advanced settings which should not be modified unless you know
what you are doing.
- setUseGeneralizedCpSat(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution on generalized routing
model.
- setUseGeneralizedCpSatValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, use the CP-SAT solver to find a solution on generalized routing
model.
- setUseGlobalCheapestInsertionCloseNodesLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator makes a node and its
heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along
with each of their corresponding performed pickup/delivery pairs, and
then reinserts them using the GlobalCheapestInsertion heuristic.
- setUseGlobalCheapestInsertionCloseNodesLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator makes a node and its
heuristic_close_nodes_lns_num_nodes closest neighbors unperformed along
with each of their corresponding performed pickup/delivery pairs, and
then reinserts them using the GlobalCheapestInsertion heuristic.
- setUseGlobalCheapestInsertionExpensiveChainLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider
most expensive arcs on a route, makes the nodes in between pairs of these
expensive arcs unperformed, and reinserts them using the
GlobalCheapestInsertion heuristic.
- setUseGlobalCheapestInsertionExpensiveChainLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
This operator finds heuristic_expensive_chain_lns_num_arcs_to_consider
most expensive arcs on a route, makes the nodes in between pairs of these
expensive arcs unperformed, and reinserts them using the
GlobalCheapestInsertion heuristic.
- setUseGlobalCheapestInsertionPathLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- LNS-like large neighborhood search operators using heuristics ---
Operator which makes all nodes on a route unperformed, and reinserts them
using the GlobalCheapestInsertion heuristic.
- setUseGlobalCheapestInsertionPathLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- LNS-like large neighborhood search operators using heuristics ---
Operator which makes all nodes on a route unperformed, and reinserts them
using the GlobalCheapestInsertion heuristic.
- setUseGlop(boolean) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
-
If true runs Glop's presolver on the given instance prior to solving.
- setUseGuidedLocalSearchPenaltiesInLocalSearchOperators(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether to consider arc penalties in cost functions used in local search
operators using arc costs.
- setUseHardPrecedencesInCumulative(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, detect and create constraint for integer variable that are "after"
a set of intervals in the same cumulative constraint.
- setUseImpliedBounds(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Stores and exploits "implied-bounds" in the solver.
- setUseImpliedFreePreprocessor(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
If presolve runs, include the pass that detects implied free variables.
- setUseInactiveLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
- setUseInactiveLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
- setUseIteratedLocalSearch(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
Whether the solver should use an Iterated Local Search approach to solve
the problem.
- setUseLastConflict(boolean) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
Should we use last conflict method.
- setUseLbRelaxLns(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turns on neighborhood generator based on local branching LP.
- setUseLearnedBinaryClausesInLp(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use the learned binary clauses in the Linear Relaxation.
- setUseLightRelocatePair(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes after another
pair.
- setUseLightRelocatePairValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes after another
pair.
- setUseLinKernighan(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Lin-Kernighan operator.
- setUseLinKernighanValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Lin-Kernighan operator.
- setUseLns(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Testing parameters used to disable all lns workers.
- setUseLnsOnly(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Experimental parameters to disable everything but lns.
- setUseLocalCheapestInsertionCloseNodesLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above, but insertion positions for nodes are determined by the
LocalCheapestInsertion heuristic.
- setUseLocalCheapestInsertionCloseNodesLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above, but insertion positions for nodes are determined by the
LocalCheapestInsertion heuristic.
- setUseLocalCheapestInsertionExpensiveChainLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic for
insertion.
- setUseLocalCheapestInsertionExpensiveChainLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic for
insertion.
- setUseLocalCheapestInsertionPathLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic.
- setUseLocalCheapestInsertionPathLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Same as above but using LocalCheapestInsertion as a heuristic.
- setUseLpLns(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use Large Neighborhood Search based on the LP relaxation.
- setUseLpStrongBranching(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use strong branching in the linear relaxation optimizer.
- setUseLsOnly(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Disable every other type of subsolver, setting this turns CP-SAT into a
pure local-search solver.
- setUseMakeActive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Operators on inactive nodes ---
Operator which inserts an inactive node into a path.
- setUseMakeActiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Operators on inactive nodes ---
Operator which inserts an inactive node into a path.
- setUseMakeChainInactive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes a "chain" of path nodes inactive.
- setUseMakeChainInactiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes a "chain" of path nodes inactive.
- setUseMakeInactive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes path nodes inactive.
- setUseMakeInactiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes path nodes inactive.
- setUseMiddleProductFormUpdate(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not to use the middle product form update rather than the
standard eta LU update.
- setUseMultiArmedBanditConcatenateOperators(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
If true, the solver will use multi-armed bandit concatenate operators.
- setUseNodePairSwapActive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active pair of nodes
inactive OR makes an inactive pair of nodes active and an active node
inactive.
- setUseNodePairSwapActiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which makes an inactive node active and an active pair of nodes
inactive OR makes an inactive pair of nodes active and an active node
inactive.
- setUseObjectiveLbSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, search will search in ascending max objective value (when
minimizing) starting from the lower bound of the objective.
- setUseObjectiveShavingSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
This search differs from the previous search as it will not use assumptions
to bound the objective, and it will recreate a full model with the
hardcoded objective value.
- setUseOptimizationHints(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
For an optimization problem, whether we follow some hints in order to find
a better first solution.
- setUseOptionalVariables(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, we automatically detect variables whose constraint are always
enforced by the same literal and we mark them as optional.
- setUseOrOpt(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves sub-chains of a path of length 1, 2 and 3 to another
position in the same path.
- setUseOrOptValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves sub-chains of a path of length 1, 2 and 3 to another
position in the same path.
- setUseOverloadCheckerInCumulative(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with overload
checking, i.e., an additional level of reasoning based on energy.
- setUsePathLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Large neighborhood search operators ---
Operator which relaxes two sub-chains of three consecutive arcs each.
- setUsePathLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Large neighborhood search operators ---
Operator which relaxes two sub-chains of three consecutive arcs each.
- setUsePbResolution(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Whether to use pseudo-Boolean resolution to analyze a conflict.
- setUsePhaseSaving(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If this is true, then the polarity of a variable will be the last value it
was assigned to, or its default polarity if it was never assigned since the
call to ResetDecisionHeuristic().
- setUsePotentialOneFlipRepairsInLs(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we keep a list of variable that can potentially repair in one flip
all the current infeasible constraints (such variable must at least appear
in all the infeasible constraints for this to happen).
- setUsePrecedencesInDisjunctiveConstraint(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, then a disjunctive constraint will try to use the
precedence relations between time intervals to propagate their bounds
further.
- setUsePreprocessing(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we use advanced preprocessing techniques.
- setUseProbingSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
If true, search will continuously probe Boolean variables, and integer
variable bounds.
- setUseRandomLns(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Use the random Large Neighborhood Search instead of the exhaustive one.
- setUseReduction(boolean) - Method in class com.google.ortools.algorithms.KnapsackSolver
-
- setUseRelocate(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Inter-route operators ---
Operator which moves a single node to another position.
- setUseRelocateAndMakeActive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relocates a node while making an inactive one active.
- setUseRelocateAndMakeActiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which relocates a node while making an inactive one active.
- setUseRelocateExpensiveChain(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which detects the relocate_expensive_chain_num_arcs_to_consider
most expensive arcs on a path, and moves the chain resulting from cutting
pairs of arcs among these to another position.
- setUseRelocateExpensiveChainValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which detects the relocate_expensive_chain_num_arcs_to_consider
most expensive arcs on a path, and moves the chain resulting from cutting
pairs of arcs among these to another position.
- setUseRelocateNeighbors(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood which moves chains of neighbors.
- setUseRelocateNeighborsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood which moves chains of neighbors.
- setUseRelocatePair(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes to another
position where the first node of the pair must be before the second node
on the same path.
- setUseRelocatePairValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which moves a pair of pickup and delivery nodes to another
position where the first node of the pair must be before the second node
on the same path.
- setUseRelocatePathGlobalCheapestInsertionInsertUnperformed(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator relocates an entire route to an empty path and
then tries to insert the unperformed nodes using the global cheapest
insertion heuristic.
- setUseRelocatePathGlobalCheapestInsertionInsertUnperformedValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
The following operator relocates an entire route to an empty path and
then tries to insert the unperformed nodes using the global cheapest
insertion heuristic.
- setUseRelocateSubtrip(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood that moves subpaths all pickup and delivery
pairs have both pickup and delivery inside the subpath or both outside
the subpath.
- setUseRelocateSubtripValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Relocate neighborhood that moves subpaths all pickup and delivery
pairs have both pickup and delivery inside the subpath or both outside
the subpath.
- setUseRelocateValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Inter-route operators ---
Operator which moves a single node to another position.
- setUseRinsLns(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Turns on relaxation induced neighborhood generator.
- setUserTime(double) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
double user_time = 16;
- setUseSatInprocessing(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enable or disable "inprocessing" which is some SAT presolving done at
each restart to the root level.
- setUseSatToChooseLnsNeighbourhood(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use sat propagation to choose the lns neighbourhood.
- setUseScaling(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we scale the matrix A so that the maximum coefficient on
each line and each column is 1.0.
- setUseSequenceHighDemandTasks(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
bool use_sequence_high_demand_tasks = 107;
- setUseSharedTreeSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Set on shared subtree workers.
- setUseShavingInProbingSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Add a shaving phase (where the solver tries to prove that the lower or
upper bound of a variable are infeasible) to the probing search.
- setUseShortestPathSwapActive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Swaps active nodes from node alternatives in sequence.
- setUseShortestPathSwapActiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Swaps active nodes from node alternatives in sequence.
- setUseShortestPathTwoOpt(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Similar to use_two_opt but returns the shortest path on the DAG of node
alternatives of the reversed chain (cf. use_shortest_path_swap_active).
- setUseShortestPathTwoOptValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Similar to use_two_opt but returns the shortest path on the DAG of node
alternatives of the reversed chain (cf. use_shortest_path_swap_active).
- setUseSmallTable(boolean) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
-
Control the implementation of the table constraint.
- setUseStrongPropagationInDisjunctive(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Enable stronger and more expensive propagation on no_overlap constraint.
- setUseSwapActive(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which replaces an active node by an inactive one.
- setUseSwapActiveChain(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which replaces a chain of active nodes by an inactive one.
- setUseSwapActiveChainValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which replaces a chain of active nodes by an inactive one.
- setUseSwapActiveValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Operator which replaces an active node by an inactive one.
- setUseSymmetry(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
If true, find and exploit the eventual symmetries of the problem.
- setUseSymmetryInLp(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When we have symmetry, it is possible to "fold" all variables from the same
orbit into a single variable, while having the same power of LP relaxation.
- setUseTimetableEdgeFindingInCumulative(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the cumulative constraint is reinforced with timetable
edge finding, i.e., an additional level of reasoning based on the
conjunction of energy and mandatory parts.
- setUseTimetablingInNoOverlap2D(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
When this is true, the no_overlap_2d constraint is reinforced with
propagators from the cumulative constraints.
- setUseTransposedMatrix(boolean) - Method in class com.google.ortools.glop.GlopParameters.Builder
-
Whether or not we keep a transposed version of the matrix A to speed-up the
pricing at the cost of extra memory and the initial tranposition
computation.
- setUseTranspositionTableInLs(boolean) - Method in class com.google.ortools.bop.BopParameters.Builder
-
Whether we use an hash set during the LS to avoid exploring more than once
the "same" state.
- setUseTryEdgeReasoningInNoOverlap2D(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
optional bool use_try_edge_reasoning_in_no_overlap_2d = 299 [default = false];
- setUseTspLns(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
TSP-base LNS.
- setUseTspLnsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
TSP-base LNS.
- setUseTspOpt(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Sliding TSP operator.
- setUseTspOptValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
Sliding TSP operator.
- setUseTwoOpt(OptionalBoolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Intra-route operators ---
Operator which reverses a subchain of a path.
- setUseTwoOptValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
-
--- Intra-route operators ---
Operator which reverses a subchain of a path.
- setUseUnfilteredFirstSolutionStrategy(boolean) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
-
--- Advanced first solutions strategy settings ---
Don't touch these unless you know what you are doing.
- setUseVariablesShavingSearch(boolean) - Method in class com.google.ortools.sat.SatParameters.Builder
-
This search takes all Boolean or integer variables, and maximize or
minimize them in order to reduce their domain.
- setValue(IntVar, long) - Method in class com.google.ortools.constraintsolver.Assignment
-
- setValue(long) - Method in class com.google.ortools.constraintsolver.IntExpr
-
This method sets the value of the expression.
- setValue(long[]) - Method in class com.google.ortools.constraintsolver.IntVar
-
This method intersects the current domain with the values in the array.
- setValue(long) - Method in class com.google.ortools.constraintsolver.IntVarElement
-
- setValue(long, long) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
- setValue(IntVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setValue(IntVar, long[]) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- setValue(Solver, boolean) - Method in class com.google.ortools.constraintsolver.RevBool
-
- setValue(Solver, int) - Method in class com.google.ortools.constraintsolver.RevInteger
-
- setValue(Solver, long) - Method in class com.google.ortools.constraintsolver.RevLong
-
- setValue(long) - Method in class com.google.ortools.constraintsolver.RoutingModel.VariableValuePair
-
- setValue(double) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
-
optional double value = 1;
- setValues(int, long) - Method in class com.google.ortools.sat.CpSolverSolution.Builder
-
repeated int64 values = 1;
- setValues(int, long) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int64 values = 2;
- setValues(int, long) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
repeated int64 values = 2;
- setValueSelectionSchema(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
This parameter describes which value to select for a given var.
- setVar_index(int) - Method in class com.google.ortools.constraintsolver.RoutingModel.VariableValuePair
-
- setVariable(IntVar) - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
-
- setVariable(int, MPVariableProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- setVariable(int, MPVariableProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
-
All the variables appearing in the model.
- setVariableActivityDecay(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Each time a conflict is found, the activities of some variables are
increased by one.
- setVariableBoundGapsAvg(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_avg = 15;
- setVariableBoundGapsL2Norm(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_l2_norm = 26;
- setVariableBoundGapsMax(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Max/min/mean/l2_norm over all finite variable bound gaps.
- setVariableBoundGapsMin(double) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
optional double variable_bound_gaps_min = 14;
- setVariableBoundGapsNumFinite(long) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
-
Number of finite variable bound gaps, which are the elementwise difference
between the upper and lower bounds on primal feasible solutions.
- setVariables(int, IntegerVariableProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- setVariables(int, IntegerVariableProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
-
The associated Protos should be referred by their index in these fields.
- setVariables(int, int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
The variables to be considered for the next decision.
- setVariableSelectionStrategy(DecisionStrategyProto.VariableSelectionStrategy) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
- setVariableSelectionStrategyValue(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
-
.operations_research.sat.DecisionStrategyProto.VariableSelectionStrategy variable_selection_strategy = 2;
- setVariableValue(int, double) - Method in class com.google.ortools.linearsolver.MPSolution.Builder
-
repeated double variable_value = 2 [packed = true];
- setVariableValue(int, double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
-
Variable values in the same order as the MPModelProto::variable field.
- setVarIndex(int) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- setVarIndex(int, int) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- setVarIndex(int, int) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
-
Variable indices are relative to the "variable" field in MPModelProto.
- setVarIndex(int, int) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
-
var_index[i] is the variable index (w.r.t. to "variable" field of
MPModelProto) of the i-th linear term involved in this constraint, and
coefficient[i] is its coefficient.
- setVarIndex(int) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
Variable index (w.r.t. the "variable" field of MPModelProto) of the Boolean
variable used as indicator.
- setVarIndex(int, int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
-
Sparse representation of linear terms in the quadratic constraint, where
term i is var_index[i] * coefficient[i].
- setVarIndex(int, int) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Variable index (w.r.t. the "variable" field of MPModelProto) of the
variables in the SOS.
- setVarIndex(int, int) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated int32 var_index = 1 [packed = true];
- setVarIntegrality(int, boolean) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setVarLowerBound(int, double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setVarName(int, String) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setVarNames(int, String) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
-
The names of the problem variables.
- setVarObjectiveCoefficient(int, double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setVars(int, int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
-
Legacy field.
- setVars(int, int) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
-
The linear terms of the objective to minimize.
- setVars(int, int) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
-
Legacy field.
- setVars(int, int) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
-
repeated int32 vars = 1;
- setVars(int, int) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
-
repeated int32 vars = 1;
- setVars(int, int) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
-
repeated int32 vars = 1;
- setVars(int, int) - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
-
repeated int32 vars = 1;
- setVars(int, int) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
-
repeated int32 vars = 1;
- setVars(int, int) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
-
Legacy field.
- setVarSelectionSchema(int) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
This parameter describes how the next variable to instantiate
will be chosen.
- setVarUpperBound(int, double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- setVarValue(int) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
-
Value the above variable should take.
- setVarValue(int, double) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
-
repeated double var_value = 2 [packed = true];
- setVehicle_class(int) - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
-
- setVehicles_per_vehicle_class(SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t) - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
-
- SetVehicleUsedWhenEmpty(boolean, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- setVerbosityLevel(int) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
-
The verbosity of logging.
0: No informational logging.
- setViolationLsCompoundMoveProbability(double) - Method in class com.google.ortools.sat.SatParameters.Builder
-
Probability of using compound move search each restart.
- setViolationLsPerturbationPeriod(int) - Method in class com.google.ortools.sat.SatParameters.Builder
-
How long violation_ls should wait before perturbating a solution.
- setVisitType(long, int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
- setWallTime(double) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
-
The time counted from the beginning of the Solve() call.
- setWeight(int, double) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
-
Optional: SOS weights.
- setXIntervals(int, int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
repeated int32 x_intervals = 1;
- setYIntervals(int, int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
-
Same size as x_intervals.
- SHARE_BINARY_CLAUSES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHARE_GLUE_CLAUSES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHARE_LEVEL_ZERO_BOUNDS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHARE_OBJECTIVE_BOUNDS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHARED_TREE_BALANCE_TOLERANCE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHARED_TREE_MAX_NODES_PER_WORKER_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHARED_TREE_NUM_WORKERS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHARED_TREE_OPEN_LEAVES_PER_WORKER_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHARED_TREE_SPLIT_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHARED_TREE_WORKER_ENABLE_PHASE_SHARING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHARED_TREE_WORKER_ENABLE_TRAIL_SHARING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHARED_TREE_WORKER_MIN_RESTARTS_PER_SUBTREE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHAVING_SEARCH_DETERMINISTIC_TIME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SHAVING_SEARCH_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- shortestTransitionSlack(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
It makes sense to use the function only for self-dependent dimension.
- shouldFail() - Method in class com.google.ortools.constraintsolver.Solver
-
These methods are only useful for the SWIG wrappers, which need a way
to externally cause the Solver to fail.
- shutdownLogging() - Static method in class com.google.ortools.init.CppBridge
-
Shutdown the C++ logging layer.
- SIMPLE_MARKER - Static variable in class com.google.ortools.constraintsolver.Solver
-
- SIMPLE_OPTIMALITY_CRITERIA_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.TerminationCriteria
-
- SIMPLE_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
-
SIMPLE = 1;
- SimpleBoundCosts - Class in com.google.ortools.constraintsolver
-
- SimpleBoundCosts(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SimpleBoundCosts
-
- SimpleBoundCosts(int, BoundCost) - Constructor for class com.google.ortools.constraintsolver.SimpleBoundCosts
-
- SimpleBoundCosts_getBoundCost(long, SimpleBoundCosts, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SimpleBoundCosts_getSize(long, SimpleBoundCosts) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SIMPLELNS - Static variable in class com.google.ortools.constraintsolver.Solver
-
Operator which defines one neighbor per variable.
- SIMULATED_ANNEALING_PARAMETERS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
-
- SIMULATED_ANNEALING_VALUE - Static variable in enum com.google.ortools.constraintsolver.AcceptanceStrategy.Value
-
Accepts a candidate solution with a probability that depends on its
quality and on the current state of the search.
- SIMULATED_ANNEALING_VALUE - Static variable in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
-
Uses simulated annealing to escape local minima
(cf. http://en.wikipedia.org/wiki/Simulated_annealing).
- SimulatedAnnealingParameters - Class in com.google.ortools.constraintsolver
-
Specifies the behavior of a simulated annealing acceptance strategy.
- SimulatedAnnealingParameters.Builder - Class in com.google.ortools.constraintsolver
-
Specifies the behavior of a simulated annealing acceptance strategy.
- SimulatedAnnealingParametersOrBuilder - Interface in com.google.ortools.constraintsolver
-
- SISR_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RuinStrategy
-
- SISRRuinStrategy - Class in com.google.ortools.constraintsolver
-
Ruin strategy based on the "Slack Induction by String Removals for Vehicle
Routing Problems" by Jan Christiaens and Greet Vanden Berghe, Transportation
Science 2020.
- SISRRuinStrategy.Builder - Class in com.google.ortools.constraintsolver
-
Ruin strategy based on the "Slack Induction by String Removals for Vehicle
Routing Problems" by Jan Christiaens and Greet Vanden Berghe, Transportation
Science 2020.
- SISRRuinStrategyOrBuilder - Interface in com.google.ortools.constraintsolver
-
- size() - Method in class com.google.ortools.constraintsolver.Assignment
-
- size() - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
-
- size() - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
-
- size() - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
-
- Size() - Method in class com.google.ortools.constraintsolver.BaseObjectiveMonitor
-
- size() - Method in class com.google.ortools.constraintsolver.BooleanVar
-
- size() - Method in class com.google.ortools.constraintsolver.IntVar
-
This method returns the number of values in the domain of the variable.
- size() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
-
- size() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
- Size() - Method in class com.google.ortools.constraintsolver.ObjectiveMonitor
-
- size() - Method in class com.google.ortools.constraintsolver.RevPartialSequence
-
- Size() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- size() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the number of next variables in the model.
- size() - Method in class com.google.ortools.constraintsolver.SequenceVar
-
Returns the number of interval vars in the sequence.
- size() - Method in class com.google.ortools.util.Domain
-
Returns the number of elements in the domain.
- SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.IntervalConstraintProto
-
- SKIP_LOCALLY_OPTIMAL_PATHS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- SkipUnchanged(int) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
- slacks() - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- slackVar(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
-
- SMALL_PIVOT_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
-
- SMART_TIME_CHECK_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RegularLimitParameters
-
- solution(int) - Method in class com.google.ortools.constraintsolver.SolutionCollector
-
Returns the nth solution.
- SOLUTION_FEASIBILITY_TOLERANCE_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
-
- SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
-
- SOLUTION_HINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
-
- SOLUTION_HINT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
-
- SOLUTION_INFO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
-
- SOLUTION_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
-
- SOLUTION_POOL_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SOLUTION_STATS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
- SOLUTION_STATS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.SolveLog
-
- SOLUTION_TYPE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
- SOLUTION_TYPE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.SolveLog
-
- solutionBooleanValue(int) - Method in class com.google.ortools.sat.SolutionCallback
-
- SolutionCallback - Class in com.google.ortools.sat
-
- SolutionCallback(long, boolean) - Constructor for class com.google.ortools.sat.SolutionCallback
-
- SolutionCallback() - Constructor for class com.google.ortools.sat.SolutionCallback
-
- SolutionCallback_bestObjectiveBound(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_change_ownership(SolutionCallback, long, boolean) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_director_connect(SolutionCallback, long, boolean, boolean) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_numBinaryPropagations(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_numBooleans(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_numBranches(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_numConflicts(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_numIntegerPropagations(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_objectiveValue(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_onSolutionCallback(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_solutionBooleanValue(long, SolutionCallback, int) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_solutionIntegerValue(long, SolutionCallback, int) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_stopSearch(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_userTime(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCallback_wallTime(long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolutionCollector - Class in com.google.ortools.constraintsolver
-
This class is the root class of all solution collectors.
- SolutionCollector(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SolutionCollector
-
- SolutionCollector(Solver, Assignment) - Constructor for class com.google.ortools.constraintsolver.SolutionCollector
-
- SolutionCollector(Solver) - Constructor for class com.google.ortools.constraintsolver.SolutionCollector
-
- SolutionCollector_add__SWIG_0(long, SolutionCollector, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_add__SWIG_1(long, SolutionCollector, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_add__SWIG_2(long, SolutionCollector, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_add__SWIG_3(long, SolutionCollector, IntervalVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_add__SWIG_4(long, SolutionCollector, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_add__SWIG_5(long, SolutionCollector, SequenceVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_addObjective(long, SolutionCollector, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_AddObjectives(long, SolutionCollector, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_backwardSequence(long, SolutionCollector, int, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_branches(long, SolutionCollector, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_durationValue(long, SolutionCollector, int, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_endValue(long, SolutionCollector, int, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_enterSearch(long, SolutionCollector) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_failures(long, SolutionCollector, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_forwardSequence(long, SolutionCollector, int, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_has_solution(long, SolutionCollector) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_install(long, SolutionCollector) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_last_solution_or_null(long, SolutionCollector) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_objectiveValue(long, SolutionCollector, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_ObjectiveValueFromIndex(long, SolutionCollector, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_performedValue(long, SolutionCollector, int, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_solution(long, SolutionCollector, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_solutionCount(long, SolutionCollector) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_startValue(long, SolutionCollector, int, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_toString(long, SolutionCollector) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_unperformed(long, SolutionCollector, int, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_value(long, SolutionCollector, int, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionCollector_wallTime(long, SolutionCollector, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- solutionCount() - Method in class com.google.ortools.constraintsolver.SolutionCollector
-
Returns how many solutions were stored during the search.
- solutionIntegerValue(int) - Method in class com.google.ortools.sat.SolutionCallback
-
- SolutionPool - Class in com.google.ortools.constraintsolver
-
This class is used to manage a pool of solutions.
- SolutionPool(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SolutionPool
-
- SolutionPool_getNextSolution(long, SolutionPool, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionPool_initialize(long, SolutionPool, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionPool_registerNewSolution(long, SolutionPool, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionPool_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SolutionPool_syncNeeded(long, SolutionPool, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- solutions() - Method in class com.google.ortools.constraintsolver.RegularLimit
-
- solutions() - Method in class com.google.ortools.constraintsolver.Solver
-
The number of solutions found since the start of the search.
- SOLUTIONS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RegularLimitParameters
-
- solutionValue() - Method in class com.google.ortools.linearsolver.MPVariable
-
Returns the value of the variable in the current solution.
- solve() - Method in class com.google.ortools.algorithms.KnapsackSolver
-
Solves the problem and returns the profit of the optimal solution.
- Solve(SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__VariableValuePair_t, SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__VariableValuePair_t) - Method in class com.google.ortools.constraintsolver.RoutingModel.SecondaryOptimizer
-
- solve(Assignment) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Solves the current routing model; closes the current model.
- solve() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Solves the current routing model; closes the current model.
- solve(DecisionBuilder, SearchMonitor[]) - Method in class com.google.ortools.constraintsolver.Solver
-
Solves the problem using the given DecisionBuilder and returns true if a
solution was found and accepted.
- solve(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
-
- solve(DecisionBuilder, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
-
- solve(DecisionBuilder, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
-
- solve(DecisionBuilder, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
-
- solve(DecisionBuilder, SearchMonitor, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
-
- solve() - Method in class com.google.ortools.graph.LinearSumAssignment
-
- solve(int, int) - Method in class com.google.ortools.graph.MaxFlow
-
- solve() - Method in class com.google.ortools.graph.MinCostFlow
-
- solve() - Method in class com.google.ortools.linearsolver.MPSolver
-
Solves the problem using the default parameter values.
- solve(MPSolverParameters) - Method in class com.google.ortools.linearsolver.MPSolver
-
Solves the problem using the specified parameter values.
- solve(ModelBuilder) - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Solves given model, and returns the status of the response.
- solve(ModelBuilderHelper) - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- solve(CpModel) - Method in class com.google.ortools.sat.CpSolver
-
Solves the given model, and returns the solve status.
- solve(CpModel, CpSolverSolutionCallback) - Method in class com.google.ortools.sat.CpSolver
-
Solves the given model, calls the solution callback at each incumbent solution, and returns the
solve status.
- solve(CpModelProto) - Method in class com.google.ortools.sat.SolveWrapper
-
- SOLVE_DUAL_PROBLEM_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
-
- SOLVE_INFO_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
-
- SOLVE_LOG_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
-
- SOLVE_TIME_SEC_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.FeasibilityPolishingDetails
-
- SOLVE_TIME_SEC_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.SolveLog
-
- SOLVE_USER_TIME_SECONDS_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolveInfo
-
- SOLVE_WALL_TIME_SECONDS_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolveInfo
-
- solveAndCommit(DecisionBuilder, SearchMonitor[]) - Method in class com.google.ortools.constraintsolver.Solver
-
SolveAndCommit using a decision builder and up to three
search monitors, usually one for the objective, one for the limits
and one to collect solutions.
- solveAndCommit(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
-
- solveAndCommit(DecisionBuilder, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
-
- solveAndCommit(DecisionBuilder, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
-
- solveAndCommit(DecisionBuilder, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
-
- solveDepth() - Method in class com.google.ortools.constraintsolver.Solver
-
Gets the number of nested searches.
- SolveFromAssignmentsWithParameters(SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t, RoutingSearchParameters, SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Same as above but will try all assignments in order as first solutions
until one succeeds.
- SolveFromAssignmentsWithParameters(SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t, RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Same as above but will try all assignments in order as first solutions
until one succeeds.
- solveFromAssignmentWithParameters(Assignment, RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Same as above, except that if assignment is not null, it will be used as
the initial solution.
- SolveLog - Class in com.google.ortools.pdlp
-
Protobuf type operations_research.pdlp.SolveLog
- SolveLog.Builder - Class in com.google.ortools.pdlp
-
Protobuf type operations_research.pdlp.SolveLog
- SolveLogOrBuilder - Interface in com.google.ortools.pdlp
-
- SolveLogOuterClass - Class in com.google.ortools.pdlp
-
- solveMaxFlowWithMinCost() - Method in class com.google.ortools.graph.MinCostFlow
-
- SolveModelWithSat(RoutingModel, RoutingSearchParameters, Assignment, Assignment) - Static method in class com.google.ortools.constraintsolver.main
-
Attempts to solve the model using the cp-sat solver.
- SolveModelWithSat(long, RoutingModel, byte[], long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- solver() - Method in class com.google.ortools.constraintsolver.ModelCache
-
- solver() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
-
- solver() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the underlying constraint solver.
- solver() - Method in class com.google.ortools.constraintsolver.SearchMonitor
-
- Solver - Class in com.google.ortools.constraintsolver
-
Solver Class
A solver represents the main computation engine.
- Solver(long, boolean) - Constructor for class com.google.ortools.constraintsolver.Solver
-
- Solver(String) - Constructor for class com.google.ortools.constraintsolver.Solver
-
Solver API
- Solver(String, ConstraintSolverParameters) - Constructor for class com.google.ortools.constraintsolver.Solver
-
- Solver.FailException - Exception in com.google.ortools.constraintsolver
-
This exceptions signal that a failure has been raised in the C++ world.
- Solver.IntegerCastInfo - Class in com.google.ortools.constraintsolver
-
Holds semantic information stating that the 'expression' has been
cast into 'variable' using the Var() method, and that
'maintainer' is responsible for maintaining the equality between
'variable' and 'expression'.
- Solver_accept(long, Solver, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_acceptedNeighbors(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_addCastConstraint(long, Solver, long, CastConstraint, long, IntVar, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_addConstraint(long, Solver, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_addLocalSearchMonitor(long, Solver, long, LocalSearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_addPropagationMonitor(long, Solver, long, PropagationMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ASSIGN_CENTER_VALUE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ASSIGN_MAX_VALUE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ASSIGN_MIN_VALUE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ASSIGN_RANDOM_VALUE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_AT_SOLUTION_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_AVOID_DATE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_balancing_decision(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_branches(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_cache(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_castExpression(long, Solver, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_checkAssignment(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_checkConstraint(long, Solver, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_checkFail(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOICE_POINT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_DYNAMIC_GLOBAL_BEST_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_FIRST_UNBOUND_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_HIGHEST_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_LOWEST_MIN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_MAX_REGRET_ON_MIN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_MAX_SIZE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_MIN_SIZE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_MIN_SIZE_HIGHEST_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_MIN_SIZE_HIGHEST_MIN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_MIN_SIZE_LOWEST_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_MIN_SIZE_LOWEST_MIN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_MIN_SLACK_RANK_FORWARD_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_PATH_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_RANDOM_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_RANDOM_RANK_FORWARD_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CHOOSE_STATIC_GLOBAL_BEST_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_clear_fail_intercept(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ClearLocalSearchState(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ClearNeighbors(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_compose__SWIG_0(long, Solver, long, DecisionBuilder, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_compose__SWIG_1(long, Solver, long, DecisionBuilder, long, DecisionBuilder, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_compose__SWIG_2(long, Solver, long, DecisionBuilder, long, DecisionBuilder, long, DecisionBuilder, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_compose__SWIG_3(long, Solver, DecisionBuilder[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_concatenateOperators__SWIG_0(long, Solver, LocalSearchOperator[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_concatenateOperators__SWIG_1(long, Solver, LocalSearchOperator[], boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_concatenateOperators__SWIG_2(long, Solver, LocalSearchOperator[], IntIntToLongFunction) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_const_parameters(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_constraints(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_context(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CROSS_DATE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_CROSS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_currentlyInSolve(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_DECREMENT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_defaultSolverParameters() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_DELAYED_PRIORITY_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_demon_runs(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ENDS_AFTER_END_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ENDS_AFTER_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ENDS_AFTER_START_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ENDS_AT_END_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ENDS_AT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ENDS_AT_START_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_ENDS_BEFORE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_endSearch(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_EQ_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_EXCHANGE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_exportProfilingOverview(long, Solver, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_EXTENDEDSWAPACTIVE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_fail(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_fail_stamp(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_failures(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_filteredNeighbors(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_finishCurrentSearch(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_FULLPATHLNS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_GE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_GetGuidedLocalSearchPenalty(long, Solver, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_getLocalSearchMonitor(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_GetOrCreateLocalSearchState(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_getPropagationMonitor(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_hasName(long, Solver, long, PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_IN_ROOT_NODE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_IN_SEARCH_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_INCREMENT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_IncrementNeighbors(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_instrumentsDemons(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_instrumentsVariables(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_INT_VALUE_DEFAULT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_INT_VALUE_SIMPLE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_INT_VAR_DEFAULT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_INT_VAR_SIMPLE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_IntegerCastInfo_expression_get(long, Solver.IntegerCastInfo) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_IntegerCastInfo_expression_set(long, Solver.IntegerCastInfo, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_IntegerCastInfo_maintainer_get(long, Solver.IntegerCastInfo) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_IntegerCastInfo_maintainer_set(long, Solver.IntegerCastInfo, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_IntegerCastInfo_variable_get(long, Solver.IntegerCastInfo) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_IntegerCastInfo_variable_set(long, Solver.IntegerCastInfo, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_INTERVAL_DEFAULT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_INTERVAL_SET_TIMES_BACKWARD_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_INTERVAL_SET_TIMES_FORWARD_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_INTERVAL_SIMPLE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_isLocalSearchProfilingEnabled(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_isProfilingEnabled(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_KEEP_LEFT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_KEEP_RIGHT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_KILL_BOTH_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_kNumPriorities_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_LE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_LK_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_localSearchProfile(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAbs(long, Solver, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAbsEquality(long, Solver, long, IntVar, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeAcceptFilter(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MAKEACTIVE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAllDifferent__SWIG_0(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAllDifferent__SWIG_1(long, Solver, IntVar[], boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAllDifferentExcept(long, Solver, IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAllowedAssignment(long, Solver, IntVar[], long, IntTupleSet) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAllSolutionCollector__SWIG_0(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAllSolutionCollector__SWIG_1(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAssignment__SWIG_0(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAssignment__SWIG_1(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAssignVariablesValues(long, Solver, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeAssignVariablesValuesOrDoNothing(long, Solver, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeAssignVariablesValuesOrFail(long, Solver, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAssignVariableValue(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeAssignVariableValueOrDoNothing(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAssignVariableValueOrFail(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeAtSolutionCallback(long, Solver, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeBestLexicographicValueSolutionCollector__SWIG_0(long, Solver, long, Assignment, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeBestLexicographicValueSolutionCollector__SWIG_1(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeBestValueSolutionCollector__SWIG_0(long, Solver, long, Assignment, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeBestValueSolutionCollector__SWIG_1(long, Solver, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeBetweenCt(long, Solver, long, IntExpr, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeBoolVar__SWIG_0(long, Solver, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeBoolVar__SWIG_1(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeBranchesLimit(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MAKECHAININACTIVE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCircuit(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeClosureDemon(long, Solver, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeConditionalExpression(long, Solver, long, IntVar, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeConstantRestart(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeConstraintAdder(long, Solver, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeConstraintInitialPropagateCallback(long, Solver, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeConvexPiecewiseExpr(long, Solver, long, IntExpr, long, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCount__SWIG_0(long, Solver, IntVar[], long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCount__SWIG_1(long, Solver, IntVar[], long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCover(long, Solver, IntervalVar[], long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCumulative__SWIG_0(long, Solver, IntervalVar[], long[], long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCumulative__SWIG_1(long, Solver, IntervalVar[], int[], long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCumulative__SWIG_2(long, Solver, IntervalVar[], long[], long, IntVar, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCumulative__SWIG_3(long, Solver, IntervalVar[], int[], long, IntVar, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCumulative__SWIG_4(long, Solver, IntervalVar[], IntVar[], long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCumulative__SWIG_5(long, Solver, IntervalVar[], IntVar[], long, IntVar, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeCustomLimit(long, Solver, BooleanSupplier) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDecision(long, Solver, Consumer<Solver>, Consumer<Solver>) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDecisionBuilderFromAssignment(long, Solver, long, Assignment, long, DecisionBuilder, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDefaultPhase__SWIG_0(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDefaultPhase__SWIG_1(long, Solver, IntVar[], long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDefaultRegularLimitParameters(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDefaultSolutionPool(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDelayedConstraintInitialPropagateCallback(long, Solver, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDelayedPathCumul(long, Solver, IntVar[], IntVar[], IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDeviation(long, Solver, IntVar[], long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDifference__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDifference__SWIG_1(long, Solver, long, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDisjunctiveConstraint(long, Solver, IntervalVar[], String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDistribute__SWIG_0(long, Solver, IntVar[], long[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDistribute__SWIG_1(long, Solver, IntVar[], int[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDistribute__SWIG_2(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDistribute__SWIG_3(long, Solver, IntVar[], long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDistribute__SWIG_4(long, Solver, IntVar[], long[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDistribute__SWIG_5(long, Solver, IntVar[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDistribute__SWIG_6(long, Solver, IntVar[], long[], long[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDistribute__SWIG_7(long, Solver, IntVar[], int[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDiv__SWIG_0(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeDiv__SWIG_1(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeElement__SWIG_0(long, Solver, long[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeElement__SWIG_1(long, Solver, int[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeElement__SWIG_2(long, Solver, LongUnaryOperator, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeElement__SWIG_3(long, Solver, LongBinaryOperator, long, IntVar, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeElement__SWIG_4(long, Solver, IntVar[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeElementEquality__SWIG_0(long, Solver, long[], long, IntVar, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeElementEquality__SWIG_1(long, Solver, int[], long, IntVar, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeElementEquality__SWIG_2(long, Solver, IntVar[], long, IntVar, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeElementEquality__SWIG_3(long, Solver, IntVar[], long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeEnterSearchCallback(long, Solver, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeEquality__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeEquality__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeEquality__SWIG_2(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeEquality__SWIG_3(long, Solver, long, IntervalVar, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeExitSearchCallback(long, Solver, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFailDecision(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFailuresLimit(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFalseConstraint__SWIG_0(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFalseConstraint__SWIG_1(long, Solver, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFirstSolutionCollector__SWIG_0(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFirstSolutionCollector__SWIG_1(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFixedDurationEndSyncedOnEndIntervalVar(long, Solver, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFixedDurationEndSyncedOnStartIntervalVar(long, Solver, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFixedDurationIntervalVar__SWIG_0(long, Solver, long, long, long, boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFixedDurationIntervalVar__SWIG_1(long, Solver, long, IntVar, long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFixedDurationIntervalVar__SWIG_2(long, Solver, long, IntVar, long, long, IntVar, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFixedDurationStartSyncedOnEndIntervalVar(long, Solver, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFixedDurationStartSyncedOnStartIntervalVar(long, Solver, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeFixedInterval(long, Solver, long, long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeGenericTabuSearch(long, Solver, boolean, long, IntVar, long, IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeGreater__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeGreater__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeGreater__SWIG_2(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeGreaterOrEqual__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeGreaterOrEqual__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeGreaterOrEqual__SWIG_2(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIfThenElseCt(long, Solver, long, IntVar, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeImprovementLimit(long, Solver, long, IntVar, boolean, double, double, double, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MAKEINACTIVE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIndexExpression(long, Solver, IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIndexOfConstraint(long, Solver, IntVar[], long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIndexOfFirstMaxValueConstraint(long, Solver, long, IntVar, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIndexOfFirstMinValueConstraint(long, Solver, long, IntVar, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntConst__SWIG_0(long, Solver, long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntConst__SWIG_1(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntervalRelaxedMax(long, Solver, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntervalRelaxedMin(long, Solver, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntervalVar(long, Solver, long, long, long, long, long, long, boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntervalVarRelation__SWIG_0(long, Solver, long, IntervalVar, int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntervalVarRelation__SWIG_1(long, Solver, long, IntervalVar, int, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntervalVarRelationWithDelay(long, Solver, long, IntervalVar, int, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntVar__SWIG_0(long, Solver, long, long, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntVar__SWIG_1(long, Solver, long[], String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntVar__SWIG_2(long, Solver, int[], String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntVar__SWIG_3(long, Solver, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntVar__SWIG_4(long, Solver, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIntVar__SWIG_5(long, Solver, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeInversePermutationConstraint(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsBetweenCt(long, Solver, long, IntExpr, long, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsBetweenVar(long, Solver, long, IntExpr, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsDifferentCstCt__SWIG_0(long, Solver, long, IntExpr, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsDifferentCstCt__SWIG_1(long, Solver, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsDifferentCstVar__SWIG_0(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsDifferentCstVar__SWIG_1(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsEqualCstCt(long, Solver, long, IntExpr, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsEqualCstVar(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsEqualVar__SWIG_0(long, Solver, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsEqualVar__SWIG_1(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsGreaterCstCt(long, Solver, long, IntExpr, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsGreaterCstVar(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsGreaterCt(long, Solver, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsGreaterOrEqualCstCt(long, Solver, long, IntExpr, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsGreaterOrEqualCstVar(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsGreaterOrEqualCt(long, Solver, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsGreaterOrEqualVar(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsGreaterVar(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsLessCstCt(long, Solver, long, IntExpr, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsLessCstVar(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsLessCt(long, Solver, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsLessOrEqualCstCt(long, Solver, long, IntExpr, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsLessOrEqualCstVar(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsLessOrEqualCt(long, Solver, long, IntExpr, long, IntExpr, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsLessOrEqualVar(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsLessVar(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeIsLexicalLessOrEqualWithOffsetsCt(long, Solver, IntVar[], IntVar[], long[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsMemberCt__SWIG_0(long, Solver, long, IntExpr, long[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsMemberCt__SWIG_1(long, Solver, long, IntExpr, int[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsMemberVar__SWIG_0(long, Solver, long, IntExpr, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeIsMemberVar__SWIG_1(long, Solver, long, IntExpr, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLastSolutionCollector__SWIG_0(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLastSolutionCollector__SWIG_1(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLess__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLess__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLess__SWIG_2(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLessOrEqual__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLessOrEqual__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLessOrEqual__SWIG_2(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLexicalLess(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLexicalLessOrEqual(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeLexicalLessOrEqualWithOffsets(long, Solver, IntVar[], IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeLexicographicImprovementLimit(long, Solver, IntVar[], long, double[], double[], double, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeLexicographicOptimize(long, Solver, long, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeLexicographicSimulatedAnnealing(long, Solver, long, IntVar[], long[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeLexicographicTabuSearch(long, Solver, long, IntVar[], long[], IntVar[], long, long, double) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLimit__SWIG_0(long, Solver, long, long, long, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLimit__SWIG_1(long, Solver, long, long, long, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLimit__SWIG_2(long, Solver, long, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLimit__SWIG_3(long, Solver, byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLimit__SWIG_4(long, Solver, long, long, long, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLimit__SWIG_5(long, Solver, long, long, long, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLimit__SWIG_6(long, Solver, long, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLimit__SWIG_7(long, Solver, long, SearchLimit, long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhase__SWIG_0(long, Solver, long, Assignment, long, LocalSearchPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhase__SWIG_1(long, Solver, IntVar[], long, DecisionBuilder, long, LocalSearchPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhase__SWIG_2(long, Solver, IntVar[], long, DecisionBuilder, long, DecisionBuilder, long, LocalSearchPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhase__SWIG_3(long, Solver, SequenceVar[], long, DecisionBuilder, long, LocalSearchPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhaseParameters__SWIG_0(long, Solver, long, IntVar, long, LocalSearchOperator, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhaseParameters__SWIG_1(long, Solver, long, IntVar, long, LocalSearchOperator, long, DecisionBuilder, long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhaseParameters__SWIG_2(long, Solver, long, IntVar, long, LocalSearchOperator, long, DecisionBuilder, long, RegularLimit, long, LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhaseParameters__SWIG_3(long, Solver, long, IntVar, long, SolutionPool, long, LocalSearchOperator, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhaseParameters__SWIG_4(long, Solver, long, IntVar, long, SolutionPool, long, LocalSearchOperator, long, DecisionBuilder, long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLocalSearchPhaseParameters__SWIG_5(long, Solver, long, IntVar, long, SolutionPool, long, LocalSearchOperator, long, DecisionBuilder, long, RegularLimit, long, LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeLubyRestart(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMapDomain(long, Solver, long, IntVar, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMax__SWIG_0(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMax__SWIG_1(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMax__SWIG_2(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMax__SWIG_3(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMaxEquality(long, Solver, IntVar[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMaximize(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMemberCt__SWIG_0(long, Solver, long, IntExpr, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMemberCt__SWIG_1(long, Solver, long, IntExpr, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMin__SWIG_0(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMin__SWIG_1(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMin__SWIG_2(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMin__SWIG_3(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMinEquality(long, Solver, IntVar[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMinimize(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMirrorInterval(long, Solver, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeModulo__SWIG_0(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeModulo__SWIG_1(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMonotonicElement(long, Solver, LongUnaryOperator, boolean, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMoveTowardTargetOperator__SWIG_0(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeMoveTowardTargetOperator__SWIG_1(long, Solver, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeNBestLexicographicValueSolutionCollector__SWIG_0(long, Solver, long, Assignment, int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeNBestLexicographicValueSolutionCollector__SWIG_1(long, Solver, int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNBestValueSolutionCollector__SWIG_0(long, Solver, long, Assignment, int, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNBestValueSolutionCollector__SWIG_1(long, Solver, int, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNeighborhoodLimit(long, Solver, long, LocalSearchOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNestedOptimize__SWIG_0(long, Solver, long, DecisionBuilder, long, Assignment, boolean, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNestedOptimize__SWIG_1(long, Solver, long, DecisionBuilder, long, Assignment, boolean, long, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNestedOptimize__SWIG_2(long, Solver, long, DecisionBuilder, long, Assignment, boolean, long, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNestedOptimize__SWIG_3(long, Solver, long, DecisionBuilder, long, Assignment, boolean, long, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNestedOptimize__SWIG_4(long, Solver, long, DecisionBuilder, long, Assignment, boolean, long, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNestedOptimize__SWIG_5(long, Solver, long, DecisionBuilder, long, Assignment, boolean, long, SearchMonitor[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNoCycle__SWIG_0(long, Solver, IntVar[], IntVar[], LongPredicate) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNoCycle__SWIG_1(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNoCycle__SWIG_2(long, Solver, IntVar[], IntVar[], LongPredicate, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNonEquality__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNonEquality__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNonEquality__SWIG_2(long, Solver, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNonOverlappingBoxesConstraint__SWIG_0(long, Solver, IntVar[], IntVar[], IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNonOverlappingBoxesConstraint__SWIG_1(long, Solver, IntVar[], IntVar[], long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNonOverlappingBoxesConstraint__SWIG_2(long, Solver, IntVar[], IntVar[], long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNonOverlappingNonStrictBoxesConstraint__SWIG_0(long, Solver, IntVar[], IntVar[], IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNonOverlappingNonStrictBoxesConstraint__SWIG_1(long, Solver, IntVar[], IntVar[], long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNonOverlappingNonStrictBoxesConstraint__SWIG_2(long, Solver, IntVar[], IntVar[], long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNotBetweenCt(long, Solver, long, IntExpr, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNotMemberCt__SWIG_0(long, Solver, long, IntExpr, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNotMemberCt__SWIG_1(long, Solver, long, IntExpr, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNotMemberCt__SWIG_2(long, Solver, long, IntExpr, long[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNotMemberCt__SWIG_3(long, Solver, long, IntExpr, int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNullIntersect(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeNullIntersectExcept(long, Solver, IntVar[], IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeOperator__SWIG_0(long, Solver, IntVar[], int, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeOperator__SWIG_1(long, Solver, IntVar[], int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeOperator__SWIG_2(long, Solver, IntVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeOperator__SWIG_3(long, Solver, IntVar[], IntVar[], int, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeOperator__SWIG_4(long, Solver, IntVar[], IntVar[], int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeOperator__SWIG_5(long, Solver, IntVar[], IntVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeOperator__SWIG_6(long, Solver, IntVar[], LongTernaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeOperator__SWIG_7(long, Solver, IntVar[], IntVar[], LongTernaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeOpposite(long, Solver, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeOptimize(long, Solver, boolean, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePack(long, Solver, IntVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePathConnected(long, Solver, IntVar[], long[], long[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePathCumul__SWIG_0(long, Solver, IntVar[], IntVar[], IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePathCumul__SWIG_1(long, Solver, IntVar[], IntVar[], IntVar[], LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePathCumul__SWIG_2(long, Solver, IntVar[], IntVar[], IntVar[], IntVar[], LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_0(long, Solver, IntVar[], int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_1(long, Solver, IntVar[], LongUnaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_10(long, Solver, long, IntVar, long, IntVar, long, IntVar, long, IntVar, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_11(long, Solver, IntVar[], LongBinaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_12(long, Solver, IntVar[], LongBinaryOperator, LongUnaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_13(long, Solver, IntervalVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_14(long, Solver, SequenceVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_2(long, Solver, IntVar[], int, LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_3(long, Solver, IntVar[], int, LongTernaryPredicate) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_4(long, Solver, IntVar[], LongUnaryOperator, LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_5(long, Solver, IntVar[], int, LongBinaryOperator, LongUnaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_6(long, Solver, IntVar[], LongUnaryOperator, LongBinaryOperator, LongUnaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_7(long, Solver, long, IntVar, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_8(long, Solver, long, IntVar, long, IntVar, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePhase__SWIG_9(long, Solver, long, IntVar, long, IntVar, long, IntVar, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePower(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makePrintModelVisitor(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeProd__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeProd__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeProfiledDecisionBuilderWrapper(long, Solver, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeRandomLnsOperator__SWIG_0(long, Solver, IntVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeRandomLnsOperator__SWIG_1(long, Solver, IntVar[], int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeRankFirstInterval(long, Solver, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeRankLastInterval(long, Solver, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeRejectFilter(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeRestoreAssignment(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MakeRoundRobinCompoundObjectiveMonitor(long, Solver, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProd__SWIG_0(long, Solver, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProd__SWIG_1(long, Solver, IntVar[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProdEquality__SWIG_0(long, Solver, IntVar[], long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProdEquality__SWIG_1(long, Solver, IntVar[], int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProdEquality__SWIG_2(long, Solver, IntVar[], long[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProdEquality__SWIG_3(long, Solver, IntVar[], int[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProdGreaterOrEqual__SWIG_0(long, Solver, IntVar[], long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProdGreaterOrEqual__SWIG_1(long, Solver, IntVar[], int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProdLessOrEqual__SWIG_0(long, Solver, IntVar[], long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScalProdLessOrEqual__SWIG_1(long, Solver, IntVar[], int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScheduleOrExpedite(long, Solver, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeScheduleOrPostpone(long, Solver, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSearchLog__SWIG_0(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSearchLog__SWIG_1(long, Solver, int, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSearchLog__SWIG_2(long, Solver, int, Supplier<String>) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSearchLog__SWIG_3(long, Solver, int, long, IntVar, Supplier<String>) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSearchLog__SWIG_4(long, Solver, int, IntVar[], Supplier<String>) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSearchLog__SWIG_5(long, Solver, int, long, OptimizeVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSearchLog__SWIG_6(long, Solver, int, long, OptimizeVar, Supplier<String>) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSearchTrace(long, Solver, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSemiContinuousExpr(long, Solver, long, IntExpr, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSimulatedAnnealing(long, Solver, boolean, long, IntVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSolutionsLimit(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSolveOnce__SWIG_0(long, Solver, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSolveOnce__SWIG_1(long, Solver, long, DecisionBuilder, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSolveOnce__SWIG_2(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSolveOnce__SWIG_3(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSolveOnce__SWIG_4(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSolveOnce__SWIG_5(long, Solver, long, DecisionBuilder, SearchMonitor[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSortingConstraint(long, Solver, IntVar[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSplitVariableDomain(long, Solver, long, IntVar, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSquare(long, Solver, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeStatisticsModelVisitor(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeStoreAssignment(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeStrictDisjunctiveConstraint(long, Solver, IntervalVar[], String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSubCircuit(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSum__SWIG_0(long, Solver, long, IntExpr, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSum__SWIG_1(long, Solver, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSum__SWIG_2(long, Solver, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSumEquality__SWIG_0(long, Solver, IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSumEquality__SWIG_1(long, Solver, IntVar[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSumGreaterOrEqual(long, Solver, IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSumLessOrEqual(long, Solver, IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSumObjectiveFilter__SWIG_0(long, Solver, IntVar[], LongBinaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSumObjectiveFilter__SWIG_1(long, Solver, IntVar[], IntVar[], LongTernaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSymmetryManager__SWIG_0(long, Solver, SymmetryBreaker[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSymmetryManager__SWIG_1(long, Solver, long, SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSymmetryManager__SWIG_2(long, Solver, long, SymmetryBreaker, long, SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSymmetryManager__SWIG_3(long, Solver, long, SymmetryBreaker, long, SymmetryBreaker, long, SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeSymmetryManager__SWIG_4(long, Solver, long, SymmetryBreaker, long, SymmetryBreaker, long, SymmetryBreaker, long, SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeTabuSearch(long, Solver, boolean, long, IntVar, long, IntVar[], long, long, double) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeTemporalDisjunction__SWIG_0(long, Solver, long, IntervalVar, long, IntervalVar, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeTemporalDisjunction__SWIG_1(long, Solver, long, IntervalVar, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeTimeLimit__SWIG_0(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeTimeLimit__SWIG_1(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeTransitionConstraint__SWIG_0(long, Solver, IntVar[], long, IntTupleSet, long, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeTransitionConstraint__SWIG_1(long, Solver, IntVar[], long, IntTupleSet, long, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeTrueConstraint(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeVariableDomainFilter(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeVariableGreaterOrEqualValue(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeVariableLessOrEqualValue(long, Solver, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeWeightedMaximize__SWIG_0(long, Solver, IntVar[], long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeWeightedMaximize__SWIG_1(long, Solver, IntVar[], int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeWeightedMinimize__SWIG_0(long, Solver, IntVar[], long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeWeightedMinimize__SWIG_1(long, Solver, IntVar[], int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeWeightedOptimize__SWIG_0(long, Solver, boolean, IntVar[], long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_makeWeightedOptimize__SWIG_1(long, Solver, boolean, IntVar[], int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MAXIMIZATION_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_memoryUsage() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MINIMIZATION_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_model_name(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_MultiArmedBanditConcatenateOperators(long, Solver, LocalSearchOperator[], double, double, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_nameAllVariables(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_neighbors(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_newSearch__SWIG_0(long, Solver, long, DecisionBuilder, SearchMonitor[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_newSearch__SWIG_1(long, Solver, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_newSearch__SWIG_2(long, Solver, long, DecisionBuilder, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_newSearch__SWIG_3(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_newSearch__SWIG_4(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_newSearch__SWIG_5(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_nextSolution(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_NO_CHANGE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_NO_MORE_SOLUTIONS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_NORMAL_PRIORITY_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_NOT_SET_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_optimization_direction(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SOLVER_OPTIMIZER_SETS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
-
- Solver_OROPT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_OUTSIDE_SEARCH_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_parameters(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SOLVER_PARAMETERS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingModelParameters
-
- Solver_PATHLNS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_popState(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_PROBLEM_INFEASIBLE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_pushState(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_rand32(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_rand64(long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_randomConcatenateOperators__SWIG_0(long, Solver, LocalSearchOperator[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_randomConcatenateOperators__SWIG_1(long, Solver, LocalSearchOperator[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_registerDemon(long, Solver, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_registerIntervalVar(long, Solver, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_registerIntExpr(long, Solver, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_registerIntVar(long, Solver, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_RELOCATE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_reSeed(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_restartCurrentSearch(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_restartSearch(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_REVERSIBLE_ACTION_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_RunUncheckedLocalSearch__SWIG_0(long, Solver, long, Assignment, long, LocalSearchFilterManager, long, LocalSearchOperator, SearchMonitor[], long, RegularLimit, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_RunUncheckedLocalSearch__SWIG_1(long, Solver, long, Assignment, long, LocalSearchFilterManager, long, LocalSearchOperator, SearchMonitor[], long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_searchDepth(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_searchLeftDepth(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SENTINEL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SEQUENCE_DEFAULT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SEQUENCE_SIMPLE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_set_context(long, Solver, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_set_optimization_direction(long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SetGuidedLocalSearchPenaltyCallback(long, Solver, LongTernaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SetUseFastLocalSearch(long, Solver, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_shouldFail(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SIMPLE_MARKER_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SIMPLELNS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solutions(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solve__SWIG_0(long, Solver, long, DecisionBuilder, SearchMonitor[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solve__SWIG_1(long, Solver, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solve__SWIG_2(long, Solver, long, DecisionBuilder, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solve__SWIG_3(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solve__SWIG_4(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solve__SWIG_5(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solveAndCommit__SWIG_0(long, Solver, long, DecisionBuilder, SearchMonitor[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solveAndCommit__SWIG_1(long, Solver, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solveAndCommit__SWIG_2(long, Solver, long, DecisionBuilder, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solveAndCommit__SWIG_3(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solveAndCommit__SWIG_4(long, Solver, long, DecisionBuilder, long, SearchMonitor, long, SearchMonitor, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_solveDepth(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SOLVER_SPECIFIC_INFO_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
-
- SOLVER_SPECIFIC_PARAMETERS_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelRequest
-
- Solver_SPLIT_LOWER_HALF_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SPLIT_UPPER_HALF_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_stamp(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_STARTS_AFTER_END_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_STARTS_AFTER_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_STARTS_AFTER_START_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_STARTS_AT_END_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_STARTS_AT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_STARTS_AT_START_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_STARTS_BEFORE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_state(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_STAYS_IN_SYNC_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SWAPACTIVE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SWAPACTIVECHAIN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_SWITCH_BRANCHES_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SOLVER_TIME_LIMIT_SECONDS_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelRequest
-
- Solver_tmpVector_get(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_tmpVector_set(long, Solver, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_topPeriodicCheck(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_topProgressPercent(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_toString(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_tryDecisions__SWIG_0(long, Solver, long, DecisionBuilder, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_tryDecisions__SWIG_1(long, Solver, long, DecisionBuilder, long, DecisionBuilder, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_tryDecisions__SWIG_2(long, Solver, long, DecisionBuilder, long, DecisionBuilder, long, DecisionBuilder, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_tryDecisions__SWIG_3(long, Solver, DecisionBuilder[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_TSPLNS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_TSPOPT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_TWOOPT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SOLVER_TYPE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelRequest
-
- Solver_UNACTIVELNS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_unchecked_solutions(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_UseFastLocalSearch(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_VAR_PRIORITY_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- Solver_wallTime(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- solverIsSupported() - Method in class com.google.ortools.modelbuilder.ModelSolver
-
Returns whether solver specified during the ctor was found and correctly installed.
- solverIsSupported() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- SolverParameters - Class in com.google.ortools.constraintsolver
-
- solverResponseStats(CpSolverResponse) - Static method in class com.google.ortools.sat.CpSatHelper
-
- Solvers - Class in com.google.ortools.pdlp
-
- solverVersion() - Method in class com.google.ortools.linearsolver.MPSolver
-
Returns a string describing the underlying solver and its version.
- SolveStatus - Enum in com.google.ortools.modelbuilder
-
- SolveWithIteratedLocalSearch(RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Solves the current routing model by using an Iterated Local Search
approach.
- solveWithParameters(RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Solves the current routing model with the given parameters.
- solveWithProto(MPModelRequest) - Static method in class com.google.ortools.linearsolver.MPSolver
-
Solves the given model proto and returns a response proto.
- solveWithSolutionCallback(CpModel, CpSolverSolutionCallback) - Method in class com.google.ortools.sat.CpSolver
-
- SolveWrapper - Class in com.google.ortools.sat
-
- SolveWrapper(long, boolean) - Constructor for class com.google.ortools.sat.SolveWrapper
-
- SolveWrapper() - Constructor for class com.google.ortools.sat.SolveWrapper
-
- SolveWrapper_addBestBoundCallback(long, SolveWrapper, Consumer<Double>) - Static method in class com.google.ortools.sat.mainJNI
-
- SolveWrapper_addLogCallback(long, SolveWrapper, Consumer<String>) - Static method in class com.google.ortools.sat.mainJNI
-
- SolveWrapper_addSolutionCallback(long, SolveWrapper, long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolveWrapper_clearSolutionCallback(long, SolveWrapper, long, SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SolveWrapper_setParameters(long, SolveWrapper, byte[]) - Static method in class com.google.ortools.sat.mainJNI
-
- SolveWrapper_solve(long, SolveWrapper, byte[]) - Static method in class com.google.ortools.sat.mainJNI
-
- SolveWrapper_stopSearch(long, SolveWrapper) - Static method in class com.google.ortools.sat.mainJNI
-
- SORT_CONSTRAINTS_BY_NUM_TERMS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
-
- sortedByColumn(int) - Method in class com.google.ortools.constraintsolver.IntTupleSet
-
- SortedDisjointIntervalList - Class in com.google.ortools.util
-
This class represents a sorted list of disjoint, closed intervals.
- SortedDisjointIntervalList(long, boolean) - Constructor for class com.google.ortools.util.SortedDisjointIntervalList
-
- SortedDisjointIntervalList() - Constructor for class com.google.ortools.util.SortedDisjointIntervalList
-
- SortedDisjointIntervalList(long[], long[]) - Constructor for class com.google.ortools.util.SortedDisjointIntervalList
-
Creates a SortedDisjointIntervalList and fills it with intervals
[starts[i]..ends[i]].
- SortedDisjointIntervalList(int[], int[]) - Constructor for class com.google.ortools.util.SortedDisjointIntervalList
-
- SortedDisjointIntervalList_buildComplementOnInterval(long, SortedDisjointIntervalList, long, long) - Static method in class com.google.ortools.util.mainJNI
-
- SortedDisjointIntervalList_insertInterval(long, SortedDisjointIntervalList, long, long) - Static method in class com.google.ortools.util.mainJNI
-
- SortedDisjointIntervalList_insertIntervals__SWIG_0(long, SortedDisjointIntervalList, long[], long[]) - Static method in class com.google.ortools.util.mainJNI
-
- SortedDisjointIntervalList_insertIntervals__SWIG_1(long, SortedDisjointIntervalList, int[], int[]) - Static method in class com.google.ortools.util.mainJNI
-
- SortedDisjointIntervalList_numIntervals(long, SortedDisjointIntervalList) - Static method in class com.google.ortools.util.mainJNI
-
- SortedDisjointIntervalList_toString(long, SortedDisjointIntervalList) - Static method in class com.google.ortools.util.mainJNI
-
- sortedLexicographically() - Method in class com.google.ortools.constraintsolver.IntTupleSet
-
- SORTING_PROPERTY_ALLOWED_VEHICLES_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.InsertionSortingProperty
-
Selects nodes with the least number of allowed vehicles.
- SORTING_PROPERTY_HIGHEST_AVG_ARC_COST_TO_VEHICLE_START_ENDS_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.InsertionSortingProperty
-
Selects nodes that are on average the farthest from vehicles.
- SORTING_PROPERTY_HIGHEST_DIMENSION_USAGE_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.InsertionSortingProperty
-
Selects nodes that have a higher dimension usage on average, where the
usage is determined as the ratio of node demand over vehicle capacity.
- SORTING_PROPERTY_LOWEST_AVG_ARC_COST_TO_VEHICLE_START_ENDS_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.InsertionSortingProperty
-
Selects nodes that are on average the closest to vehicles.
- SORTING_PROPERTY_LOWEST_MIN_ARC_COST_TO_VEHICLE_START_ENDS_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.InsertionSortingProperty
-
Select nodes with the smallest distance to the closest vehicle.
- SORTING_PROPERTY_PENALTY_OVER_ALLOWED_VEHICLES_RATIO_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.InsertionSortingProperty
-
Selects nodes with the highest penalty / number of allowed vehicles
ratio.
- SORTING_PROPERTY_PENALTY_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.InsertionSortingProperty
-
Selects nodes with the highest penalty.
- SORTING_PROPERTY_UNSPECIFIED_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.InsertionSortingProperty
-
Invalid property.
- SOS1_DEFAULT_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSosConstraint.Type
-
At most one variable in `var_index` must be non-zero.
- SOS2_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSosConstraint.Type
-
At most two consecutive variables from `var_index` can be non-zero (i.e.
- SOS_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
-
- SparsePermutationProto - Class in com.google.ortools.sat
-
A permutation of integers encoded as a list of cycles, hence the "sparse"
format.
- SparsePermutationProto.Builder - Class in com.google.ortools.sat
-
A permutation of integers encoded as a list of cycles, hence the "sparse"
format.
- SparsePermutationProtoOrBuilder - Interface in com.google.ortools.sat
-
- SPATIALLY_CLOSE_ROUTES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RuinStrategy
-
- SpatiallyCloseRoutesRuinStrategy - Class in com.google.ortools.constraintsolver
-
Ruin strategy that removes a number of spatially close routes.
- SpatiallyCloseRoutesRuinStrategy.Builder - Class in com.google.ortools.constraintsolver
-
Ruin strategy that removes a number of spatially close routes.
- SpatiallyCloseRoutesRuinStrategyOrBuilder - Interface in com.google.ortools.constraintsolver
-
- SPLIT_LOWER_HALF - Static variable in class com.google.ortools.constraintsolver.Solver
-
Split the domain in two around the center, and choose the lower
part first.
- SPLIT_STRATEGY_AUTO_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
-
Uses the default strategy, currently equivalent to
SPLIT_STRATEGY_DISCREPANCY.
- SPLIT_STRATEGY_BALANCED_TREE_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
-
Attempt to keep the shared tree balanced.
- SPLIT_STRATEGY_DISCREPANCY_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
-
Only accept splits if the node to be split's depth+discrepancy is minimal
for the desired number of leaves.
- SPLIT_STRATEGY_FIRST_PROPOSAL_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
-
Workers race to split their subtree, the winner's proposal is accepted.
- SPLIT_STRATEGY_OBJECTIVE_LB_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
-
Only split nodes with an objective lb equal to the global lb.
- SPLIT_UPPER_HALF - Static variable in class com.google.ortools.constraintsolver.Solver
-
Split the domain in two around the center, and choose the lower
part first.
- stamp() - Method in class com.google.ortools.constraintsolver.Solver
-
The stamp indicates how many moves in the search tree we have performed.
- start(Assignment) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
This method should not be overridden.
- start(Assignment) - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
-
- Start(int) - Method in class com.google.ortools.constraintsolver.PathsMetadata
-
- start(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Model inspection.
- start_domain() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Attributes
-
- START_FIELD_NUMBER - Static variable in class com.google.ortools.sat.IntervalConstraintProto
-
- startExpr() - Method in class com.google.ortools.constraintsolver.IntervalVar
-
These methods create expressions encapsulating the start, end
and duration of the interval var.
- STARTING_STATE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.AutomatonConstraintProto
-
- startMax(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
-
- startMax() - Method in class com.google.ortools.constraintsolver.IntervalVar
-
- startMax() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- startMin(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
-
- startMin() - Method in class com.google.ortools.constraintsolver.IntervalVar
-
These methods query, set, and watch the start position of the
interval var.
- startMin() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- startProcessingIntegerVariable(IntVar) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- Starts() - Method in class com.google.ortools.constraintsolver.PathsMetadata
-
- STARTS_AFTER - Static variable in class com.google.ortools.constraintsolver.Solver
-
t starts after d, i.e.
- STARTS_AFTER_END - Static variable in class com.google.ortools.constraintsolver.Solver
-
t1 starts after t2 end, i.e.
- STARTS_AFTER_START - Static variable in class com.google.ortools.constraintsolver.Solver
-
t1 starts after t2 start, i.e.
- STARTS_AT - Static variable in class com.google.ortools.constraintsolver.Solver
-
t starts at d, i.e.
- STARTS_AT_END - Static variable in class com.google.ortools.constraintsolver.Solver
-
t1 starts at t2 end, i.e.
- STARTS_AT_START - Static variable in class com.google.ortools.constraintsolver.Solver
-
t1 starts at t2 start, i.e.
- STARTS_BEFORE - Static variable in class com.google.ortools.constraintsolver.Solver
-
t starts before d, i.e.
- startValue(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
-
- startValue() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- startValue(int, IntervalVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
-
This is a shortcut to get the StartValue of 'var' in the nth solution.
- state() - Method in class com.google.ortools.constraintsolver.Solver
-
State of the solver.
- status() - Method in class com.google.ortools.constraintsolver.RoutingModel
-
Returns the current status of the routing model.
- STATUS_FIELD_NUMBER - Static variable in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
- STATUS_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
-
- STATUS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
-
- STATUS_STR_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
-
- STAYS_IN_SYNC - Static variable in class com.google.ortools.constraintsolver.Solver
-
STARTS_AT_START and ENDS_AT_END at the same time.
- STEEPEST_EDGE_VALUE - Static variable in enum com.google.ortools.glop.GlopParameters.PricingRule
-
Normalize the reduced costs by the norm of the edges.
- Step(int) - Method in class com.google.ortools.constraintsolver.BaseObjectiveMonitor
-
- Step(int) - Method in class com.google.ortools.constraintsolver.ObjectiveMonitor
-
- STEP_SIZE_DOWNSCALING_FACTOR_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.MalitskyPockParams
-
- STEP_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.IterationStats
-
- STEP_SIZE_GROWTH_EXPONENT_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.AdaptiveLinesearchParams
-
- STEP_SIZE_INTERPOLATION_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.MalitskyPockParams
-
- STEP_SIZE_REDUCTION_EXPONENT_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.AdaptiveLinesearchParams
-
- STOP_AFTER_FIRST_SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- STOP_AFTER_PRESOLVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- STOP_AFTER_ROOT_PROPAGATION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- stopSearch() - Method in class com.google.ortools.sat.CpSolver
-
Stops the search asynchronously.
- stopSearch() - Method in class com.google.ortools.sat.SolutionCallback
-
- stopSearch() - Method in class com.google.ortools.sat.SolveWrapper
-
- store() - Method in class com.google.ortools.constraintsolver.Assignment
-
- store() - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
-
- store() - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
-
- store() - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
-
- store() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- store() - Method in class com.google.ortools.constraintsolver.IntVarElement
-
- store() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
-
- STORE_NAMES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
-
- STRATEGY_CHANGE_INCREASE_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
-
- STRATIFICATION_ASCENT_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
-
Start with all literals.
- STRATIFICATION_DESCENT_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
-
Start with literals with the highest weight, and when SAT, add the
literals with the next highest weight and so on.
- STRATIFICATION_NONE_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
-
No stratification of the problem.
- SUBSET_FIELD_NUMBER - Static variable in class com.google.ortools.algorithms.SetCoverProto
-
- SUBSET_FIELD_NUMBER - Static variable in class com.google.ortools.algorithms.SetCoverSolutionResponse
-
- SUBSOLVER_PARAMS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SUBSOLVERS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SUBSUMPTION_DURING_CONFLICT_ANALYSIS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SUFFICIENT_ASSUMPTIONS_FOR_INFEASIBILITY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
-
- SUFFICIENT_REDUCTION_FOR_RESTART_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
-
- sufficientAssumptionsForInfeasibility() - Method in class com.google.ortools.sat.CpSolver
-
- sum(LinearArgument[]) - Static method in interface com.google.ortools.modelbuilder.LinearExpr
-
Shortcut for newBuilder().addSum(exprs).build()
- sum(IntVar[]) - Static method in class com.google.ortools.sat.DoubleLinearExpr
-
Creates a sum expression.
- sum(Literal[]) - Static method in class com.google.ortools.sat.DoubleLinearExpr
-
Creates a sum expression.
- sum(LinearArgument[]) - Static method in interface com.google.ortools.sat.LinearExpr
-
Shortcut for newBuilder().addSum(exprs).build()
- sumWithOffset(IntVar[], double) - Static method in class com.google.ortools.sat.DoubleLinearExpr
-
Creates a sum expression with a double offset.
- sumWithOffset(Literal[], double) - Static method in class com.google.ortools.sat.DoubleLinearExpr
-
Creates a sum expression with a double offset.
- SUPPLY_FIELD_NUMBER - Static variable in class com.google.ortools.graph.FlowNodeProto
-
- SUPPORT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SparsePermutationProto
-
- supportsProblemType(MPSolver.OptimizationProblemType) - Static method in class com.google.ortools.linearsolver.MPSolver
-
Whether the given problem type is supported (this will depend on the
targets that you linked).
- suppressOutput() - Method in class com.google.ortools.linearsolver.MPSolver
-
Suppresses solver logging.
- SWAPACTIVE - Static variable in class com.google.ortools.constraintsolver.Solver
-
Operator which replaces an active node by an inactive one.
- SWAPACTIVECHAIN - Static variable in class com.google.ortools.constraintsolver.Solver
-
Operator which replaces a chain of active nodes by an inactive one.
- SWEEP_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
-
Sweep algorithm (Wren & Holliday).
- swigCMemOwn - Variable in class com.google.ortools.algorithms.KnapsackSolver
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.AlternativeNodeIterator
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.AssignmentElement
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.AssignmentIntContainer
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.BaseObject
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.BoundCost
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.IntBoolPair
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.IntTupleSet
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.LocalSearchPhaseParameters
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.ModelCache
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.NodeNeighborIterator
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.PathsMetadata
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RevBool
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RevInteger
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RevLong
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RevPartialSequence
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingDimension
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingIndexManager
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsByCostClass
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsParameters
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.PickupDeliveryPosition
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Attributes
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Resource
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.SecondaryOptimizer
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.VariableValuePair
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.SimpleBoundCosts
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.Solver
-
- swigCMemOwn - Variable in class com.google.ortools.constraintsolver.TypeRegulationsChecker
-
- swigCMemOwn - Variable in class com.google.ortools.graph.LinearSumAssignment
-
- swigCMemOwn - Variable in class com.google.ortools.graph.MaxFlow
-
- swigCMemOwn - Variable in class com.google.ortools.graph.MinCostFlowBase
-
- swigCMemOwn - Variable in class com.google.ortools.init.CppBridge
-
- swigCMemOwn - Variable in class com.google.ortools.init.CppFlags
-
- swigCMemOwn - Variable in class com.google.ortools.init.OrToolsVersion
-
- swigCMemOwn - Variable in class com.google.ortools.linearsolver.MPConstraint
-
- swigCMemOwn - Variable in class com.google.ortools.linearsolver.MPModelExportOptions
-
- swigCMemOwn - Variable in class com.google.ortools.linearsolver.MPObjective
-
- swigCMemOwn - Variable in class com.google.ortools.linearsolver.MPSolver
-
- swigCMemOwn - Variable in class com.google.ortools.linearsolver.MPSolverParameters
-
- swigCMemOwn - Variable in class com.google.ortools.linearsolver.MPVariable
-
- swigCMemOwn - Variable in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- swigCMemOwn - Variable in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- swigCMemOwn - Variable in class com.google.ortools.sat.CpSatHelper
-
- swigCMemOwn - Variable in class com.google.ortools.sat.SolutionCallback
-
- swigCMemOwn - Variable in class com.google.ortools.sat.SolveWrapper
-
- swigCMemOwn - Variable in class com.google.ortools.util.Domain
-
- swigCMemOwn - Variable in class com.google.ortools.util.SortedDisjointIntervalList
-
- SwigDirector_BaseLns_EnterSearch(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_BaseLns_HasFragments(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_BaseLns_HoldsDelta(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_BaseLns_initFragments(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_BaseLns_isIncremental(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_BaseLns_nextFragment(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_BaseLns_reset(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_BaseLns_start(BaseLns, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_BaseLns_toString(BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_EnterSearch(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_HasFragments(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_HoldsDelta(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_isIncremental(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_modifyValue(ChangeValue, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_oneNeighbor(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_onStart(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_reset(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_SkipUnchanged(ChangeValue, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_start(ChangeValue, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_ChangeValue_toString(ChangeValue) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_Decision_accept(Decision, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_Decision_apply(Decision, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_Decision_refute(Decision, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_Decision_toString(Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionBuilder_nextWrap(DecisionBuilder, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionBuilder_toString(DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionVisitor_toString(DecisionVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionVisitor_visitRankFirstInterval(DecisionVisitor, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionVisitor_visitRankLastInterval(DecisionVisitor, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionVisitor_visitScheduleOrExpedite(DecisionVisitor, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionVisitor_visitScheduleOrPostpone(DecisionVisitor, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionVisitor_visitSetVariableValue(DecisionVisitor, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionVisitor_visitSplitVariableDomain(DecisionVisitor, long, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_DecisionVisitor_visitUnknownDecision(DecisionVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_accept(IntVarLocalSearchFilter, long, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_Commit(IntVarLocalSearchFilter, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_getAcceptedObjectiveValue(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_getSynchronizedObjectiveValue(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_isIncremental(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_onSynchronize(IntVarLocalSearchFilter, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_Relax(IntVarLocalSearchFilter, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_Reset(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_Revert(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchFilter_toString(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchOperator_EnterSearch(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchOperator_HasFragments(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchOperator_HoldsDelta(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchOperator_isIncremental(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchOperator_oneNeighbor(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchOperator_onStart(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchOperator_reset(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchOperator_SkipUnchanged(IntVarLocalSearchOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchOperator_start(IntVarLocalSearchOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_IntVarLocalSearchOperator_toString(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_accept(LocalSearchFilter, long, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_Commit(LocalSearchFilter, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_getAcceptedObjectiveValue(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_getSynchronizedObjectiveValue(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_isIncremental(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_Relax(LocalSearchFilter, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_Reset(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_Revert(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_synchronize(LocalSearchFilter, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilter_toString(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchFilterManager_toString(LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchOperator_EnterSearch(LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchOperator_HasFragments(LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchOperator_HoldsDelta(LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchOperator_nextNeighbor(LocalSearchOperator, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchOperator_reset(LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchOperator_start(LocalSearchOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_LocalSearchOperator_toString(LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_accept(SearchMonitor, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_acceptDelta(SearchMonitor, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_acceptNeighbor(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_acceptSolution(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_AcceptUncheckedNeighbor(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_afterDecision(SearchMonitor, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_applyDecision(SearchMonitor, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_atSolution(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_beginFail(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_beginInitialPropagation(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_beginNextDecision(SearchMonitor, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_endFail(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_endInitialPropagation(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_endNextDecision(SearchMonitor, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_enterSearch(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_exitSearch(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_install(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_IsUncheckedSolutionLimitReached(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_localOptimum(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_noMoreSolutions(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_periodicCheck(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_progressPercent(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_refuteDecision(SearchMonitor, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_restartSearch(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SearchMonitor_toString(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SolutionCallback_onSolutionCallback(SolutionCallback) - Static method in class com.google.ortools.sat.mainJNI
-
- SwigDirector_SymmetryBreaker_toString(SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SymmetryBreaker_visitRankFirstInterval(SymmetryBreaker, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SymmetryBreaker_visitRankLastInterval(SymmetryBreaker, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SymmetryBreaker_visitScheduleOrExpedite(SymmetryBreaker, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SymmetryBreaker_visitScheduleOrPostpone(SymmetryBreaker, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SymmetryBreaker_visitSetVariableValue(SymmetryBreaker, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SymmetryBreaker_visitSplitVariableDomain(SymmetryBreaker, long, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SwigDirector_SymmetryBreaker_visitUnknownDecision(SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.BaseLns
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.ChangeValue
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.Decision
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.DecisionBuilder
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.DecisionVisitor
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.SearchMonitor
-
- swigDirectorDisconnect() - Method in class com.google.ortools.constraintsolver.SymmetryBreaker
-
- swigDirectorDisconnect() - Method in class com.google.ortools.sat.SolutionCallback
-
- swigRelease(KnapsackSolver) - Static method in class com.google.ortools.algorithms.KnapsackSolver
-
- swigRelease(AlternativeNodeIterator) - Static method in class com.google.ortools.constraintsolver.AlternativeNodeIterator
-
- swigRelease(Assignment) - Static method in class com.google.ortools.constraintsolver.Assignment
-
- swigRelease(AssignmentElement) - Static method in class com.google.ortools.constraintsolver.AssignmentElement
-
- swigRelease(AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.AssignmentIntContainer
-
- swigRelease(AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
-
- swigRelease(AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
-
- swigRelease(BaseIntExpr) - Static method in class com.google.ortools.constraintsolver.BaseIntExpr
-
- swigRelease(BaseLns) - Static method in class com.google.ortools.constraintsolver.BaseLns
-
- swigRelease(BaseObject) - Static method in class com.google.ortools.constraintsolver.BaseObject
-
- swigRelease(BaseObjectiveMonitor) - Static method in class com.google.ortools.constraintsolver.BaseObjectiveMonitor
-
- swigRelease(BooleanVar) - Static method in class com.google.ortools.constraintsolver.BooleanVar
-
- swigRelease(BoundCost) - Static method in class com.google.ortools.constraintsolver.BoundCost
-
- swigRelease(CastConstraint) - Static method in class com.google.ortools.constraintsolver.CastConstraint
-
- swigRelease(ChangeValue) - Static method in class com.google.ortools.constraintsolver.ChangeValue
-
- swigRelease(Constraint) - Static method in class com.google.ortools.constraintsolver.Constraint
-
- swigRelease(Decision) - Static method in class com.google.ortools.constraintsolver.Decision
-
- swigRelease(DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.DecisionBuilder
-
- swigRelease(DecisionVisitor) - Static method in class com.google.ortools.constraintsolver.DecisionVisitor
-
- swigRelease(DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
-
- swigRelease(Demon) - Static method in class com.google.ortools.constraintsolver.Demon
-
- swigRelease(DisjunctiveConstraint) - Static method in class com.google.ortools.constraintsolver.DisjunctiveConstraint
-
- swigRelease(GlobalVehicleBreaksConstraint) - Static method in class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
-
- swigRelease(ImprovementSearchLimit) - Static method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
-
- swigRelease(IntBoolPair) - Static method in class com.google.ortools.constraintsolver.IntBoolPair
-
- swigRelease(IntervalVar) - Static method in class com.google.ortools.constraintsolver.IntervalVar
-
- swigRelease(IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.IntervalVarElement
-
- swigRelease(IntExpr) - Static method in class com.google.ortools.constraintsolver.IntExpr
-
- swigRelease(IntTupleSet) - Static method in class com.google.ortools.constraintsolver.IntTupleSet
-
- swigRelease(IntVar) - Static method in class com.google.ortools.constraintsolver.IntVar
-
- swigRelease(IntVarElement) - Static method in class com.google.ortools.constraintsolver.IntVarElement
-
- swigRelease(IntVarIterator) - Static method in class com.google.ortools.constraintsolver.IntVarIterator
-
- swigRelease(IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
-
- swigRelease(IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
- swigRelease(LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.LocalSearchFilter
-
- swigRelease(LocalSearchFilterManager.FilterEvent) - Static method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
-
- swigRelease(LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
-
- swigRelease(LocalSearchMonitor) - Static method in class com.google.ortools.constraintsolver.LocalSearchMonitor
-
- swigRelease(LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.LocalSearchOperator
-
- swigRelease(LocalSearchOperatorState) - Static method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
-
- swigRelease(LocalSearchPhaseParameters) - Static method in class com.google.ortools.constraintsolver.LocalSearchPhaseParameters
-
- swigRelease(ModelCache) - Static method in class com.google.ortools.constraintsolver.ModelCache
-
- swigRelease(ModelVisitor) - Static method in class com.google.ortools.constraintsolver.ModelVisitor
-
- swigRelease(NodeNeighborIterator) - Static method in class com.google.ortools.constraintsolver.NodeNeighborIterator
-
- swigRelease(ObjectiveMonitor) - Static method in class com.google.ortools.constraintsolver.ObjectiveMonitor
-
- swigRelease(OptimizeVar) - Static method in class com.google.ortools.constraintsolver.OptimizeVar
-
- swigRelease(Pack) - Static method in class com.google.ortools.constraintsolver.Pack
-
- swigRelease(PathsMetadata) - Static method in class com.google.ortools.constraintsolver.PathsMetadata
-
- swigRelease(PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.PropagationBaseObject
-
- swigRelease(PropagationMonitor) - Static method in class com.google.ortools.constraintsolver.PropagationMonitor
-
- swigRelease(RegularLimit) - Static method in class com.google.ortools.constraintsolver.RegularLimit
-
- swigRelease(RevBool) - Static method in class com.google.ortools.constraintsolver.RevBool
-
- swigRelease(RevInteger) - Static method in class com.google.ortools.constraintsolver.RevInteger
-
- swigRelease(RevLong) - Static method in class com.google.ortools.constraintsolver.RevLong
-
- swigRelease(RevPartialSequence) - Static method in class com.google.ortools.constraintsolver.RevPartialSequence
-
- swigRelease(RoutingDimension) - Static method in class com.google.ortools.constraintsolver.RoutingDimension
-
- swigRelease(RoutingIndexManager) - Static method in class com.google.ortools.constraintsolver.RoutingIndexManager
-
- swigRelease(RoutingModel.NodeNeighborsByCostClass) - Static method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsByCostClass
-
- swigRelease(RoutingModel.NodeNeighborsParameters) - Static method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsParameters
-
- swigRelease(RoutingModel.PickupDeliveryPosition) - Static method in class com.google.ortools.constraintsolver.RoutingModel.PickupDeliveryPosition
-
- swigRelease(RoutingModel.ResourceGroup.Attributes) - Static method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Attributes
-
- swigRelease(RoutingModel.ResourceGroup.Resource) - Static method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Resource
-
- swigRelease(RoutingModel.ResourceGroup) - Static method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
-
- swigRelease(RoutingModel.SecondaryOptimizer) - Static method in class com.google.ortools.constraintsolver.RoutingModel.SecondaryOptimizer
-
- swigRelease(RoutingModel) - Static method in class com.google.ortools.constraintsolver.RoutingModel
-
- swigRelease(RoutingModel.VariableValuePair) - Static method in class com.google.ortools.constraintsolver.RoutingModel.VariableValuePair
-
- swigRelease(RoutingModel.VehicleTypeContainer) - Static method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
-
- swigRelease(RoutingModel.VehicleTypeContainer.VehicleClassEntry) - Static method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
-
- swigRelease(RoutingModelVisitor) - Static method in class com.google.ortools.constraintsolver.RoutingModelVisitor
-
- swigRelease(SearchLimit) - Static method in class com.google.ortools.constraintsolver.SearchLimit
-
- swigRelease(SearchLog) - Static method in class com.google.ortools.constraintsolver.SearchLog
-
- swigRelease(SearchMonitor) - Static method in class com.google.ortools.constraintsolver.SearchMonitor
-
- swigRelease(SequenceVar) - Static method in class com.google.ortools.constraintsolver.SequenceVar
-
- swigRelease(SequenceVarElement) - Static method in class com.google.ortools.constraintsolver.SequenceVarElement
-
- swigRelease(SimpleBoundCosts) - Static method in class com.google.ortools.constraintsolver.SimpleBoundCosts
-
- swigRelease(SolutionCollector) - Static method in class com.google.ortools.constraintsolver.SolutionCollector
-
- swigRelease(SolutionPool) - Static method in class com.google.ortools.constraintsolver.SolutionPool
-
- swigRelease(Solver.IntegerCastInfo) - Static method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
-
- swigRelease(Solver) - Static method in class com.google.ortools.constraintsolver.Solver
-
- swigRelease(SWIGTYPE_p_absl__Duration) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__Duration
-
- swigRelease(SWIGTYPE_p_absl__flat_hash_setT_int_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_int_t
-
- swigRelease(SWIGTYPE_p_absl__flat_hash_setT_operations_research__IntVar_p_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_operations_research__IntVar_p_t
-
- swigRelease(SWIGTYPE_p_absl__flat_hash_setT_RoutingDimensionIndex_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_RoutingDimensionIndex_t
-
- swigRelease(SWIGTYPE_p_absl__SpanT_int_const_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__SpanT_int_const_t
-
- swigRelease(SWIGTYPE_p_absl__SpanT_long_const_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__SpanT_long_const_t
-
- swigRelease(SWIGTYPE_p_double) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_double
-
- swigRelease(SWIGTYPE_p_long) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_long
-
- swigRelease(SWIGTYPE_p_operations_research__AssignmentProto) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__AssignmentProto
-
- swigRelease(SWIGTYPE_p_operations_research__ConstraintSolverParameters) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__ConstraintSolverParameters
-
- swigRelease(SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer
-
- swigRelease(SWIGTYPE_p_operations_research__LocalDimensionCumulOptimizer) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__LocalDimensionCumulOptimizer
-
- swigRelease(SWIGTYPE_p_operations_research__RoutingSearchParameters) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__RoutingSearchParameters
-
- swigRelease(SWIGTYPE_p_std__atomicT_bool_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__atomicT_bool_t
-
- swigRelease(SWIGTYPE_p_std__dequeT_int_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__dequeT_int_t
-
- swigRelease(SWIGTYPE_p_std__functionT_bool_flongF_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_bool_flongF_t
-
- swigRelease(SWIGTYPE_p_std__functionT_FloatSlopePiecewiseLinearFunction_const_pflong_longF_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_FloatSlopePiecewiseLinearFunction_const_pflong_longF_t
-
- swigRelease(SWIGTYPE_p_std__functionT_std__optionalT_long_t_fstd__vectorT_long_t_const_RF_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_std__optionalT_long_t_fstd__vectorT_long_t_const_RF_t
-
- swigRelease(SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t
-
- swigRelease(SWIGTYPE_p_std__optionalT_long_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__optionalT_long_t
-
- swigRelease(SWIGTYPE_p_std__optionalT_operations_research__RoutingModel__PickupDeliveryPosition_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__optionalT_operations_research__RoutingModel__PickupDeliveryPosition_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_bool_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_bool_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_operations_research__BaseObjectiveMonitor_p_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__BaseObjectiveMonitor_p_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_p_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_p_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__ResourceGroup__Resource_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__ResourceGroup__Resource_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__VariableValuePair_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__VariableValuePair_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_std__pairT_long_long_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__pairT_long_long_t_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t
-
- swigRelease(SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t
-
- swigRelease(SWIGTYPE_p_util_intops__StrongVectorT_operations_research__RoutingModel__ResourceClassIndex_std__vectorT_int_t_t) - Static method in class com.google.ortools.constraintsolver.SWIGTYPE_p_util_intops__StrongVectorT_operations_research__RoutingModel__ResourceClassIndex_std__vectorT_int_t_t
-
- swigRelease(SymmetryBreaker) - Static method in class com.google.ortools.constraintsolver.SymmetryBreaker
-
- swigRelease(TypeIncompatibilityChecker) - Static method in class com.google.ortools.constraintsolver.TypeIncompatibilityChecker
-
- swigRelease(TypeRegulationsChecker) - Static method in class com.google.ortools.constraintsolver.TypeRegulationsChecker
-
- swigRelease(TypeRegulationsConstraint) - Static method in class com.google.ortools.constraintsolver.TypeRegulationsConstraint
-
- swigRelease(TypeRequirementChecker) - Static method in class com.google.ortools.constraintsolver.TypeRequirementChecker
-
- swigRelease(LinearSumAssignment) - Static method in class com.google.ortools.graph.LinearSumAssignment
-
- swigRelease(MaxFlow) - Static method in class com.google.ortools.graph.MaxFlow
-
- swigRelease(MinCostFlow) - Static method in class com.google.ortools.graph.MinCostFlow
-
- swigRelease(MinCostFlowBase) - Static method in class com.google.ortools.graph.MinCostFlowBase
-
- swigRelease(CppBridge) - Static method in class com.google.ortools.init.CppBridge
-
- swigRelease(CppFlags) - Static method in class com.google.ortools.init.CppFlags
-
- swigRelease(OrToolsVersion) - Static method in class com.google.ortools.init.OrToolsVersion
-
- swigRelease(MPConstraint) - Static method in class com.google.ortools.linearsolver.MPConstraint
-
- swigRelease(MPModelExportOptions) - Static method in class com.google.ortools.linearsolver.MPModelExportOptions
-
- swigRelease(MPObjective) - Static method in class com.google.ortools.linearsolver.MPObjective
-
- swigRelease(MPSolver) - Static method in class com.google.ortools.linearsolver.MPSolver
-
- swigRelease(MPSolverParameters) - Static method in class com.google.ortools.linearsolver.MPSolverParameters
-
- swigRelease(MPVariable) - Static method in class com.google.ortools.linearsolver.MPVariable
-
- swigRelease(ModelBuilderHelper) - Static method in class com.google.ortools.modelbuilder.ModelBuilderHelper
-
- swigRelease(ModelSolverHelper) - Static method in class com.google.ortools.modelbuilder.ModelSolverHelper
-
- swigRelease(CpSatHelper) - Static method in class com.google.ortools.sat.CpSatHelper
-
- swigRelease(SolutionCallback) - Static method in class com.google.ortools.sat.SolutionCallback
-
- swigRelease(SolveWrapper) - Static method in class com.google.ortools.sat.SolveWrapper
-
- swigRelease(Domain) - Static method in class com.google.ortools.util.Domain
-
- swigRelease(SortedDisjointIntervalList) - Static method in class com.google.ortools.util.SortedDisjointIntervalList
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.BaseLns
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.ChangeValue
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.Decision
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.DecisionBuilder
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.DecisionVisitor
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.SearchMonitor
-
- swigReleaseOwnership() - Method in class com.google.ortools.constraintsolver.SymmetryBreaker
-
- swigReleaseOwnership() - Method in class com.google.ortools.sat.SolutionCallback
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.BaseLns
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.ChangeValue
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.Decision
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.DecisionBuilder
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.DecisionVisitor
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.SearchMonitor
-
- swigTakeOwnership() - Method in class com.google.ortools.constraintsolver.SymmetryBreaker
-
- swigTakeOwnership() - Method in class com.google.ortools.sat.SolutionCallback
-
- swigToEnum(int) - Static method in enum com.google.ortools.algorithms.KnapsackSolver.SolverType
-
- swigToEnum(int) - Static method in enum com.google.ortools.graph.LinearSumAssignment.Status
-
- swigToEnum(int) - Static method in enum com.google.ortools.graph.MaxFlow.Status
-
- swigToEnum(int) - Static method in enum com.google.ortools.graph.MinCostFlowBase.Status
-
- swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolver.BasisStatus
-
- swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
-
- swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolver.ResultStatus
-
- swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.DoubleParam
-
- swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.IncrementalityValues
-
- swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.IntegerParam
-
- swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.LpAlgorithmValues
-
- swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.PresolveValues
-
- swigToEnum(int) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.ScalingValues
-
- swigToEnum(int) - Static method in enum com.google.ortools.modelbuilder.SolveStatus
-
- SWIGTYPE_p_absl__Duration - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_absl__Duration(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__Duration
-
- SWIGTYPE_p_absl__Duration() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__Duration
-
- SWIGTYPE_p_absl__flat_hash_setT_int_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_absl__flat_hash_setT_int_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_int_t
-
- SWIGTYPE_p_absl__flat_hash_setT_int_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_int_t
-
- SWIGTYPE_p_absl__flat_hash_setT_operations_research__IntVar_p_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_absl__flat_hash_setT_operations_research__IntVar_p_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_operations_research__IntVar_p_t
-
- SWIGTYPE_p_absl__flat_hash_setT_operations_research__IntVar_p_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_operations_research__IntVar_p_t
-
- SWIGTYPE_p_absl__flat_hash_setT_RoutingDimensionIndex_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_absl__flat_hash_setT_RoutingDimensionIndex_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_RoutingDimensionIndex_t
-
- SWIGTYPE_p_absl__flat_hash_setT_RoutingDimensionIndex_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__flat_hash_setT_RoutingDimensionIndex_t
-
- SWIGTYPE_p_absl__SpanT_int_const_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_absl__SpanT_int_const_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__SpanT_int_const_t
-
- SWIGTYPE_p_absl__SpanT_int_const_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__SpanT_int_const_t
-
- SWIGTYPE_p_absl__SpanT_long_const_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_absl__SpanT_long_const_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__SpanT_long_const_t
-
- SWIGTYPE_p_absl__SpanT_long_const_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_absl__SpanT_long_const_t
-
- SWIGTYPE_p_double - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_double(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_double
-
- SWIGTYPE_p_double() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_double
-
- SWIGTYPE_p_long - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_long(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_long
-
- SWIGTYPE_p_long() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_long
-
- SWIGTYPE_p_operations_research__AssignmentProto - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_operations_research__AssignmentProto(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__AssignmentProto
-
- SWIGTYPE_p_operations_research__AssignmentProto() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__AssignmentProto
-
- SWIGTYPE_p_operations_research__ConstraintSolverParameters - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_operations_research__ConstraintSolverParameters(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__ConstraintSolverParameters
-
- SWIGTYPE_p_operations_research__ConstraintSolverParameters() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__ConstraintSolverParameters
-
- SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer
-
- SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__GlobalDimensionCumulOptimizer
-
- SWIGTYPE_p_operations_research__LocalDimensionCumulOptimizer - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_operations_research__LocalDimensionCumulOptimizer(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__LocalDimensionCumulOptimizer
-
- SWIGTYPE_p_operations_research__LocalDimensionCumulOptimizer() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__LocalDimensionCumulOptimizer
-
- SWIGTYPE_p_operations_research__RoutingSearchParameters - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_operations_research__RoutingSearchParameters(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__RoutingSearchParameters
-
- SWIGTYPE_p_operations_research__RoutingSearchParameters() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_operations_research__RoutingSearchParameters
-
- SWIGTYPE_p_std__atomicT_bool_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__atomicT_bool_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__atomicT_bool_t
-
- SWIGTYPE_p_std__atomicT_bool_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__atomicT_bool_t
-
- SWIGTYPE_p_std__dequeT_int_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__dequeT_int_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__dequeT_int_t
-
- SWIGTYPE_p_std__dequeT_int_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__dequeT_int_t
-
- SWIGTYPE_p_std__functionT_bool_flongF_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__functionT_bool_flongF_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_bool_flongF_t
-
- SWIGTYPE_p_std__functionT_bool_flongF_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_bool_flongF_t
-
- SWIGTYPE_p_std__functionT_FloatSlopePiecewiseLinearFunction_const_pflong_longF_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__functionT_FloatSlopePiecewiseLinearFunction_const_pflong_longF_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_FloatSlopePiecewiseLinearFunction_const_pflong_longF_t
-
- SWIGTYPE_p_std__functionT_FloatSlopePiecewiseLinearFunction_const_pflong_longF_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_FloatSlopePiecewiseLinearFunction_const_pflong_longF_t
-
- SWIGTYPE_p_std__functionT_std__optionalT_long_t_fstd__vectorT_long_t_const_RF_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__functionT_std__optionalT_long_t_fstd__vectorT_long_t_const_RF_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_std__optionalT_long_t_fstd__vectorT_long_t_const_RF_t
-
- SWIGTYPE_p_std__functionT_std__optionalT_long_t_fstd__vectorT_long_t_const_RF_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_std__optionalT_long_t_fstd__vectorT_long_t_const_RF_t
-
- SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t
-
- SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t
-
- SWIGTYPE_p_std__optionalT_long_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__optionalT_long_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__optionalT_long_t
-
- SWIGTYPE_p_std__optionalT_long_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__optionalT_long_t
-
- SWIGTYPE_p_std__optionalT_operations_research__RoutingModel__PickupDeliveryPosition_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__optionalT_operations_research__RoutingModel__PickupDeliveryPosition_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__optionalT_operations_research__RoutingModel__PickupDeliveryPosition_t
-
- SWIGTYPE_p_std__optionalT_operations_research__RoutingModel__PickupDeliveryPosition_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__optionalT_operations_research__RoutingModel__PickupDeliveryPosition_t
-
- SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t
-
- SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_absl__flat_hash_setT_int_t_t
-
- SWIGTYPE_p_std__vectorT_bool_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_bool_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_bool_t
-
- SWIGTYPE_p_std__vectorT_bool_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_bool_t
-
- SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t
-
- SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__Assignment_const_p_t
-
- SWIGTYPE_p_std__vectorT_operations_research__BaseObjectiveMonitor_p_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_operations_research__BaseObjectiveMonitor_p_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__BaseObjectiveMonitor_p_t
-
- SWIGTYPE_p_std__vectorT_operations_research__BaseObjectiveMonitor_p_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__BaseObjectiveMonitor_p_t
-
- SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t
-
- SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_const_p_t
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_p_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_p_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_p_t
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_p_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingDimension_p_t
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__ResourceGroup__Resource_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__ResourceGroup__Resource_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__ResourceGroup__Resource_t
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__ResourceGroup__Resource_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__ResourceGroup__Resource_t
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__VariableValuePair_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__VariableValuePair_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__VariableValuePair_t
-
- SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__VariableValuePair_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_operations_research__RoutingModel__VariableValuePair_t
-
- SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t
-
- SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t
-
- SWIGTYPE_p_std__vectorT_std__pairT_long_long_t_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_std__pairT_long_long_t_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__pairT_long_long_t_t
-
- SWIGTYPE_p_std__vectorT_std__pairT_long_long_t_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__pairT_long_long_t_t
-
- SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t
-
- SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t
-
- SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t
-
- SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_std__vectorT_std__unique_ptrT_operations_research__RoutingModel__ResourceGroup_t_t
-
- SWIGTYPE_p_util_intops__StrongVectorT_operations_research__RoutingModel__ResourceClassIndex_std__vectorT_int_t_t - Class in com.google.ortools.constraintsolver
-
- SWIGTYPE_p_util_intops__StrongVectorT_operations_research__RoutingModel__ResourceClassIndex_std__vectorT_int_t_t(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_util_intops__StrongVectorT_operations_research__RoutingModel__ResourceClassIndex_std__vectorT_int_t_t
-
- SWIGTYPE_p_util_intops__StrongVectorT_operations_research__RoutingModel__ResourceClassIndex_std__vectorT_int_t_t() - Constructor for class com.google.ortools.constraintsolver.SWIGTYPE_p_util_intops__StrongVectorT_operations_research__RoutingModel__ResourceClassIndex_std__vectorT_int_t_t
-
- swigValue() - Method in enum com.google.ortools.algorithms.KnapsackSolver.SolverType
-
- swigValue() - Method in enum com.google.ortools.graph.LinearSumAssignment.Status
-
- swigValue() - Method in enum com.google.ortools.graph.MaxFlow.Status
-
- swigValue() - Method in enum com.google.ortools.graph.MinCostFlowBase.Status
-
- swigValue() - Method in enum com.google.ortools.linearsolver.MPSolver.BasisStatus
-
- swigValue() - Method in enum com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
-
- swigValue() - Method in enum com.google.ortools.linearsolver.MPSolver.ResultStatus
-
- swigValue() - Method in enum com.google.ortools.linearsolver.MPSolverParameters.DoubleParam
-
- swigValue() - Method in enum com.google.ortools.linearsolver.MPSolverParameters.IncrementalityValues
-
- swigValue() - Method in enum com.google.ortools.linearsolver.MPSolverParameters.IntegerParam
-
- swigValue() - Method in enum com.google.ortools.linearsolver.MPSolverParameters.LpAlgorithmValues
-
- swigValue() - Method in enum com.google.ortools.linearsolver.MPSolverParameters.PresolveValues
-
- swigValue() - Method in enum com.google.ortools.linearsolver.MPSolverParameters.ScalingValues
-
- swigValue() - Method in enum com.google.ortools.modelbuilder.SolveStatus
-
- SWITCH_BRANCHES - Static variable in class com.google.ortools.constraintsolver.Solver
-
Applies right branch first.
- SYMMETRY_DETECTION_DETERMINISTIC_TIME_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SYMMETRY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
-
- SYMMETRY_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
-
- SymmetryBreaker - Class in com.google.ortools.constraintsolver
-
A symmetry breaker is an object that will visit a decision and
create the 'symmetrical' decision in return.
- SymmetryBreaker(long, boolean) - Constructor for class com.google.ortools.constraintsolver.SymmetryBreaker
-
- SymmetryBreaker() - Constructor for class com.google.ortools.constraintsolver.SymmetryBreaker
-
- SymmetryBreaker_addIntegerVariableEqualValueClause(long, SymmetryBreaker, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SymmetryBreaker_addIntegerVariableGreaterOrEqualValueClause(long, SymmetryBreaker, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SymmetryBreaker_addIntegerVariableLessOrEqualValueClause(long, SymmetryBreaker, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SymmetryBreaker_change_ownership(SymmetryBreaker, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SymmetryBreaker_director_connect(SymmetryBreaker, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SymmetryBreaker_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
-
- SymmetryProto - Class in com.google.ortools.sat
-
EXPERIMENTAL.
- SymmetryProto.Builder - Class in com.google.ortools.sat
-
EXPERIMENTAL.
- SymmetryProtoOrBuilder - Interface in com.google.ortools.sat
-
- SYNCHRONIZATION_TYPE_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
-
- synchronize(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
-
This method should not be overridden.
- synchronize(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
-
Synchronizes the filter with the current solution, delta being the
difference with the solution passed to the previous call to Synchronize()
or IncrementalSynchronize().
- synchronize(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
-
Synchronizes all filters to assignment.
- SYNCHRONIZE_ALL_VALUE - Static variable in enum com.google.ortools.bop.BopParameters.ThreadSynchronizationType
-
Synchronize all solvers.
- SYNCHRONIZE_ON_RIGHT_VALUE - Static variable in enum com.google.ortools.bop.BopParameters.ThreadSynchronizationType
-
Solver i synchronizes with solvers 0..i-1.
- syncNeeded(Assignment) - Method in class com.google.ortools.constraintsolver.SolutionPool
-
This method checks if the local solution needs to be updated with
an external one.