Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

ABS_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
ABSOLUTE_GAP_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.Constraint
Accepts the given visitor.
accept(DecisionVisitor) - Method in class com.google.ortools.constraintsolver.Decision
Accepts the given visitor.
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.IntervalVar
Accepts the given visitor.
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.IntExpr
Accepts the given visitor.
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.IntVar
Accepts the given visitor.
accept(Assignment, Assignment, long, long) - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
Accepts a "delta" given the assignment with which the filter has been
synchronized; the delta holds the variables which have been modified and
their new value.
accept(LocalSearchMonitor, Assignment, Assignment, long, long) - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
Returns true iff all filters return true, and the sum of their accepted
objectives is between objective_min and objective_max.
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.ObjectiveMonitor
 
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.Pack
 
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.RegularLimit
 
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.SearchMonitor
Accepts the given model visitor.
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.SequenceVar
Accepts the given visitor.
accept(ModelVisitor) - Method in class com.google.ortools.constraintsolver.Solver
Accepts the given model visitor.
ACCEPT_NEIGHBOR_DURATION_SECONDS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
ACCEPTANCE_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
AcceptanceStrategy - Class in com.google.ortools.constraintsolver
Determines when a neighbor solution, obtained by the application of a perturbation and improvement step to a reference solution, is used to replace the reference solution.
AcceptanceStrategy.Builder - Class in com.google.ortools.constraintsolver
Determines when a neighbor solution, obtained by the application of a perturbation and improvement step to a reference solution, is used to replace the reference solution.
AcceptanceStrategy.Value - Enum in com.google.ortools.constraintsolver
Protobuf enum operations_research.AcceptanceStrategy.Value
AcceptanceStrategyOrBuilder - Interface in com.google.ortools.constraintsolver
 
acceptDelta(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.ObjectiveMonitor
 
acceptDelta(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.SearchMonitor
 
acceptedNeighbors() - Method in class com.google.ortools.constraintsolver.Solver
The number of accepted neighbors.
acceptNeighbor() - Method in class com.google.ortools.constraintsolver.SearchMonitor
After accepting a neighbor during local search.
acceptSolution() - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
acceptSolution() - Method in class com.google.ortools.constraintsolver.SearchMonitor
This method is called when a solution is found.
AcceptUncheckedNeighbor() - Method in class com.google.ortools.constraintsolver.SearchLog
 
AcceptUncheckedNeighbor() - Method in class com.google.ortools.constraintsolver.SearchMonitor
After accepting an unchecked neighbor during local search.
activate(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
activate(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
activate(SequenceVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
activate() - Method in class com.google.ortools.constraintsolver.AssignmentElement
 
activate(long) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
activated(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
activated(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
activated(SequenceVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
activated() - Method in class com.google.ortools.constraintsolver.AssignmentElement
 
activated(long) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
activatedObjective() - Method in class com.google.ortools.constraintsolver.Assignment
 
ActivatedObjectiveFromIndex(int) - Method in class com.google.ortools.constraintsolver.Assignment
 
activateObjective() - Method in class com.google.ortools.constraintsolver.Assignment
 
ActivateObjectiveFromIndex(int) - Method in class com.google.ortools.constraintsolver.Assignment
 
ACTIVE_DUAL_VARIABLE_CHANGE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PointMetadata
 
ACTIVE_DUAL_VARIABLE_COUNT_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PointMetadata
 
ACTIVE_LITERALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ReservoirConstraintProto
 
ACTIVE_LOCK_BASED_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
Similar to lock based rounding except this only considers locks of active constraints from the last lp solve.
ACTIVE_PRIMAL_VARIABLE_CHANGE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PointMetadata
 
ACTIVE_PRIMAL_VARIABLE_COUNT_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PointMetadata
 
activeVar(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the active variable of the node corresponding to index.
activeVehicleVar(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the active variable of the vehicle.
ADAPTIVE_DISTANCE_BASED_VALUE - Static variable in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.RestartStrategy
A distance-based restarting scheme that restarts the algorithm whenever an appropriate potential function is reduced sufficiently.
ADAPTIVE_HEURISTIC_VALUE - Static variable in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.RestartStrategy
A heuristic that adaptively decides on every major iteration whether to restart (this is forced approximately on increasing powers-of-two iterations), and if so to the current or to the average, based on reduction in a potential function.
ADAPTIVE_LINESEARCH_PARAMETERS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
ADAPTIVE_LINESEARCH_RULE_VALUE - Static variable in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule
Applies the heuristic rule presented in Section 3.1 of https://arxiv.org/pdf/2106.04756.pdf (further generalized to QP).
AdaptiveLinesearchParams - Class in com.google.ortools.pdlp
At the end of each iteration, regardless of whether the step was accepted or not, the adaptive rule updates the step_size as the minimum of two potential step sizes defined by the following two exponents.
AdaptiveLinesearchParams.Builder - Class in com.google.ortools.pdlp
At the end of each iteration, regardless of whether the step was accepted or not, the adaptive rule updates the step_size as the minimum of two potential step sizes defined by the following two exponents.
AdaptiveLinesearchParamsOrBuilder - Interface in com.google.ortools.pdlp
 
add(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
add(IntVar[]) - Method in class com.google.ortools.constraintsolver.Assignment
 
add(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
add(IntervalVar[]) - Method in class com.google.ortools.constraintsolver.Assignment
 
add(SequenceVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
add(SequenceVar[]) - Method in class com.google.ortools.constraintsolver.Assignment
 
add(IntVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
add(IntervalVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
add(SequenceVar) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
add(IntVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
Add API.
add(IntVar[]) - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
add(IntervalVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
add(IntervalVar[]) - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
add(SequenceVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
add(SequenceVar[]) - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
add(LinearArgument) - Method in class com.google.ortools.modelbuilder.LinearExprBuilder
 
add(double) - Method in class com.google.ortools.modelbuilder.LinearExprBuilder
 
add(LinearArgument) - Method in class com.google.ortools.sat.LinearExprBuilder
 
add(long) - Method in class com.google.ortools.sat.LinearExprBuilder
 
ADD_CG_CUTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ADD_CLIQUE_CUTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ADD_LIN_MAX_CUTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ADD_LP_CONSTRAINTS_LAZILY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ADD_MIR_CUTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ADD_OBJECTIVE_CUT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ADD_RLT_CUTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ADD_ZERO_HALF_CUTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
addAbsEquality(LinearArgument, LinearArgument) - Method in class com.google.ortools.sat.CpModel
Adds target == Abs(expr).
addActiveLiterals(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
repeated int32 active_literals = 5;
addAdditionalSolutions(MPSolution) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.]
addAdditionalSolutions(int, MPSolution) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.]
addAdditionalSolutions(MPSolution.Builder) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.]
addAdditionalSolutions(int, MPSolution.Builder) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.]
addAdditionalSolutions(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.
addAdditionalSolutions(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.
addAdditionalSolutions(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.
addAdditionalSolutions(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.
addAdditionalSolutionsBuilder() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.]
addAdditionalSolutionsBuilder(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.]
addAdditionalSolutionsBuilder() - 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.
addAdditionalSolutionsBuilder(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.
addAllActiveLiterals(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
repeated int32 active_literals = 5;
addAllAdditionalSolutions(Iterable<? extends MPSolution>) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.]
addAllAdditionalSolutions(Iterable<? extends 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.
addAllAnnotation(Iterable<? extends MPModelProto.Annotation>) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
repeated .operations_research.MPModelProto.Annotation annotation = 9;
addAllArcs(Iterable<? extends FlowArcProto>) - Method in class com.google.ortools.graph.FlowModelProto.Builder
repeated .operations_research.FlowArcProto arcs = 2;
addAllAssumptions(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.CpModelProto.Builder
A list of literals.
addAllCoefficient(Iterable<? extends Double>) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
Must be finite.
addAllCoefficient(Iterable<? extends Double>) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Must be finite.
addAllCoefficient(Iterable<? extends Double>) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
Must be finite.
addAllCoefficients(Iterable<? extends Long>) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
repeated int64 coefficients = 2;
addAllCoefficients(Iterable<? extends Long>) - Method in class com.google.ortools.sat.LinearObjective.Builder
repeated int64 coefficients = 2;
addAllCoeffs(Iterable<? extends Long>) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
repeated int64 coeffs = 4;
addAllCoeffs(Iterable<? extends Double>) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
repeated double coeffs = 2;
addAllCoeffs(Iterable<? extends Long>) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
Same size as vars.
addAllCoeffs(Iterable<? extends Long>) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
repeated int64 coeffs = 2;
addAllConstraint(Iterable<? extends MPConstraintProto>) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
addAllConstraints(Iterable<? extends ConstraintProto>) - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
addAllConstraints(Iterable<? extends LinearBooleanConstraint>) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
The constraints of the problem.
addAllConstraintSolverStatistics(Iterable<? extends ConstraintSolverStatistics>) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
Constraint solver statistics.
addAllConvergenceInformation(Iterable<? extends 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.
addAllCycleSizes(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
repeated int32 cycle_sizes = 2;
addAllDemands(Iterable<? extends LinearExpressionProto>) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
Same size as intervals.
addAllDemands(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
EXPERIMENTAL.
addAllDifferent(LinearArgument[]) - Method in class com.google.ortools.sat.CpModel
Adds AllDifferent(expressions).
addAllDifferent(Iterable<? extends LinearArgument>) - Method in class com.google.ortools.sat.CpModel
Adds AllDifferent(expressions).
addAllDomain(Iterable<? extends Long>) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
If non-empty, only look for an objective value in the given domain.
addAllDomain(Iterable<? extends 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}].
addAllDomain(Iterable<? extends Long>) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
repeated int64 domain = 3;
addAllDualValue(Iterable<? extends Double>) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.]
addAllElement(Iterable<? extends Integer>) - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
The list of elements in the subset.
addAllEnforcementLiteral(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The constraint will be enforced iff all literals listed here are true.
addAllEntries(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
repeated int32 entries = 3;
addAllExprs(Iterable<? extends LinearExpressionProto>) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
addAllExprs(Iterable<? extends LinearExpressionProto>) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
The sequence of affine expressions (a * var + b).
addAllExprs(Iterable<? extends LinearExpressionProto>) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
If this is set, then the variables field must be empty.
addAllExprs(Iterable<? extends LinearExpressionProto>) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
addAllExprs(Iterable<? extends LinearExpressionProto>) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
addAllExprs(Iterable<? extends LinearExpressionProto>) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
addAllExtraSubsolvers(Iterable<String>) - Method in class com.google.ortools.sat.SatParameters.Builder
A convenient way to add more workers types.
addAllFDirect(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
repeated int32 f_direct = 1;
addAllFeasibilityPolishingDetails(Iterable<? extends 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.
addAllFilterSubsolvers(Iterable<String>) - Method in class com.google.ortools.sat.SatParameters.Builder
repeated string filter_subsolvers = 293;
addAllFinalStates(Iterable<? extends Long>) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 final_states = 3;
addAllFInverse(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
repeated int32 f_inverse = 2;
addAllFirstSolutionStatistics(Iterable<? extends LocalSearchStatistics.FirstSolutionStatistics>) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each first solution called during the search.
addAllGeneralConstraint(Iterable<? extends MPGeneralConstraintProto>) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
addAllHeads(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 heads = 4;
addAllHeads(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 heads = 2;
addAllIgnoreSubsolvers(Iterable<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.
addAllInfeasibilityInformation(Iterable<? extends 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).
addAllIntervals(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
repeated int32 intervals = 2;
addAllIntervals(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
repeated int32 intervals = 1;
addAllIterationStats(Iterable<? extends IterationStats>) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
addAllIterationStats(Iterable<? extends IterationStats>) - Method in class com.google.ortools.pdlp.SolveLog.Builder
A history of iteration stats for the solve.
addAllLevelChanges(Iterable<? extends LinearExpressionProto>) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
Currently, we only support constant level changes.
addAllLiterals(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
repeated int32 literals = 1;
addAllLiterals(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.BooleanAssignment.Builder
repeated int32 literals = 1;
addAllLiterals(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 literals = 5;
addAllLiterals(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
Linear terms involved in this constraint.
addAllLiterals(Iterable<? extends Integer>) - 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.
addAllLiterals(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 literals = 3;
addAllLocalCheapestInsertionSortingProperties(Iterable<? extends 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.
addAllLocalCheapestInsertionSortingPropertiesValue(Iterable<Integer>) - 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.
addAllLocalSearchFilterStatistics(Iterable<? extends LocalSearchStatistics.LocalSearchFilterStatistics>) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each filter called during the search.
addAllLocalSearchMetaheuristics(Iterable<? extends LocalSearchMetaheuristic.Value>) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Local search metaheuristics alternatively used to guide the search.
addAllLocalSearchMetaheuristicsValue(Iterable<Integer>) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Local search metaheuristics alternatively used to guide the search.
addAllLocalSearchOperatorStatistics(Iterable<? extends LocalSearchStatistics.LocalSearchOperatorStatistics>) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each operator called during the search.
addAllLocalSearchStatistics(Iterable<? extends LocalSearchStatistics>) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
Local search statistics for each solver context.
addAllMethods(Iterable<? extends BopOptimizerMethod>) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
addAllNodes(Iterable<? extends FlowNodeProto>) - Method in class com.google.ortools.graph.FlowModelProto.Builder
repeated .operations_research.FlowNodeProto nodes = 1;
addAllOrbitopes(Iterable<? extends DenseMatrixProto>) - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
addAllowedAssignments(LinearArgument[]) - Method in class com.google.ortools.sat.CpModel
Adds AllowedAssignments(expressions).
addAllowedAssignments(Iterable<? extends LinearArgument>) - Method in class com.google.ortools.sat.CpModel
Adds AllowedAssignments(expressions).
addAllPermutations(Iterable<? extends SparsePermutationProto>) - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
addAllPointMetadata(Iterable<? extends PointMetadata>) - Method in class com.google.ortools.pdlp.IterationStats.Builder
Auxiliary statistics for each type of point.
addAllQcoefficient(Iterable<? extends Double>) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Must be finite.
addAllQvar1Index(Iterable<? extends Integer>) - 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].
addAllQvar1Index(Iterable<? extends Integer>) - 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].
addAllQvar2Index(Iterable<? extends Integer>) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
repeated int32 qvar2_index = 4;
addAllQvar2Index(Iterable<? extends Integer>) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
repeated int32 qvar2_index = 2;
addAllRandomDualProjections(Iterable<? extends Double>) - Method in class com.google.ortools.pdlp.PointMetadata.Builder
Projections of the dual solution onto random planes.
addAllRandomPrimalProjections(Iterable<? extends Double>) - Method in class com.google.ortools.pdlp.PointMetadata.Builder
Projections of the primal solution onto random planes.
addAllRandomProjectionSeeds(Iterable<? extends Integer>) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
Seeds for generating (pseudo-)random projections of iterates during termination checks.
addAllReducedCost(Iterable<? extends Double>) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.]
addAllRestartAlgorithms(Iterable<? extends SatParameters.RestartAlgorithm>) - Method in class com.google.ortools.sat.SatParameters.Builder
The restart strategies will change each time the strategy_counter is increased.
addAllRuinStrategies(Iterable<? extends RuinStrategy>) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
List of ruin strategies determining how a reference solution is ruined.
addAllSearchStrategy(Iterable<? extends 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.
addAllSolution(Iterable<? extends Long>) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
A feasible solution to the given problem.
addAllSolverOptimizerSets(Iterable<? extends BopSolverOptimizerSet>) - Method in class com.google.ortools.bop.BopParameters.Builder
List of set of optimizers to be run by the solvers.
addAllSubset(Iterable<? extends SetCoverProto.Subset>) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
The list of subsets in the model.
addAllSubset(Iterable<? extends Integer>) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
The list of the subsets selected in the solution.
addAllSubsolverParams(Iterable<? extends SatParameters>) - Method in class com.google.ortools.sat.SatParameters.Builder
It is possible to specify additional subsolver configuration.
addAllSubsolvers(Iterable<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.
addAllSufficientAssumptionsForInfeasibility(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
A subset of the model "assumptions" field.
addAllSupport(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
Each cycle is listed one after the other in the support field.
addAllTails(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 tails = 3;
addAllTails(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 tails = 1;
addAllTightenedVariables(Iterable<? extends IntegerVariableProto>) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
addAllTimeExprs(Iterable<? extends LinearExpressionProto>) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
affine expressions.
addAllTransitionHead(Iterable<? extends Long>) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 transition_head = 5;
addAllTransitionLabel(Iterable<? extends Long>) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 transition_label = 6;
addAllTransitionTail(Iterable<? extends Long>) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
List of transitions (all 3 vectors have the same size).
addAllValues(Iterable<? extends Long>) - Method in class com.google.ortools.sat.CpSolverSolution.Builder
repeated int64 values = 1;
addAllValues(Iterable<? extends Long>) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
repeated int64 values = 2;
addAllValues(Iterable<? extends Long>) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated int64 values = 2;
addAllVariable(Iterable<? extends MPVariableProto>) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
addAllVariables(Iterable<? extends IntegerVariableProto>) - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
addAllVariables(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
The variables to be considered for the next decision.
addAllVariableValue(Iterable<? extends Double>) - Method in class com.google.ortools.linearsolver.MPSolution.Builder
repeated double variable_value = 2 [packed = true];
addAllVariableValue(Iterable<? extends Double>) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Variable values in the same order as the MPModelProto::variable field.
addAllVarIndex(Iterable<? extends Integer>) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
addAllVarIndex(Iterable<? extends Integer>) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
addAllVarIndex(Iterable<? extends Integer>) - 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.
addAllVarIndex(Iterable<? extends Integer>) - 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].
addAllVarIndex(Iterable<? extends Integer>) - 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.
addAllVarIndex(Iterable<? extends Integer>) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
repeated int32 var_index = 1 [packed = true];
addAllVarNames(Iterable<String>) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
The names of the problem variables.
addAllVars(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
Legacy field.
addAllVars(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
The linear terms of the objective to minimize.
addAllVars(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
Legacy field.
addAllVars(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
repeated int32 vars = 1;
addAllVars(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
repeated int32 vars = 1;
addAllVars(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
repeated int32 vars = 1;
addAllVars(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
repeated int32 vars = 1;
addAllVars(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
repeated int32 vars = 1;
addAllVars(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
Legacy field.
addAllVarValue(Iterable<? extends Double>) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
repeated double var_value = 2 [packed = true];
addAllWeight(Iterable<? extends Double>) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
Optional: SOS weights.
addAllXIntervals(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
repeated int32 x_intervals = 1;
addAllYIntervals(Iterable<? extends Integer>) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
Same size as x_intervals.
addAnnotation(MPModelProto.Annotation) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
repeated .operations_research.MPModelProto.Annotation annotation = 9;
addAnnotation(int, MPModelProto.Annotation) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
repeated .operations_research.MPModelProto.Annotation annotation = 9;
addAnnotation(MPModelProto.Annotation.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
repeated .operations_research.MPModelProto.Annotation annotation = 9;
addAnnotation(int, MPModelProto.Annotation.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
repeated .operations_research.MPModelProto.Annotation annotation = 9;
addAnnotationBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
repeated .operations_research.MPModelProto.Annotation annotation = 9;
addAnnotationBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
repeated .operations_research.MPModelProto.Annotation annotation = 9;
addArc(int, int, Literal) - Method in class com.google.ortools.sat.CircuitConstraint
Add an arc to the graph of the circuit constraint.
addArc(int, int, Literal) - Method in class com.google.ortools.sat.MultipleCircuitConstraint
Add an arc to the graph of the multiple circuit constraint.
addArcs(FlowArcProto) - Method in class com.google.ortools.graph.FlowModelProto.Builder
repeated .operations_research.FlowArcProto arcs = 2;
addArcs(int, FlowArcProto) - Method in class com.google.ortools.graph.FlowModelProto.Builder
repeated .operations_research.FlowArcProto arcs = 2;
addArcs(FlowArcProto.Builder) - Method in class com.google.ortools.graph.FlowModelProto.Builder
repeated .operations_research.FlowArcProto arcs = 2;
addArcs(int, FlowArcProto.Builder) - Method in class com.google.ortools.graph.FlowModelProto.Builder
repeated .operations_research.FlowArcProto arcs = 2;
addArcsBuilder() - Method in class com.google.ortools.graph.FlowModelProto.Builder
repeated .operations_research.FlowArcProto arcs = 2;
addArcsBuilder(int) - Method in class com.google.ortools.graph.FlowModelProto.Builder
repeated .operations_research.FlowArcProto arcs = 2;
addArcWithCapacity(int, int, long) - Method in class com.google.ortools.graph.MaxFlow
 
addArcWithCapacityAndUnitCost(int, int, long, long) - Method in class com.google.ortools.graph.MinCostFlow
 
addArcWithCost(int, int, long) - Method in class com.google.ortools.graph.LinearSumAssignment
 
addAssumption(Literal) - Method in class com.google.ortools.sat.CpModel
Adds a literal to the model as assumption
addAssumptions(Literal[]) - Method in class com.google.ortools.sat.CpModel
Adds multiple literals to the model as assumptions
addAssumptions(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
A list of literals.
addAtLeastOne(Literal[]) - Method in class com.google.ortools.sat.CpModel
Same as addBoolOr.
addAtLeastOne(Iterable<Literal>) - Method in class com.google.ortools.sat.CpModel
Same as addBoolOr.
addAtMostOne(Literal[]) - Method in class com.google.ortools.sat.CpModel
Adds AtMostOne(literals): Sum(literals) <= 1.
addAtMostOne(Iterable<Literal>) - Method in class com.google.ortools.sat.CpModel
Adds AtMostOne(literals): Sum(literals) <= 1.
addAtPosition(IntVar, int) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
Advanced usage: Adds element at a given position; position has to have
been allocated with AssignmentContainer::Resize() beforehand.
addAtPosition(IntervalVar, int) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
Advanced usage: Adds element at a given position; position has to have
been allocated with AssignmentContainer::Resize() beforehand.
addAtPosition(SequenceVar, int) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
Advanced usage: Adds element at a given position; position has to have
been allocated with AssignmentContainer::Resize() beforehand.
addAtSolutionCallback(Runnable, boolean) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a callback called each time a solution is found during the search.
addAtSolutionCallback(Runnable) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a callback called each time a solution is found during the search.
addAutomaton(LinearArgument[], long, long[]) - Method in class com.google.ortools.sat.CpModel
Adds an automaton constraint.
addAutomaton(Iterable<? extends LinearArgument>, long, long[]) - Method in class com.google.ortools.sat.CpModel
Adds an automaton constraint.
addBestBoundCallback(Consumer<Double>) - Method in class com.google.ortools.sat.SolveWrapper
 
addBoolAnd(Literal[]) - Method in class com.google.ortools.sat.CpModel
Adds And(literals) == true.
addBoolAnd(Iterable<Literal>) - Method in class com.google.ortools.sat.CpModel
Adds And(literals) == true.
addBoolOr(Literal[]) - Method in class com.google.ortools.sat.CpModel
Adds Or(literals) == true.
addBoolOr(Iterable<Literal>) - Method in class com.google.ortools.sat.CpModel
Adds Or(literals) == true.
addBoolXor(Literal[]) - Method in class com.google.ortools.sat.CpModel
Adds XOr(literals) == true.
addBoolXor(Iterable<Literal>) - Method in class com.google.ortools.sat.CpModel
Adds XOr(literals) == true.
addCastConstraint(CastConstraint, IntVar, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
Adds 'constraint' to the solver and marks it as a cast constraint, that
is, a constraint created calling Var() on an expression.
addCircuit() - Method in class com.google.ortools.sat.CpModel
Adds Circuit().
addCoefficient(double) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
Must be finite.
addCoefficient(double) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Must be finite.
addCoefficient(double) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
Must be finite.
addCoefficients(long) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
repeated int64 coefficients = 2;
addCoefficients(long) - Method in class com.google.ortools.sat.LinearObjective.Builder
repeated int64 coefficients = 2;
addCoeffs(long) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
repeated int64 coeffs = 4;
addCoeffs(double) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
repeated double coeffs = 2;
addCoeffs(long) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
Same size as vars.
addCoeffs(long) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
repeated int64 coeffs = 2;
addConstantDimension(long, long, boolean, String) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
addConstantDimensionWithSlack(long, long, long, boolean, String) - Method in class com.google.ortools.constraintsolver.RoutingModel
Creates a dimension where the transit variable is constrained to be
equal to 'value'; 'capacity' is the upper bound of the cumul variables.
addConstraint(Constraint) - Method in class com.google.ortools.constraintsolver.Solver
Adds the constraint 'c' to the model.
addConstraint(MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
addConstraint(int, MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
addConstraint(MPConstraintProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
addConstraint(int, MPConstraintProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
addConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
addConstraintBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
addConstraints(ConstraintProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
addConstraints(int, ConstraintProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
addConstraints(ConstraintProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
addConstraints(int, ConstraintProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
addConstraints(LinearBooleanConstraint) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
The constraints of the problem.
addConstraints(int, LinearBooleanConstraint) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
The constraints of the problem.
addConstraints(LinearBooleanConstraint.Builder) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
The constraints of the problem.
addConstraints(int, LinearBooleanConstraint.Builder) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
The constraints of the problem.
addConstraintsBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
addConstraintsBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
addConstraintsBuilder() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
The constraints of the problem.
addConstraintsBuilder(int) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
The constraints of the problem.
addConstraintSolverStatistics(ConstraintSolverStatistics) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
Constraint solver statistics.
addConstraintSolverStatistics(int, ConstraintSolverStatistics) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
Constraint solver statistics.
addConstraintSolverStatistics(ConstraintSolverStatistics.Builder) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
Constraint solver statistics.
addConstraintSolverStatistics(int, ConstraintSolverStatistics.Builder) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
Constraint solver statistics.
addConstraintSolverStatisticsBuilder() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
Constraint solver statistics.
addConstraintSolverStatisticsBuilder(int) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
Constraint solver statistics.
addConstraintTerm(int, int, double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 
addConvergenceInformation(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.
addConvergenceInformation(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.
addConvergenceInformation(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.
addConvergenceInformation(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.
addConvergenceInformationBuilder() - 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.
addConvergenceInformationBuilder(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.
addCountAssignedItemsDimension(IntVar) - Method in class com.google.ortools.constraintsolver.Pack
This dimension links 'count_var' to the actual number of items
assigned to a bin in the pack.
addCountUsedBinDimension(IntVar) - Method in class com.google.ortools.constraintsolver.Pack
This dimension links 'count_var' to the actual number of bins used in the
pack.
addCumulative(LinearArgument) - Method in class com.google.ortools.sat.CpModel
Adds Cumulative(capacity).
addCumulative(long) - Method in class com.google.ortools.sat.CpModel
Adds Cumulative(capacity).
addCycleSizes(int) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
repeated int32 cycle_sizes = 2;
addDecisionStrategy(LinearArgument[], DecisionStrategyProto.VariableSelectionStrategy, DecisionStrategyProto.DomainReductionStrategy) - Method in class com.google.ortools.sat.CpModel
Adds DecisionStrategy(expressions, varStr, domStr).
addDecisionStrategy(Iterable<? extends LinearArgument>, DecisionStrategyProto.VariableSelectionStrategy, DecisionStrategyProto.DomainReductionStrategy) - Method in class com.google.ortools.sat.CpModel
Adds DecisionStrategy(expressions, varStr, domStr).
addDemand(IntervalVar, LinearArgument) - Method in class com.google.ortools.sat.CumulativeConstraint
 
addDemand(IntervalVar, long) - Method in class com.google.ortools.sat.CumulativeConstraint
 
addDemands(IntervalVar[], LinearArgument[]) - Method in class com.google.ortools.sat.CumulativeConstraint
Adds all pairs (intervals[i], demands[i]) to the constraint.
addDemands(IntervalVar[], long[]) - Method in class com.google.ortools.sat.CumulativeConstraint
Adds all pairs (intervals[i], demands[i]) to the constraint.
addDemands(IntervalVar[], int[]) - Method in class com.google.ortools.sat.CumulativeConstraint
Adds all pairs (intervals[i], demands[i]) to the constraint.
addDemands(LinearExpressionProto) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
Same size as intervals.
addDemands(int, LinearExpressionProto) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
Same size as intervals.
addDemands(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
Same size as intervals.
addDemands(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
Same size as intervals.
addDemands(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
EXPERIMENTAL.
addDemandsBuilder() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
Same size as intervals.
addDemandsBuilder(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
Same size as intervals.
addDifferent(LinearArgument, long) - Method in class com.google.ortools.sat.CpModel
Adds {@code expr !
addDifferent(LinearArgument, LinearArgument) - Method in class com.google.ortools.sat.CpModel
Adds {@code left !
addDimension(int, long, long, boolean, String) - Method in class com.google.ortools.constraintsolver.RoutingModel
Model creation
Methods to add dimensions to routes; dimensions represent quantities
accumulated at nodes along the routes.
AddDimensionWithCumulDependentVehicleTransitAndCapacity(int[], int[], long, long[], boolean, String) - Method in class com.google.ortools.constraintsolver.RoutingModel
Creates a dimension where the transit variable on arc i->j is the sum of:
- A "fixed" transit value, obtained from the fixed_evaluator_index for
this vehicle, referencing evaluators in transit_evaluators_, and
- A FloatSlopePiecewiseLinearFunction of the cumul of node i, obtained
from the cumul_dependent_evaluator_index of this vehicle, pointing to
an evaluator in cumul_dependent_transit_evaluators_.
addDimensionWithVehicleCapacity(int, long, long[], boolean, String) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
addDimensionWithVehicleTransitAndCapacity(int[], long, long[], boolean, String) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
addDimensionWithVehicleTransits(int[], long, long, boolean, String) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
addDisjunction(long[], long, long, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a disjunction constraint on the indices: exactly 'max_cardinality' of
the indices are active.
addDisjunction(long[], long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a disjunction constraint on the indices: exactly 'max_cardinality' of
the indices are active.
addDisjunction(long[], long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a disjunction constraint on the indices: exactly 'max_cardinality' of
the indices are active.
addDisjunction(long[]) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a disjunction constraint on the indices: exactly 'max_cardinality' of
the indices are active.
addDivisionEquality(LinearArgument, LinearArgument, LinearArgument) - Method in class com.google.ortools.sat.CpModel
Adds target == num / denom, rounded towards 0.
addDomain(long) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
If non-empty, only look for an objective value in the given domain.
addDomain(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}].
addDomain(long) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
repeated int64 domain = 3;
addDualValue(double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.]
ADDED_TYPE_REMOVED_FROM_VEHICLE - Static variable in class com.google.ortools.constraintsolver.RoutingModel
When visited, one instance of type 'T' previously added to the route
(TYPE_ADDED_TO_VEHICLE), if any, is removed from the vehicle.
addElement(int) - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
The list of elements in the subset.
addElement(LinearArgument, LinearArgument[], LinearArgument) - Method in class com.google.ortools.sat.CpModel
Adds the element constraint: expressions[index] == target.
addElement(LinearArgument, Iterable<? extends LinearArgument>, LinearArgument) - Method in class com.google.ortools.sat.CpModel
Adds the element constraint: expressions[index] == target.
addElement(LinearArgument, long[], LinearArgument) - Method in class com.google.ortools.sat.CpModel
Adds the element constraint: values[index] == target.
addElement(LinearArgument, int[], LinearArgument) - Method in class com.google.ortools.sat.CpModel
Adds the element constraint: values[index] == target.
addEnforcedConstraintTerm(int, int, double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 
addEnforcedEquality(LinearArgument, double, Variable, boolean) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Adds ivar == iValue => expr == value.
addEnforcedEquality(LinearArgument, LinearArgument, Variable, boolean) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Adds ivar == iValue => left == right.
addEnforcedGreaterOrEqual(LinearArgument, double, Variable, boolean) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Adds ivar == iValue => expr >= value.
addEnforcedGreaterOrEqual(LinearArgument, LinearArgument, Variable, boolean) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Adds ivar == iValue => left >= right.
addEnforcedLessOrEqual(LinearArgument, double, Variable, boolean) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Adds ivar == iValue => expr <= value.
addEnforcedLessOrEqual(LinearArgument, LinearArgument, Variable, boolean) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Adds ivar == iValue => left <= right.
addEnforcedLinearConstraint(LinearArgument, double, double, Variable, boolean) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Adds ivar == iValue => lb <= expr <= ub.
addEnforcedLinearConstraint() - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 
addEnforcementLiteral(int) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The constraint will be enforced iff all literals listed here are true.
AddEnterSearchCallback(Runnable) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
addEntries(int) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
repeated int32 entries = 3;
addEquality(LinearArgument, double) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Adds expr == value.
addEquality(LinearArgument, LinearArgument) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Adds left == right.
addEquality(LinearArgument, long) - Method in class com.google.ortools.sat.CpModel
Adds expr == value.
addEquality(LinearArgument, LinearArgument) - Method in class com.google.ortools.sat.CpModel
Adds left == right.
addEvent(LinearArgument, long) - Method in class com.google.ortools.sat.ReservoirConstraint
Adds a mandatory event It will increase the used capacity by `levelChange` at time `time`.
addEvent(long, long) - Method in class com.google.ortools.sat.ReservoirConstraint
Adds a mandatory event at a fixed time It will increase the used capacity by `levelChange` at time `time`.
addExactlyOne(Literal[]) - Method in class com.google.ortools.sat.CpModel
Adds ExactlyOne(literals): Sum(literals) == 1.
addExactlyOne(Iterable<Literal>) - Method in class com.google.ortools.sat.CpModel
Adds ExactlyOne(literals): Sum(literals) == 1.
addExprs(LinearExpressionProto) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
addExprs(int, LinearExpressionProto) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
addExprs(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
addExprs(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
addExprs(LinearExpressionProto) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
The sequence of affine expressions (a * var + b).
addExprs(int, LinearExpressionProto) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
The sequence of affine expressions (a * var + b).
addExprs(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
The sequence of affine expressions (a * var + b).
addExprs(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
The sequence of affine expressions (a * var + b).
addExprs(LinearExpressionProto) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
If this is set, then the variables field must be empty.
addExprs(int, LinearExpressionProto) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
If this is set, then the variables field must be empty.
addExprs(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
If this is set, then the variables field must be empty.
addExprs(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
If this is set, then the variables field must be empty.
addExprs(LinearExpressionProto) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
addExprs(int, LinearExpressionProto) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
addExprs(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
addExprs(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
addExprs(LinearExpressionProto) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
addExprs(int, LinearExpressionProto) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
addExprs(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
addExprs(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
addExprs(LinearExpressionProto) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
addExprs(int, LinearExpressionProto) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
addExprs(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
addExprs(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
addExprsBuilder() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
addExprsBuilder(int) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
addExprsBuilder() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
The sequence of affine expressions (a * var + b).
addExprsBuilder(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
The sequence of affine expressions (a * var + b).
addExprsBuilder() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
If this is set, then the variables field must be empty.
addExprsBuilder(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
If this is set, then the variables field must be empty.
addExprsBuilder() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
addExprsBuilder(int) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
addExprsBuilder() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
addExprsBuilder(int) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
addExprsBuilder() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
addExprsBuilder(int) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
addExtraSubsolvers(String) - Method in class com.google.ortools.sat.SatParameters.Builder
A convenient way to add more workers types.
addExtraSubsolversBytes(ByteString) - Method in class com.google.ortools.sat.SatParameters.Builder
A convenient way to add more workers types.
addFDirect(int) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
repeated int32 f_direct = 1;
addFeasibilityPolishingDetails(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.
addFeasibilityPolishingDetails(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.
addFeasibilityPolishingDetails(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.
addFeasibilityPolishingDetails(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.
addFeasibilityPolishingDetailsBuilder() - Method in class com.google.ortools.pdlp.SolveLog.Builder
If solving with `use_feasibility_polishing`, details about the primal and dual feasibility polishing phases.
addFeasibilityPolishingDetailsBuilder(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.
addFilterSubsolvers(String) - Method in class com.google.ortools.sat.SatParameters.Builder
repeated string filter_subsolvers = 293;
addFilterSubsolversBytes(ByteString) - Method in class com.google.ortools.sat.SatParameters.Builder
repeated string filter_subsolvers = 293;
addFinalStates(long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 final_states = 3;
addFInverse(int) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
repeated int32 f_inverse = 2;
addFirstSolutionStatistics(LocalSearchStatistics.FirstSolutionStatistics) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each first solution called during the search.
addFirstSolutionStatistics(int, LocalSearchStatistics.FirstSolutionStatistics) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each first solution called during the search.
addFirstSolutionStatistics(LocalSearchStatistics.FirstSolutionStatistics.Builder) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each first solution called during the search.
addFirstSolutionStatistics(int, LocalSearchStatistics.FirstSolutionStatistics.Builder) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each first solution called during the search.
addFirstSolutionStatisticsBuilder() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each first solution called during the search.
addFirstSolutionStatisticsBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each first solution called during the search.
addForbiddenAssignments(LinearArgument[]) - Method in class com.google.ortools.sat.CpModel
Adds ForbiddenAssignments(expressions).
addForbiddenAssignments(Iterable<? extends LinearArgument>) - Method in class com.google.ortools.sat.CpModel
Adds ForbiddenAssignments(expressions).
addGeneralConstraint(MPGeneralConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
addGeneralConstraint(int, MPGeneralConstraintProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
addGeneralConstraint(MPGeneralConstraintProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
addGeneralConstraint(int, MPGeneralConstraintProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
addGeneralConstraintBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
addGeneralConstraintBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
addGreaterOrEqual(LinearArgument, double) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Adds expr >= value.
addGreaterOrEqual(LinearArgument, LinearArgument) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Adds left >= right.
addGreaterOrEqual(LinearArgument, long) - Method in class com.google.ortools.sat.CpModel
Adds expr >= value.
addGreaterOrEqual(LinearArgument, LinearArgument) - Method in class com.google.ortools.sat.CpModel
Adds left >= right.
addGreaterThan(LinearArgument, long) - Method in class com.google.ortools.sat.CpModel
Adds expr > value.
addGreaterThan(LinearArgument, LinearArgument) - Method in class com.google.ortools.sat.CpModel
Adds left > right.
addHardTypeIncompatibility(int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Incompatibilities:
Two nodes with "hard" incompatible types cannot share the same route at
all, while with a "temporal" incompatibility they can't be on the same
route at the same time.
addHeads(int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 heads = 4;
addHeads(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 heads = 2;
addHint(int, double) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 
addHint(IntVar, long) - Method in class com.google.ortools.sat.CpModel
Adds hinting to a variable
addHint(Literal, boolean) - Method in class com.google.ortools.sat.CpModel
Adds hinting to a literal
addIgnoreSubsolvers(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.
addIgnoreSubsolversBytes(ByteString) - 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.
addImplication(Literal, Literal) - Method in class com.google.ortools.sat.CpModel
Adds a => b.
addInfeasibilityInformation(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).
addInfeasibilityInformation(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).
addInfeasibilityInformation(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).
addInfeasibilityInformation(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).
addInfeasibilityInformationBuilder() - 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).
addInfeasibilityInformationBuilder(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).
addIntegerVariableEqualValueClause(IntVar, long) - Method in class com.google.ortools.constraintsolver.SymmetryBreaker
 
addIntegerVariableGreaterOrEqualValueClause(IntVar, long) - Method in class com.google.ortools.constraintsolver.SymmetryBreaker
 
addIntegerVariableLessOrEqualValueClause(IntVar, long) - Method in class com.google.ortools.constraintsolver.SymmetryBreaker
 
addIntervals(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
repeated int32 intervals = 2;
addIntervals(int) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
repeated int32 intervals = 1;
addIntervalToAssignment(IntervalVar) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
addInverse(IntVar[], IntVar[]) - Method in class com.google.ortools.sat.CpModel
Adds Inverse(variables, inverseVariables).
addIterationStats(IterationStats) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
addIterationStats(int, IterationStats) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
addIterationStats(IterationStats.Builder) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
addIterationStats(int, IterationStats.Builder) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
addIterationStats(IterationStats) - Method in class com.google.ortools.pdlp.SolveLog.Builder
A history of iteration stats for the solve.
addIterationStats(int, IterationStats) - Method in class com.google.ortools.pdlp.SolveLog.Builder
A history of iteration stats for the solve.
addIterationStats(IterationStats.Builder) - Method in class com.google.ortools.pdlp.SolveLog.Builder
A history of iteration stats for the solve.
addIterationStats(int, IterationStats.Builder) - Method in class com.google.ortools.pdlp.SolveLog.Builder
A history of iteration stats for the solve.
addIterationStatsBuilder() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
addIterationStatsBuilder(int) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
addIterationStatsBuilder() - Method in class com.google.ortools.pdlp.SolveLog.Builder
A history of iteration stats for the solve.
addIterationStatsBuilder(int) - Method in class com.google.ortools.pdlp.SolveLog.Builder
A history of iteration stats for the solve.
ADDITIONAL_SOLUTIONS_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
 
ADDITIONAL_SOLUTIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
additionWith(Domain) - Method in class com.google.ortools.util.Domain
Returns {x ∈ Int64, ∃ a ∈ D, ∃ b ∈ domain, x = a + b}.
addLessOrEqual(LinearArgument, double) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Adds expr <= value.
addLessOrEqual(LinearArgument, LinearArgument) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Adds left <= right.
addLessOrEqual(LinearArgument, long) - Method in class com.google.ortools.sat.CpModel
Adds expr <= value.
addLessOrEqual(LinearArgument, LinearArgument) - Method in class com.google.ortools.sat.CpModel
Adds left <= right.
addLessThan(LinearArgument, long) - Method in class com.google.ortools.sat.CpModel
Adds expr < value.
addLessThan(LinearArgument, LinearArgument) - Method in class com.google.ortools.sat.CpModel
Adds left < right.
addLevelChanges(LinearExpressionProto) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
Currently, we only support constant level changes.
addLevelChanges(int, LinearExpressionProto) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
Currently, we only support constant level changes.
addLevelChanges(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
Currently, we only support constant level changes.
addLevelChanges(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
Currently, we only support constant level changes.
addLevelChangesBuilder() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
Currently, we only support constant level changes.
addLevelChangesBuilder(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
Currently, we only support constant level changes.
addLinearConstraint(LinearArgument, double, double) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Adds lb <= expr <= ub.
addLinearConstraint() - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 
addLinearConstraint(LinearArgument, long, long) - Method in class com.google.ortools.sat.CpModel
Adds lb <= expr <= ub.
addLinearExpressionInDomain(LinearArgument, Domain) - Method in class com.google.ortools.sat.CpModel
Adds expr in domain.
addLiterals(int) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
repeated int32 literals = 1;
addLiterals(int) - Method in class com.google.ortools.sat.BooleanAssignment.Builder
repeated int32 literals = 1;
addLiterals(int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 literals = 5;
addLiterals(int) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
Linear terms involved in this constraint.
addLiterals(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.
addLiterals(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 literals = 3;
addLocalCheapestInsertionSortingProperties(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.
addLocalCheapestInsertionSortingPropertiesValue(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.
addLocalSearchFilter(LocalSearchFilter) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a custom local search filter to the list of filters used to speed up
local search by pruning unfeasible variable assignments.
addLocalSearchFilterStatistics(LocalSearchStatistics.LocalSearchFilterStatistics) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each filter called during the search.
addLocalSearchFilterStatistics(int, LocalSearchStatistics.LocalSearchFilterStatistics) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each filter called during the search.
addLocalSearchFilterStatistics(LocalSearchStatistics.LocalSearchFilterStatistics.Builder) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each filter called during the search.
addLocalSearchFilterStatistics(int, LocalSearchStatistics.LocalSearchFilterStatistics.Builder) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each filter called during the search.
addLocalSearchFilterStatisticsBuilder() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each filter called during the search.
addLocalSearchFilterStatisticsBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each filter called during the search.
addLocalSearchMetaheuristics(LocalSearchMetaheuristic.Value) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Local search metaheuristics alternatively used to guide the search.
addLocalSearchMetaheuristicsValue(int) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Local search metaheuristics alternatively used to guide the search.
addLocalSearchMonitor(LocalSearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
Adds the local search monitor to the solver.
addLocalSearchOperator(LocalSearchOperator) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a local search operator to the set of operators used to solve the
vehicle routing problem.
addLocalSearchOperatorStatistics(LocalSearchStatistics.LocalSearchOperatorStatistics) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each operator called during the search.
addLocalSearchOperatorStatistics(int, LocalSearchStatistics.LocalSearchOperatorStatistics) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each operator called during the search.
addLocalSearchOperatorStatistics(LocalSearchStatistics.LocalSearchOperatorStatistics.Builder) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each operator called during the search.
addLocalSearchOperatorStatistics(int, LocalSearchStatistics.LocalSearchOperatorStatistics.Builder) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each operator called during the search.
addLocalSearchOperatorStatisticsBuilder() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each operator called during the search.
addLocalSearchOperatorStatisticsBuilder(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each operator called during the search.
addLocalSearchStatistics(LocalSearchStatistics) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
Local search statistics for each solver context.
addLocalSearchStatistics(int, LocalSearchStatistics) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
Local search statistics for each solver context.
addLocalSearchStatistics(LocalSearchStatistics.Builder) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
Local search statistics for each solver context.
addLocalSearchStatistics(int, LocalSearchStatistics.Builder) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
Local search statistics for each solver context.
addLocalSearchStatisticsBuilder() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
Local search statistics for each solver context.
addLocalSearchStatisticsBuilder(int) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
Local search statistics for each solver context.
addLogCallback(Consumer<String>) - Method in class com.google.ortools.sat.SolveWrapper
 
addMapDomain(IntVar, Literal[], long) - Method in class com.google.ortools.sat.CpModel
Adds var == i + offset <=> booleans[i] == true for all i in [0, booleans.length).
addMatrixDimension(long[][], long, boolean, String) - Method in class com.google.ortools.constraintsolver.RoutingModel
Creates a dimension where the transit variable is constrained to be
equal to 'values[i][next(i)]' for node i; 'capacity' is the upper bound of
the cumul variables.
addMaxEquality(LinearArgument, LinearArgument[]) - Method in class com.google.ortools.sat.CpModel
Adds target == Max(vars).
addMaxEquality(LinearArgument, Iterable<? extends LinearArgument>) - Method in class com.google.ortools.sat.CpModel
Adds target == Max(exprs).
addMethods(BopOptimizerMethod) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
addMethods(int, BopOptimizerMethod) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
addMethods(BopOptimizerMethod.Builder) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
addMethods(int, BopOptimizerMethod.Builder) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
addMethodsBuilder() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
addMethodsBuilder(int) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
addMinEquality(LinearArgument, LinearArgument[]) - Method in class com.google.ortools.sat.CpModel
Adds target == Min(vars).
addMinEquality(LinearArgument, Iterable<? extends LinearArgument>) - Method in class com.google.ortools.sat.CpModel
Adds target == Min(exprs).
addModuloEquality(LinearArgument, LinearArgument, LinearArgument) - Method in class com.google.ortools.sat.CpModel
Adds target == var % mod.
addModuloEquality(LinearArgument, LinearArgument, long) - Method in class com.google.ortools.sat.CpModel
Adds target == var % mod.
addMultipleCircuit() - Method in class com.google.ortools.sat.CpModel
Adds MultipleCircuit().
addMultiplicationEquality(LinearArgument, LinearArgument[]) - Method in class com.google.ortools.sat.CpModel
Adds target == Product(exprs).
addMultiplicationEquality(LinearArgument, LinearArgument, LinearArgument) - Method in class com.google.ortools.sat.CpModel
Adds target == left * right.
addNodePrecedence(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
addNodes(FlowNodeProto) - Method in class com.google.ortools.graph.FlowModelProto.Builder
repeated .operations_research.FlowNodeProto nodes = 1;
addNodes(int, FlowNodeProto) - Method in class com.google.ortools.graph.FlowModelProto.Builder
repeated .operations_research.FlowNodeProto nodes = 1;
addNodes(FlowNodeProto.Builder) - Method in class com.google.ortools.graph.FlowModelProto.Builder
repeated .operations_research.FlowNodeProto nodes = 1;
addNodes(int, FlowNodeProto.Builder) - Method in class com.google.ortools.graph.FlowModelProto.Builder
repeated .operations_research.FlowNodeProto nodes = 1;
addNodesBuilder() - Method in class com.google.ortools.graph.FlowModelProto.Builder
repeated .operations_research.FlowNodeProto nodes = 1;
addNodesBuilder(int) - Method in class com.google.ortools.graph.FlowModelProto.Builder
repeated .operations_research.FlowNodeProto nodes = 1;
addNoOverlap(IntervalVar[]) - Method in class com.google.ortools.sat.CpModel
Adds NoOverlap(intervalVars).
addNoOverlap(Iterable<IntervalVar>) - Method in class com.google.ortools.sat.CpModel
Adds NoOverlap(intervalVars).
addNoOverlap2D() - Method in class com.google.ortools.sat.CpModel
Adds NoOverlap2D(xIntervals, yIntervals).
addObjective(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
addObjective(IntVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
AddObjectives(IntVar[]) - Method in class com.google.ortools.constraintsolver.Assignment
 
AddObjectives(IntVar[]) - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
addOptionalEvent(LinearExpr, long, Literal) - Method in class com.google.ortools.sat.ReservoirConstraint
Adds an optional event If `isActive` is true, It will increase the used capacity by `levelChange` at time `time`.
addOptionalEvent(long, long, Literal) - Method in class com.google.ortools.sat.ReservoirConstraint
Adds an optional event at a fixed time If `isActive` is true, It will increase the used capacity by `levelChange` at time `time`.
addOrbitopes(DenseMatrixProto) - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
addOrbitopes(int, DenseMatrixProto) - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
addOrbitopes(DenseMatrixProto.Builder) - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
addOrbitopes(int, DenseMatrixProto.Builder) - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
addOrbitopesBuilder() - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
addOrbitopesBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
addPermutations(SparsePermutationProto) - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
addPermutations(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.
addPermutations(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.
addPermutations(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.
addPermutationsBuilder() - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
addPermutationsBuilder(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
addPickupAndDelivery(long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Notifies that index1 and index2 form a pair of nodes which should belong
to the same route.
addPickupAndDeliverySets(int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Same as AddPickupAndDelivery but notifying that the performed node from
the disjunction of index 'pickup_disjunction' is on the same route as the
performed node from the disjunction of index 'delivery_disjunction'.
addPointMetadata(PointMetadata) - Method in class com.google.ortools.pdlp.IterationStats.Builder
Auxiliary statistics for each type of point.
addPointMetadata(int, PointMetadata) - Method in class com.google.ortools.pdlp.IterationStats.Builder
Auxiliary statistics for each type of point.
addPointMetadata(PointMetadata.Builder) - Method in class com.google.ortools.pdlp.IterationStats.Builder
Auxiliary statistics for each type of point.
addPointMetadata(int, PointMetadata.Builder) - Method in class com.google.ortools.pdlp.IterationStats.Builder
Auxiliary statistics for each type of point.
addPointMetadataBuilder() - Method in class com.google.ortools.pdlp.IterationStats.Builder
Auxiliary statistics for each type of point.
addPointMetadataBuilder(int) - Method in class com.google.ortools.pdlp.IterationStats.Builder
Auxiliary statistics for each type of point.
addPropagationMonitor(PropagationMonitor) - Method in class com.google.ortools.constraintsolver.Solver
Adds the propagation monitor to the solver.
addQcoefficient(double) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
Must be finite.
addQvar1Index(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].
addQvar1Index(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].
addQvar2Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
repeated int32 qvar2_index = 4;
addQvar2Index(int) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
repeated int32 qvar2_index = 2;
addRandomDualProjections(double) - Method in class com.google.ortools.pdlp.PointMetadata.Builder
Projections of the dual solution onto random planes.
addRandomPrimalProjections(double) - Method in class com.google.ortools.pdlp.PointMetadata.Builder
Projections of the primal solution onto random planes.
addRandomProjectionSeeds(int) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
Seeds for generating (pseudo-)random projections of iterates during termination checks.
addRectangle(IntervalVar, IntervalVar) - Method in class com.google.ortools.sat.NoOverlap2dConstraint
Adds a rectangle (xInterval, yInterval) to the constraint.
addReducedCost(double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.]
addRequiredTypeAlternativesWhenAddingType(int, SWIGTYPE_p_absl__flat_hash_setT_int_t) - Method in class com.google.ortools.constraintsolver.RoutingModel
If type_D depends on type_R when adding type_D, any node_D of type_D and
VisitTypePolicy TYPE_ADDED_TO_VEHICLE or
TYPE_SIMULTANEOUSLY_ADDED_AND_REMOVED requires at least one type_R on its
vehicle at the time node_D is visited.
addRequiredTypeAlternativesWhenRemovingType(int, SWIGTYPE_p_absl__flat_hash_setT_int_t) - Method in class com.google.ortools.constraintsolver.RoutingModel
The following requirements apply when visiting dependent nodes that remove
their type from the route, i.e. type_R must be on the vehicle when type_D
of VisitTypePolicy ADDED_TYPE_REMOVED_FROM_VEHICLE,
TYPE_ON_VEHICLE_UP_TO_VISIT or TYPE_SIMULTANEOUSLY_ADDED_AND_REMOVED is
visited.
addReservoirConstraint(long, long) - Method in class com.google.ortools.sat.CpModel
Adds a reservoir constraint with optional refill/emptying events.
AddResource(RoutingModel.ResourceGroup.Attributes, RoutingDimension) - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
Adds a Resource with the given attributes for the corresponding
dimension.
AddResourceGroup() - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a resource group to the routing model and returns a pointer to it.
addRestartAlgorithms(SatParameters.RestartAlgorithm) - Method in class com.google.ortools.sat.SatParameters.Builder
The restart strategies will change each time the strategy_counter is increased.
AddRestoreDimensionValuesResetCallback(Runnable) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
AddRouteConstraint(SWIGTYPE_p_std__functionT_std__optionalT_long_t_fstd__vectorT_long_t_const_RF_t, boolean) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
AddRouteConstraint(SWIGTYPE_p_std__functionT_std__optionalT_long_t_fstd__vectorT_long_t_const_RF_t) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
addRuinStrategies(RuinStrategy) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
List of ruin strategies determining how a reference solution is ruined.
addRuinStrategies(int, RuinStrategy) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
List of ruin strategies determining how a reference solution is ruined.
addRuinStrategies(RuinStrategy.Builder) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
List of ruin strategies determining how a reference solution is ruined.
addRuinStrategies(int, RuinStrategy.Builder) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
List of ruin strategies determining how a reference solution is ruined.
addRuinStrategiesBuilder() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
List of ruin strategies determining how a reference solution is ruined.
addRuinStrategiesBuilder(int) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
List of ruin strategies determining how a reference solution is ruined.
addSearchMonitor(SearchMonitor) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a search monitor to the search used to solve the routing model.
addSearchStrategy(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.
addSearchStrategy(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.
addSearchStrategy(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.
addSearchStrategy(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.
addSearchStrategyBuilder() - 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.
addSearchStrategyBuilder(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.
addSoftSameVehicleConstraint(long[], long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a soft constraint to force a set of variable indices to be on the
same vehicle.
addSolution(long) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
A feasible solution to the given problem.
addSolutionCallback(SolutionCallback) - Method in class com.google.ortools.sat.SolveWrapper
 
addSolverOptimizerSets(BopSolverOptimizerSet) - Method in class com.google.ortools.bop.BopParameters.Builder
List of set of optimizers to be run by the solvers.
addSolverOptimizerSets(int, BopSolverOptimizerSet) - Method in class com.google.ortools.bop.BopParameters.Builder
List of set of optimizers to be run by the solvers.
addSolverOptimizerSets(BopSolverOptimizerSet.Builder) - Method in class com.google.ortools.bop.BopParameters.Builder
List of set of optimizers to be run by the solvers.
addSolverOptimizerSets(int, BopSolverOptimizerSet.Builder) - Method in class com.google.ortools.bop.BopParameters.Builder
List of set of optimizers to be run by the solvers.
addSolverOptimizerSetsBuilder() - Method in class com.google.ortools.bop.BopParameters.Builder
List of set of optimizers to be run by the solvers.
addSolverOptimizerSetsBuilder(int) - Method in class com.google.ortools.bop.BopParameters.Builder
List of set of optimizers to be run by the solvers.
addSubset(SetCoverProto.Subset) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
The list of subsets in the model.
addSubset(int, SetCoverProto.Subset) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
The list of subsets in the model.
addSubset(SetCoverProto.Subset.Builder) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
The list of subsets in the model.
addSubset(int, SetCoverProto.Subset.Builder) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
The list of subsets in the model.
addSubset(int) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
The list of the subsets selected in the solution.
addSubsetBuilder() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
The list of subsets in the model.
addSubsetBuilder(int) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
The list of subsets in the model.
addSubsolverParams(SatParameters) - Method in class com.google.ortools.sat.SatParameters.Builder
It is possible to specify additional subsolver configuration.
addSubsolverParams(int, SatParameters) - Method in class com.google.ortools.sat.SatParameters.Builder
It is possible to specify additional subsolver configuration.
addSubsolverParams(SatParameters.Builder) - Method in class com.google.ortools.sat.SatParameters.Builder
It is possible to specify additional subsolver configuration.
addSubsolverParams(int, SatParameters.Builder) - Method in class com.google.ortools.sat.SatParameters.Builder
It is possible to specify additional subsolver configuration.
addSubsolverParamsBuilder() - Method in class com.google.ortools.sat.SatParameters.Builder
It is possible to specify additional subsolver configuration.
addSubsolverParamsBuilder(int) - Method in class com.google.ortools.sat.SatParameters.Builder
It is possible to specify additional subsolver configuration.
addSubsolvers(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.
addSubsolversBytes(ByteString) - 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.
addSufficientAssumptionsForInfeasibility(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
A subset of the model "assumptions" field.
addSum(LinearArgument[]) - Method in class com.google.ortools.modelbuilder.LinearExprBuilder
 
addSum(LinearArgument[]) - Method in class com.google.ortools.sat.LinearExprBuilder
 
addSumVariableWeightsLessOrEqualConstantDimension(IntVar[], long[]) - Method in class com.google.ortools.constraintsolver.Pack
This dimension imposes:
forall b in bins,
sum (i in items: usage[i] * is_assigned(i, b)) <= capacity[b]
where is_assigned(i, b) is true if and only if item i is assigned
to the bin b.
addSupport(int) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
Each cycle is listed one after the other in the support field.
addTails(int) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
repeated int32 tails = 3;
addTails(int) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
repeated int32 tails = 1;
addTemporalTypeIncompatibility(int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
addTerm(Variable, double) - Method in class com.google.ortools.modelbuilder.EnforcedLinearConstraint
Adds var * coeff to the constraint.
addTerm(Variable, double) - Method in class com.google.ortools.modelbuilder.LinearConstraint
Adds var * coeff to the constraint.
addTerm(LinearArgument, double) - Method in class com.google.ortools.modelbuilder.LinearExprBuilder
 
addTerm(LinearArgument, long) - Method in class com.google.ortools.sat.LinearExprBuilder
 
addTightenedVariables(IntegerVariableProto) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
addTightenedVariables(int, IntegerVariableProto) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
addTightenedVariables(IntegerVariableProto.Builder) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
addTightenedVariables(int, IntegerVariableProto.Builder) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
addTightenedVariablesBuilder() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
addTightenedVariablesBuilder(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
addTimeExprs(LinearExpressionProto) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
affine expressions.
addTimeExprs(int, LinearExpressionProto) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
affine expressions.
addTimeExprs(LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
affine expressions.
addTimeExprs(int, LinearExpressionProto.Builder) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
affine expressions.
addTimeExprsBuilder() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
affine expressions.
addTimeExprsBuilder(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
affine expressions.
addToAssignment(IntVar) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds an extra variable to the vehicle routing assignment.
addTransition(int, int, long) - Method in class com.google.ortools.sat.AutomatonConstraint
Adds a transitions to the automaton.
addTransitionHead(long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 transition_head = 5;
addTransitionLabel(long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
repeated int64 transition_label = 6;
addTransitionTail(long) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
List of transitions (all 3 vectors have the same size).
addTuple(int[]) - Method in class com.google.ortools.sat.TableConstraint
Adds a tuple of possible/forbidden values to the constraint.
addTuple(long[]) - Method in class com.google.ortools.sat.TableConstraint
Adds a tuple of possible/forbidden values to the constraint.
addTuples(int[][]) - Method in class com.google.ortools.sat.TableConstraint
Adds a list of tuples of possible/forbidden values to the constraint.
addTuples(long[][]) - Method in class com.google.ortools.sat.TableConstraint
Adds a list of tuples of possible/forbidden values to the constraint.
addValues(long) - Method in class com.google.ortools.sat.CpSolverSolution.Builder
repeated int64 values = 1;
addValues(long) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
repeated int64 values = 2;
addValues(long) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated int64 values = 2;
addVar() - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 
addVariable(MPVariableProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
addVariable(int, MPVariableProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
addVariable(MPVariableProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
addVariable(int, MPVariableProto.Builder) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
addVariableBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
addVariableBuilder(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
addVariableMaximizedByFinalizer(IntVar) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a variable to maximize in the solution finalizer (see above for
information on the solution finalizer).
addVariableMinimizedByFinalizer(IntVar) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a variable to minimize in the solution finalizer.
addVariables(IntegerVariableProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
addVariables(int, IntegerVariableProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
addVariables(IntegerVariableProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
addVariables(int, IntegerVariableProto.Builder) - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
addVariables(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
The variables to be considered for the next decision.
addVariablesBuilder() - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
addVariablesBuilder(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
addVariableTargetToFinalizer(IntVar, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Add a variable to set the closest possible to the target value in the
solution finalizer.
addVariableValue(double) - Method in class com.google.ortools.linearsolver.MPSolution.Builder
repeated double variable_value = 2 [packed = true];
addVariableValue(double) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
Variable values in the same order as the MPModelProto::variable field.
addVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
addVarIndex(int) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
Variable indices are relative to the "variable" field in MPModelProto.
addVarIndex(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.
addVarIndex(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].
addVarIndex(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.
addVarIndex(int) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
repeated int32 var_index = 1 [packed = true];
addVarNames(String) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
The names of the problem variables.
addVarNamesBytes(ByteString) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
The names of the problem variables.
addVars(IntVar[]) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
Add variables to "track" to the filter.
addVars(IntVar[]) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
addVars(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
Legacy field.
addVars(int) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
The linear terms of the objective to minimize.
addVars(int) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
Legacy field.
addVars(int) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
repeated int32 vars = 1;
addVars(int) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
repeated int32 vars = 1;
addVars(int) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
repeated int32 vars = 1;
addVars(int) - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
repeated int32 vars = 1;
addVars(int) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
repeated int32 vars = 1;
addVars(int) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
Legacy field.
addVarValue(double) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
repeated double var_value = 2 [packed = true];
addVectorDimension(long[], long, boolean, String) - Method in class com.google.ortools.constraintsolver.RoutingModel
Creates a dimension where the transit variable is constrained to be
equal to 'values[i]' for node i; 'capacity' is the upper bound of
the cumul variables.
addWeight(double) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
Optional: SOS weights.
addWeightedSum(LinearArgument[], double[]) - Method in class com.google.ortools.modelbuilder.LinearExprBuilder
 
addWeightedSum(LinearArgument[], int[]) - Method in class com.google.ortools.modelbuilder.LinearExprBuilder
 
addWeightedSum(LinearArgument[], long[]) - Method in class com.google.ortools.modelbuilder.LinearExprBuilder
 
addWeightedSum(LinearArgument[], long[]) - Method in class com.google.ortools.sat.LinearExprBuilder
 
addWeightedSum(LinearArgument[], int[]) - Method in class com.google.ortools.sat.LinearExprBuilder
 
addWeightedSumEqualVarDimension(long[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Pack
This dimension imposes that for all bins b, the weighted sum
(weights[i]) of all objects i assigned to 'b' is equal to loads[b].
addWeightedSumEqualVarDimension(LongBinaryOperator, IntVar[]) - Method in class com.google.ortools.constraintsolver.Pack
This dimension imposes that for all bins b, the weighted sum
(weights->Run(i, b)) of all objects i assigned to 'b' is equal to
loads[b].
addWeightedSumLessOrEqualConstantDimension(long[], long[]) - Method in class com.google.ortools.constraintsolver.Pack
Dimensions are additional constraints than can restrict what is
possible with the pack constraint.
addWeightedSumLessOrEqualConstantDimension(LongUnaryOperator, long[]) - Method in class com.google.ortools.constraintsolver.Pack
This dimension imposes that for all bins b, the weighted sum
(weights->Run(i)) of all objects i assigned to 'b' is less or
equal to 'bounds[b]'.
addWeightedSumLessOrEqualConstantDimension(LongBinaryOperator, long[]) - Method in class com.google.ortools.constraintsolver.Pack
This dimension imposes that for all bins b, the weighted sum
(weights->Run(i, b) of all objects i assigned to 'b' is less or
equal to 'bounds[b]'.
addWeightedSumOfAssignedDimension(long[], IntVar) - Method in class com.google.ortools.constraintsolver.Pack
This dimension enforces that cost_var == sum of weights[i] for
all objects 'i' assigned to a bin.
AddWeightedVariableMaximizedByFinalizer(IntVar, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a variable to maximize in the solution finalizer, with a weighted
priority: the higher the more priority it has.
AddWeightedVariableMinimizedByFinalizer(IntVar, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Adds a variable to minimize in the solution finalizer, with a weighted
priority: the higher the more priority it has.
AddWeightedVariableTargetToFinalizer(IntVar, long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Same as above with a weighted priority: the higher the cost, the more
priority it has to be set close to the target value.
addXIntervals(int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
repeated int32 x_intervals = 1;
addYIntervals(int) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
Same size as x_intervals.
affine(LinearArgument, double, double) - Static method in interface com.google.ortools.modelbuilder.LinearExpr
Shortcut for newBuilder().addTerm(expr, coeff).add(offset).build()
affine(IntVar, double, double) - Static method in class com.google.ortools.sat.DoubleLinearExpr
Creates an affine expression (var * coefficient + offset).
affine(Literal, double, double) - Static method in class com.google.ortools.sat.DoubleLinearExpr
Creates an affine expression (lit * coefficient + offset).
affine(LinearArgument, long, long) - Static method in interface com.google.ortools.sat.LinearExpr
Shortcut for newBuilder().addTerm(expr, coeff).add(offset).build()
AffineExpression - Class in com.google.ortools.modelbuilder
A specialized linear expression: a * x + b
AffineExpression(int, double, double) - Constructor for class com.google.ortools.modelbuilder.AffineExpression
 
AffineExpression - Class in com.google.ortools.sat
A specialized linear expression: a * x + b
AffineExpression(int, long, long) - Constructor for class com.google.ortools.sat.AffineExpression
 
afterDecision(Decision, boolean) - Method in class com.google.ortools.constraintsolver.SearchMonitor
Just after refuting or applying the decision, apply is true after Apply.
ALL_DIFF_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
ALL_UNPERFORMED_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
--- Path insertion heuristics --- Make all nodes inactive.
AllDifferentConstraintProto - Class in com.google.ortools.sat
All affine expressions must take different values.
AllDifferentConstraintProto.Builder - Class in com.google.ortools.sat
All affine expressions must take different values.
AllDifferentConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
ALLOW_SIMPLEX_ALGORITHM_CHANGE_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
allValues() - Static method in class com.google.ortools.util.Domain
Returns the full domain Int64.
ALSO_BUMP_VARIABLES_IN_CONFLICT_REASONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
AlternativeNodeIterator - Class in com.google.ortools.constraintsolver
 
AlternativeNodeIterator(long, boolean) - Constructor for class com.google.ortools.constraintsolver.AlternativeNodeIterator
 
AlternativeNodeIterator(boolean) - Constructor for class com.google.ortools.constraintsolver.AlternativeNodeIterator
 
AlternativeNodeIterator_GetValue(long, AlternativeNodeIterator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AlternativeNodeIterator_Next(long, AlternativeNodeIterator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ALWAYS_DO_VALUE - Static variable in enum com.google.ortools.glop.GlopParameters.SolverBehavior
ALWAYS_DO = 0;
AND_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
ANNOTATION_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
 
appendToFragment(int) - Method in class com.google.ortools.constraintsolver.BaseLns
 
apply(Solver) - Method in class com.google.ortools.constraintsolver.Decision
Apply will be called first when the decision is executed.
applyAsLong(int, int) - Method in interface com.google.ortools.constraintsolver.IntIntToLongFunction
Applies this function to the given arguments.
applyAsLong(long, long, long) - Method in interface com.google.ortools.constraintsolver.LongTernaryOperator
Applies this operator to the given operands.
applyBound() - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
ApplyChanges(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
applyDecision(Decision) - Method in class com.google.ortools.constraintsolver.SearchLog
 
applyDecision(Decision) - Method in class com.google.ortools.constraintsolver.SearchMonitor
Before applying the decision.
applyLocks(long[]) - Method in class com.google.ortools.constraintsolver.RoutingModel
Applies a lock chain to the next search.
applyLocksToAllVehicles(long[][], boolean) - Method in class com.google.ortools.constraintsolver.RoutingModel
Applies lock chains to all vehicles to the next search, such that locks[p]
is the lock chain for route p.
arcIsMoreConstrainedThanArc(long, long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns whether the arc from->to1 is more constrained than from->to2,
taking into account, in order:
- whether the destination node isn't an end node
- whether the destination node is mandatory
- whether the destination node is bound to the same vehicle as the source
- the "primary constrained" dimension (see SetPrimaryConstrainedDimension)
It then breaks ties using, in order:
- the arc cost (taking unperformed penalties into account)
- the size of the vehicle vars of "to1" and "to2" (lowest size wins)
- the value: the lowest value of the indices to1 and to2 wins.
ARCS_FIELD_NUMBER - Static variable in class com.google.ortools.graph.FlowModelProto
 
areAllBooleans(IntVar[]) - Static method in class com.google.ortools.constraintsolver.main
 
areAllBooleans(IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
areAllBound(IntVar[]) - Static method in class com.google.ortools.constraintsolver.main
 
areAllBound(IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
areAllBoundTo(IntVar[], long) - Static method in class com.google.ortools.constraintsolver.main
Returns true if all variables are assigned to 'value'.
areAllBoundTo(IntVar[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AreAllElementsBound() - Method in class com.google.ortools.constraintsolver.Assignment
 
AreAllElementsBound() - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
AreAllElementsBound() - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
AreAllElementsBound() - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
AreRoutesInterdependent(SWIGTYPE_p_operations_research__RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns true if routes are interdependent.
arity() - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
ARRAY_SPLIT_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
assign(int, int) - Method in class com.google.ortools.constraintsolver.Pack
 
ASSIGN_CENTER_VALUE - Static variable in class com.google.ortools.constraintsolver.Solver
Selects the first possible value which is the closest to the center
of the domain of the selected variable.
ASSIGN_MAX_VALUE - Static variable in class com.google.ortools.constraintsolver.Solver
Selects the max value of the selected variable.
ASSIGN_MIN_VALUE - Static variable in class com.google.ortools.constraintsolver.Solver
Selects the min value of the selected variable.
ASSIGN_RANDOM_VALUE - Static variable in class com.google.ortools.constraintsolver.Solver
Selects randomly one of the possible values of the selected variable.
assignAllPossibleToBin(int) - Method in class com.google.ortools.constraintsolver.Pack
 
assignAllRemainingItems() - Method in class com.google.ortools.constraintsolver.Pack
 
assignFirstPossibleToBin(int) - Method in class com.google.ortools.constraintsolver.Pack
 
Assignment - Class in com.google.ortools.constraintsolver
An Assignment is a variable -> domains mapping, used
to report solutions to the user.
Assignment(long, boolean) - Constructor for class com.google.ortools.constraintsolver.Assignment
 
Assignment(Solver) - Constructor for class com.google.ortools.constraintsolver.Assignment
 
Assignment(Assignment) - Constructor for class com.google.ortools.constraintsolver.Assignment
 
Assignment_activate__SWIG_0(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_activate__SWIG_1(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_activate__SWIG_2(long, Assignment, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_activated__SWIG_0(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_activated__SWIG_1(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_activated__SWIG_2(long, Assignment, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_activatedObjective(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_ActivatedObjectiveFromIndex(long, Assignment, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_activateObjective(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_ActivateObjectiveFromIndex(long, Assignment, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_add__SWIG_0(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_add__SWIG_1(long, Assignment, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_add__SWIG_2(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_add__SWIG_3(long, Assignment, IntervalVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_add__SWIG_4(long, Assignment, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_add__SWIG_5(long, Assignment, SequenceVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_addObjective(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_AddObjectives(long, Assignment, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_AreAllElementsBound(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_backwardSequence(long, Assignment, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_bound(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_clear(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_ClearObjective(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_contains__SWIG_0(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_contains__SWIG_1(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_contains__SWIG_2(long, Assignment, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_copy(long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_copyIntersection(long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_deactivate__SWIG_0(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_deactivate__SWIG_1(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_deactivate__SWIG_2(long, Assignment, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_deactivateObjective(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_DeactivateObjectiveFromIndex(long, Assignment, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_durationMax(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_durationMin(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_durationValue(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_empty(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_endMax(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_endMin(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_endValue(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_fastAdd__SWIG_0(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_fastAdd__SWIG_1(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_fastAdd__SWIG_2(long, Assignment, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ASSIGNMENT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearBooleanProblem
 
Assignment_forwardSequence(long, Assignment, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_hasObjective(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_HasObjectiveFromIndex(long, Assignment, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_intervalVarContainer(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_intVarContainer(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_load(long, Assignment, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_max(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_min(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_mutableIntervalVarContainer(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_mutableIntVarContainer(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_mutableSequenceVarContainer(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_numIntervalVars(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_numIntVars(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_NumObjectives(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_numSequenceVars(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_objective(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_objectiveBound(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_ObjectiveBoundFromIndex(long, Assignment, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_ObjectiveFromIndex(long, Assignment, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_objectiveMax(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_ObjectiveMaxFromIndex(long, Assignment, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_objectiveMin(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_ObjectiveMinFromIndex(long, Assignment, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_objectiveValue(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_ObjectiveValueFromIndex(long, Assignment, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_performedMax(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_performedMin(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_performedValue(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_restore(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_save__SWIG_0(long, Assignment, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_save__SWIG_1(long, Assignment, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_sequenceVarContainer(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setBackwardSequence(long, Assignment, long, SequenceVar, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setDurationMax(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setDurationMin(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setDurationRange(long, Assignment, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setDurationValue(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setEndMax(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setEndMin(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setEndRange(long, Assignment, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setEndValue(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setForwardSequence(long, Assignment, long, SequenceVar, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setMax(long, Assignment, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setMin(long, Assignment, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setObjectiveMax(long, Assignment, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_SetObjectiveMaxFromIndex(long, Assignment, int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setObjectiveMin(long, Assignment, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_SetObjectiveMinFromIndex(long, Assignment, int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setObjectiveRange(long, Assignment, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_SetObjectiveRangeFromIndex(long, Assignment, int, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setObjectiveValue(long, Assignment, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_SetObjectiveValueFromIndex(long, Assignment, int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setPerformedMax(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setPerformedMin(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setPerformedRange(long, Assignment, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setPerformedValue(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setRange(long, Assignment, long, IntVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setSequence(long, Assignment, long, SequenceVar, int[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setStartMax(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setStartMin(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setStartRange(long, Assignment, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setStartValue(long, Assignment, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setUnperformed(long, Assignment, long, SequenceVar, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_setValue(long, Assignment, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_size(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_startMax(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_startMin(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_startValue(long, Assignment, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_store(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_toString(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_unperformed(long, Assignment, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Assignment_value(long, Assignment, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentElement - Class in com.google.ortools.constraintsolver
 
AssignmentElement(long, boolean) - Constructor for class com.google.ortools.constraintsolver.AssignmentElement
 
AssignmentElement() - Constructor for class com.google.ortools.constraintsolver.AssignmentElement
 
AssignmentElement_activate(long, AssignmentElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentElement_activated(long, AssignmentElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentElement_deactivate(long, AssignmentElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer - Class in com.google.ortools.constraintsolver
 
AssignmentIntContainer(long, boolean) - Constructor for class com.google.ortools.constraintsolver.AssignmentIntContainer
 
AssignmentIntContainer() - Constructor for class com.google.ortools.constraintsolver.AssignmentIntContainer
 
AssignmentIntContainer_add(long, AssignmentIntContainer, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_addAtPosition(long, AssignmentIntContainer, long, IntVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_AreAllElementsBound(long, AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_clear(long, AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_contains(long, AssignmentIntContainer, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_copy(long, AssignmentIntContainer, long, AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_copyIntersection(long, AssignmentIntContainer, long, AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_element__SWIG_0(long, AssignmentIntContainer, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_element__SWIG_1(long, AssignmentIntContainer, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_empty(long, AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_fastAdd(long, AssignmentIntContainer, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_mutableElement__SWIG_0(long, AssignmentIntContainer, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_mutableElement__SWIG_1(long, AssignmentIntContainer, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_resize(long, AssignmentIntContainer, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_restore(long, AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_size(long, AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntContainer_store(long, AssignmentIntContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer - Class in com.google.ortools.constraintsolver
 
AssignmentIntervalContainer(long, boolean) - Constructor for class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
AssignmentIntervalContainer() - Constructor for class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
AssignmentIntervalContainer_add(long, AssignmentIntervalContainer, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_addAtPosition(long, AssignmentIntervalContainer, long, IntervalVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_AreAllElementsBound(long, AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_clear(long, AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_contains(long, AssignmentIntervalContainer, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_copy(long, AssignmentIntervalContainer, long, AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_copyIntersection(long, AssignmentIntervalContainer, long, AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_element__SWIG_0(long, AssignmentIntervalContainer, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_element__SWIG_1(long, AssignmentIntervalContainer, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_empty(long, AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_fastAdd(long, AssignmentIntervalContainer, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_mutableElement__SWIG_0(long, AssignmentIntervalContainer, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_mutableElement__SWIG_1(long, AssignmentIntervalContainer, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_resize(long, AssignmentIntervalContainer, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_restore(long, AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_size(long, AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentIntervalContainer_store(long, AssignmentIntervalContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer - Class in com.google.ortools.constraintsolver
 
AssignmentSequenceContainer(long, boolean) - Constructor for class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
AssignmentSequenceContainer() - Constructor for class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
AssignmentSequenceContainer_add(long, AssignmentSequenceContainer, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_addAtPosition(long, AssignmentSequenceContainer, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_AreAllElementsBound(long, AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_clear(long, AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_contains(long, AssignmentSequenceContainer, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_copy(long, AssignmentSequenceContainer, long, AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_copyIntersection(long, AssignmentSequenceContainer, long, AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_element__SWIG_0(long, AssignmentSequenceContainer, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_element__SWIG_1(long, AssignmentSequenceContainer, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_empty(long, AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_fastAdd(long, AssignmentSequenceContainer, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_mutableElement__SWIG_0(long, AssignmentSequenceContainer, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_mutableElement__SWIG_1(long, AssignmentSequenceContainer, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_resize(long, AssignmentSequenceContainer, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_restore(long, AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_size(long, AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
AssignmentSequenceContainer_store(long, AssignmentSequenceContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
assignmentToRoutes(Assignment, long[][]) - Method in class com.google.ortools.constraintsolver.RoutingModel
Converts the solution in the given assignment to routes for all vehicles.
assignVar(int, int) - Method in class com.google.ortools.constraintsolver.Pack
 
ASSUMPTIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
 
AT_MOST_ONE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
AT_MOST_ONE_MAX_EXPANSION_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
AT_SOLUTION - Static variable in class com.google.ortools.constraintsolver.Solver
After successful NextSolution and before EndSearch.
atSolution() - Method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
 
atSolution() - Method in class com.google.ortools.constraintsolver.ObjectiveMonitor
 
atSolution() - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
atSolution() - Method in class com.google.ortools.constraintsolver.SearchLog
 
atSolution() - Method in class com.google.ortools.constraintsolver.SearchMonitor
This method is called when a valid solution is found.
Attributes(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Attributes
 
Attributes() - Constructor for class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Attributes
 
Attributes(Domain, Domain) - Constructor for class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Attributes
 
AUTO_DETECT_GREATER_THAN_AT_LEAST_ONE_OF_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
AUTOMATIC_SEARCH_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SearchBranching
Try to fix all literals using the underlying SAT solver's heuristics, then generate and fix literals until integer variables are fixed.
AUTOMATIC_TEMPERATURES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
AUTOMATIC_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Lets the solver detect which strategy to use according to the model being solved.
AUTOMATIC_VALUE - Static variable in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Lets the solver select the metaheuristic.
AUTOMATIC_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.PairInsertionStrategy
Let the solver decide the set of positions and its ordering.
AUTOMATON_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
AutomatonConstraint - Class in com.google.ortools.sat
Specialized automaton constraint.
AutomatonConstraint(CpModelProto.Builder) - Constructor for class com.google.ortools.sat.AutomatonConstraint
 
AutomatonConstraintProto - Class in com.google.ortools.sat
This constraint forces a sequence of expressions to be accepted by an automaton.
AutomatonConstraintProto.Builder - Class in com.google.ortools.sat
This constraint forces a sequence of expressions to be accepted by an automaton.
AutomatonConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
AVG_NUM_REMOVED_VISITS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
AVOID_DATE - Static variable in class com.google.ortools.constraintsolver.Solver
STARTS_AFTER or ENDS_BEFORE, i.e. d is not in t.

B

backwardSequence(SequenceVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
backwardSequence() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
backwardSequence(int, SequenceVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
This is a shortcut to get the BackwardSequence of 'var' in the
nth solution.
balancing_decision() - Method in class com.google.ortools.constraintsolver.Solver
 
base_dimension() - Method in class com.google.ortools.constraintsolver.RoutingDimension
Returns the parent in the dependency tree if any or nullptr otherwise.
BaseIntExpr - Class in com.google.ortools.constraintsolver
 
BaseIntExpr(long, boolean) - Constructor for class com.google.ortools.constraintsolver.BaseIntExpr
 
BaseIntExpr_castToVar(long, BaseIntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseIntExpr_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseIntExpr_var(long, BaseIntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BASELINE_MODEL_FILE_PATH_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelDeltaProto
 
BaseLns - Class in com.google.ortools.constraintsolver
This is the base class for building an Lns operator.
BaseLns(long, boolean) - Constructor for class com.google.ortools.constraintsolver.BaseLns
 
BaseLns(IntVar[]) - Constructor for class com.google.ortools.constraintsolver.BaseLns
 
BaseLns_appendToFragment(long, BaseLns, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseLns_change_ownership(BaseLns, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseLns_director_connect(BaseLns, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseLns_fragmentSize(long, BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseLns_HasFragments(long, BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseLns_HasFragmentsSwigExplicitBaseLns(long, BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseLns_initFragments(long, BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseLns_initFragmentsSwigExplicitBaseLns(long, BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseLns_nextFragment(long, BaseLns) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseLns_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
baseName() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
baseName() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
Returns a base name for automatic naming.
BaseObject - Class in com.google.ortools.constraintsolver
A BaseObject is the root of all reversibly allocated objects.
BaseObject(long, boolean) - Constructor for class com.google.ortools.constraintsolver.BaseObject
 
BaseObject() - Constructor for class com.google.ortools.constraintsolver.BaseObject
 
BaseObject_toString(long, BaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseObjectiveMonitor - Class in com.google.ortools.constraintsolver
 
BaseObjectiveMonitor(long, boolean) - Constructor for class com.google.ortools.constraintsolver.BaseObjectiveMonitor
 
BaseObjectiveMonitor_BestValue(long, BaseObjectiveMonitor, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseObjectiveMonitor_is_active(long, BaseObjectiveMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseObjectiveMonitor_Maximize(long, BaseObjectiveMonitor, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseObjectiveMonitor_MinimizationVar(long, BaseObjectiveMonitor, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseObjectiveMonitor_ObjectiveVar(long, BaseObjectiveMonitor, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseObjectiveMonitor_set_active(long, BaseObjectiveMonitor, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseObjectiveMonitor_Size(long, BaseObjectiveMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseObjectiveMonitor_Step(long, BaseObjectiveMonitor, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BaseObjectiveMonitor_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BASIS_REFACTORIZATION_PERIOD_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
basisStatus() - Method in class com.google.ortools.linearsolver.MPConstraint
Advanced usage: returns the basis status of the constraint.
basisStatus() - Method in class com.google.ortools.linearsolver.MPVariable
Advanced usage: returns the basis status of the variable in the current
solution (only available for continuous problems).
beginAcceptNeighbor(LocalSearchOperator) - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
beginConstraintInitialPropagation(Constraint) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
Propagation events.
beginDemonRun(Demon) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
beginFail() - Method in class com.google.ortools.constraintsolver.SearchLog
 
beginFail() - Method in class com.google.ortools.constraintsolver.SearchMonitor
Just when the failure occurs.
beginFiltering(LocalSearchFilter) - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
beginFilterNeighbor(LocalSearchOperator) - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
beginInitialPropagation() - Method in class com.google.ortools.constraintsolver.SearchLog
 
beginInitialPropagation() - Method in class com.google.ortools.constraintsolver.SearchMonitor
Before the initial propagation.
beginMakeNextNeighbor(LocalSearchOperator) - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
beginNestedConstraintInitialPropagation(Constraint, Constraint) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
beginNextDecision(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.OptimizeVar
Internal methods.
beginNextDecision(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.SearchLimit
 
beginNextDecision(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.SearchMonitor
Before calling DecisionBuilder::Next.
beginOperatorStart() - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
Local search operator events.
beginVisitConstraint(String, Constraint) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
beginVisitExtension(String) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
beginVisitIntegerExpression(String, IntExpr) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
beginVisitModel(String) - Method in class com.google.ortools.constraintsolver.ModelVisitor
----- Virtual methods for visitors -----
Begin/End visit element.
best() - Method in class com.google.ortools.constraintsolver.OptimizeVar
Returns the best value found during search.
BEST_INSERTION_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Iteratively build a solution by inserting the cheapest node at its cheapest position; the cost of insertion is based on the global cost function of the routing model.
BEST_OBJECTIVE_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
 
BEST_OBJECTIVE_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
BEST_PICKUP_DELIVERY_PAIR_MULTITOUR_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.PairInsertionStrategy
Only consider insertion positions that are compatible with the multitour property, meaning a series of pickups may only start when the vehicle is not carrying any delivery.
BEST_PICKUP_DELIVERY_PAIR_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.PairInsertionStrategy
Consider all positions, by increasing by cost(pickup) + cost(delivery).
BEST_PICKUP_THEN_BEST_DELIVERY_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchParameters.PairInsertionStrategy
Consider all positions, by increasing (cost(pickup), cost(delivery)).
bestBound() - Method in class com.google.ortools.linearsolver.MPObjective
Returns the best objective bound.
bestObjectiveBound() - Method in class com.google.ortools.sat.CpSolver
Returns the best lower bound found when minimizing, of the best upper bound found when maximizing.
bestObjectiveBound() - Method in class com.google.ortools.sat.SolutionCallback
 
bestSolutionContains(int) - Method in class com.google.ortools.algorithms.KnapsackSolver
Returns true if the item 'item_id' is packed in the optimal knapsack.
BestValue(int) - Method in class com.google.ortools.constraintsolver.BaseObjectiveMonitor
 
BestValue(int) - Method in class com.google.ortools.constraintsolver.ObjectiveMonitor
 
BINARY_MINIMIZATION_ALGORITHM_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
BINARY_MINIMIZATION_FIRST_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
BINARY_MINIMIZATION_FIRST = 1;
BINARY_MINIMIZATION_FIRST_WITH_TRANSITIVE_REDUCTION_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
BINARY_MINIMIZATION_FIRST_WITH_TRANSITIVE_REDUCTION = 4;
BINARY_MINIMIZATION_WITH_REACHABILITY_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
BINARY_MINIMIZATION_WITH_REACHABILITY = 2;
BINARY_SEARCH_NUM_CONFLICTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
BIXBY_VALUE - Static variable in enum com.google.ortools.glop.GlopParameters.InitialBasisHeuristic
Use the heuristic described in: Robert E.
BLOCKING_RESTART_MULTIPLIER_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
BLOCKING_RESTART_WINDOW_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
BOOL_AND_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
BOOL_FALSE_VALUE - Static variable in enum com.google.ortools.util.OptionalBoolean
BOOL_FALSE = 2;
BOOL_OR_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
BOOL_TRUE_VALUE - Static variable in enum com.google.ortools.util.OptionalBoolean
BOOL_TRUE = 3;
BOOL_UNSPECIFIED_VALUE - Static variable in enum com.google.ortools.util.OptionalBoolean
BOOL_UNSPECIFIED = 0;
BOOL_XOR_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
BoolArgumentProto - Class in com.google.ortools.sat
Argument of the constraints of the form OP(literals).
BoolArgumentProto.Builder - Class in com.google.ortools.sat
Argument of the constraints of the form OP(literals).
BoolArgumentProtoOrBuilder - Interface in com.google.ortools.sat
 
BOOLEAN_ENCODING_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
BOOLEAN_VAR - Static variable in interface com.google.ortools.constraintsolver.mainConstants
 
BOOLEAN_VAR_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanAssignment - Class in com.google.ortools.sat
Stores an assignment of variables as a list of true literals using their signed representation.
BooleanAssignment.Builder - Class in com.google.ortools.sat
Stores an assignment of variables as a list of true literals using their signed representation.
BooleanAssignmentOrBuilder - Interface in com.google.ortools.sat
 
BooleanProblem - Class in com.google.ortools.sat
 
booleanValue(Literal) - Method in class com.google.ortools.sat.CpSolver
Returns the Boolean value of a literal in the last solution found.
booleanValue(Literal) - Method in class com.google.ortools.sat.CpSolverSolutionCallback
Returns the Boolean value of the literal in the current solution.
BooleanVar - Class in com.google.ortools.constraintsolver
 
BooleanVar(long, boolean) - Constructor for class com.google.ortools.constraintsolver.BooleanVar
 
BooleanVar_baseName(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_bound(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_contains(long, BooleanVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_isDifferent(long, BooleanVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_isEqual(long, BooleanVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_isGreaterOrEqual(long, BooleanVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_isLessOrEqual(long, BooleanVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_kUnboundBooleanVarValue_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_makeDomainIterator(long, BooleanVar, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_makeHoleIterator(long, BooleanVar, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_max(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_min(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_rawValue(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_removeInterval(long, BooleanVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_removeValue(long, BooleanVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_restoreValue(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_setMax(long, BooleanVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_setMin(long, BooleanVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_setRange(long, BooleanVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_size(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_toString(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_value(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_varType(long, BooleanVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_whenBound(long, BooleanVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_whenDomain(long, BooleanVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BooleanVar_whenRange(long, BooleanVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BoolVar - Class in com.google.ortools.sat
An Boolean variable.
BOP_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
BOP_INTEGER_PROGRAMMING = 12;
BopOptimizerMethod - Class in com.google.ortools.bop
Method used to optimize a solution in Bop.
BopOptimizerMethod.Builder - Class in com.google.ortools.bop
Method used to optimize a solution in Bop.
BopOptimizerMethod.OptimizerType - Enum in com.google.ortools.bop
Protobuf enum operations_research.bop.BopOptimizerMethod.OptimizerType
BopOptimizerMethodOrBuilder - Interface in com.google.ortools.bop
 
BopParameters - Class in com.google.ortools.bop
Contains the definitions for all the bop algorithm parameters and their default values.
BopParameters.Builder - Class in com.google.ortools.bop
Contains the definitions for all the bop algorithm parameters and their default values.
BopParameters.ThreadSynchronizationType - Enum in com.google.ortools.bop
Defines how the different solvers are synchronized during the search.
BopParametersOrBuilder - Interface in com.google.ortools.bop
 
BopParametersOuterClass - Class in com.google.ortools.bop
 
BopSolverOptimizerSet - Class in com.google.ortools.bop
Set of optimizer methods to be run by an instance of the portfolio optimizer.
BopSolverOptimizerSet.Builder - Class in com.google.ortools.bop
Set of optimizer methods to be run by an instance of the portfolio optimizer.
BopSolverOptimizerSetOrBuilder - Interface in com.google.ortools.bop
 
bound(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
bound() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
bound() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
bound() - Method in class com.google.ortools.constraintsolver.IntExpr
Returns true if the min and the max of the expression are equal.
bound() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
bound() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
BoundCost - Class in com.google.ortools.constraintsolver
A structure meant to store soft bounds and associated violation constants.
BoundCost(long, boolean) - Constructor for class com.google.ortools.constraintsolver.BoundCost
 
BoundCost() - Constructor for class com.google.ortools.constraintsolver.BoundCost
 
BoundCost(long, long) - Constructor for class com.google.ortools.constraintsolver.BoundCost
 
BoundCost_bound_get(long, BoundCost) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BoundCost_bound_set(long, BoundCost, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BoundCost_cost_get(long, BoundCost) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
BoundCost_cost_set(long, BoundCost, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
branches() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
branches(int) - Method in class com.google.ortools.constraintsolver.SolutionCollector
Returns the number of branches when the nth solution was found.
branches() - Method in class com.google.ortools.constraintsolver.Solver
The number of branches explored since the creation of the solver.
BRANCHES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RegularLimitParameters
 
BRANCHING_PRIORITY_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPVariableProto
 
build() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
 
build() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
 
build() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
 
build() - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
 
build() - Method in class com.google.ortools.bop.BopParameters.Builder
 
build() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
 
build() - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy.Builder
 
build() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
build() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
 
build() - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy.Builder
 
build() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
build() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
 
build() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
build() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
 
build() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
 
build() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
 
build() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
 
build() - Method in class com.google.ortools.constraintsolver.PerturbationStrategy.Builder
 
build() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy.Builder
 
build() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
build() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
build() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
build() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
build() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
build() - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus.Builder
 
build() - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy.Builder
 
build() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
 
build() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
 
build() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
 
build() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
 
build() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
 
build() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy.Builder
 
build() - Method in class com.google.ortools.glop.GlopParameters.Builder
 
build() - Method in class com.google.ortools.graph.FlowArcProto.Builder
 
build() - Method in class com.google.ortools.graph.FlowModelProto.Builder
 
build() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
build() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
build() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
build() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
build() - Method in class com.google.ortools.modelbuilder.AffineExpression
 
build() - Method in class com.google.ortools.modelbuilder.ConstantExpression
 
build() - Method in interface com.google.ortools.modelbuilder.LinearArgument
Builds a linear expression.
build() - Method in class com.google.ortools.modelbuilder.LinearExprBuilder
 
build() - Method in class com.google.ortools.modelbuilder.Variable
 
build() - Method in class com.google.ortools.modelbuilder.WeightedSumExpression
 
build() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams.Builder
 
build() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
 
build() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
 
build() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
 
build() - Method in class com.google.ortools.pdlp.IterationStats.Builder
 
build() - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
 
build() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
 
build() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
 
build() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
 
build() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
 
build() - Method in class com.google.ortools.pdlp.SolveLog.Builder
 
build() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
 
build() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
 
build() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria.Builder
 
build() - Method in class com.google.ortools.sat.AffineExpression
 
build() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
build() - Method in class com.google.ortools.sat.BooleanAssignment.Builder
 
build() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.ConstantExpression
 
build() - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.CpModelProto.Builder
 
build() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
build() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
build() - Method in class com.google.ortools.sat.CpSolverSolution.Builder
 
build() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
build() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
build() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
 
build() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
build() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.IntVar
 
build() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
build() - Method in interface com.google.ortools.sat.LinearArgument
Builds a linear expression.
build() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
build() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
 
build() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
 
build() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.LinearExprBuilder
 
build() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
build() - Method in class com.google.ortools.sat.LinearObjective.Builder
 
build() - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
 
build() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.NotBoolVar
 
build() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
build() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.SatParameters.Builder
 
build() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
build() - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
build() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
build() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
 
build() - Method in class com.google.ortools.sat.WeightedSumExpression
 
build() - Method in class com.google.ortools.util.Int128.Builder
 
buildComplementOnInterval(long, long) - Method in class com.google.ortools.util.SortedDisjointIntervalList
Builds the complement of the interval list on the interval [start, end].
buildPartial() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
 
buildPartial() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
 
buildPartial() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
 
buildPartial() - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
 
buildPartial() - Method in class com.google.ortools.bop.BopParameters.Builder
 
buildPartial() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.PerturbationStrategy.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
 
buildPartial() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy.Builder
 
buildPartial() - Method in class com.google.ortools.glop.GlopParameters.Builder
 
buildPartial() - Method in class com.google.ortools.graph.FlowArcProto.Builder
 
buildPartial() - Method in class com.google.ortools.graph.FlowModelProto.Builder
 
buildPartial() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
buildPartial() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
buildPartial() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams.Builder
 
buildPartial() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
 
buildPartial() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
 
buildPartial() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
 
buildPartial() - Method in class com.google.ortools.pdlp.IterationStats.Builder
 
buildPartial() - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
 
buildPartial() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
 
buildPartial() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
 
buildPartial() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
 
buildPartial() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
 
buildPartial() - Method in class com.google.ortools.pdlp.SolveLog.Builder
 
buildPartial() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
 
buildPartial() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
 
buildPartial() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria.Builder
 
buildPartial() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.BooleanAssignment.Builder
 
buildPartial() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.CpModelProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
buildPartial() - Method in class com.google.ortools.sat.CpSolverSolution.Builder
 
buildPartial() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
 
buildPartial() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
 
buildPartial() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.LinearObjective.Builder
 
buildPartial() - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
buildPartial() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.SatParameters.Builder
 
buildPartial() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
buildPartial() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
 
buildPartial() - Method in class com.google.ortools.util.Int128.Builder
 
BYPASS_FACTOR_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
BYTES_USED_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 

C

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
Deprecated.
operations_research.pdlp.TerminationCriteria.eps_optimal_absolute is deprecated. See ortools/pdlp/solvers.proto;l=147
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
Deprecated.
operations_research.pdlp.TerminationCriteria.eps_optimal_relative is deprecated. See ortools/pdlp/solvers.proto;l=154
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
 

D

DANTZIG_VALUE - Static variable in enum com.google.ortools.glop.GlopParameters.PricingRule
Strategy using only the reduced cost of a variable.
deactivate(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
deactivate(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
deactivate(SequenceVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
deactivate() - Method in class com.google.ortools.constraintsolver.AssignmentElement
 
deactivate(long) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
deactivateObjective() - Method in class com.google.ortools.constraintsolver.Assignment
 
DeactivateObjectiveFromIndex(int) - Method in class com.google.ortools.constraintsolver.Assignment
 
DEBUG_CRASH_IF_PRESOLVE_BREAKS_HINT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
DEBUG_CRASH_ON_BAD_HINT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
DEBUG_MAX_NUM_PRESOLVE_OPERATIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
DEBUG_POSTSOLVE_WITH_FULL_SOLVER_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
debugOutputAssignment(Assignment, String) - Method in class com.google.ortools.constraintsolver.RoutingModel
Print some debugging information about an assignment, including the
feasible intervals of the CumulVar for dimension "dimension_to_print"
at each step of the routes.
Decision - Class in com.google.ortools.constraintsolver
A Decision represents a choice point in the search tree.
Decision(long, boolean) - Constructor for class com.google.ortools.constraintsolver.Decision
 
Decision() - Constructor for class com.google.ortools.constraintsolver.Decision
 
Decision_accept(long, Decision, long, DecisionVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Decision_acceptSwigExplicitDecision(long, Decision, long, DecisionVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Decision_apply(long, Decision, long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Decision_change_ownership(Decision, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Decision_director_connect(Decision, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Decision_refute(long, Decision, long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Decision_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Decision_toString(long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Decision_toStringSwigExplicitDecision(long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionBuilder - Class in com.google.ortools.constraintsolver
A DecisionBuilder is responsible for creating the search tree.
DecisionBuilder(long, boolean) - Constructor for class com.google.ortools.constraintsolver.DecisionBuilder
 
DecisionBuilder() - Constructor for class com.google.ortools.constraintsolver.DecisionBuilder
 
DecisionBuilder_change_ownership(DecisionBuilder, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionBuilder_director_connect(DecisionBuilder, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionBuilder_GetName(long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionBuilder_nextWrap(long, DecisionBuilder, long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionBuilder_set_name(long, DecisionBuilder, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionBuilder_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionBuilder_toString(long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionBuilder_toStringSwigExplicitDecisionBuilder(long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionStrategyProto - Class in com.google.ortools.sat
Define the strategy to follow when the solver needs to take a new decision.
DecisionStrategyProto.Builder - Class in com.google.ortools.sat
Define the strategy to follow when the solver needs to take a new decision.
DecisionStrategyProto.DomainReductionStrategy - Enum in com.google.ortools.sat
Once a variable (resp. affine expression) has been chosen, this enum describe what decision is taken on its domain.
DecisionStrategyProto.VariableSelectionStrategy - Enum in com.google.ortools.sat
The order in which the variables (resp. affine expression) above should be considered.
DecisionStrategyProtoOrBuilder - Interface in com.google.ortools.sat
 
DecisionVisitor - Class in com.google.ortools.constraintsolver
A DecisionVisitor is used to inspect a decision.
DecisionVisitor(long, boolean) - Constructor for class com.google.ortools.constraintsolver.DecisionVisitor
 
DecisionVisitor() - Constructor for class com.google.ortools.constraintsolver.DecisionVisitor
 
DecisionVisitor_change_ownership(DecisionVisitor, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_director_connect(DecisionVisitor, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitRankFirstInterval(long, DecisionVisitor, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitRankFirstIntervalSwigExplicitDecisionVisitor(long, DecisionVisitor, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitRankLastInterval(long, DecisionVisitor, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitRankLastIntervalSwigExplicitDecisionVisitor(long, DecisionVisitor, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitScheduleOrExpedite(long, DecisionVisitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitScheduleOrExpediteSwigExplicitDecisionVisitor(long, DecisionVisitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitScheduleOrPostpone(long, DecisionVisitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitScheduleOrPostponeSwigExplicitDecisionVisitor(long, DecisionVisitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitSetVariableValue(long, DecisionVisitor, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitSetVariableValueSwigExplicitDecisionVisitor(long, DecisionVisitor, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitSplitVariableDomain(long, DecisionVisitor, long, IntVar, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitSplitVariableDomainSwigExplicitDecisionVisitor(long, DecisionVisitor, long, IntVar, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitUnknownDecision(long, DecisionVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DecisionVisitor_visitUnknownDecisionSwigExplicitDecisionVisitor(long, DecisionVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DECOMPOSED_PROBLEM_MIN_TIME_IN_SECONDS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
DECOMPOSER_NUM_VARIABLES_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
DECREMENT - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which defines a neighborhood to decrement values.
DEFAULT_ASSUMPTION_ORDER_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
DEFAULT_ASSUMPTION_ORDER = 0;
DEFAULT_RESTART_ALGORITHMS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
DEFAULT_SOLVER_OPTIMIZER_SETS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
DEFAULT_VALUE - Static variable in enum com.google.ortools.glop.GlopParameters.ScalingAlgorithm
DEFAULT = 0;
DefaultPhaseParameters - Class in com.google.ortools.constraintsolver
This struct holds all parameters for the default search.
DefaultPhaseParameters(long, boolean) - Constructor for class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
DefaultPhaseParameters() - Constructor for class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
DefaultPhaseParameters_CHOOSE_MAX_AVERAGE_IMPACT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_CHOOSE_MAX_SUM_IMPACT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_CHOOSE_MAX_VALUE_IMPACT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_decisionBuilder_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_decisionBuilder_set(long, DefaultPhaseParameters, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_displayLevel_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_displayLevel_set(long, DefaultPhaseParameters, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_heuristicNumFailuresLimit_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_heuristicNumFailuresLimit_set(long, DefaultPhaseParameters, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_heuristicPeriod_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_heuristicPeriod_set(long, DefaultPhaseParameters, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_initializationSplits_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_initializationSplits_set(long, DefaultPhaseParameters, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_NONE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_NORMAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_persistentImpact_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_persistentImpact_set(long, DefaultPhaseParameters, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_randomSeed_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_randomSeed_set(long, DefaultPhaseParameters, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_runAllHeuristics_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_runAllHeuristics_set(long, DefaultPhaseParameters, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_SELECT_MAX_IMPACT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_SELECT_MIN_IMPACT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_useLastConflict_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_useLastConflict_set(long, DefaultPhaseParameters, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_valueSelectionSchema_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_valueSelectionSchema_set(long, DefaultPhaseParameters, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_varSelectionSchema_get(long, DefaultPhaseParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_varSelectionSchema_set(long, DefaultPhaseParameters, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DefaultPhaseParameters_VERBOSE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
defaultRoutingModelParameters() - Static method in class com.google.ortools.constraintsolver.main
 
defaultRoutingModelParameters() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
defaultRoutingSearchParameters() - Static method in class com.google.ortools.constraintsolver.main
 
defaultRoutingSearchParameters() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
defaultSolverParameters() - Static method in class com.google.ortools.constraintsolver.Solver
Create a ConstraintSolverParameters proto with all the default values.
DEGENERATE_MINISTEP_FACTOR_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
DELAYED_PRIORITY - Static variable in class com.google.ortools.constraintsolver.Solver
DELAYED_PRIORITY is the lowest priority: Demons will be processed after
VAR_PRIORITY and NORMAL_PRIORITY demons.
delete() - Method in class com.google.ortools.algorithms.KnapsackSolver
 
delete() - Method in class com.google.ortools.constraintsolver.AlternativeNodeIterator
 
delete() - Method in class com.google.ortools.constraintsolver.Assignment
 
delete() - Method in class com.google.ortools.constraintsolver.AssignmentElement
 
delete() - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
delete() - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
delete() - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
delete() - Method in class com.google.ortools.constraintsolver.BaseIntExpr
 
delete() - Method in class com.google.ortools.constraintsolver.BaseLns
 
delete() - Method in class com.google.ortools.constraintsolver.BaseObject
 
delete() - Method in class com.google.ortools.constraintsolver.BaseObjectiveMonitor
 
delete() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
delete() - Method in class com.google.ortools.constraintsolver.BoundCost
 
delete() - Method in class com.google.ortools.constraintsolver.CastConstraint
 
delete() - Method in class com.google.ortools.constraintsolver.ChangeValue
 
delete() - Method in class com.google.ortools.constraintsolver.Constraint
 
delete() - Method in class com.google.ortools.constraintsolver.Decision
 
delete() - Method in class com.google.ortools.constraintsolver.DecisionBuilder
 
delete() - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
delete() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
delete() - Method in class com.google.ortools.constraintsolver.Demon
 
delete() - Method in class com.google.ortools.constraintsolver.DisjunctiveConstraint
 
delete() - Method in class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
 
delete() - Method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
 
delete() - Method in class com.google.ortools.constraintsolver.IntBoolPair
 
delete() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
delete() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
delete() - Method in class com.google.ortools.constraintsolver.IntExpr
 
delete() - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
delete() - Method in class com.google.ortools.constraintsolver.IntVar
 
delete() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
delete() - Method in class com.google.ortools.constraintsolver.IntVarIterator
 
delete() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
delete() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
delete() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
 
delete() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
delete() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
 
delete() - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
delete() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
 
delete() - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
 
delete() - Method in class com.google.ortools.constraintsolver.LocalSearchPhaseParameters
 
delete() - Method in class com.google.ortools.constraintsolver.ModelCache
 
delete() - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
delete() - Method in class com.google.ortools.constraintsolver.NodeNeighborIterator
 
delete() - Method in class com.google.ortools.constraintsolver.ObjectiveMonitor
 
delete() - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
delete() - Method in class com.google.ortools.constraintsolver.Pack
 
delete() - Method in class com.google.ortools.constraintsolver.PathsMetadata
 
delete() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
 
delete() - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
delete() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
delete() - Method in class com.google.ortools.constraintsolver.RevBool
 
delete() - Method in class com.google.ortools.constraintsolver.RevInteger
 
delete() - Method in class com.google.ortools.constraintsolver.RevLong
 
delete() - Method in class com.google.ortools.constraintsolver.RevPartialSequence
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingModel
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsByCostClass
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsParameters
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingModel.PickupDeliveryPosition
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Attributes
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Resource
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingModel.SecondaryOptimizer
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingModel.VariableValuePair
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
 
delete() - Method in class com.google.ortools.constraintsolver.RoutingModelVisitor
 
delete() - Method in class com.google.ortools.constraintsolver.SearchLimit
 
delete() - Method in class com.google.ortools.constraintsolver.SearchLog
 
delete() - Method in class com.google.ortools.constraintsolver.SearchMonitor
 
delete() - Method in class com.google.ortools.constraintsolver.SequenceVar
 
delete() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
delete() - Method in class com.google.ortools.constraintsolver.SimpleBoundCosts
 
delete() - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
delete() - Method in class com.google.ortools.constraintsolver.SolutionPool
 
delete() - Method in class com.google.ortools.constraintsolver.Solver
 
delete() - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
 
delete() - Method in class com.google.ortools.constraintsolver.SymmetryBreaker
 
delete() - Method in class com.google.ortools.constraintsolver.TypeIncompatibilityChecker
 
delete() - Method in class com.google.ortools.constraintsolver.TypeRegulationsChecker
 
delete() - Method in class com.google.ortools.constraintsolver.TypeRegulationsConstraint
 
delete() - Method in class com.google.ortools.constraintsolver.TypeRequirementChecker
 
delete() - Method in class com.google.ortools.graph.LinearSumAssignment
 
delete() - Method in class com.google.ortools.graph.MaxFlow
 
delete() - Method in class com.google.ortools.graph.MinCostFlow
 
delete() - Method in class com.google.ortools.graph.MinCostFlowBase
 
delete() - Method in class com.google.ortools.init.CppBridge
 
delete() - Method in class com.google.ortools.init.CppFlags
 
delete() - Method in class com.google.ortools.init.OrToolsVersion
 
delete() - Method in class com.google.ortools.linearsolver.MPConstraint
 
delete() - Method in class com.google.ortools.linearsolver.MPModelExportOptions
 
delete() - Method in class com.google.ortools.linearsolver.MPObjective
 
delete() - Method in class com.google.ortools.linearsolver.MPSolver
 
delete() - Method in class com.google.ortools.linearsolver.MPSolverParameters
 
delete() - Method in class com.google.ortools.linearsolver.MPVariable
 
delete() - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 
delete() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
 
delete() - Method in class com.google.ortools.sat.CpSatHelper
 
delete() - Method in class com.google.ortools.sat.SolutionCallback
 
delete() - Method in class com.google.ortools.sat.SolveWrapper
 
delete() - Method in class com.google.ortools.util.Domain
 
delete() - Method in class com.google.ortools.util.SortedDisjointIntervalList
 
delete_AlternativeNodeIterator(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_Assignment(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_AssignmentElement(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_AssignmentIntContainer(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_AssignmentIntervalContainer(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_AssignmentSequenceContainer(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_BaseIntExpr(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_BaseLns(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_BaseObject(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_BaseObjectiveMonitor(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_BooleanVar(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_BoundCost(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_CastConstraint(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_ChangeValue(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_Constraint(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_CppBridge(long) - Static method in class com.google.ortools.init.mainJNI
 
delete_CppFlags(long) - Static method in class com.google.ortools.init.mainJNI
 
delete_CpSatHelper(long) - Static method in class com.google.ortools.sat.mainJNI
 
delete_Decision(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_DecisionBuilder(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_DecisionVisitor(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_DefaultPhaseParameters(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_Demon(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_DisjunctiveConstraint(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_Domain(long) - Static method in class com.google.ortools.util.mainJNI
 
delete_GlobalVehicleBreaksConstraint(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_ImprovementSearchLimit(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntBoolPair(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntervalVar(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntervalVarElement(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntExpr(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntTupleSet(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntVar(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntVarElement(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntVarIterator(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntVarLocalSearchFilter(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_IntVarLocalSearchOperator(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_KnapsackSolver(long) - Static method in class com.google.ortools.algorithms.mainJNI
 
delete_LinearSumAssignment(long) - Static method in class com.google.ortools.graph.mainJNI
 
delete_LocalSearchFilter(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_LocalSearchFilterManager(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_LocalSearchFilterManager_FilterEvent(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_LocalSearchMonitor(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_LocalSearchOperator(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_LocalSearchOperatorState(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_LocalSearchPhaseParameters(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_MaxFlow(long) - Static method in class com.google.ortools.graph.mainJNI
 
delete_MinCostFlow(long) - Static method in class com.google.ortools.graph.mainJNI
 
delete_MinCostFlowBase(long) - Static method in class com.google.ortools.graph.mainJNI
 
delete_ModelBuilderHelper(long) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
delete_ModelCache(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_ModelSolverHelper(long) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
delete_ModelVisitor(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_MPConstraint(long) - Static method in class com.google.ortools.linearsolver.mainJNI
 
delete_MPModelExportOptions(long) - Static method in class com.google.ortools.linearsolver.mainJNI
 
delete_MPObjective(long) - Static method in class com.google.ortools.linearsolver.mainJNI
 
delete_MPSolver(long) - Static method in class com.google.ortools.linearsolver.mainJNI
 
delete_MPSolverParameters(long) - Static method in class com.google.ortools.linearsolver.mainJNI
 
delete_MPVariable(long) - Static method in class com.google.ortools.linearsolver.mainJNI
 
delete_NodeNeighborIterator(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_ObjectiveMonitor(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_OptimizeVar(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_OrToolsVersion(long) - Static method in class com.google.ortools.init.mainJNI
 
delete_Pack(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_PathsMetadata(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_PropagationBaseObject(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_PropagationMonitor(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RegularLimit(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RevBool(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RevInteger(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RevLong(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RevPartialSequence(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingDimension(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingIndexManager(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingModel(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingModel_NodeNeighborsByCostClass(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingModel_NodeNeighborsParameters(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingModel_PickupDeliveryPosition(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingModel_ResourceGroup(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingModel_ResourceGroup_Attributes(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingModel_ResourceGroup_Resource(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingModel_SecondaryOptimizer(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingModel_VariableValuePair(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingModel_VehicleTypeContainer(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingModel_VehicleTypeContainer_VehicleClassEntry(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_RoutingModelVisitor(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SearchLimit(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SearchLog(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SearchMonitor(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SequenceVar(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SequenceVarElement(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SimpleBoundCosts(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SolutionCallback(long) - Static method in class com.google.ortools.sat.mainJNI
 
delete_SolutionCollector(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SolutionPool(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_Solver(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_Solver_IntegerCastInfo(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_SolveWrapper(long) - Static method in class com.google.ortools.sat.mainJNI
 
delete_SortedDisjointIntervalList(long) - Static method in class com.google.ortools.util.mainJNI
 
delete_SymmetryBreaker(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_TypeIncompatibilityChecker(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_TypeRegulationsChecker(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_TypeRegulationsConstraint(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
delete_TypeRequirementChecker(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DEMANDS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CumulativeConstraintProto
 
DEMANDS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.RoutesConstraintProto
 
Demon - Class in com.google.ortools.constraintsolver
A Demon is the base element of a propagation queue.
Demon(long, boolean) - Constructor for class com.google.ortools.constraintsolver.Demon
 
Demon_desinhibit(long, Demon, long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Demon_inhibit(long, Demon, long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Demon_priority(long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Demon_run(long, Demon, long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
demon_runs(int) - Method in class com.google.ortools.constraintsolver.Solver
The number of demons executed during search for a given priority.
Demon_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Demon_toString(long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DenseMatrixProto - Class in com.google.ortools.sat
A dense matrix of numbers encoded in a flat way, row by row.
DenseMatrixProto.Builder - Class in com.google.ortools.sat
A dense matrix of numbers encoded in a flat way, row by row.
DenseMatrixProtoOrBuilder - Interface in com.google.ortools.sat
 
desinhibit(Solver) - Method in class com.google.ortools.constraintsolver.Demon
This method un-inhibits the demon that was previously inhibited.
DETAILED_OPTIMALITY_CRITERIA_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.TerminationCriteria
 
DETECT_LINEARIZED_PRODUCT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
DETECT_TABLE_WITH_COST_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
DETERMINISTIC_TIME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
DEVEX_VALUE - Static variable in enum com.google.ortools.glop.GlopParameters.PricingRule
Normalize the reduced costs by an approximation of the norm of the edges.
DEVEX_WEIGHTS_RESET_PERIOD_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
DIAGONAL_QP_TRUST_REGION_SOLVER_TOLERANCE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
DIFFN_USE_CUMULATIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
DISABLE_CONSTRAINT_EXPANSION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
DISABLE_SCHEDULING_BEWARE_THIS_MAY_DEGRADE_PERFORMANCE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
DISABLE_SOLVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
DisjunctiveConstraint - Class in com.google.ortools.constraintsolver
 
DisjunctiveConstraint(long, boolean) - Constructor for class com.google.ortools.constraintsolver.DisjunctiveConstraint
 
DisjunctiveConstraint_makeSequenceVar(long, DisjunctiveConstraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DisjunctiveConstraint_setTransitionTime(long, DisjunctiveConstraint, LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DisjunctiveConstraint_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
DisjunctiveConstraint_transitionTime(long, DisjunctiveConstraint, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
displayBounds() - Method in class com.google.ortools.sat.IntVar
Returns the domain as a string without the enclosing [].
DIVERSIFY_LNS_PARAMS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
DL_MOVING_AVERAGE_RESTART_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
Moving average restart based on the decision level of conflicts.
Domain - Class in com.google.ortools.util
We call domain any subset of Int64 = [kint64min, kint64max].
Domain(long, boolean) - Constructor for class com.google.ortools.util.Domain
 
Domain() - Constructor for class com.google.ortools.util.Domain
By default, Domain will be empty.
Domain(long) - Constructor for class com.google.ortools.util.Domain
Constructor for the common case of a singleton domain.
Domain(long, long) - Constructor for class com.google.ortools.util.Domain
Constructor for the common case of a single interval [left, right].
Domain_additionWith(long, Domain, long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
Domain_allValues() - Static method in class com.google.ortools.util.mainJNI
 
Domain_complement(long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
Domain_contains(long, Domain, long) - Static method in class com.google.ortools.util.mainJNI
 
DOMAIN_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpObjectiveProto
 
DOMAIN_FIELD_NUMBER - Static variable in class com.google.ortools.sat.IntegerVariableProto
 
DOMAIN_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearConstraintProto
 
Domain_flattenedIntervals(long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
Domain_fromFlatIntervals(long[]) - Static method in class com.google.ortools.util.mainJNI
 
Domain_fromIntervals(long[][]) - Static method in class com.google.ortools.util.mainJNI
 
Domain_fromValues(long[]) - Static method in class com.google.ortools.util.mainJNI
 
DOMAIN_INT_VAR - Static variable in interface com.google.ortools.constraintsolver.mainConstants
 
DOMAIN_INT_VAR_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Domain_intersectionWith(long, Domain, long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
Domain_isEmpty(long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
Domain_max(long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
Domain_min(long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
Domain_negation(long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
DOMAIN_REDUCTION_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.DecisionStrategyProto
 
Domain_size(long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
Domain_toString(long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
Domain_unionWith(long, Domain, long, Domain) - Static method in class com.google.ortools.util.mainJNI
 
DoubleLinearExpr - Class in com.google.ortools.sat
A linear expression interface that can be parsed.
DoubleLinearExpr(IntVar[], double[], double) - Constructor for class com.google.ortools.sat.DoubleLinearExpr
 
DoubleLinearExpr(Literal[], double[], double) - Constructor for class com.google.ortools.sat.DoubleLinearExpr
 
DoubleLinearExpr(IntVar, double, double) - Constructor for class com.google.ortools.sat.DoubleLinearExpr
 
DoubleLinearExpr(Literal, double, double) - Constructor for class com.google.ortools.sat.DoubleLinearExpr
 
DoubleLinearExpr(IntVar[], double) - Constructor for class com.google.ortools.sat.DoubleLinearExpr
 
DoubleLinearExpr(Literal[], double) - Constructor for class com.google.ortools.sat.DoubleLinearExpr
 
DROP_MAGNITUDE_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
DROP_TOLERANCE_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
DUAL_FEASIBILITY_TOLERANCE_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
DUAL_OBJECTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.ConvergenceInformation
 
DUAL_PRICE_PRIORITIZE_NORM_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
DUAL_RAY_OBJECTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.InfeasibilityInformation
 
DUAL_SMALL_PIVOT_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
DUAL_TOLERANCE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
DUAL_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
 
DUALIZER_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
dualValue() - Method in class com.google.ortools.linearsolver.MPConstraint
Advanced usage: returns the dual value of the constraint in the current
solution (only available for continuous problems).
DUMMY_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
DURATION_SECONDS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
DURATION_SECONDS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
DURATION_SECONDS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
DURATION_SECONDS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
durationExpr() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
durationMax(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
durationMax() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
durationMax() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
durationMin(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
durationMin() - Method in class com.google.ortools.constraintsolver.IntervalVar
These methods query, set, and watch the duration of the interval var.
durationMin() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
durationValue(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
durationValue() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
durationValue(int, IntervalVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
This is a shortcut to get the DurationValue of 'var' in the nth solution.
DYNAMICALLY_ADJUST_REFACTORIZATION_PERIOD_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 

E

element(IntVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
element(int) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
element(IntervalVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
element(int) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
element(SequenceVar) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
element(int) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
ELEMENT_FIELD_NUMBER - Static variable in class com.google.ortools.algorithms.SetCoverProto.Subset
 
ELEMENT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
ElementConstraintProto - Class in com.google.ortools.sat
The constraint target = vars[index].
ElementConstraintProto.Builder - Class in com.google.ortools.sat
The constraint target = vars[index].
ElementConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
empty() - Method in class com.google.ortools.constraintsolver.Assignment
 
empty() - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
empty() - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
empty() - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
enable_deep_serialization() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the value of the internal enable_deep_serialization_ parameter.
ENABLE_INTERNAL_SOLVER_OUTPUT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelRequest
 
enableOutput() - Method in class com.google.ortools.linearsolver.MPSolver
Enables solver logging.
enableOutput(boolean) - Method in class com.google.ortools.modelbuilder.ModelSolver
Enables or disables the underlying solver output.
enableOutput(boolean) - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
 
ENCODE_COMPLEX_LINEAR_CONSTRAINT_WITH_INTEGER_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ENCODE_CUMULATIVE_AS_RESERVOIR_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
End(int) - Method in class com.google.ortools.constraintsolver.PathsMetadata
 
end(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the variable index of the ending node of a vehicle route.
end_domain() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Attributes
 
END_FIELD_NUMBER - Static variable in class com.google.ortools.sat.IntervalConstraintProto
 
endAcceptNeighbor(LocalSearchOperator, boolean) - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
endConstraintInitialPropagation(Constraint) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
endDemonRun(Demon) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
endExpr() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
endFail() - Method in class com.google.ortools.constraintsolver.SearchMonitor
After completing the backtrack.
endFiltering(LocalSearchFilter, boolean) - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
endFilterNeighbor(LocalSearchOperator, boolean) - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
endInitialPropagation() - Method in class com.google.ortools.constraintsolver.SearchLog
 
endInitialPropagation() - Method in class com.google.ortools.constraintsolver.SearchMonitor
After the initial propagation.
endMakeNextNeighbor(LocalSearchOperator, boolean, Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
endMax(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
endMax() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
endMax() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
endMin(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
endMin() - Method in class com.google.ortools.constraintsolver.IntervalVar
These methods query, set, and watch the end position of the interval var.
endMin() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
endNestedConstraintInitialPropagation(Constraint, Constraint) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
endNextDecision(DecisionBuilder, Decision) - Method in class com.google.ortools.constraintsolver.SearchMonitor
After calling DecisionBuilder::Next, along with the returned decision.
endOperatorStart() - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
endProcessingIntegerVariable(IntVar) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
Ends() - Method in class com.google.ortools.constraintsolver.PathsMetadata
 
ENDS_AFTER - Static variable in class com.google.ortools.constraintsolver.Solver
t ends after d, i.e.
ENDS_AFTER_END - Static variable in class com.google.ortools.constraintsolver.Solver
t1 ends after t2 end, i.e.
ENDS_AFTER_START - Static variable in class com.google.ortools.constraintsolver.Solver
t1 ends after t2 start, i.e.
ENDS_AT - Static variable in class com.google.ortools.constraintsolver.Solver
t ends at d, i.e.
ENDS_AT_END - Static variable in class com.google.ortools.constraintsolver.Solver
t1 ends at t2 end, i.e.
ENDS_AT_START - Static variable in class com.google.ortools.constraintsolver.Solver
t1 ends at t2 start, i.e.
ENDS_BEFORE - Static variable in class com.google.ortools.constraintsolver.Solver
t ends before d, i.e.
endSearch() - Method in class com.google.ortools.constraintsolver.Solver
 
endValue(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
endValue() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
endValue(int, IntervalVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
This is a shortcut to get the EndValue of 'var' in the nth solution.
endVisitConstraint(String, Constraint) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
endVisitExtension(String) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
endVisitIntegerExpression(String, IntExpr) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
endVisitModel(String) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
enforcedConstraintFromIndex(int) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Rebuilds a linear constraint from its index.
EnforcedLinearConstraint - Class in com.google.ortools.modelbuilder
Wrapper around a linear constraint stored in the ModelBuilderHelper instance.
EnforcedLinearConstraint(ModelBuilderHelper) - Constructor for class com.google.ortools.modelbuilder.EnforcedLinearConstraint
 
ENFORCEMENT_LITERAL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
enqueueDelayedDemon(Demon) - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
This method pushes the demon onto the propagation queue.
enqueueVar(Demon) - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
 
EnterSearch() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
 
enterSearch() - Method in class com.google.ortools.constraintsolver.ObjectiveMonitor
 
enterSearch() - Method in class com.google.ortools.constraintsolver.SearchLimit
Internal methods.
enterSearch() - Method in class com.google.ortools.constraintsolver.SearchLog
 
enterSearch() - Method in class com.google.ortools.constraintsolver.SearchMonitor
Beginning of the search.
enterSearch() - Method in class com.google.ortools.constraintsolver.SolutionCollector
Beginning of the search.
ENTRIES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.DenseMatrixProto
 
ENUMERATE_ALL_SOLUTIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EPS_DUAL_INFEASIBLE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.TerminationCriteria
 
EPS_OPTIMAL_ABSOLUTE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.TerminationCriteria
 
EPS_OPTIMAL_ABSOLUTE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
EPS_OPTIMAL_DUAL_RESIDUAL_ABSOLUTE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
EPS_OPTIMAL_DUAL_RESIDUAL_RELATIVE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
EPS_OPTIMAL_OBJECTIVE_GAP_ABSOLUTE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
EPS_OPTIMAL_OBJECTIVE_GAP_RELATIVE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
EPS_OPTIMAL_PRIMAL_RESIDUAL_ABSOLUTE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
EPS_OPTIMAL_PRIMAL_RESIDUAL_RELATIVE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
EPS_OPTIMAL_RELATIVE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.TerminationCriteria
 
EPS_OPTIMAL_RELATIVE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
EPS_PRIMAL_INFEASIBLE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.TerminationCriteria
 
EQ - Static variable in class com.google.ortools.constraintsolver.Solver
Move is accepted when the current objective value is in the interval
objective.Min .. objective.Max.
equals(Object) - Method in class com.google.ortools.algorithms.SetCoverProto
 
equals(Object) - Method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
equals(Object) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
equals(Object) - Method in class com.google.ortools.bop.BopOptimizerMethod
 
equals(Object) - Method in class com.google.ortools.bop.BopParameters
 
equals(Object) - Method in class com.google.ortools.bop.BopSolverOptimizerSet
 
equals(Object) - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
equals(Object) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
equals(Object) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
equals(Object) - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
equals(Object) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
equals(Object) - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
equals(Object) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
equals(Object) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
equals(Object) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
equals(Object) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
equals(Object) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
equals(Object) - Method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
equals(Object) - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
equals(Object) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
equals(Object) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
equals(Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
equals(Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
equals(Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
equals(Object) - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
equals(Object) - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
equals(Object) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
equals(Object) - Method in class com.google.ortools.constraintsolver.RuinStrategy
 
equals(Object) - Method in class com.google.ortools.constraintsolver.SearchStatistics
 
equals(Object) - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
equals(Object) - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
equals(Object) - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
equals(Object) - Method in class com.google.ortools.glop.GlopParameters
 
equals(Object) - Method in class com.google.ortools.graph.FlowArcProto
 
equals(Object) - Method in class com.google.ortools.graph.FlowModelProto
 
equals(Object) - Method in class com.google.ortools.graph.FlowNodeProto
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPModelProto
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPModelRequest
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPSolution
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPSolveInfo
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
equals(Object) - Method in class com.google.ortools.linearsolver.MPVariableProto
 
equals(Object) - Method in class com.google.ortools.linearsolver.OptionalDouble
 
equals(Object) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
equals(Object) - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
equals(Object) - Method in class com.google.ortools.pdlp.ConvergenceInformation
 
equals(Object) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
equals(Object) - Method in class com.google.ortools.pdlp.InfeasibilityInformation
 
equals(Object) - Method in class com.google.ortools.pdlp.IterationStats
 
equals(Object) - Method in class com.google.ortools.pdlp.MalitskyPockParams
 
equals(Object) - Method in class com.google.ortools.pdlp.PointMetadata
 
equals(Object) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
equals(Object) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
equals(Object) - Method in class com.google.ortools.pdlp.QuadraticProgramStats
 
equals(Object) - Method in class com.google.ortools.pdlp.SolveLog
 
equals(Object) - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
equals(Object) - Method in class com.google.ortools.pdlp.TerminationCriteria
 
equals(Object) - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
equals(Object) - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.BoolArgumentProto
 
equals(Object) - Method in class com.google.ortools.sat.BooleanAssignment
 
equals(Object) - Method in class com.google.ortools.sat.CircuitConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.ConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.CpModelProto
 
equals(Object) - Method in class com.google.ortools.sat.CpObjectiveProto
 
equals(Object) - Method in class com.google.ortools.sat.CpSolverResponse
 
equals(Object) - Method in class com.google.ortools.sat.CpSolverSolution
 
equals(Object) - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.DecisionStrategyProto
 
equals(Object) - Method in class com.google.ortools.sat.DenseMatrixProto
 
equals(Object) - Method in class com.google.ortools.sat.ElementConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.FloatObjectiveProto
 
equals(Object) - Method in class com.google.ortools.sat.IntegerVariableProto
 
equals(Object) - Method in class com.google.ortools.sat.IntervalConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.InverseConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.LinearArgumentProto
 
equals(Object) - Method in class com.google.ortools.sat.LinearBooleanConstraint
 
equals(Object) - Method in class com.google.ortools.sat.LinearBooleanProblem
 
equals(Object) - Method in class com.google.ortools.sat.LinearConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.LinearExpressionProto
 
equals(Object) - Method in class com.google.ortools.sat.LinearObjective
 
equals(Object) - Method in class com.google.ortools.sat.ListOfVariablesProto
 
equals(Object) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.PartialVariableAssignment
 
equals(Object) - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.RoutesConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.SatParameters
 
equals(Object) - Method in class com.google.ortools.sat.SparsePermutationProto
 
equals(Object) - Method in class com.google.ortools.sat.SymmetryProto
 
equals(Object) - Method in class com.google.ortools.sat.TableConstraintProto
 
equals(Object) - Method in class com.google.ortools.sat.v1.CpSolverRequest
 
equals(Object) - Method in class com.google.ortools.util.Int128
 
EQUILIBRATION_VALUE - Static variable in enum com.google.ortools.glop.GlopParameters.ScalingAlgorithm
EQUILIBRATION = 1;
EVALUATOR_STRATEGY_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Same as PATH_CHEAPEST_ARC, except that arc costs are evaluated using the function passed to RoutingModel::SetFirstSolutionEvaluator() (cf. routing.h).
EVERY_MAJOR_ITERATION_VALUE - Static variable in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.RestartStrategy
On every major iteration, the current solution is reset to the average since the last major iteration.
EXACTLY_ONE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
EXCHANGE - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which exchanges the positions of two nodes.
exitSearch() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
exitSearch() - Method in class com.google.ortools.constraintsolver.SearchLog
 
exitSearch() - Method in class com.google.ortools.constraintsolver.SearchMonitor
End of the search.
EXPAND_ALLDIFF_CONSTRAINTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EXPAND_RESERVOIR_CONSTRAINTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EXPAND_RESERVOIR_USING_CIRCUIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EXPERIMENTAL_BINARY_MINIMIZATION_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
EXPERIMENTAL_BINARY_MINIMIZATION = 3;
EXPERIMENTAL_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
EXPERIMENTAL = 3;
EXPLOIT_ALL_LP_SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EXPLOIT_ALL_PRECEDENCES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EXPLOIT_BEST_SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EXPLOIT_INTEGER_LP_SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EXPLOIT_OBJECTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EXPLOIT_RELAXATION_SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
EXPLOIT_SINGLETON_COLUMN_IN_INITIAL_BASIS_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
EXPLOIT_SYMMETRY_IN_SAT_FIRST_SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
EXPONENTIAL_VALUE - Static variable in enum com.google.ortools.constraintsolver.CoolingScheduleStrategy.Value
Exponentially decreases the temperature as the search progresses.
exportModelAsLpFormat(boolean) - Method in class com.google.ortools.linearsolver.MPSolver
Export the loaded model in LP format.
exportModelAsLpFormat() - Method in class com.google.ortools.linearsolver.MPSolver
Export the loaded model in LP format.
exportModelAsMpsFormat(boolean, boolean) - Method in class com.google.ortools.linearsolver.MPSolver
Export the loaded model in MPS format.
exportModelToProto() - Method in class com.google.ortools.linearsolver.MPSolver
Export the loaded model to proto and returns it.
exportProfilingOverview(String) - Method in class com.google.ortools.constraintsolver.Solver
Exports the profiling information in a human readable overview.
exportToFile(String) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Write the model as a protocol buffer to 'file'.
exportToFile(String) - Method in class com.google.ortools.sat.CpModel
Write the model as a protocol buffer to 'file'.
exportToLpString(boolean) - Method in class com.google.ortools.modelbuilder.ModelBuilder
 
exportToLpString(boolean) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 
exportToMpsString(boolean) - Method in class com.google.ortools.modelbuilder.ModelBuilder
 
exportToMpsString(boolean) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 
EXPR_ABS - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_DIFFERENCE - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_DIVIDE - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_EXPRESSION_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_IS_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_IS_GREATER_OR_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_IS_LESS_OR_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_IS_NOT_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_MIN - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_PROD - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_CONSTANT_SUM - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_CONSTANT_CONDITIONAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_CONSTANT_EXPRESSION_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_CONSTRAINT_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_DIFFERENCE - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_DIV - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_EQUALITY - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_EXPRESSION_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_GREATER - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_GREATER_OR_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_IS_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_IS_LESS - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_IS_LESS_OR_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_IS_NOT_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_LESS - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_LESS_OR_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_MIN - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_NON_EQUALITY - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_PROD - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPR_SUM - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_EXPRESSION_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_OPPOSITE - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPR_SQUARE - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
EXPRS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.AllDifferentConstraintProto
 
EXPRS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.AutomatonConstraintProto
 
EXPRS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.DecisionStrategyProto
 
EXPRS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ElementConstraintProto
 
EXPRS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearArgumentProto
 
EXPRS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.TableConstraintProto
 
EXTENDEDSWAPACTIVE - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which makes an inactive node active and an active one inactive.
EXTRA_SUBSOLVERS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 

F

F_DIRECT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.InverseConstraintProto
 
F_INVERSE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.InverseConstraintProto
 
fail() - Method in class com.google.ortools.constraintsolver.Solver
Abandon the current branch in the search tree.
fail_stamp() - Method in class com.google.ortools.constraintsolver.Solver
The fail_stamp() is incremented after each backtrack.
FailException() - Constructor for exception com.google.ortools.constraintsolver.Solver.FailException
 
FailException(String) - Constructor for exception com.google.ortools.constraintsolver.Solver.FailException
 
failures() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
failures(int) - Method in class com.google.ortools.constraintsolver.SolutionCollector
Returns the number of failures encountered at the time of the nth
solution.
failures() - Method in class com.google.ortools.constraintsolver.Solver
The number of failures encountered since the creation of the solver.
FAILURES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RegularLimitParameters
 
FALLBACK_TO_CP_SAT_SIZE_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
falseLiteral() - Method in class com.google.ortools.sat.CpModel
Returns the false literal.
fastAdd(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
Adds without checking if variable has been previously added.
fastAdd(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
Adds without checking if variable has been previously added.
fastAdd(SequenceVar) - Method in class com.google.ortools.constraintsolver.Assignment
Adds without checking if the variable had been previously added.
fastAdd(IntVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
Adds element without checking its presence in the container.
fastAdd(IntervalVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
Adds element without checking its presence in the container.
fastAdd(SequenceVar) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
Adds element without checking its presence in the container.
FastSolveFromAssignmentWithParameters(Assignment, RoutingSearchParameters, boolean, SWIGTYPE_p_absl__flat_hash_setT_operations_research__IntVar_p_t) - Method in class com.google.ortools.constraintsolver.RoutingModel
Improves a given assignment using unchecked local search.
FastSolveFromAssignmentWithParameters(Assignment, RoutingSearchParameters, boolean) - Method in class com.google.ortools.constraintsolver.RoutingModel
Improves a given assignment using unchecked local search.
FEASIBILITY_JUMP_BATCH_DTIME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
FEASIBILITY_JUMP_DECAY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
FEASIBILITY_JUMP_ENABLE_RESTARTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
FEASIBILITY_JUMP_LINEARIZATION_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
FEASIBILITY_JUMP_MAX_EXPANDED_CONSTRAINT_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
FEASIBILITY_JUMP_RESTART_FACTOR_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
FEASIBILITY_JUMP_VAR_PERBURBATION_RANGE_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
FEASIBILITY_JUMP_VAR_RANDOMIZATION_PROBABILITY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
FEASIBILITY_POLISHING_DETAILS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.SolveLog
 
FEASIBILITY_RULE_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
FeasibilityPolishingDetails - Class in com.google.ortools.pdlp
Details about one primal feasibility or dual feasibility polishing phase within a solve with `use_feasibility_polishing`.
FeasibilityPolishingDetails.Builder - Class in com.google.ortools.pdlp
Details about one primal feasibility or dual feasibility polishing phase within a solve with `use_feasibility_polishing`.
FeasibilityPolishingDetailsOrBuilder - Interface in com.google.ortools.pdlp
 
FEASIBLE_VALUE - Static variable in enum com.google.ortools.algorithms.SetCoverSolutionResponse.Status
The solver had enough time to find some solution that satisfied all constraints, but it did not reach the optimal.
FEASIBLE_VALUE - Static variable in enum com.google.ortools.sat.CpSolverStatus
A feasible solution has been found.
FILL_ADDITIONAL_SOLUTIONS_IN_RESPONSE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
FILL_TIGHTENED_DOMAINS_IN_RESPONSE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
FILTER_SUBSOLVERS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
filteredNeighbors() - Method in class com.google.ortools.constraintsolver.Solver
The number of filtered neighbors (neighbors accepted by filters).
FilterEvent(long, boolean) - Constructor for class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
 
FilterEvent() - Constructor for class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
 
FINAL_STATES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.AutomatonConstraintProto
 
FINAL_TEMPERATURE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
finalize() - Method in class com.google.ortools.algorithms.KnapsackSolver
 
finalize() - Method in class com.google.ortools.constraintsolver.AlternativeNodeIterator
 
finalize() - Method in class com.google.ortools.constraintsolver.Assignment
 
finalize() - Method in class com.google.ortools.constraintsolver.AssignmentElement
 
finalize() - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
finalize() - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
finalize() - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
finalize() - Method in class com.google.ortools.constraintsolver.BaseIntExpr
 
finalize() - Method in class com.google.ortools.constraintsolver.BaseLns
 
finalize() - Method in class com.google.ortools.constraintsolver.BaseObject
 
finalize() - Method in class com.google.ortools.constraintsolver.BaseObjectiveMonitor
 
finalize() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
finalize() - Method in class com.google.ortools.constraintsolver.BoundCost
 
finalize() - Method in class com.google.ortools.constraintsolver.CastConstraint
 
finalize() - Method in class com.google.ortools.constraintsolver.ChangeValue
 
finalize() - Method in class com.google.ortools.constraintsolver.Constraint
 
finalize() - Method in class com.google.ortools.constraintsolver.Decision
 
finalize() - Method in class com.google.ortools.constraintsolver.DecisionBuilder
 
finalize() - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
finalize() - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
finalize() - Method in class com.google.ortools.constraintsolver.Demon
 
finalize() - Method in class com.google.ortools.constraintsolver.DisjunctiveConstraint
 
finalize() - Method in class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
 
finalize() - Method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
 
finalize() - Method in class com.google.ortools.constraintsolver.IntBoolPair
 
finalize() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
finalize() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
finalize() - Method in class com.google.ortools.constraintsolver.IntExpr
 
finalize() - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
finalize() - Method in class com.google.ortools.constraintsolver.IntVar
 
finalize() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
finalize() - Method in class com.google.ortools.constraintsolver.IntVarIterator
 
finalize() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
finalize() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
finalize() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
 
finalize() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager.FilterEvent
 
finalize() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
finalize() - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
finalize() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
 
finalize() - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
 
finalize() - Method in class com.google.ortools.constraintsolver.LocalSearchPhaseParameters
 
finalize() - Method in class com.google.ortools.constraintsolver.ModelCache
 
finalize() - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
finalize() - Method in class com.google.ortools.constraintsolver.NodeNeighborIterator
 
finalize() - Method in class com.google.ortools.constraintsolver.ObjectiveMonitor
 
finalize() - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
finalize() - Method in class com.google.ortools.constraintsolver.Pack
 
finalize() - Method in class com.google.ortools.constraintsolver.PathsMetadata
 
finalize() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
 
finalize() - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
finalize() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
finalize() - Method in class com.google.ortools.constraintsolver.RevBool
 
finalize() - Method in class com.google.ortools.constraintsolver.RevInteger
 
finalize() - Method in class com.google.ortools.constraintsolver.RevLong
 
finalize() - Method in class com.google.ortools.constraintsolver.RevPartialSequence
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingModel
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsByCostClass
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsParameters
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingModel.PickupDeliveryPosition
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Attributes
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Resource
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingModel.SecondaryOptimizer
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingModel.VariableValuePair
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
 
finalize() - Method in class com.google.ortools.constraintsolver.RoutingModelVisitor
 
finalize() - Method in class com.google.ortools.constraintsolver.SearchLimit
 
finalize() - Method in class com.google.ortools.constraintsolver.SearchLog
 
finalize() - Method in class com.google.ortools.constraintsolver.SearchMonitor
 
finalize() - Method in class com.google.ortools.constraintsolver.SequenceVar
 
finalize() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
finalize() - Method in class com.google.ortools.constraintsolver.SimpleBoundCosts
 
finalize() - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
finalize() - Method in class com.google.ortools.constraintsolver.SolutionPool
 
finalize() - Method in class com.google.ortools.constraintsolver.Solver
 
finalize() - Method in class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
 
finalize() - Method in class com.google.ortools.constraintsolver.SymmetryBreaker
 
finalize() - Method in class com.google.ortools.constraintsolver.TypeIncompatibilityChecker
 
finalize() - Method in class com.google.ortools.constraintsolver.TypeRegulationsChecker
 
finalize() - Method in class com.google.ortools.constraintsolver.TypeRegulationsConstraint
 
finalize() - Method in class com.google.ortools.constraintsolver.TypeRequirementChecker
 
finalize() - Method in class com.google.ortools.graph.LinearSumAssignment
 
finalize() - Method in class com.google.ortools.graph.MaxFlow
 
finalize() - Method in class com.google.ortools.graph.MinCostFlow
 
finalize() - Method in class com.google.ortools.graph.MinCostFlowBase
 
finalize() - Method in class com.google.ortools.init.CppBridge
 
finalize() - Method in class com.google.ortools.init.CppFlags
 
finalize() - Method in class com.google.ortools.init.OrToolsVersion
 
finalize() - Method in class com.google.ortools.linearsolver.MPConstraint
 
finalize() - Method in class com.google.ortools.linearsolver.MPModelExportOptions
 
finalize() - Method in class com.google.ortools.linearsolver.MPObjective
 
finalize() - Method in class com.google.ortools.linearsolver.MPSolver
 
finalize() - Method in class com.google.ortools.linearsolver.MPSolverParameters
 
finalize() - Method in class com.google.ortools.linearsolver.MPVariable
 
finalize() - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 
finalize() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
 
finalize() - Method in class com.google.ortools.sat.CpSatHelper
 
finalize() - Method in class com.google.ortools.sat.SolutionCallback
 
finalize() - Method in class com.google.ortools.sat.SolveWrapper
 
finalize() - Method in class com.google.ortools.util.Domain
 
finalize() - Method in class com.google.ortools.util.SortedDisjointIntervalList
 
FIND_BIG_LINEAR_OVERLAP_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
FIND_MULTIPLE_CORES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
findErrorInRoutingSearchParameters(RoutingSearchParameters) - Static method in class com.google.ortools.constraintsolver.main
Returns an empty std::string if the routing search parameters are valid, and
a non-empty, human readable error description if they're not.
findErrorInRoutingSearchParameters(byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
findExprConstantExpression(IntExpr, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
Expr Constant Expressions.
findExprExprConstantExpression(IntExpr, IntExpr, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
Expr Expr Constant Expressions.
findExprExprConstraint(IntExpr, IntExpr, int) - Method in class com.google.ortools.constraintsolver.ModelCache
Expr Expr Constraints.
findExprExpression(IntExpr, int) - Method in class com.google.ortools.constraintsolver.ModelCache
Expr Expressions.
findExprExprExpression(IntExpr, IntExpr, int) - Method in class com.google.ortools.constraintsolver.ModelCache
Expr Expr Expressions.
findVarArrayConstantArrayExpression(IntVar[], long[], int) - Method in class com.google.ortools.constraintsolver.ModelCache
Var Array Constant Array Expressions.
findVarArrayConstantExpression(IntVar[], long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
Var Array Constant Expressions.
findVarArrayExpression(IntVar[], int) - Method in class com.google.ortools.constraintsolver.ModelCache
Var Array Expressions.
findVarConstantArrayExpression(IntVar, long[], int) - Method in class com.google.ortools.constraintsolver.ModelCache
Var Constant Array Expressions.
findVarConstantConstantConstraint(IntVar, long, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
Var Constant Constant Constraints.
findVarConstantConstantExpression(IntVar, long, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
Var Constant Constant Expressions.
findVarConstantConstraint(IntVar, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
Var Constant Constraints.
findVoidConstraint(int) - Method in class com.google.ortools.constraintsolver.ModelCache
Void constraints.
FINGERPRINT_FIELD_NUMBER - Static variable in class com.google.ortools.algorithms.SetCoverProto
 
FINGERPRINT_FIELD_NUMBER - Static variable in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
finishCurrentSearch() - Method in class com.google.ortools.constraintsolver.Solver
Tells the solver to kill or restart the current search.
FIRST_SOLUTION_OPTIMIZATION_PERIOD_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
FIRST_SOLUTION_STATISTICS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
FIRST_SOLUTION_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
FIRST_UNBOUND_MIN_VALUE_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Select the first node with an unbound successor and connect it to the first available node.
FirstSolutionStrategy - Class in com.google.ortools.constraintsolver
First solution strategies, used as starting point of local search.
FirstSolutionStrategy.Builder - Class in com.google.ortools.constraintsolver
First solution strategies, used as starting point of local search.
FirstSolutionStrategy.Value - Enum in com.google.ortools.constraintsolver
Protobuf enum operations_research.FirstSolutionStrategy.Value
FirstSolutionStrategyOrBuilder - Interface in com.google.ortools.constraintsolver
 
FIX_VARIABLES_TO_THEIR_HINTED_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
FIXED_RESTART_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
Fixed period restart every restart period.
FIXED_SEARCH_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SearchBranching
If used then all decisions taken by the solver are made using a fixed order as specified in the API or in the CpModelProto search_strategy field.
fixed_transits() - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
fixedTransitVar(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
flattenedIntervals() - Method in class com.google.ortools.util.Domain
This method returns the flattened list of interval bounds of the domain.
FLOATING_POINT_OBJECTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
 
FloatObjectiveProto - Class in com.google.ortools.sat
A linear floating point objective: sum coeffs[i] * vars[i] + offset.
FloatObjectiveProto.Builder - Class in com.google.ortools.sat
A linear floating point objective: sum coeffs[i] * vars[i] + offset.
FloatObjectiveProtoOrBuilder - Interface in com.google.ortools.sat
 
FlowArcProto - Class in com.google.ortools.graph
Protobuf type operations_research.FlowArcProto
FlowArcProto.Builder - Class in com.google.ortools.graph
Protobuf type operations_research.FlowArcProto
FlowArcProtoOrBuilder - Interface in com.google.ortools.graph
 
FlowModelProto - Class in com.google.ortools.graph
Holds a flow problem, see NodeProto and ArcProto for more details.
FlowModelProto.Builder - Class in com.google.ortools.graph
Holds a flow problem, see NodeProto and ArcProto for more details.
FlowModelProto.ProblemType - Enum in com.google.ortools.graph
The type of problem to solve.
FlowModelProtoOrBuilder - Interface in com.google.ortools.graph
 
FlowNodeProto - Class in com.google.ortools.graph
Protobuf type operations_research.FlowNodeProto
FlowNodeProto.Builder - Class in com.google.ortools.graph
Protobuf type operations_research.FlowNodeProto
FlowNodeProtoOrBuilder - Interface in com.google.ortools.graph
 
FlowProblem - Class in com.google.ortools.graph
 
forNumber(int) - Static method in enum com.google.ortools.algorithms.SetCoverSolutionResponse.Status
 
forNumber(int) - Static method in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
 
forNumber(int) - Static method in enum com.google.ortools.bop.BopParameters.ThreadSynchronizationType
 
forNumber(int) - Static method in enum com.google.ortools.constraintsolver.AcceptanceStrategy.Value
 
forNumber(int) - Static method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
 
forNumber(int) - Static method in enum com.google.ortools.constraintsolver.CoolingScheduleStrategy.Value
 
forNumber(int) - Static method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
 
forNumber(int) - Static method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
 
forNumber(int) - Static method in enum com.google.ortools.constraintsolver.PerturbationStrategy.Value
 
forNumber(int) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.InsertionSortingProperty
 
forNumber(int) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.PairInsertionStrategy
 
forNumber(int) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
 
forNumber(int) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchStatus.Value
 
forNumber(int) - Static method in enum com.google.ortools.constraintsolver.RuinCompositionStrategy.Value
 
forNumber(int) - Static method in enum com.google.ortools.constraintsolver.RuinStrategy.StrategyCase
 
forNumber(int) - Static method in enum com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
 
forNumber(int) - Static method in enum com.google.ortools.glop.GlopParameters.InitialBasisHeuristic
 
forNumber(int) - Static method in enum com.google.ortools.glop.GlopParameters.PricingRule
 
forNumber(int) - Static method in enum com.google.ortools.glop.GlopParameters.ScalingAlgorithm
 
forNumber(int) - Static method in enum com.google.ortools.glop.GlopParameters.SolverBehavior
 
forNumber(int) - Static method in enum com.google.ortools.graph.FlowModelProto.ProblemType
 
forNumber(int) - Static method in enum com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
 
forNumber(int) - Static method in enum com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
 
forNumber(int) - Static method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
 
forNumber(int) - Static method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
 
forNumber(int) - Static method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
 
forNumber(int) - Static method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
 
forNumber(int) - Static method in enum com.google.ortools.pdlp.OptimalityNorm
 
forNumber(int) - Static method in enum com.google.ortools.pdlp.PointType
 
forNumber(int) - Static method in enum com.google.ortools.pdlp.PolishingPhaseType
 
forNumber(int) - Static method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule
 
forNumber(int) - Static method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.RestartStrategy
 
forNumber(int) - Static method in enum com.google.ortools.pdlp.RestartChoice
 
forNumber(int) - Static method in enum com.google.ortools.pdlp.SchedulerType
 
forNumber(int) - Static method in enum com.google.ortools.pdlp.TerminationCriteria.OptimalityCriteriaCase
 
forNumber(int) - Static method in enum com.google.ortools.pdlp.TerminationReason
 
forNumber(int) - Static method in enum com.google.ortools.sat.ConstraintProto.ConstraintCase
 
forNumber(int) - Static method in enum com.google.ortools.sat.CpSolverStatus
 
forNumber(int) - Static method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
 
forNumber(int) - Static method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.ClauseProtection
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.Polarity
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.SearchBranching
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
 
forNumber(int) - Static method in enum com.google.ortools.sat.SatParameters.VariableOrder
 
forNumber(int) - Static method in enum com.google.ortools.util.OptionalBoolean
 
forwardSequence(SequenceVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
forwardSequence() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
forwardSequence(int, SequenceVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
This is a shortcut to get the ForwardSequence of 'var' in the
nth solution.
FP_ROUNDING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
fragmentSize() - Method in class com.google.ortools.constraintsolver.BaseLns
 
freezeQueue() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
This method freezes the propagation queue.
fromFlatIntervals(long[]) - Static method in class com.google.ortools.util.Domain
This method is available in Python, Java and .NET.
fromIntervals(long[][]) - Static method in class com.google.ortools.util.Domain
This method is available in Python, Java and .NET.
fromValues(long[]) - Static method in class com.google.ortools.util.Domain
Creates a domain from the union of an unsorted list of integer values.
FULLPATHLNS - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which relaxes one entire path and all inactive nodes, thus
defining num_paths neighbors.

G

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
Returns the PenaltyCostBehavior used by the disjunction of index
'index'.
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
Deprecated.
operations_research.pdlp.TerminationCriteria.eps_optimal_absolute is deprecated. See ortools/pdlp/solvers.proto;l=147
getEpsOptimalAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria
Deprecated.
operations_research.pdlp.TerminationCriteria.eps_optimal_absolute is deprecated. See ortools/pdlp/solvers.proto;l=147
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
Deprecated.
operations_research.pdlp.TerminationCriteria.eps_optimal_absolute is deprecated. See ortools/pdlp/solvers.proto;l=147
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
Deprecated.
operations_research.pdlp.TerminationCriteria.eps_optimal_relative is deprecated. See ortools/pdlp/solvers.proto;l=154
getEpsOptimalRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria
Deprecated.
operations_research.pdlp.TerminationCriteria.eps_optimal_relative is deprecated. See ortools/pdlp/solvers.proto;l=154
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
Deprecated.
operations_research.pdlp.TerminationCriteria.eps_optimal_relative is deprecated. See ortools/pdlp/solvers.proto;l=154
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.

H

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
Deprecated.
operations_research.pdlp.TerminationCriteria.eps_optimal_absolute is deprecated. See ortools/pdlp/solvers.proto;l=147
hasEpsOptimalAbsolute() - Method in class com.google.ortools.pdlp.TerminationCriteria
Deprecated.
operations_research.pdlp.TerminationCriteria.eps_optimal_absolute is deprecated. See ortools/pdlp/solvers.proto;l=147
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
Deprecated.
operations_research.pdlp.TerminationCriteria.eps_optimal_absolute is deprecated. See ortools/pdlp/solvers.proto;l=147
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
Deprecated.
operations_research.pdlp.TerminationCriteria.eps_optimal_relative is deprecated. See ortools/pdlp/solvers.proto;l=154
hasEpsOptimalRelative() - Method in class com.google.ortools.pdlp.TerminationCriteria
Deprecated.
operations_research.pdlp.TerminationCriteria.eps_optimal_relative is deprecated. See ortools/pdlp/solvers.proto;l=154
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
Deprecated.
operations_research.pdlp.TerminationCriteria.eps_optimal_relative is deprecated. See ortools/pdlp/solvers.proto;l=154
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
 

I

ID_FIELD_NUMBER - Static variable in class com.google.ortools.graph.FlowNodeProto
 
IGNORE_NAMES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
IGNORE_SOLVER_SPECIFIC_PARAMETERS_FAILURE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelRequest
 
IGNORE_SUBSOLVERS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ignoreDisjunctionsAlreadyForcedToZero() - Method in class com.google.ortools.constraintsolver.RoutingModel
SPECIAL: Makes the solver ignore all the disjunctions whose active
variables are all trivially zero (i.e.
importFromFile(String) - Method in class com.google.ortools.modelbuilder.ModelBuilder
import the model from protocol buffer 'file'.
importFromLpFile(String) - Method in class com.google.ortools.modelbuilder.ModelBuilder
 
importFromLpFile(String) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 
importFromLpString(String) - Method in class com.google.ortools.modelbuilder.ModelBuilder
 
importFromLpString(String) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 
importFromMpsFile(String) - Method in class com.google.ortools.modelbuilder.ModelBuilder
 
importFromMpsFile(String) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 
importFromMpsString(String) - Method in class com.google.ortools.modelbuilder.ModelBuilder
 
importFromMpsString(String) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 
IMPROVE_PERTURBED_SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
IMPROVEMENT_LIMIT_PARAMETERS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
IMPROVEMENT_RATE_COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
IMPROVEMENT_RATE_SOLUTIONS_DISTANCE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
ImprovementSearchLimit - Class in com.google.ortools.constraintsolver
 
ImprovementSearchLimit(long, boolean) - Constructor for class com.google.ortools.constraintsolver.ImprovementSearchLimit
 
ImprovementSearchLimit(Solver, IntVar, boolean, double, double, double, int) - Constructor for class com.google.ortools.constraintsolver.ImprovementSearchLimit
 
ImprovementSearchLimit(Solver, IntVar[], SWIGTYPE_p_std__vectorT_bool_t, double[], double[], double, int) - Constructor for class com.google.ortools.constraintsolver.ImprovementSearchLimit
 
ImprovementSearchLimit_atSolution(long, ImprovementSearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ImprovementSearchLimit_CheckWithOffset(long, ImprovementSearchLimit, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ImprovementSearchLimit_copy(long, ImprovementSearchLimit, long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ImprovementSearchLimit_init(long, ImprovementSearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ImprovementSearchLimit_install(long, ImprovementSearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ImprovementSearchLimit_makeClone(long, ImprovementSearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ImprovementSearchLimit_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IN_ORDER_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.VariableOrder
As specified by the problem.
IN_RANDOM_ORDER_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.VariableOrder
IN_RANDOM_ORDER = 2;
IN_REVERSE_ORDER_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.VariableOrder
IN_REVERSE_ORDER = 1;
IN_ROOT_NODE - Static variable in class com.google.ortools.constraintsolver.Solver
Executing the root node.
IN_SEARCH - Static variable in class com.google.ortools.constraintsolver.Solver
Executing the search code.
INCREMENT - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which defines one neighbor per variable.
IncrementalIndicesChanged() - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
 
IncrementNeighbors() - Method in class com.google.ortools.constraintsolver.Solver
 
index() - Method in class com.google.ortools.constraintsolver.IntVar
Returns the index of the variable.
index(IntVar) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
Index() - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
 
index() - Method in class com.google.ortools.linearsolver.MPConstraint
Returns the index of the constraint in the MPSolver::constraints_.
index() - Method in class com.google.ortools.linearsolver.MPVariable
Returns the index of the variable in the MPSolver::variables_.
index - Variable in class com.google.ortools.modelbuilder.Variable
 
INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ElementConstraintProto
 
indexToNode(long) - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
 
INDICATOR_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
INFEASIBILITY_INFORMATION_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.IterationStats
 
InfeasibilityInformation - Class in com.google.ortools.pdlp
Information measuring how close a point is to establishing primal or dual infeasibility (i.e. has no solution); see also TerminationCriteria.
InfeasibilityInformation.Builder - Class in com.google.ortools.pdlp
Information measuring how close a point is to establishing primal or dual infeasibility (i.e. has no solution); see also TerminationCriteria.
InfeasibilityInformationOrBuilder - Interface in com.google.ortools.pdlp
 
INFEASIBLE_VALUE - Static variable in enum com.google.ortools.algorithms.SetCoverSolutionResponse.Status
The model does not have any solution.
INFEASIBLE_VALUE - Static variable in enum com.google.ortools.sat.CpSolverStatus
The problem has been proven infeasible.
INFER_ALL_DIFFS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
INFINITE_CONSTRAINT_BOUND_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
infinity() - Static method in class com.google.ortools.linearsolver.MPSolver
Infinity.
inhibit(Solver) - Method in class com.google.ortools.constraintsolver.Demon
This method inhibits the demon in the search tree below the
current position.
init(long[], long[][], long[]) - Method in class com.google.ortools.algorithms.KnapsackSolver
Initializes the solver and enters the problem to be solved.
init() - Method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
 
init() - Method in class com.google.ortools.constraintsolver.IntVarIterator
This method must be called before each loop.
init() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
init() - Method in class com.google.ortools.constraintsolver.SearchLimit
This method is called when the search limit is initialized.
initFragments() - Method in class com.google.ortools.constraintsolver.BaseLns
 
INITIAL_BASIS_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
INITIAL_CONDITION_NUMBER_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
INITIAL_POLARITY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
INITIAL_PRIMAL_WEIGHT_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
INITIAL_STEP_SIZE_SCALING_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
INITIAL_TEMPERATURE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
INITIAL_VARIABLES_ACTIVITY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
initialize(Assignment) - Method in class com.google.ortools.constraintsolver.SolutionPool
This method is called to initialize the solution pool with the assignment
from the local search.
INITIALIZE_DEVEX_WITH_COLUMN_NORMS_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
InitializeBreaks() - Method in class com.google.ortools.constraintsolver.RoutingDimension
Sets up vehicle_break_intervals_, vehicle_break_distance_duration_,
pre_travel_evaluators and post_travel_evaluators.
initialPropagate() - Method in class com.google.ortools.constraintsolver.Constraint
This method performs the initial propagation of the
constraint.
initialPropagate() - Method in class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
 
initialPropagate() - Method in class com.google.ortools.constraintsolver.Pack
 
initialPropagate() - Method in class com.google.ortools.constraintsolver.TypeRegulationsConstraint
 
initLogging(String) - Static method in class com.google.ortools.init.CppBridge
Initialize the C++ logging layer.
INNER_OBJECTIVE_LOWER_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
INPROCESSING_DTIME_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
INPROCESSING_MINIMIZATION_DTIME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
INPROCESSING_MINIMIZATION_USE_ALL_ORDERINGS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
INPROCESSING_MINIMIZATION_USE_CONFLICT_ANALYSIS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
INPROCESSING_PROBING_DTIME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
insert(int[]) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
insert(long[]) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
insert2(long, long) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
insert3(long, long, long) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
insert4(long, long, long, long) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
insertAll(long[][]) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
insertAll(int[][]) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
insertExprConstantExpression(IntExpr, IntExpr, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertExprExprConstantExpression(IntExpr, IntExpr, IntExpr, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertExprExprConstraint(Constraint, IntExpr, IntExpr, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertExprExpression(IntExpr, IntExpr, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertExprExprExpression(IntExpr, IntExpr, IntExpr, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertInterval(long, long) - Method in class com.google.ortools.util.SortedDisjointIntervalList
 
insertIntervals(long[], long[]) - Method in class com.google.ortools.util.SortedDisjointIntervalList
Adds all intervals [starts[i]..ends[i]].
insertIntervals(int[], int[]) - Method in class com.google.ortools.util.SortedDisjointIntervalList
 
insertVarArrayConstantArrayExpression(IntExpr, IntVar[], long[], int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertVarArrayConstantExpression(IntExpr, IntVar[], long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertVarArrayExpression(IntExpr, IntVar[], int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertVarConstantArrayExpression(IntExpr, IntVar, long[], int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertVarConstantConstantConstraint(Constraint, IntVar, long, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertVarConstantConstantExpression(IntExpr, IntVar, long, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertVarConstantConstraint(Constraint, IntVar, long, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
insertVoidConstraint(Constraint, int) - Method in class com.google.ortools.constraintsolver.ModelCache
 
install() - Method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
 
install() - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
Install itself on the solver.
install() - Method in class com.google.ortools.constraintsolver.PropagationMonitor
Install itself on the solver.
install() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
install() - Method in class com.google.ortools.constraintsolver.SearchLimit
 
install() - Method in class com.google.ortools.constraintsolver.SearchMonitor
Registers itself on the solver such that it gets notified of the search
and propagation events.
install() - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
INSTANCE_NAME_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.SolveLog
 
INSTANTIATE_ALL_VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
instrumentsDemons() - Method in class com.google.ortools.constraintsolver.Solver
Returns whether we are instrumenting demons.
instrumentsVariables() - Method in class com.google.ortools.constraintsolver.Solver
Returns whether we are tracing variables.
Int128 - Class in com.google.ortools.util
The low 64 bits are stored in "low", and the high 64-bits (including the sign) are stored in "high".
Int128.Builder - Class in com.google.ortools.util
The low 64 bits are stored in "low", and the high 64-bits (including the sign) are stored in "high".
Int128OrBuilder - Interface in com.google.ortools.util
 
Int128OuterClass - Class in com.google.ortools.util
 
INT_DIV_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
INT_MOD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
INT_PROD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
INT_VALUE_DEFAULT - Static variable in class com.google.ortools.constraintsolver.Solver
The default behavior is ASSIGN_MIN_VALUE.
INT_VALUE_SIMPLE - Static variable in class com.google.ortools.constraintsolver.Solver
The simple selection is ASSIGN_MIN_VALUE.
INT_VAR_DEFAULT - Static variable in class com.google.ortools.constraintsolver.Solver
The default behavior is CHOOSE_FIRST_UNBOUND.
INT_VAR_SIMPLE - Static variable in class com.google.ortools.constraintsolver.Solver
The simple selection is CHOOSE_FIRST_UNBOUND.
IntBoolPair - Class in com.google.ortools.constraintsolver
 
IntBoolPair(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntBoolPair
 
IntBoolPair() - Constructor for class com.google.ortools.constraintsolver.IntBoolPair
 
IntBoolPair(int, boolean) - Constructor for class com.google.ortools.constraintsolver.IntBoolPair
 
IntBoolPair(IntBoolPair) - Constructor for class com.google.ortools.constraintsolver.IntBoolPair
 
IntBoolPair_first_get(long, IntBoolPair) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntBoolPair_first_set(long, IntBoolPair, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntBoolPair_second_get(long, IntBoolPair) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntBoolPair_second_set(long, IntBoolPair, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
INTEGER_AFTER_OFFSET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpObjectiveProto
 
INTEGER_BEFORE_OFFSET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpObjectiveProto
 
INTEGER_OBJECTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
INTEGER_SCALING_FACTOR_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpObjectiveProto
 
IntegerCastInfo(long, boolean) - Constructor for class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
 
IntegerCastInfo() - Constructor for class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
 
IntegerCastInfo(IntVar, IntExpr, Constraint) - Constructor for class com.google.ortools.constraintsolver.Solver.IntegerCastInfo
 
IntegerVariableProto - Class in com.google.ortools.sat
An integer variable.
IntegerVariableProto.Builder - Class in com.google.ortools.sat
An integer variable.
IntegerVariableProtoOrBuilder - Interface in com.google.ortools.sat
 
INTERLEAVE_BATCH_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
INTERLEAVE_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.algorithms.SetCoverProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.bop.BopOptimizerMethod
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.bop.BopParameters.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.bop.BopParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.bop.BopSolverOptimizerSet
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.PerturbationStrategy.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.RuinStrategy
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.SearchStatistics
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.glop.GlopParameters.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.glop.GlopParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.graph.FlowArcProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.graph.FlowArcProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.graph.FlowModelProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.graph.FlowModelProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.graph.FlowNodeProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPModelProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPModelRequest
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPSolution
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPSolveInfo
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.MPVariableProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.OptionalDouble
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.ConvergenceInformation
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.IterationStats.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.IterationStats
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.MalitskyPockParams
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.PointMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.SolveLog.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.SolveLog
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.TerminationCriteria
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.BoolArgumentProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.BooleanAssignment.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.BooleanAssignment
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CircuitConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.ConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CpModelProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CpModelProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CpObjectiveProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CpSolverResponse
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CpSolverSolution.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CpSolverSolution
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.DecisionStrategyProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.DenseMatrixProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.ElementConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.FloatObjectiveProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.IntegerVariableProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.IntervalConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.InverseConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.LinearArgumentProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.LinearBooleanConstraint
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.LinearBooleanProblem
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.LinearConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.LinearExpressionProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.LinearObjective.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.LinearObjective
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.ListOfVariablesProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.PartialVariableAssignment
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.RoutesConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.SatParameters.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.SatParameters
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.SparsePermutationProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.SymmetryProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.TableConstraintProto
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.sat.v1.CpSolverRequest
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.util.Int128.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.ortools.util.Int128
 
internalGetMapFieldReflection(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
internalGetMapFieldReflection(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
internalGetMutableMapFieldReflection(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
internalGetValueMap() - Static method in enum com.google.ortools.algorithms.SetCoverSolutionResponse.Status
 
internalGetValueMap() - Static method in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
 
internalGetValueMap() - Static method in enum com.google.ortools.bop.BopParameters.ThreadSynchronizationType
 
internalGetValueMap() - Static method in enum com.google.ortools.constraintsolver.AcceptanceStrategy.Value
 
internalGetValueMap() - Static method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
 
internalGetValueMap() - Static method in enum com.google.ortools.constraintsolver.CoolingScheduleStrategy.Value
 
internalGetValueMap() - Static method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
 
internalGetValueMap() - Static method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
 
internalGetValueMap() - Static method in enum com.google.ortools.constraintsolver.PerturbationStrategy.Value
 
internalGetValueMap() - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.InsertionSortingProperty
 
internalGetValueMap() - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.PairInsertionStrategy
 
internalGetValueMap() - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
 
internalGetValueMap() - Static method in enum com.google.ortools.constraintsolver.RoutingSearchStatus.Value
 
internalGetValueMap() - Static method in enum com.google.ortools.constraintsolver.RuinCompositionStrategy.Value
 
internalGetValueMap() - Static method in enum com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
 
internalGetValueMap() - Static method in enum com.google.ortools.glop.GlopParameters.InitialBasisHeuristic
 
internalGetValueMap() - Static method in enum com.google.ortools.glop.GlopParameters.PricingRule
 
internalGetValueMap() - Static method in enum com.google.ortools.glop.GlopParameters.ScalingAlgorithm
 
internalGetValueMap() - Static method in enum com.google.ortools.glop.GlopParameters.SolverBehavior
 
internalGetValueMap() - Static method in enum com.google.ortools.graph.FlowModelProto.ProblemType
 
internalGetValueMap() - Static method in enum com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
 
internalGetValueMap() - Static method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
 
internalGetValueMap() - Static method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
 
internalGetValueMap() - Static method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
 
internalGetValueMap() - Static method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
 
internalGetValueMap() - Static method in enum com.google.ortools.pdlp.OptimalityNorm
 
internalGetValueMap() - Static method in enum com.google.ortools.pdlp.PointType
 
internalGetValueMap() - Static method in enum com.google.ortools.pdlp.PolishingPhaseType
 
internalGetValueMap() - Static method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule
 
internalGetValueMap() - Static method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.RestartStrategy
 
internalGetValueMap() - Static method in enum com.google.ortools.pdlp.RestartChoice
 
internalGetValueMap() - Static method in enum com.google.ortools.pdlp.SchedulerType
 
internalGetValueMap() - Static method in enum com.google.ortools.pdlp.TerminationReason
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.CpSolverStatus
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.ClauseProtection
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.Polarity
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.SearchBranching
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
 
internalGetValueMap() - Static method in enum com.google.ortools.sat.SatParameters.VariableOrder
 
internalGetValueMap() - Static method in enum com.google.ortools.util.OptionalBoolean
 
interruptSolve() - Method in class com.google.ortools.linearsolver.MPSolver
Interrupts the Solve() execution to terminate processing if possible.
interruptSolve() - Method in class com.google.ortools.modelbuilder.ModelSolver
Tries to interrupt the solve.
interruptSolve() - Method in class com.google.ortools.modelbuilder.ModelSolverHelper
 
intersectionWith(Domain) - Method in class com.google.ortools.util.Domain
Returns the intersection of D and domain.
interval(int) - Method in class com.google.ortools.constraintsolver.SequenceVar
Returns the index_th interval of the sequence.
INTERVAL_DEFAULT - Static variable in class com.google.ortools.constraintsolver.Solver
The default is INTERVAL_SET_TIMES_FORWARD.
INTERVAL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
INTERVAL_SET_TIMES_BACKWARD - Static variable in class com.google.ortools.constraintsolver.Solver
Selects the variable with the highest ending time of all variables,
and fixes the ending time to this highest values.
INTERVAL_SET_TIMES_FORWARD - Static variable in class com.google.ortools.constraintsolver.Solver
Selects the variable with the lowest starting time of all variables,
and fixes its starting time to this lowest value.
INTERVAL_SIMPLE - Static variable in class com.google.ortools.constraintsolver.Solver
The simple is INTERVAL_SET_TIMES_FORWARD.
IntervalConstraintProto - Class in com.google.ortools.sat
This is not really a constraint.
IntervalConstraintProto.Builder - Class in com.google.ortools.sat
This is not really a constraint.
IntervalConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
INTERVALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CumulativeConstraintProto
 
INTERVALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.NoOverlapConstraintProto
 
IntervalVar - Class in com.google.ortools.constraintsolver
Interval variables are often used in scheduling.
IntervalVar(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntervalVar
 
IntervalVar - Class in com.google.ortools.sat
An interval variable.
IntervalVar_accept(long, IntervalVar, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_cannotBePerformed(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_durationExpr(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_durationMax(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_durationMin(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_endExpr(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_endMax(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_endMin(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_isPerformedBound(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_kMaxValidValue_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_kMinValidValue_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_mayBePerformed(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_mustBePerformed(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_oldDurationMax(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_oldDurationMin(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_oldEndMax(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_oldEndMin(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_oldStartMax(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_oldStartMin(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_performedExpr(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_safeDurationExpr(long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_safeEndExpr(long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_safeStartExpr(long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setDurationMax(long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setDurationMin(long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setDurationRange(long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setEndMax(long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setEndMin(long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setEndRange(long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setPerformed(long, IntervalVar, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setStartMax(long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setStartMin(long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_setStartRange(long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_startExpr(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_startMax(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_startMin(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_wasPerformedBound(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenAnything__SWIG_0(long, IntervalVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenAnything__SWIG_1(long, IntervalVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenDurationBound__SWIG_0(long, IntervalVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenDurationBound__SWIG_1(long, IntervalVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenDurationRange__SWIG_0(long, IntervalVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenDurationRange__SWIG_1(long, IntervalVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenEndBound__SWIG_0(long, IntervalVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenEndBound__SWIG_1(long, IntervalVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenEndRange__SWIG_0(long, IntervalVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenEndRange__SWIG_1(long, IntervalVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenPerformedBound__SWIG_0(long, IntervalVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenPerformedBound__SWIG_1(long, IntervalVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenStartBound__SWIG_0(long, IntervalVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenStartBound__SWIG_1(long, IntervalVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenStartRange__SWIG_0(long, IntervalVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVar_whenStartRange__SWIG_1(long, IntervalVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
intervalVarContainer() - Method in class com.google.ortools.constraintsolver.Assignment
 
IntervalVarElement - Class in com.google.ortools.constraintsolver
 
IntervalVarElement(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntervalVarElement
 
IntervalVarElement() - Constructor for class com.google.ortools.constraintsolver.IntervalVarElement
 
IntervalVarElement(IntervalVar) - Constructor for class com.google.ortools.constraintsolver.IntervalVarElement
 
IntervalVarElement_bound(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_clone(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_copy(long, IntervalVarElement, long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_durationMax(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_durationMin(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_durationValue(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_endMax(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_endMin(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_endValue(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_performedMax(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_performedMin(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_performedValue(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_reset(long, IntervalVarElement, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_restore(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setDurationMax(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setDurationMin(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setDurationRange(long, IntervalVarElement, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setDurationValue(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setEndMax(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setEndMin(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setEndRange(long, IntervalVarElement, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setEndValue(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setPerformedMax(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setPerformedMin(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setPerformedRange(long, IntervalVarElement, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setPerformedValue(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setStartMax(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setStartMin(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setStartRange(long, IntervalVarElement, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_setStartValue(long, IntervalVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_startMax(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_startMin(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_startValue(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_store(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_toString(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntervalVarElement_var(long, IntervalVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr - Class in com.google.ortools.constraintsolver
The class IntExpr is the base of all integer expressions in
constraint programming.
IntExpr(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntExpr
 
IntExpr_accept(long, IntExpr, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_bound(long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_isVar(long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_max(long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_min(long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_range(long, IntExpr, long[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_setMax(long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_setMin(long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_setRange(long, IntExpr, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_setValue(long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_var(long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_varWithName(long, IntExpr, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_whenRange__SWIG_0(long, IntExpr, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntExpr_whenRange__SWIG_1(long, IntExpr, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntIntToLongFunction - Interface in com.google.ortools.constraintsolver
Represents a function that accepts two int-valued arguments and produces a long-valued result.
IntTupleSet - Class in com.google.ortools.constraintsolver
 
IntTupleSet(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntTupleSet
 
IntTupleSet(int) - Constructor for class com.google.ortools.constraintsolver.IntTupleSet
 
IntTupleSet(IntTupleSet) - Constructor for class com.google.ortools.constraintsolver.IntTupleSet
 
IntTupleSet_arity(long, IntTupleSet) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_clear(long, IntTupleSet) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_contains__SWIG_0(long, IntTupleSet, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_contains__SWIG_1(long, IntTupleSet, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_insert2(long, IntTupleSet, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_insert3(long, IntTupleSet, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_insert4(long, IntTupleSet, long, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_insert__SWIG_0(long, IntTupleSet, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_insert__SWIG_1(long, IntTupleSet, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_insertAll__SWIG_0(long, IntTupleSet, long[][]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_insertAll__SWIG_1(long, IntTupleSet, int[][]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_numDifferentValuesInColumn(long, IntTupleSet, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_numTuples(long, IntTupleSet) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_sortedByColumn(long, IntTupleSet, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_sortedLexicographically(long, IntTupleSet) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntTupleSet_value(long, IntTupleSet, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar - Class in com.google.ortools.constraintsolver
The class IntVar is a subset of IntExpr.
IntVar(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntVar
 
IntVar - Class in com.google.ortools.sat
An integer variable.
IntVar_accept(long, IntVar, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_contains(long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_index(long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_isDifferent(long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_isEqual(long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_isGreaterOrEqual(long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_isLessOrEqual(long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_isVar(long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_makeDomainIterator(long, IntVar, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_makeHoleIterator(long, IntVar, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_oldMax(long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_oldMin(long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_removeInterval(long, IntVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_removeValue(long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_removeValues(long, IntVar, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_setValue(long, IntVar, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_size(long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_value(long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_var(long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_varType(long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_whenBound__SWIG_0(long, IntVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_whenBound__SWIG_1(long, IntVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_whenDomain__SWIG_0(long, IntVar, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVar_whenDomain__SWIG_1(long, IntVar, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
intVarContainer() - Method in class com.google.ortools.constraintsolver.Assignment
 
IntVarElement - Class in com.google.ortools.constraintsolver
 
IntVarElement(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntVarElement
 
IntVarElement() - Constructor for class com.google.ortools.constraintsolver.IntVarElement
 
IntVarElement(IntVar) - Constructor for class com.google.ortools.constraintsolver.IntVarElement
 
IntVarElement_bound(long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_clone(long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_copy(long, IntVarElement, long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_max(long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_min(long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_reset(long, IntVarElement, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_restore(long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_setMax(long, IntVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_setMin(long, IntVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_setRange(long, IntVarElement, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_setValue(long, IntVarElement, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_store(long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_toString(long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_value(long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarElement_var(long, IntVarElement) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarIterator - Class in com.google.ortools.constraintsolver
The class Iterator has two direct subclasses.
IntVarIterator(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntVarIterator
 
IntVarIterator_init(long, IntVarIterator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarIterator_next(long, IntVarIterator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarIterator_ok(long, IntVarIterator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarIterator_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarIterator_toString(long, IntVarIterator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarIterator_value(long, IntVarIterator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter - Class in com.google.ortools.constraintsolver
 
IntVarLocalSearchFilter(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
IntVarLocalSearchFilter(IntVar[]) - Constructor for class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
IntVarLocalSearchFilter_addVars(long, IntVarLocalSearchFilter, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_change_ownership(IntVarLocalSearchFilter, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_director_connect(IntVarLocalSearchFilter, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_index(long, IntVarLocalSearchFilter, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_onSynchronize(long, IntVarLocalSearchFilter, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_onSynchronizeSwigExplicitIntVarLocalSearchFilter(long, IntVarLocalSearchFilter, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_size(long, IntVarLocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_synchronize(long, IntVarLocalSearchFilter, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_value(long, IntVarLocalSearchFilter, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchFilter_var(long, IntVarLocalSearchFilter, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator - Class in com.google.ortools.constraintsolver
Specialization of LocalSearchOperator built from an array of IntVars
which specifies the scope of the operator.
IntVarLocalSearchOperator(long, boolean) - Constructor for class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
IntVarLocalSearchOperator(IntVar[], boolean) - Constructor for class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
IntVarLocalSearchOperator(IntVar[]) - Constructor for class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
IntVarLocalSearchOperator_activate(long, IntVarLocalSearchOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_activated(long, IntVarLocalSearchOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_addVars(long, IntVarLocalSearchOperator, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_ApplyChanges(long, IntVarLocalSearchOperator, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_change_ownership(IntVarLocalSearchOperator, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_deactivate(long, IntVarLocalSearchOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_director_connect(IntVarLocalSearchOperator, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_HoldsDelta(long, IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_HoldsDeltaSwigExplicitIntVarLocalSearchOperator(long, IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_isIncremental(long, IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_isIncrementalSwigExplicitIntVarLocalSearchOperator(long, IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_oldValue(long, IntVarLocalSearchOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_oneNeighbor(long, IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_oneNeighborSwigExplicitIntVarLocalSearchOperator(long, IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_onStart(long, IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_onStartSwigExplicitIntVarLocalSearchOperator(long, IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_PrevValue(long, IntVarLocalSearchOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_RevertChanges(long, IntVarLocalSearchOperator, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_setValue(long, IntVarLocalSearchOperator, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_size(long, IntVarLocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_SkipUnchanged(long, IntVarLocalSearchOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_SkipUnchangedSwigExplicitIntVarLocalSearchOperator(long, IntVarLocalSearchOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_start(long, IntVarLocalSearchOperator, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_startSwigExplicitIntVarLocalSearchOperator(long, IntVarLocalSearchOperator, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_value(long, IntVarLocalSearchOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
IntVarLocalSearchOperator_var(long, IntVarLocalSearchOperator, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
INVALID_VALUE - Static variable in enum com.google.ortools.algorithms.SetCoverSolutionResponse.Status
The model is invalid.
INVERSE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
InverseConstraintProto - Class in com.google.ortools.sat
The two arrays of variable each represent a function, the second is the inverse of the first: f_direct[i] == j <=> f_inverse[j] == i.
InverseConstraintProto.Builder - Class in com.google.ortools.sat
The two arrays of variable each represent a function, the second is the inverse of the first: f_direct[i] == j <=> f_inverse[j] == i.
InverseConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
is_active() - Method in class com.google.ortools.constraintsolver.BaseObjectiveMonitor
 
IS_INTEGER_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPVariableProto
 
IS_LAZY_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPConstraintProto
 
IsActive() - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
isAssignedStatusKnown(int) - Method in class com.google.ortools.constraintsolver.Pack
 
isCastConstraint() - Method in class com.google.ortools.constraintsolver.Constraint
Is the constraint created by a cast from expression to integer variable?
IsDelivery(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
isDifferent(long) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
isDifferent(long) - Method in class com.google.ortools.constraintsolver.IntVar
 
isEmpty() - Method in class com.google.ortools.util.Domain
Returns true if this is the empty set.
IsEnd(long) - Method in class com.google.ortools.constraintsolver.PathsMetadata
 
isEnd(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns true if 'index' represents the last node of a route.
isEnforcedConstraint(int) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 
isEqual(long) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
isEqual(long) - Method in class com.google.ortools.constraintsolver.IntVar
IsEqual
isGreaterOrEqual(long) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
isGreaterOrEqual(long) - Method in class com.google.ortools.constraintsolver.IntVar
 
IsIncomingNeighbor() - Method in class com.google.ortools.constraintsolver.NodeNeighborIterator
 
isIncremental() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
isIncremental() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
 
isInitialized() - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
 
isInitialized() - Method in class com.google.ortools.algorithms.SetCoverProto
 
isInitialized() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
 
isInitialized() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
isInitialized() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
 
isInitialized() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
isInitialized() - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
 
isInitialized() - Method in class com.google.ortools.bop.BopOptimizerMethod
 
isInitialized() - Method in class com.google.ortools.bop.BopParameters.Builder
 
isInitialized() - Method in class com.google.ortools.bop.BopParameters
 
isInitialized() - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
 
isInitialized() - Method in class com.google.ortools.bop.BopSolverOptimizerSet
 
isInitialized() - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
isInitialized() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
isInitialized() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
isInitialized() - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
isInitialized() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
isInitialized() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
isInitialized() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
isInitialized() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
isInitialized() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
isInitialized() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
isInitialized() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
isInitialized() - Method in class com.google.ortools.constraintsolver.PerturbationStrategy.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.RuinStrategy
 
isInitialized() - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.SearchStatistics
 
isInitialized() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
isInitialized() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
isInitialized() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy.Builder
 
isInitialized() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
isInitialized() - Method in class com.google.ortools.glop.GlopParameters.Builder
 
isInitialized() - Method in class com.google.ortools.glop.GlopParameters
 
isInitialized() - Method in class com.google.ortools.graph.FlowArcProto.Builder
 
isInitialized() - Method in class com.google.ortools.graph.FlowArcProto
 
isInitialized() - Method in class com.google.ortools.graph.FlowModelProto.Builder
 
isInitialized() - Method in class com.google.ortools.graph.FlowModelProto
 
isInitialized() - Method in class com.google.ortools.graph.FlowNodeProto.Builder
 
isInitialized() - Method in class com.google.ortools.graph.FlowNodeProto
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPModelProto
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPModelRequest
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPSolution.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPSolution
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPSolveInfo
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.MPVariableProto
 
isInitialized() - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.OptionalDouble
 
isInitialized() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
isInitialized() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
isInitialized() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams.Builder
 
isInitialized() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
isInitialized() - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
 
isInitialized() - Method in class com.google.ortools.pdlp.ConvergenceInformation
 
isInitialized() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
 
isInitialized() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
isInitialized() - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
 
isInitialized() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
 
isInitialized() - Method in class com.google.ortools.pdlp.IterationStats.Builder
 
isInitialized() - Method in class com.google.ortools.pdlp.IterationStats
 
isInitialized() - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
 
isInitialized() - Method in class com.google.ortools.pdlp.MalitskyPockParams
 
isInitialized() - Method in class com.google.ortools.pdlp.PointMetadata.Builder
 
isInitialized() - Method in class com.google.ortools.pdlp.PointMetadata
 
isInitialized() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
 
isInitialized() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
isInitialized() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
 
isInitialized() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
isInitialized() - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
 
isInitialized() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
 
isInitialized() - Method in class com.google.ortools.pdlp.SolveLog.Builder
 
isInitialized() - Method in class com.google.ortools.pdlp.SolveLog
 
isInitialized() - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
 
isInitialized() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
 
isInitialized() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
isInitialized() - Method in class com.google.ortools.pdlp.TerminationCriteria
 
isInitialized() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria.Builder
 
isInitialized() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
isInitialized() - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.BoolArgumentProto
 
isInitialized() - Method in class com.google.ortools.sat.BooleanAssignment.Builder
 
isInitialized() - Method in class com.google.ortools.sat.BooleanAssignment
 
isInitialized() - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.CircuitConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.ConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.CpModelProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.CpModelProto
 
isInitialized() - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.CpObjectiveProto
 
isInitialized() - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
isInitialized() - Method in class com.google.ortools.sat.CpSolverResponse
 
isInitialized() - Method in class com.google.ortools.sat.CpSolverSolution.Builder
 
isInitialized() - Method in class com.google.ortools.sat.CpSolverSolution
 
isInitialized() - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.DecisionStrategyProto
 
isInitialized() - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.DenseMatrixProto
 
isInitialized() - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.ElementConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.FloatObjectiveProto
 
isInitialized() - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.IntegerVariableProto
 
isInitialized() - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.IntervalConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.InverseConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.LinearArgumentProto
 
isInitialized() - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
 
isInitialized() - Method in class com.google.ortools.sat.LinearBooleanConstraint
 
isInitialized() - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
 
isInitialized() - Method in class com.google.ortools.sat.LinearBooleanProblem
 
isInitialized() - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.LinearConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.LinearExpressionProto
 
isInitialized() - Method in class com.google.ortools.sat.LinearObjective.Builder
 
isInitialized() - Method in class com.google.ortools.sat.LinearObjective
 
isInitialized() - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.ListOfVariablesProto
 
isInitialized() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
isInitialized() - Method in class com.google.ortools.sat.PartialVariableAssignment
 
isInitialized() - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.RoutesConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.SatParameters.Builder
 
isInitialized() - Method in class com.google.ortools.sat.SatParameters
 
isInitialized() - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.SparsePermutationProto
 
isInitialized() - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.SymmetryProto
 
isInitialized() - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
isInitialized() - Method in class com.google.ortools.sat.TableConstraintProto
 
isInitialized() - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
 
isInitialized() - Method in class com.google.ortools.sat.v1.CpSolverRequest
 
isInitialized() - Method in class com.google.ortools.util.Int128.Builder
 
isInitialized() - Method in class com.google.ortools.util.Int128
 
isLazy() - Method in class com.google.ortools.linearsolver.MPConstraint
Advanced usage: returns true if the constraint is "lazy" (see below).
isLessOrEqual(long) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
isLessOrEqual(long) - Method in class com.google.ortools.constraintsolver.IntVar
 
isLocalSearchProfilingEnabled() - Method in class com.google.ortools.constraintsolver.Solver
Returns whether we are profiling local search.
isMatchingModel() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns true if a vehicle/node matching problem is detected.
isMip() - Method in class com.google.ortools.linearsolver.MPSolver
 
IsNeighborhoodArcForCostClass(int, long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsByCostClass
Returns true iff arc from_node -> to_node is a neighborhood arc for the
given cost_class, i.e. iff arc.to_node is an outgoing neighbor of
arc.from_node for 'cost_class'.
IsOutgoingNeighbor() - Method in class com.google.ortools.constraintsolver.NodeNeighborIterator
 
isPerformedBound() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
IsPickup(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns whether the node is a pickup (resp. delivery).
isPositive(Literal) - Method in class com.google.ortools.sat.CpModel
 
isPossible(int, int) - Method in class com.google.ortools.constraintsolver.Pack
 
isProfilingEnabled() - Method in class com.google.ortools.constraintsolver.Solver
Returns whether we are profiling the solver.
isRanked(int) - Method in class com.google.ortools.constraintsolver.RevPartialSequence
 
IsResourceAllowedForVehicle(int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
 
isSolutionOptimal() - Method in class com.google.ortools.algorithms.KnapsackSolver
Returns true if the solution was proven optimal.
IsStart(long) - Method in class com.google.ortools.constraintsolver.PathsMetadata
 
isStart(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns true if 'index' represents the first node of a route.
IsUncheckedSolutionLimitReached() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
IsUncheckedSolutionLimitReached() - Method in class com.google.ortools.constraintsolver.SearchMonitor
Returns true if the limit of solutions has been reached including
unchecked solutions.
isUndecided(int, int) - Method in class com.google.ortools.constraintsolver.Pack
 
isVar() - Method in class com.google.ortools.constraintsolver.IntExpr
Returns true if the expression is indeed a variable.
isVar() - Method in class com.google.ortools.constraintsolver.IntVar
 
isVehicleAllowedForIndex(int, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns true if a vehicle is allowed to visit a given node.
isVehicleUsed(Assignment, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns true if the route of 'vehicle' is non empty in 'assignment'.
IsVehicleUsedWhenEmpty(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
ITERATED_LOCAL_SEARCH_PARAMETERS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
IteratedLocalSearchParameters - Class in com.google.ortools.constraintsolver
Specifies the behavior of a search based on ILS.
IteratedLocalSearchParameters.Builder - Class in com.google.ortools.constraintsolver
Specifies the behavior of a search based on ILS.
IteratedLocalSearchParametersOrBuilder - Interface in com.google.ortools.constraintsolver
 
ITERATION_COUNT_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
ITERATION_COUNT_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.SolveLog
 
ITERATION_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.TerminationCriteria
 
ITERATION_NUMBER_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.IterationStats
 
ITERATION_STATS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
ITERATION_STATS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.SolveLog
 
iterations() - Method in class com.google.ortools.linearsolver.MPSolver
Returns the number of simplex iterations.
IterationStats - Class in com.google.ortools.pdlp
All values in IterationStats assume that the primal quadratic program is a minimization problem and the dual is a maximization problem.
IterationStats.Builder - Class in com.google.ortools.pdlp
All values in IterationStats assume that the primal quadratic program is a minimization problem and the dual is a maximization problem.
IterationStatsOrBuilder - Interface in com.google.ortools.pdlp
 

J

JavaDecisionBuilder - Class in com.google.ortools.constraintsolver
This class acts as a intermediate step between a c++ decision builder and a java one.
JavaDecisionBuilder() - Constructor for class com.google.ortools.constraintsolver.JavaDecisionBuilder
 

K

kAccept - Static variable in class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
KEEP_ALL_FEASIBLE_SOLUTIONS_IN_PRESOLVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
KEEP_LEFT - Static variable in class com.google.ortools.constraintsolver.Solver
Right branches are ignored.
KEEP_RIGHT - Static variable in class com.google.ortools.constraintsolver.Solver
Left branches are ignored.
KEEP_SYMMETRY_IN_PRESOLVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
keepAliveDecisionBuilder(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
keepAliveDecisionBuilder(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
keepAliveDecisionBuilder(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.SearchLimit
 
keepAliveDecisionBuilder(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.SearchMonitor
 
keepAliveDecisionBuilder(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
 
keepAliveDecisionBuilder(DecisionBuilder[]) - Method in class com.google.ortools.constraintsolver.Solver
 
KILL_BOTH - Static variable in class com.google.ortools.constraintsolver.Solver
Backtracks to the previous decisions, i.e. left and right branches are
not applied.
KKT_MATRIX_PASS_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.TerminationCriteria
 
KNAPSACK_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
KNAPSACK_MIXED_INTEGER_PROGRAMMING = 13;
KnapsackSolver - Class in com.google.ortools.algorithms
This library solves knapsack problems.
KnapsackSolver(long, boolean) - Constructor for class com.google.ortools.algorithms.KnapsackSolver
 
KnapsackSolver(String) - Constructor for class com.google.ortools.algorithms.KnapsackSolver
 
KnapsackSolver(KnapsackSolver.SolverType, String) - Constructor for class com.google.ortools.algorithms.KnapsackSolver
 
KnapsackSolver.SolverType - Enum in com.google.ortools.algorithms
Enum controlling which underlying algorithm is used.
KnapsackSolver_bestSolutionContains(long, KnapsackSolver, int) - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_getName(long, KnapsackSolver) - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_init(long, KnapsackSolver, long[], long[][], long[]) - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_isSolutionOptimal(long, KnapsackSolver) - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_KNAPSACK_64ITEMS_SOLVER_get() - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_KNAPSACK_BRUTE_FORCE_SOLVER_get() - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_KNAPSACK_DIVIDE_AND_CONQUER_SOLVER_get() - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_KNAPSACK_DYNAMIC_PROGRAMMING_SOLVER_get() - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_KNAPSACK_MULTIDIMENSION_BRANCH_AND_BOUND_SOLVER_get() - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_KNAPSACK_MULTIDIMENSION_CBC_MIP_SOLVER_get() - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_KNAPSACK_MULTIDIMENSION_CP_SAT_SOLVER_get() - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_KNAPSACK_MULTIDIMENSION_SCIP_MIP_SOLVER_get() - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_setTimeLimit(long, KnapsackSolver, double) - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_setUseReduction(long, KnapsackSolver, boolean) - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_solve(long, KnapsackSolver) - Static method in class com.google.ortools.algorithms.mainJNI
 
KnapsackSolver_useReduction(long, KnapsackSolver) - Static method in class com.google.ortools.algorithms.mainJNI
 
kNoProgress - Static variable in class com.google.ortools.constraintsolver.SearchMonitor
 
kNumPriorities - Static variable in class com.google.ortools.constraintsolver.Solver
Number of priorities for demons.
kRelax - Static variable in class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
kTransitEvaluatorSignNegativeOrZero - Static variable in class com.google.ortools.constraintsolver.RoutingModel
 
kTransitEvaluatorSignPositiveOrZero - Static variable in class com.google.ortools.constraintsolver.RoutingModel
 
kTransitEvaluatorSignUnknown - Static variable in class com.google.ortools.constraintsolver.RoutingModel
Represents the sign of values returned by a transit evaluator.

L

L2_DUAL_RESIDUAL_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.ConvergenceInformation
 
L2_DUAL_VARIABLE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.ConvergenceInformation
 
L2_NORM_RESCALING_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
L2_PRIMAL_RESIDUAL_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.ConvergenceInformation
 
L2_PRIMAL_VARIABLE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.ConvergenceInformation
 
L_INF_COMPONENTWISE_DUAL_RESIDUAL_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.ConvergenceInformation
 
L_INF_COMPONENTWISE_PRIMAL_RESIDUAL_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.ConvergenceInformation
 
L_INF_DUAL_RESIDUAL_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.ConvergenceInformation
 
L_INF_DUAL_VARIABLE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.ConvergenceInformation
 
L_INF_PRIMAL_RESIDUAL_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.ConvergenceInformation
 
L_INF_PRIMAL_VARIABLE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.ConvergenceInformation
 
L_INF_RUIZ_ITERATIONS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
last_solution_or_null() - Method in class com.google.ortools.constraintsolver.SolutionCollector
Returns the last solution if there are any, nullptr otherwise.
lb() - Method in class com.google.ortools.linearsolver.MPConstraint
Returns the lower bound.
lb() - Method in class com.google.ortools.linearsolver.MPVariable
Returns the lower bound.
LB_RELAX_NUM_WORKERS_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
LBD_MOVING_AVERAGE_RESTART_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
Moving average restart based on the LBD of conflicts.
LE - Static variable in class com.google.ortools.constraintsolver.Solver
Move is accepted when the current objective value <= objective.Max.
LET_SOLVER_DECIDE_VALUE - Static variable in enum com.google.ortools.glop.GlopParameters.SolverBehavior
LET_SOLVER_DECIDE = 2;
LEVEL_CHANGES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ReservoirConstraintProto
 
LIN_MAX_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
LINEAR_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
LINEAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ElementConstraintProto
 
LINEAR_PROGRAM_VALUE - Static variable in enum com.google.ortools.glop.GlopParameters.ScalingAlgorithm
LINEAR_PROGRAM = 2;
LINEAR_RELAXATION_VALUE - Static variable in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
LINEAR_RELAXATION = 1;
LINEAR_SPLIT_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
LINEAR_SUM_ASSIGNMENT_VALUE - Static variable in enum com.google.ortools.graph.FlowModelProto.ProblemType
LINEAR_SUM_ASSIGNMENT = 0;
LINEAR_TARGET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ElementConstraintProto
 
LINEAR_VALUE - Static variable in enum com.google.ortools.constraintsolver.CoolingScheduleStrategy.Value
Linearly decreases the temperature as the search progresses.
LinearArgument - Interface in com.google.ortools.modelbuilder
A object that can build a LinearExpr object.
LinearArgument - Interface in com.google.ortools.sat
A object that can build a LinearExpr object.
LinearArgumentProto - Class in com.google.ortools.sat
Protobuf type operations_research.sat.LinearArgumentProto
LinearArgumentProto.Builder - Class in com.google.ortools.sat
Protobuf type operations_research.sat.LinearArgumentProto
LinearArgumentProtoOrBuilder - Interface in com.google.ortools.sat
 
LinearBooleanConstraint - Class in com.google.ortools.sat
A linear Boolean constraint which is a bounded sum of linear terms.
LinearBooleanConstraint.Builder - Class in com.google.ortools.sat
A linear Boolean constraint which is a bounded sum of linear terms.
LinearBooleanConstraintOrBuilder - Interface in com.google.ortools.sat
 
LinearBooleanProblem - Class in com.google.ortools.sat
A linear Boolean problem.
LinearBooleanProblem.Builder - Class in com.google.ortools.sat
A linear Boolean problem.
LinearBooleanProblemOrBuilder - Interface in com.google.ortools.sat
 
LinearConstraint - Class in com.google.ortools.modelbuilder
Wrapper around a linear constraint stored in the ModelBuilderHelper instance.
LinearConstraint(ModelBuilderHelper) - Constructor for class com.google.ortools.modelbuilder.LinearConstraint
 
LinearConstraintProto - Class in com.google.ortools.sat
The linear sum vars[i] * coeffs[i] must fall in the given domain.
LinearConstraintProto.Builder - Class in com.google.ortools.sat
The linear sum vars[i] * coeffs[i] must fall in the given domain.
LinearConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
LinearExpr - Interface in com.google.ortools.modelbuilder
A linear expression (sum (ai * xi) + b).
LinearExpr - Interface in com.google.ortools.sat
A linear expression (sum (ai * xi) + b).
LinearExprBuilder - Class in com.google.ortools.modelbuilder
Builder class for the LinearExpr container.
LinearExprBuilder - Class in com.google.ortools.sat
Builder class for the LinearExpr container.
LinearExpressionProto - Class in com.google.ortools.sat
Some constraints supports linear expression instead of just using a reference to a variable.
LinearExpressionProto.Builder - Class in com.google.ortools.sat
Some constraints supports linear expression instead of just using a reference to a variable.
LinearExpressionProtoOrBuilder - Interface in com.google.ortools.sat
 
LINEARIZATION_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
LinearObjective - Class in com.google.ortools.sat
The objective of an optimization problem.
LinearObjective.Builder - Class in com.google.ortools.sat
The objective of an optimization problem.
LinearObjectiveOrBuilder - Interface in com.google.ortools.sat
 
LinearSolver - Class in com.google.ortools.linearsolver
 
LinearSumAssignment - Class in com.google.ortools.graph
 
LinearSumAssignment(long, boolean) - Constructor for class com.google.ortools.graph.LinearSumAssignment
 
LinearSumAssignment() - Constructor for class com.google.ortools.graph.LinearSumAssignment
 
LinearSumAssignment.Status - Enum in com.google.ortools.graph
 
LinearSumAssignment_addArcWithCost(long, LinearSumAssignment, int, int, long) - Static method in class com.google.ortools.graph.mainJNI
 
LinearSumAssignment_getAssignmentCost(long, LinearSumAssignment, int) - Static method in class com.google.ortools.graph.mainJNI
 
LinearSumAssignment_getCost(long, LinearSumAssignment, int) - Static method in class com.google.ortools.graph.mainJNI
 
LinearSumAssignment_getLeftNode(long, LinearSumAssignment, int) - Static method in class com.google.ortools.graph.mainJNI
 
LinearSumAssignment_getNumArcs(long, LinearSumAssignment) - Static method in class com.google.ortools.graph.mainJNI
 
LinearSumAssignment_getNumNodes(long, LinearSumAssignment) - Static method in class com.google.ortools.graph.mainJNI
 
LinearSumAssignment_getOptimalCost(long, LinearSumAssignment) - Static method in class com.google.ortools.graph.mainJNI
 
LinearSumAssignment_getRightMate(long, LinearSumAssignment, int) - Static method in class com.google.ortools.graph.mainJNI
 
LinearSumAssignment_getRightNode(long, LinearSumAssignment, int) - Static method in class com.google.ortools.graph.mainJNI
 
LinearSumAssignment_solve(long, LinearSumAssignment) - Static method in class com.google.ortools.graph.mainJNI
 
LINESEARCH_CONTRACTION_FACTOR_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.MalitskyPockParams
 
LINESEARCH_RULE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
LINESEARCH_RULE_UNSPECIFIED_VALUE - Static variable in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule
LINESEARCH_RULE_UNSPECIFIED = 0;
ListOfVariablesProto - Class in com.google.ortools.sat
A list of variables, without any semantics.
ListOfVariablesProto.Builder - Class in com.google.ortools.sat
A list of variables, without any semantics.
ListOfVariablesProtoOrBuilder - Interface in com.google.ortools.sat
 
Literal - Interface in com.google.ortools.sat
Interface to describe a boolean variable or its negation.
LITERALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.BoolArgumentProto
 
LITERALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.BooleanAssignment
 
LITERALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CircuitConstraintProto
 
LITERALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearBooleanConstraint
 
LITERALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearObjective
 
LITERALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.RoutesConstraintProto
 
LK - Static variable in class com.google.ortools.constraintsolver.Solver
Lin-Kernighan local search.
LNS_INITIAL_DETERMINISTIC_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
LNS_INITIAL_DIFFICULTY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
LNS_TIME_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
load(String) - Method in class com.google.ortools.constraintsolver.Assignment
Loads an assignment from a file; does not add variables to the
assignment (only the variables contained in the assignment are modified).
Loader - Class in com.google.ortools
Load native libraries needed for using ortools-java.
Loader() - Constructor for class com.google.ortools.Loader
 
loadGurobiSharedLibrary(String) - Static method in class com.google.ortools.init.CppBridge
Load the gurobi shared library.
loadModelFromProto(MPModelProto) - Method in class com.google.ortools.linearsolver.MPSolver
Loads a model and returns the error message, which will be empty iff the
model is valid.
loadModelFromProtoKeepNames(MPModelProto) - Method in class com.google.ortools.linearsolver.MPSolver
Like loadModelFromProto(), but keeps the names and returns an error if
there are duplicate names.
loadModelFromProtoWithUniqueNamesOrDie(MPModelProto) - Method in class com.google.ortools.linearsolver.MPSolver
 
loadNativeLibraries() - Static method in class com.google.ortools.Loader
 
loadSolutionFromProto(MPSolutionResponse) - Method in class com.google.ortools.linearsolver.MPSolver
Load a solution encoded in a protocol buffer onto this solver for easy
access via the MPSolver interface.
LOCAL_CHEAPEST_ARC_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Select the first node with an unbound successor and connect it to the node which produces the cheapest route segment.
LOCAL_CHEAPEST_COST_INSERTION_PICKUP_DELIVERY_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
LOCAL_CHEAPEST_COST_INSERTION_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Same as LOCAL_CHEAPEST_INSERTION except that the cost of insertion is based on the routing model cost function instead of arc costs only.
LOCAL_CHEAPEST_INSERTION_PICKUP_DELIVERY_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
LOCAL_CHEAPEST_INSERTION_SORTING_PROPERTIES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
LOCAL_CHEAPEST_INSERTION_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Iteratively build a solution by inserting each node at its cheapest position; the cost of insertion is based on the arc cost function.
LOCAL_SEARCH_FILTER_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
LOCAL_SEARCH_FILTER_STATISTICS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
LOCAL_SEARCH_METAHEURISTIC_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
LOCAL_SEARCH_METAHEURISTICS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
LOCAL_SEARCH_OPERATOR_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
LOCAL_SEARCH_OPERATOR_STATISTICS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
LOCAL_SEARCH_OPERATORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
LOCAL_SEARCH_STATISTICS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.SearchStatistics
 
LOCAL_SEARCH_VALUE - Static variable in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
LOCAL_SEARCH = 2;
localOptimum() - Method in class com.google.ortools.constraintsolver.SearchMonitor
When a local optimum is reached.
LocalSearchFilter - Class in com.google.ortools.constraintsolver
Local Search Filters are used for fast neighbor pruning.
LocalSearchFilter(long, boolean) - Constructor for class com.google.ortools.constraintsolver.LocalSearchFilter
 
LocalSearchFilter() - Constructor for class com.google.ortools.constraintsolver.LocalSearchFilter
 
LocalSearchFilter_accept(long, LocalSearchFilter, long, Assignment, long, Assignment, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_change_ownership(LocalSearchFilter, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_Commit(long, LocalSearchFilter, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_CommitSwigExplicitLocalSearchFilter(long, LocalSearchFilter, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_director_connect(LocalSearchFilter, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_getAcceptedObjectiveValue(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_getAcceptedObjectiveValueSwigExplicitLocalSearchFilter(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_getSynchronizedObjectiveValue(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_getSynchronizedObjectiveValueSwigExplicitLocalSearchFilter(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_isIncremental(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_isIncrementalSwigExplicitLocalSearchFilter(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_Relax(long, LocalSearchFilter, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_RelaxSwigExplicitLocalSearchFilter(long, LocalSearchFilter, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_Reset(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_ResetSwigExplicitLocalSearchFilter(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_Revert(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_RevertSwigExplicitLocalSearchFilter(long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilter_synchronize(long, LocalSearchFilter, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager - Class in com.google.ortools.constraintsolver
Filter manager: when a move is made, filters are executed to decide whether
the solution is feasible and compute parts of the new cost.
LocalSearchFilterManager(long, boolean) - Constructor for class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
LocalSearchFilterManager(SWIGTYPE_p_std__vectorT_operations_research__LocalSearchFilterManager__FilterEvent_t) - Constructor for class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
LocalSearchFilterManager(LocalSearchFilter[]) - Constructor for class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
LocalSearchFilterManager.FilterEvent - Class in com.google.ortools.constraintsolver
 
LocalSearchFilterManager_accept(long, LocalSearchFilterManager, long, LocalSearchMonitor, long, Assignment, long, Assignment, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_change_ownership(LocalSearchFilterManager, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_director_connect(LocalSearchFilterManager, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_FilterEvent_eventType_get(long, LocalSearchFilterManager.FilterEvent) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_FilterEvent_eventType_set(long, LocalSearchFilterManager.FilterEvent, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_FilterEvent_filter_get(long, LocalSearchFilterManager.FilterEvent) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_FilterEvent_filter_set(long, LocalSearchFilterManager.FilterEvent, long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_FilterEvent_priority_get(long, LocalSearchFilterManager.FilterEvent) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_FilterEvent_priority_set(long, LocalSearchFilterManager.FilterEvent, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_GetAcceptedObjectiveValue(long, LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_GetSynchronizedObjectiveValue(long, LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_kAccept_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_kRelax_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_Revert(long, LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_synchronize(long, LocalSearchFilterManager, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_toString(long, LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchFilterManager_toStringSwigExplicitLocalSearchFilterManager(long, LocalSearchFilterManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMetaheuristic - Class in com.google.ortools.constraintsolver
Local search metaheuristics used to guide the search.
LocalSearchMetaheuristic.Builder - Class in com.google.ortools.constraintsolver
Local search metaheuristics used to guide the search.
LocalSearchMetaheuristic.Value - Enum in com.google.ortools.constraintsolver
Protobuf enum operations_research.LocalSearchMetaheuristic.Value
LocalSearchMetaheuristicOrBuilder - Interface in com.google.ortools.constraintsolver
 
LocalSearchMonitor - Class in com.google.ortools.constraintsolver
 
LocalSearchMonitor(long, boolean) - Constructor for class com.google.ortools.constraintsolver.LocalSearchMonitor
 
LocalSearchMonitor_beginAcceptNeighbor(long, LocalSearchMonitor, long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_beginFiltering(long, LocalSearchMonitor, long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_beginFilterNeighbor(long, LocalSearchMonitor, long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_beginMakeNextNeighbor(long, LocalSearchMonitor, long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_beginOperatorStart(long, LocalSearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_endAcceptNeighbor(long, LocalSearchMonitor, long, LocalSearchOperator, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_endFiltering(long, LocalSearchMonitor, long, LocalSearchFilter, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_endFilterNeighbor(long, LocalSearchMonitor, long, LocalSearchOperator, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_endMakeNextNeighbor(long, LocalSearchMonitor, long, LocalSearchOperator, boolean, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_endOperatorStart(long, LocalSearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_install(long, LocalSearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_IsActive(long, LocalSearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchMonitor_toString(long, LocalSearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator - Class in com.google.ortools.constraintsolver
The base class for all local search operators.
LocalSearchOperator(long, boolean) - Constructor for class com.google.ortools.constraintsolver.LocalSearchOperator
 
LocalSearchOperator() - Constructor for class com.google.ortools.constraintsolver.LocalSearchOperator
 
LocalSearchOperator_change_ownership(LocalSearchOperator, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_director_connect(LocalSearchOperator, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_EnterSearch(long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_EnterSearchSwigExplicitLocalSearchOperator(long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_HasFragments(long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_HasFragmentsSwigExplicitLocalSearchOperator(long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_HoldsDelta(long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_HoldsDeltaSwigExplicitLocalSearchOperator(long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_nextNeighbor(long, LocalSearchOperator, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_reset(long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_resetSwigExplicitLocalSearchOperator(long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_start(long, LocalSearchOperator, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperator_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperatorState - Class in com.google.ortools.constraintsolver
 
LocalSearchOperatorState(long, boolean) - Constructor for class com.google.ortools.constraintsolver.LocalSearchOperatorState
 
LocalSearchOperatorState() - Constructor for class com.google.ortools.constraintsolver.LocalSearchOperatorState
 
LocalSearchOperatorState_CandidateIndicesChanged(long, LocalSearchOperatorState) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperatorState_CandidateInverseValue(long, LocalSearchOperatorState, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperatorState_CandidateIsActive(long, LocalSearchOperatorState, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperatorState_CandidateValue(long, LocalSearchOperatorState, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperatorState_CheckPoint(long, LocalSearchOperatorState) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperatorState_CheckPointValue(long, LocalSearchOperatorState, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperatorState_Commit(long, LocalSearchOperatorState) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperatorState_CommittedInverseValue(long, LocalSearchOperatorState, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperatorState_CommittedValue(long, LocalSearchOperatorState, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperatorState_IncrementalIndicesChanged(long, LocalSearchOperatorState) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperatorState_Resize(long, LocalSearchOperatorState, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperatorState_Revert(long, LocalSearchOperatorState, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperatorState_SetCandidateActive(long, LocalSearchOperatorState, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperatorState_SetCandidateValue(long, LocalSearchOperatorState, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchOperatorState_SetCurrentDomainInjectiveAndKeepInverseValues(long, LocalSearchOperatorState, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
LocalSearchPhaseParameters - Class in com.google.ortools.constraintsolver
 
LocalSearchPhaseParameters(long, boolean) - Constructor for class com.google.ortools.constraintsolver.LocalSearchPhaseParameters
 
LocalSearchPhaseParameters() - Constructor for class com.google.ortools.constraintsolver.LocalSearchPhaseParameters
 
localSearchProfile() - Method in class com.google.ortools.constraintsolver.Solver
Returns local search profiling information in a human readable format.
LocalSearchStatistics - Class in com.google.ortools.constraintsolver
Statistics on local search.
LocalSearchStatistics.Builder - Class in com.google.ortools.constraintsolver
Statistics on local search.
LocalSearchStatistics.FirstSolutionStatistics - Class in com.google.ortools.constraintsolver
First solution statistics collected during search.
LocalSearchStatistics.FirstSolutionStatistics.Builder - Class in com.google.ortools.constraintsolver
First solution statistics collected during search.
LocalSearchStatistics.FirstSolutionStatisticsOrBuilder - Interface in com.google.ortools.constraintsolver
 
LocalSearchStatistics.LocalSearchFilterStatistics - Class in com.google.ortools.constraintsolver
Statistics on local search filters called during the search.
LocalSearchStatistics.LocalSearchFilterStatistics.Builder - Class in com.google.ortools.constraintsolver
Statistics on local search filters called during the search.
LocalSearchStatistics.LocalSearchFilterStatisticsOrBuilder - Interface in com.google.ortools.constraintsolver
 
LocalSearchStatistics.LocalSearchOperatorStatistics - Class in com.google.ortools.constraintsolver
Statistics on local search operators called during the search.
LocalSearchStatistics.LocalSearchOperatorStatistics.Builder - Class in com.google.ortools.constraintsolver
Statistics on local search operators called during the search.
LocalSearchStatistics.LocalSearchOperatorStatisticsOrBuilder - Interface in com.google.ortools.constraintsolver
 
LocalSearchStatisticsOrBuilder - Interface in com.google.ortools.constraintsolver
 
LOCK_BASED_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
Counts the number of linear constraints restricting the variable in the increasing values (up locks) and decreasing values (down locks).
LOG_COST_OFFSET_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
LOG_COST_SCALING_FACTOR_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
LOG_INTERVAL_SECONDS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
LOG_PREFIX_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
LOG_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
LOG_SEARCH_PROGRESS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
LOG_SEARCH_PROGRESS_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
LOG_SEARCH_PROGRESS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
LOG_SUBSOLVER_STATISTICS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
LOG_TAG_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
LOG_TO_RESPONSE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
LOG_TO_STDOUT_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
LOG_TO_STDOUT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
LongTernaryOperator - Interface in com.google.ortools.constraintsolver
Represents an operation upon three long-valued operands and producing a long-valued result.
LongTernaryPredicate - Interface in com.google.ortools.constraintsolver
Represents a predicate (boolean-valued function) uppon three long-valued operands.
lookupConstraintOrNull(String) - Method in class com.google.ortools.linearsolver.MPSolver
Looks up a constraint by name, and returns nullptr if it does not exist.
lookupVariableOrNull(String) - Method in class com.google.ortools.linearsolver.MPSolver
Looks up a variable by name, and returns nullptr if it does not exist.
LOW_FIELD_NUMBER - Static variable in class com.google.ortools.util.Int128
 
LOWER_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPConstraintProto
 
LOWER_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
LOWER_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPVariableProto
 
LOWER_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearBooleanConstraint
 
LP_ALGO_BARRIER_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
Barrier algorithm.
LP_ALGO_DUAL_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
Dual simplex.
LP_ALGO_PRIMAL_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
Primal simplex.
LP_ALGO_UNSPECIFIED_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
LP_ALGO_UNSPECIFIED = 0;
LP_ALGORITHM_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
LP_DUAL_TOLERANCE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
LP_FIRST_SOLUTION_VALUE - Static variable in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
LP_FIRST_SOLUTION = 8;
LP_MAX_DETERMINISTIC_TIME_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
LP_PRIMAL_TOLERANCE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
LP_SEARCH_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SearchBranching
If used, the solver will use heuristics from the LP relaxation.
LS_OPERATOR_MIN_NEIGHBORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
LS_OPERATOR_NEIGHBORS_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
LU_FACTORIZATION_PIVOT_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
LUBY_RESTART_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
Just follow a Luby sequence times restart_period.

M

main - Class in com.google.ortools.algorithms
 
main() - Constructor for class com.google.ortools.algorithms.main
 
main - Class in com.google.ortools.constraintsolver
 
main() - Constructor for class com.google.ortools.constraintsolver.main
 
main - Class in com.google.ortools.graph
 
main() - Constructor for class com.google.ortools.graph.main
 
main - Class in com.google.ortools.init
 
main() - Constructor for class com.google.ortools.init.main
 
main - Class in com.google.ortools.linearsolver
 
main() - Constructor for class com.google.ortools.linearsolver.main
 
main - Class in com.google.ortools.modelbuilder
 
main() - Constructor for class com.google.ortools.modelbuilder.main
 
main - Class in com.google.ortools.sat
 
main() - Constructor for class com.google.ortools.sat.main
 
main - Class in com.google.ortools.util
 
main() - Constructor for class com.google.ortools.util.main
 
MAIN_ITERATION_COUNT_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
mainConstants - Interface in com.google.ortools.constraintsolver
 
mainJNI - Class in com.google.ortools.algorithms
 
mainJNI() - Constructor for class com.google.ortools.algorithms.mainJNI
 
mainJNI - Class in com.google.ortools.constraintsolver
 
mainJNI() - Constructor for class com.google.ortools.constraintsolver.mainJNI
 
mainJNI - Class in com.google.ortools.graph
 
mainJNI() - Constructor for class com.google.ortools.graph.mainJNI
 
mainJNI - Class in com.google.ortools.init
 
mainJNI() - Constructor for class com.google.ortools.init.mainJNI
 
mainJNI - Class in com.google.ortools.linearsolver
 
mainJNI() - Constructor for class com.google.ortools.linearsolver.mainJNI
 
mainJNI - Class in com.google.ortools.modelbuilder
 
mainJNI() - Constructor for class com.google.ortools.modelbuilder.mainJNI
 
mainJNI - Class in com.google.ortools.sat
 
mainJNI() - Constructor for class com.google.ortools.sat.mainJNI
 
mainJNI - Class in com.google.ortools.util
 
mainJNI() - Constructor for class com.google.ortools.util.mainJNI
 
maintain() - Method in class com.google.ortools.constraintsolver.SearchLog
 
MAJOR_ITERATION_FREQUENCY_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
MAKE_NEXT_NEIGHBOR_DURATION_SECONDS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
makeAbs(IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
|expr|
makeAbsEquality(IntVar, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
Creates the constraint abs(var) == abs_var.
MakeAcceptFilter() - Method in class com.google.ortools.constraintsolver.Solver
Local Search Filters
MAKEACTIVE - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which inserts an inactive node into a path.
makeAllDifferent(IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
All variables are pairwise different.
makeAllDifferent(IntVar[], boolean) - Method in class com.google.ortools.constraintsolver.Solver
All variables are pairwise different.
makeAllDifferentExcept(IntVar[], long) - Method in class com.google.ortools.constraintsolver.Solver
All variables are pairwise different, unless they are assigned to
the escape value.
makeAllowedAssignment(IntVar[], IntTupleSet) - Method in class com.google.ortools.constraintsolver.Solver
This method creates a constraint where the graph of the relation
between the variables is given in extension.
makeAllSolutionCollector(Assignment) - Method in class com.google.ortools.constraintsolver.Solver
Collect all solutions of the search.
makeAllSolutionCollector() - Method in class com.google.ortools.constraintsolver.Solver
Collect all solutions of the search.
makeAssignment() - Method in class com.google.ortools.constraintsolver.Solver
This method creates an empty assignment.
makeAssignment(Assignment) - Method in class com.google.ortools.constraintsolver.Solver
This method creates an assignment which is a copy of 'a'.
makeAssignVariablesValues(IntVar[], long[]) - Method in class com.google.ortools.constraintsolver.Solver
 
MakeAssignVariablesValuesOrDoNothing(IntVar[], long[]) - Method in class com.google.ortools.constraintsolver.Solver
 
MakeAssignVariablesValuesOrFail(IntVar[], long[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeAssignVariableValue(IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
Decisions.
MakeAssignVariableValueOrDoNothing(IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeAssignVariableValueOrFail(IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeAtSolutionCallback(Runnable) - Method in class com.google.ortools.constraintsolver.Solver
 
MakeBestLexicographicValueSolutionCollector(Assignment, SWIGTYPE_p_std__vectorT_bool_t) - Method in class com.google.ortools.constraintsolver.Solver
Same as above, but supporting lexicographic objectives; 'maximize'
specifies the optimization direction for each objective in 'assignment'.
MakeBestLexicographicValueSolutionCollector(SWIGTYPE_p_std__vectorT_bool_t) - Method in class com.google.ortools.constraintsolver.Solver
Same as above, but supporting lexicographic objectives; 'maximize'
specifies the optimization direction for each objective.
makeBestValueSolutionCollector(Assignment, boolean) - Method in class com.google.ortools.constraintsolver.Solver
Collect the solution corresponding to the optimal value of the objective
of 'assignment'; if 'assignment' does not have an objective no solution is
collected.
makeBestValueSolutionCollector(boolean) - Method in class com.google.ortools.constraintsolver.Solver
Collect the solution corresponding to the optimal value of the
objective of the internal assignment; if this assignment does not have an
objective no solution is collected.
makeBetweenCt(IntExpr, long, long) - Method in class com.google.ortools.constraintsolver.Solver
(l <= expr <= u)
makeBoolVar(String) - Method in class com.google.ortools.constraintsolver.Solver
MakeBoolVar will create a variable with a {0, 1} domain.
makeBoolVar() - Method in class com.google.ortools.constraintsolver.Solver
MakeBoolVar will create a variable with a {0, 1} domain.
makeBoolVar(String) - Method in class com.google.ortools.linearsolver.MPSolver
Creates a boolean variable.
makeBoolVarArray(int) - Method in class com.google.ortools.constraintsolver.Solver
 
makeBoolVarArray(int, String) - Method in class com.google.ortools.constraintsolver.Solver
 
makeBoolVarArray(int) - Method in class com.google.ortools.linearsolver.MPSolver
 
makeBoolVarArray(int, String) - Method in class com.google.ortools.linearsolver.MPSolver
 
makeBranchesLimit(long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a search limit that constrains the number of branches
explored in the search tree.
MAKECHAININACTIVE - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which makes a "chain" of path nodes inactive.
makeCircuit(IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Force the "nexts" variable to create a complete Hamiltonian path.
makeClone() - Method in class com.google.ortools.constraintsolver.ImprovementSearchLimit
 
makeClone() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
makeClone() - Method in class com.google.ortools.constraintsolver.SearchLimit
Allocates a clone of the limit.
makeClosureDemon(Runnable) - Method in class com.google.ortools.constraintsolver.Solver
Creates a demon from a closure.
makeConditionalExpression(IntVar, IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
Conditional Expr condition ?
makeConstantRestart(int) - Method in class com.google.ortools.constraintsolver.Solver
This search monitor will restart the search periodically after 'frequency'
failures.
makeConstraint(double, double) - Method in class com.google.ortools.linearsolver.MPSolver
Creates a linear constraint with given bounds.
makeConstraint() - Method in class com.google.ortools.linearsolver.MPSolver
Creates a constraint with -infinity and +infinity bounds.
makeConstraint(double, double, String) - Method in class com.google.ortools.linearsolver.MPSolver
Creates a named constraint with given bounds.
makeConstraint(String) - Method in class com.google.ortools.linearsolver.MPSolver
Creates a named constraint with -infinity and +infinity bounds.
makeConstraintAdder(Constraint) - Method in class com.google.ortools.constraintsolver.Solver
Returns a decision builder that will add the given constraint to
the model.
makeConstraintInitialPropagateCallback(Constraint) - Method in class com.google.ortools.constraintsolver.Solver
This method is a specialized case of the MakeConstraintDemon
method to call the InitiatePropagate of the constraint 'ct'.
makeConvexPiecewiseExpr(IntExpr, long, long, long, long) - Method in class com.google.ortools.constraintsolver.Solver
Convex piecewise function.
makeCount(IntVar[], long, long) - Method in class com.google.ortools.constraintsolver.Solver
|{i | vars[i] == value}| == max_count
makeCount(IntVar[], long, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
|{i | vars[i] == value}| == max_count
makeCover(IntervalVar[], IntervalVar) - Method in class com.google.ortools.constraintsolver.Solver
This constraint states that the target_var is the convex hull of
the intervals.
makeCumulative(IntervalVar[], long[], long, String) - Method in class com.google.ortools.constraintsolver.Solver
This constraint forces that, for any integer t, the sum of the demands
corresponding to an interval containing t does not exceed the given
capacity.
makeCumulative(IntervalVar[], int[], long, String) - Method in class com.google.ortools.constraintsolver.Solver
This constraint forces that, for any integer t, the sum of the demands
corresponding to an interval containing t does not exceed the given
capacity.
makeCumulative(IntervalVar[], long[], IntVar, String) - Method in class com.google.ortools.constraintsolver.Solver
This constraint forces that, for any integer t, the sum of the demands
corresponding to an interval containing t does not exceed the given
capacity.
makeCumulative(IntervalVar[], int[], IntVar, String) - Method in class com.google.ortools.constraintsolver.Solver
This constraint enforces that, for any integer t, the sum of the demands
corresponding to an interval containing t does not exceed the given
capacity.
makeCumulative(IntervalVar[], IntVar[], long, String) - Method in class com.google.ortools.constraintsolver.Solver
This constraint enforces that, for any integer t, the sum of demands
corresponding to an interval containing t does not exceed the given
capacity.
makeCumulative(IntervalVar[], IntVar[], IntVar, String) - Method in class com.google.ortools.constraintsolver.Solver
This constraint enforces that, for any integer t, the sum of demands
corresponding to an interval containing t does not exceed the given
capacity.
makeCustomLimit(BooleanSupplier) - Method in class com.google.ortools.constraintsolver.Solver
Callback-based search limit.
makeDecision(Consumer<Solver>, Consumer<Solver>) - Method in class com.google.ortools.constraintsolver.Solver
 
makeDecisionBuilderFromAssignment(Assignment, DecisionBuilder, IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Returns a decision builder for which the left-most leaf corresponds
to assignment, the rest of the tree being explored using 'db'.
makeDefaultPhase(IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeDefaultPhase(IntVar[], DefaultPhaseParameters) - Method in class com.google.ortools.constraintsolver.Solver
 
makeDefaultRegularLimitParameters() - Method in class com.google.ortools.constraintsolver.Solver
Creates a regular limit proto containing default values.
makeDefaultSolutionPool() - Method in class com.google.ortools.constraintsolver.Solver
Solution Pool.
makeDelayedConstraintInitialPropagateCallback(Constraint) - Method in class com.google.ortools.constraintsolver.Solver
This method is a specialized case of the MakeConstraintDemon
method to call the InitiatePropagate of the constraint 'ct' with
low priority.
makeDelayedPathCumul(IntVar[], IntVar[], IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Delayed version of the same constraint: propagation on the nexts variables
is delayed until all constraints have propagated.
makeDeviation(IntVar[], IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
Deviation constraint:
sum_i |n * vars[i] - total_sum| <= deviation_var and
sum_i vars[i] == total_sum
n = #vars
makeDifference(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
left - right
makeDifference(long, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
value - expr
makeDisjunctiveConstraint(IntervalVar[], String) - Method in class com.google.ortools.constraintsolver.Solver
This constraint forces all interval vars into an non-overlapping
sequence.
makeDistribute(IntVar[], long[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Aggregated version of count: |{i | v[i] == values[j]}| == cards[j]
makeDistribute(IntVar[], int[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Aggregated version of count: |{i | v[i] == values[j]}| == cards[j]
makeDistribute(IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Aggregated version of count: |{i | v[i] == j}| == cards[j]
makeDistribute(IntVar[], long, long, long) - Method in class com.google.ortools.constraintsolver.Solver
Aggregated version of count with bounded cardinalities:
forall j in 0 .. card_size - 1: card_min <= |{i | v[i] == j}| <= card_max
makeDistribute(IntVar[], long[], long[]) - Method in class com.google.ortools.constraintsolver.Solver
Aggregated version of count with bounded cardinalities:
forall j in 0 .. card_size - 1:
card_min[j] <= |{i | v[i] == j}| <= card_max[j]
makeDistribute(IntVar[], int[], int[]) - Method in class com.google.ortools.constraintsolver.Solver
Aggregated version of count with bounded cardinalities:
forall j in 0 .. card_size - 1:
card_min[j] <= |{i | v[i] == j}| <= card_max[j]
makeDistribute(IntVar[], long[], long[], long[]) - Method in class com.google.ortools.constraintsolver.Solver
Aggregated version of count with bounded cardinalities:
forall j in 0 .. card_size - 1:
card_min[j] <= |{i | v[i] == values[j]}| <= card_max[j]
makeDistribute(IntVar[], int[], int[], int[]) - Method in class com.google.ortools.constraintsolver.Solver
Aggregated version of count with bounded cardinalities:
forall j in 0 .. card_size - 1:
card_min[j] <= |{i | v[i] == values[j]}| <= card_max[j]
makeDiv(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr / value (integer division)
makeDiv(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
numerator / denominator (integer division).
makeDomainIterator(boolean) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
makeDomainIterator(boolean) - Method in class com.google.ortools.constraintsolver.IntVar
Creates a domain iterator.
makeElement(long[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
values[index]
makeElement(int[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
values[index]
makeElement(LongUnaryOperator, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
Function-based element.
makeElement(LongBinaryOperator, IntVar, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
2D version of function-based element expression, values(expr1, expr2).
makeElement(IntVar[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
vars[expr]
makeElementEquality(long[], IntVar, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
 
makeElementEquality(int[], IntVar, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
 
makeElementEquality(IntVar[], IntVar, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
 
makeElementEquality(IntVar[], IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeEnterSearchCallback(Runnable) - Method in class com.google.ortools.constraintsolver.Solver
----- Callback-based search monitors -----
makeEquality(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
left == right
makeEquality(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr == value
makeEquality(IntExpr, int) - Method in class com.google.ortools.constraintsolver.Solver
expr == value
makeEquality(IntervalVar, IntervalVar) - Method in class com.google.ortools.constraintsolver.Solver
This constraints states that the two interval variables are equal.
makeExitSearchCallback(Runnable) - Method in class com.google.ortools.constraintsolver.Solver
 
makeFailDecision() - Method in class com.google.ortools.constraintsolver.Solver
 
makeFailuresLimit(long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a search limit that constrains the number of failures
that can happen when exploring the search tree.
makeFalseConstraint() - Method in class com.google.ortools.constraintsolver.Solver
This constraint always fails.
makeFalseConstraint(String) - Method in class com.google.ortools.constraintsolver.Solver
 
makeFirstSolutionCollector(Assignment) - Method in class com.google.ortools.constraintsolver.Solver
Collect the first solution of the search.
makeFirstSolutionCollector() - Method in class com.google.ortools.constraintsolver.Solver
Collect the first solution of the search.
makeFixedDurationEndSyncedOnEndIntervalVar(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Solver
Creates an interval var with a fixed duration whose end is
synchronized with the end of another interval, with a given
offset.
makeFixedDurationEndSyncedOnStartIntervalVar(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Solver
Creates an interval var with a fixed duration whose end is
synchronized with the start of another interval, with a given
offset.
makeFixedDurationIntervalVar(long, long, long, boolean, String) - Method in class com.google.ortools.constraintsolver.Solver
Creates an interval var with a fixed duration.
makeFixedDurationIntervalVar(IntVar, long, String) - Method in class com.google.ortools.constraintsolver.Solver
Creates a performed interval var with a fixed duration.
makeFixedDurationIntervalVar(IntVar, long, IntVar, String) - Method in class com.google.ortools.constraintsolver.Solver
Creates an interval var with a fixed duration, and performed_variable.
makeFixedDurationIntervalVarArray(int, long, long, long, boolean) - Method in class com.google.ortools.constraintsolver.Solver
 
makeFixedDurationIntervalVarArray(int, long, long, long, boolean, String) - Method in class com.google.ortools.constraintsolver.Solver
 
makeFixedDurationStartSyncedOnEndIntervalVar(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Solver
Creates an interval var with a fixed duration whose start is
synchronized with the end of another interval, with a given
offset.
makeFixedDurationStartSyncedOnStartIntervalVar(IntervalVar, long, long) - Method in class com.google.ortools.constraintsolver.Solver
Creates an interval var with a fixed duration whose start is
synchronized with the start of another interval, with a given
offset.
makeFixedInterval(long, long, String) - Method in class com.google.ortools.constraintsolver.Solver
Creates a fixed and performed interval.
makeGenericTabuSearch(boolean, IntVar, long, IntVar[], long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a Tabu Search based on the vars |vars|.
makeGreater(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
left > right
makeGreater(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr > value
makeGreater(IntExpr, int) - Method in class com.google.ortools.constraintsolver.Solver
expr > value
makeGreaterOrEqual(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
left >= right
makeGreaterOrEqual(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr >= value
makeGreaterOrEqual(IntExpr, int) - Method in class com.google.ortools.constraintsolver.Solver
expr >= value
makeGuidedSlackFinalizer(RoutingDimension, LongUnaryOperator) - Method in class com.google.ortools.constraintsolver.RoutingModel
The next few members are in the public section only for testing purposes.
makeHoleIterator(boolean) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
makeHoleIterator(boolean) - Method in class com.google.ortools.constraintsolver.IntVar
Creates a hole iterator.
MakeIdenticalClone() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
makeIfThenElseCt(IntVar, IntExpr, IntExpr, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
Special cases with arrays of size two.
MakeImprovementLimit(IntVar, boolean, double, double, double, int) - Method in class com.google.ortools.constraintsolver.Solver
Limits the search based on the improvements of 'objective_var'.
MAKEINACTIVE - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which makes path nodes inactive.
makeIndexExpression(IntVar[], long) - Method in class com.google.ortools.constraintsolver.Solver
Returns the expression expr such that vars[expr] == value.
makeIndexOfConstraint(IntVar[], IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
This constraint is a special case of the element constraint with
an array of integer variables, where the variables are all
different and the index variable is constrained such that
vars[index] == target.
makeIndexOfFirstMaxValueConstraint(IntVar, IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint that binds the index variable to the index of the
first variable with the maximum value.
makeIndexOfFirstMinValueConstraint(IntVar, IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint that binds the index variable to the index of the
first variable with the minimum value.
makeIntConst(long, String) - Method in class com.google.ortools.constraintsolver.Solver
IntConst will create a constant expression.
makeIntConst(long) - Method in class com.google.ortools.constraintsolver.Solver
IntConst will create a constant expression.
makeIntervalRelaxedMax(IntervalVar) - Method in class com.google.ortools.constraintsolver.Solver
Creates and returns an interval variable that wraps around the given one,
relaxing the max start and end.
makeIntervalRelaxedMin(IntervalVar) - Method in class com.google.ortools.constraintsolver.Solver
Creates and returns an interval variable that wraps around the given one,
relaxing the min start and end.
makeIntervalVar(long, long, long, long, long, long, boolean, String) - Method in class com.google.ortools.constraintsolver.Solver
Creates an interval var by specifying the bounds on start,
duration, and end.
makeIntervalVarRelation(IntervalVar, int, long) - Method in class com.google.ortools.constraintsolver.Solver
This method creates a relation between an interval var and a
date.
makeIntervalVarRelation(IntervalVar, int, IntervalVar) - Method in class com.google.ortools.constraintsolver.Solver
This method creates a relation between two interval vars.
makeIntervalVarRelationWithDelay(IntervalVar, int, IntervalVar, long) - Method in class com.google.ortools.constraintsolver.Solver
This method creates a relation between two interval vars.
makeIntVar(long, long, String) - Method in class com.google.ortools.constraintsolver.Solver
MakeIntVar will create the best range based int var for the bounds given.
makeIntVar(long[], String) - Method in class com.google.ortools.constraintsolver.Solver
MakeIntVar will create a variable with the given sparse domain.
makeIntVar(int[], String) - Method in class com.google.ortools.constraintsolver.Solver
MakeIntVar will create a variable with the given sparse domain.
makeIntVar(long, long) - Method in class com.google.ortools.constraintsolver.Solver
MakeIntVar will create the best range based int var for the bounds given.
makeIntVar(long[]) - Method in class com.google.ortools.constraintsolver.Solver
MakeIntVar will create a variable with the given sparse domain.
makeIntVar(int[]) - Method in class com.google.ortools.constraintsolver.Solver
MakeIntVar will create a variable with the given sparse domain.
makeIntVar(double, double, String) - Method in class com.google.ortools.linearsolver.MPSolver
Creates an integer variable.
makeIntVarArray(int, long, long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeIntVarArray(int, long, long, String) - Method in class com.google.ortools.constraintsolver.Solver
 
makeIntVarArray(int, double, double) - Method in class com.google.ortools.linearsolver.MPSolver
 
makeIntVarArray(int, double, double, String) - Method in class com.google.ortools.linearsolver.MPSolver
 
makeInversePermutationConstraint(IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint that enforces that 'left' and 'right' both
represent permutations of [0..left.size()-1], and that 'right' is
the inverse permutation of 'left', i.e. for all i in
[0..left.size()-1], right[left[i]] = i.
makeIsBetweenCt(IntExpr, long, long, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
b == (l <= expr <= u)
makeIsBetweenVar(IntExpr, long, long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeIsDifferentCstCt(IntExpr, long, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
boolvar == (var !
makeIsDifferentCstCt(IntExpr, IntExpr, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
b == (v1 !
makeIsDifferentCstVar(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
status var of (var !
makeIsDifferentCstVar(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
status var of (v1 !
makeIsEqualCstCt(IntExpr, long, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
boolvar == (var == value)
makeIsEqualCstVar(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
status var of (var == value)
makeIsEqualVar(IntExpr, IntExpr, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
b == (v1 == v2)
makeIsEqualVar(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
status var of (v1 == v2)
makeIsGreaterCstCt(IntExpr, long, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
b == (v > c)
makeIsGreaterCstVar(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
status var of (var > value)
makeIsGreaterCt(IntExpr, IntExpr, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
b == (left > right)
makeIsGreaterOrEqualCstCt(IntExpr, long, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
boolvar == (var >= value)
makeIsGreaterOrEqualCstVar(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
status var of (var >= value)
makeIsGreaterOrEqualCt(IntExpr, IntExpr, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
b == (left >= right)
makeIsGreaterOrEqualVar(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
status var of (left >= right)
makeIsGreaterVar(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
status var of (left > right)
makeIsLessCstCt(IntExpr, long, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
b == (v < c)
makeIsLessCstVar(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
status var of (var < value)
makeIsLessCt(IntExpr, IntExpr, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
b == (left < right)
makeIsLessOrEqualCstCt(IntExpr, long, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
boolvar == (var <= value)
makeIsLessOrEqualCstVar(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
status var of (var <= value)
makeIsLessOrEqualCt(IntExpr, IntExpr, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
b == (left <= right)
makeIsLessOrEqualVar(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
status var of (left <= right)
makeIsLessVar(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
status var of (left < right)
MakeIsLexicalLessOrEqualWithOffsetsCt(IntVar[], IntVar[], long[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
 
makeIsMemberCt(IntExpr, long[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
boolvar == (expr in set)
makeIsMemberCt(IntExpr, int[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
 
makeIsMemberVar(IntExpr, long[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeIsMemberVar(IntExpr, int[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLastSolutionCollector(Assignment) - Method in class com.google.ortools.constraintsolver.Solver
Collect the last solution of the search.
makeLastSolutionCollector() - Method in class com.google.ortools.constraintsolver.Solver
Collect the last solution of the search.
makeLess(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
left < right
makeLess(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr < value
makeLess(IntExpr, int) - Method in class com.google.ortools.constraintsolver.Solver
expr < value
makeLessOrEqual(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
left <= right
makeLessOrEqual(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr <= value
makeLessOrEqual(IntExpr, int) - Method in class com.google.ortools.constraintsolver.Solver
expr <= value
makeLexicalLess(IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint that enforces that left is lexicographically less
than right.
makeLexicalLessOrEqual(IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint that enforces that left is lexicographically less
than or equal to right.
MakeLexicalLessOrEqualWithOffsets(IntVar[], IntVar[], long[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint that enforces that left is lexicographically less
than or equal to right with an offset.
MakeLexicographicImprovementLimit(IntVar[], SWIGTYPE_p_std__vectorT_bool_t, double[], double[], double, int) - Method in class com.google.ortools.constraintsolver.Solver
Same as MakeImprovementLimit on a lexicographic objective based on
'objective_vars' and related arguments.
MakeLexicographicOptimize(SWIGTYPE_p_std__vectorT_bool_t, IntVar[], long[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a lexicographic objective, following the order of the variables
given.
MakeLexicographicSimulatedAnnealing(SWIGTYPE_p_std__vectorT_bool_t, IntVar[], long[], long[]) - Method in class com.google.ortools.constraintsolver.Solver
 
MakeLexicographicTabuSearch(SWIGTYPE_p_std__vectorT_bool_t, IntVar[], long[], IntVar[], long, long, double) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLimit(SWIGTYPE_p_absl__Duration, long, long, long, boolean, boolean) - Method in class com.google.ortools.constraintsolver.Solver
Limits the search with the 'time', 'branches', 'failures' and
'solutions' limits.
makeLimit(SWIGTYPE_p_absl__Duration, long, long, long, boolean) - Method in class com.google.ortools.constraintsolver.Solver
Limits the search with the 'time', 'branches', 'failures' and
'solutions' limits.
makeLimit(SWIGTYPE_p_absl__Duration, long, long, long) - Method in class com.google.ortools.constraintsolver.Solver
Limits the search with the 'time', 'branches', 'failures' and
'solutions' limits.
makeLimit(RegularLimitParameters) - Method in class com.google.ortools.constraintsolver.Solver
Creates a search limit from its protobuf description
makeLimit(long, long, long, long, boolean, boolean) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLimit(long, long, long, long, boolean) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLimit(long, long, long, long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLimit(SearchLimit, SearchLimit) - Method in class com.google.ortools.constraintsolver.Solver
Creates a search limit that is reached when either of the underlying limit
is reached.
makeLocalSearchPhase(Assignment, LocalSearchPhaseParameters) - Method in class com.google.ortools.constraintsolver.Solver
Local Search decision builders factories.
makeLocalSearchPhase(IntVar[], DecisionBuilder, LocalSearchPhaseParameters) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLocalSearchPhase(IntVar[], DecisionBuilder, DecisionBuilder, LocalSearchPhaseParameters) - Method in class com.google.ortools.constraintsolver.Solver
Variant with a sub_decison_builder specific to the first solution.
makeLocalSearchPhase(SequenceVar[], DecisionBuilder, LocalSearchPhaseParameters) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLocalSearchPhaseParameters(IntVar, LocalSearchOperator, DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
Local Search Phase Parameters
makeLocalSearchPhaseParameters(IntVar, LocalSearchOperator, DecisionBuilder, RegularLimit) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLocalSearchPhaseParameters(IntVar, LocalSearchOperator, DecisionBuilder, RegularLimit, LocalSearchFilterManager) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLocalSearchPhaseParameters(IntVar, SolutionPool, LocalSearchOperator, DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLocalSearchPhaseParameters(IntVar, SolutionPool, LocalSearchOperator, DecisionBuilder, RegularLimit) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLocalSearchPhaseParameters(IntVar, SolutionPool, LocalSearchOperator, DecisionBuilder, RegularLimit, LocalSearchFilterManager) - Method in class com.google.ortools.constraintsolver.Solver
 
makeLubyRestart(int) - Method in class com.google.ortools.constraintsolver.Solver
This search monitor will restart the search periodically.
makeMapDomain(IntVar, IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
This constraint maps the domain of 'var' onto the array of
variables 'actives'.
makeMax(IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
std::max(vars)
makeMax(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
std::max(left, right)
makeMax(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
std::max(expr, value)
makeMax(IntExpr, int) - Method in class com.google.ortools.constraintsolver.Solver
std::max(expr, value)
makeMaxEquality(IntVar[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
 
makeMaximize(IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a maximization objective.
makeMemberCt(IntExpr, long[]) - Method in class com.google.ortools.constraintsolver.Solver
expr in set.
makeMemberCt(IntExpr, int[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeMin(IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
std::min(vars)
makeMin(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
std::min (left, right)
makeMin(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
std::min(expr, value)
makeMin(IntExpr, int) - Method in class com.google.ortools.constraintsolver.Solver
std::min(expr, value)
makeMinEquality(IntVar[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
 
makeMinimize(IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a minimization objective.
makeMirrorInterval(IntervalVar) - Method in class com.google.ortools.constraintsolver.Solver
Creates an interval var that is the mirror image of the given one, that
is, the interval var obtained by reversing the axis.
makeModulo(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
General piecewise-linear function expression, built from f(x) where f is
piecewise-linear.
makeModulo(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
Modulo expression x % mod (with the python convention for modulo).
makeMonotonicElement(LongUnaryOperator, boolean, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
Function based element.
makeMoveTowardTargetOperator(Assignment) - Method in class com.google.ortools.constraintsolver.Solver
Creates a local search operator that tries to move the assignment of some
variables toward a target.
makeMoveTowardTargetOperator(IntVar[], long[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a local search operator that tries to move the assignment of some
variables toward a target.
MakeNBestLexicographicValueSolutionCollector(Assignment, int, SWIGTYPE_p_std__vectorT_bool_t) - Method in class com.google.ortools.constraintsolver.Solver
Same as above but supporting lexicographic objectives; 'maximize'
specifies the optimization direction for each objective.
MakeNBestLexicographicValueSolutionCollector(int, SWIGTYPE_p_std__vectorT_bool_t) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNBestValueSolutionCollector(Assignment, int, boolean) - Method in class com.google.ortools.constraintsolver.Solver
Same as MakeBestValueSolutionCollector but collects the best
solution_count solutions.
makeNBestValueSolutionCollector(int, boolean) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNeighborhoodLimit(LocalSearchOperator, long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a local search operator that wraps another local search
operator and limits the number of neighbors explored (i.e., calls
to MakeNextNeighbor from the current solution (between two calls
to Start()).
makeNestedOptimize(DecisionBuilder, Assignment, boolean, long) - Method in class com.google.ortools.constraintsolver.Solver
NestedOptimize will collapse a search tree described by a
decision builder 'db' and a set of monitors and wrap it into a
single point.
makeNestedOptimize(DecisionBuilder, Assignment, boolean, long, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNestedOptimize(DecisionBuilder, Assignment, boolean, long, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNestedOptimize(DecisionBuilder, Assignment, boolean, long, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNestedOptimize(DecisionBuilder, Assignment, boolean, long, SearchMonitor, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNestedOptimize(DecisionBuilder, Assignment, boolean, long, SearchMonitor[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNoCycle(IntVar[], IntVar[], LongPredicate) - Method in class com.google.ortools.constraintsolver.Solver
Prevent cycles.
makeNoCycle(IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Prevent cycles.
makeNoCycle(IntVar[], IntVar[], LongPredicate, boolean) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNonEquality(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
left !
makeNonEquality(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr !
makeNonEquality(IntExpr, int) - Method in class com.google.ortools.constraintsolver.Solver
expr !
makeNonOverlappingBoxesConstraint(IntVar[], IntVar[], IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
This constraint states that all the boxes must not overlap.
makeNonOverlappingBoxesConstraint(IntVar[], IntVar[], SWIGTYPE_p_absl__SpanT_long_const_t, SWIGTYPE_p_absl__SpanT_long_const_t) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNonOverlappingBoxesConstraint(IntVar[], IntVar[], SWIGTYPE_p_absl__SpanT_int_const_t, SWIGTYPE_p_absl__SpanT_int_const_t) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNonOverlappingNonStrictBoxesConstraint(IntVar[], IntVar[], IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
This constraint states that all the boxes must not overlap.
makeNonOverlappingNonStrictBoxesConstraint(IntVar[], IntVar[], SWIGTYPE_p_absl__SpanT_long_const_t, SWIGTYPE_p_absl__SpanT_long_const_t) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNonOverlappingNonStrictBoxesConstraint(IntVar[], IntVar[], SWIGTYPE_p_absl__SpanT_int_const_t, SWIGTYPE_p_absl__SpanT_int_const_t) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNotBetweenCt(IntExpr, long, long) - Method in class com.google.ortools.constraintsolver.Solver
(expr < l || expr > u)
This constraint is lazy as it will not make holes in the domain of
variables.
makeNotMemberCt(IntExpr, long[]) - Method in class com.google.ortools.constraintsolver.Solver
expr not in set.
makeNotMemberCt(IntExpr, int[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeNotMemberCt(IntExpr, long[], long[]) - Method in class com.google.ortools.constraintsolver.Solver
expr should not be in the list of forbidden intervals [start[i]..end[i]].
makeNotMemberCt(IntExpr, int[], int[]) - Method in class com.google.ortools.constraintsolver.Solver
expr should not be in the list of forbidden intervals [start[i]..end[i]].
makeNullIntersect(IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint that states that all variables in the first
vector are different from all variables in the second
group.
makeNullIntersectExcept(IntVar[], IntVar[], long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint that states that all variables in the first
vector are different from all variables from the second group,
unless they are assigned to the escape value.
makeNumVar(double, double, String) - Method in class com.google.ortools.linearsolver.MPSolver
Creates a continuous variable.
makeNumVarArray(int, double, double) - Method in class com.google.ortools.linearsolver.MPSolver
 
makeNumVarArray(int, double, double, String) - Method in class com.google.ortools.linearsolver.MPSolver
 
makeOperator(IntVar[], int, SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t, SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t) - Method in class com.google.ortools.constraintsolver.Solver
Local Search Operators.
makeOperator(IntVar[], int, SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t) - Method in class com.google.ortools.constraintsolver.Solver
Local Search Operators.
makeOperator(IntVar[], int) - Method in class com.google.ortools.constraintsolver.Solver
Local Search Operators.
makeOperator(IntVar[], IntVar[], int, SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t, SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t) - Method in class com.google.ortools.constraintsolver.Solver
 
makeOperator(IntVar[], IntVar[], int, SWIGTYPE_p_std__functionT_std__vectorT_int_t_const_Rfint_intF_t) - Method in class com.google.ortools.constraintsolver.Solver
 
makeOperator(IntVar[], IntVar[], int) - Method in class com.google.ortools.constraintsolver.Solver
 
makeOperator(IntVar[], LongTernaryOperator, int) - Method in class com.google.ortools.constraintsolver.Solver
 
makeOperator(IntVar[], IntVar[], LongTernaryOperator, int) - Method in class com.google.ortools.constraintsolver.Solver
 
makeOpposite(IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
-expr
makeOptimize(boolean, IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a objective with a given sense (true = maximization).
makePack(IntVar[], int) - Method in class com.google.ortools.constraintsolver.Solver
This constraint packs all variables onto 'number_of_bins'
variables.
makePathConnected(IntVar[], long[], long[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Constraint enforcing that status[i] is true iff there's a path defined on
next variables from sources[i] to sinks[i].
makePathCumul(IntVar[], IntVar[], IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint which accumulates values along a path such that:
cumuls[next[i]] = cumuls[i] + transits[i].
makePathCumul(IntVar[], IntVar[], IntVar[], LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint which accumulates values along a path such that:
cumuls[next[i]] = cumuls[i] + transit_evaluator(i, next[i]).
makePathCumul(IntVar[], IntVar[], IntVar[], IntVar[], LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint which accumulates values along a path such that:
cumuls[next[i]] = cumuls[i] + transit_evaluator(i, next[i]) + slacks[i].
makePhase(IntVar[], int, int) - Method in class com.google.ortools.constraintsolver.Solver
Phases on IntVar arrays.
makePhase(IntVar[], LongUnaryOperator, int) - Method in class com.google.ortools.constraintsolver.Solver
 
makePhase(IntVar[], int, LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.Solver
 
makePhase(IntVar[], int, LongTernaryPredicate) - Method in class com.google.ortools.constraintsolver.Solver
var_val1_val2_comparator(var, val1, val2) is true iff assigning value
"val1" to variable "var" is better than assigning value "val2".
makePhase(IntVar[], LongUnaryOperator, LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.Solver
 
makePhase(IntVar[], int, LongBinaryOperator, LongUnaryOperator) - Method in class com.google.ortools.constraintsolver.Solver
 
makePhase(IntVar[], LongUnaryOperator, LongBinaryOperator, LongUnaryOperator) - Method in class com.google.ortools.constraintsolver.Solver
 
makePhase(IntVar, int, int) - Method in class com.google.ortools.constraintsolver.Solver
Shortcuts for small arrays.
makePhase(IntVar, IntVar, int, int) - Method in class com.google.ortools.constraintsolver.Solver
 
makePhase(IntVar, IntVar, IntVar, int, int) - Method in class com.google.ortools.constraintsolver.Solver
 
makePhase(IntVar, IntVar, IntVar, IntVar, int, int) - Method in class com.google.ortools.constraintsolver.Solver
 
makePhase(IntVar[], LongBinaryOperator, int) - Method in class com.google.ortools.constraintsolver.Solver
Returns a decision builder which assigns values to variables which
minimize the values returned by the evaluator.
makePhase(IntVar[], LongBinaryOperator, LongUnaryOperator, int) - Method in class com.google.ortools.constraintsolver.Solver
Returns a decision builder which assigns values to variables
which minimize the values returned by the evaluator.
makePhase(IntervalVar[], int) - Method in class com.google.ortools.constraintsolver.Solver
Scheduling phases.
makePhase(SequenceVar[], int) - Method in class com.google.ortools.constraintsolver.Solver
 
makePower(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr ^ n (n > 0)
makePrintModelVisitor() - Method in class com.google.ortools.constraintsolver.Solver
Prints the model.
makeProd(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
left * right
makeProd(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr * value
MakeProfiledDecisionBuilderWrapper(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
Activates profiling on a decision builder.
makeRandomLnsOperator(IntVar[], int) - Method in class com.google.ortools.constraintsolver.Solver
Creates a large neighborhood search operator which creates fragments (set
of relaxed variables) with up to number_of_variables random variables
(sampling with replacement is performed meaning that at most
number_of_variables variables are selected).
makeRandomLnsOperator(IntVar[], int, int) - Method in class com.google.ortools.constraintsolver.Solver
 
makeRankFirstInterval(SequenceVar, int) - Method in class com.google.ortools.constraintsolver.Solver
Returns a decision that tries to rank first the ith interval var
in the sequence variable.
makeRankLastInterval(SequenceVar, int) - Method in class com.google.ortools.constraintsolver.Solver
Returns a decision that tries to rank last the ith interval var
in the sequence variable.
MakeRejectFilter() - Method in class com.google.ortools.constraintsolver.Solver
 
makeRestoreAssignment(Assignment) - Method in class com.google.ortools.constraintsolver.Solver
Returns a DecisionBuilder which restores an Assignment
(calls void Assignment::Restore())
MakeRoundRobinCompoundObjectiveMonitor(SWIGTYPE_p_std__vectorT_operations_research__BaseObjectiveMonitor_p_t, int) - Method in class com.google.ortools.constraintsolver.Solver
Creates a Guided Local Search monitor.
makeScalProd(IntVar[], long[]) - Method in class com.google.ortools.constraintsolver.Solver
scalar product
makeScalProd(IntVar[], int[]) - Method in class com.google.ortools.constraintsolver.Solver
scalar product
makeScalProdEquality(IntVar[], long[], long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeScalProdEquality(IntVar[], int[], long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeScalProdEquality(IntVar[], long[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
 
makeScalProdEquality(IntVar[], int[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
 
makeScalProdGreaterOrEqual(IntVar[], long[], long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeScalProdGreaterOrEqual(IntVar[], int[], long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeScalProdLessOrEqual(IntVar[], long[], long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeScalProdLessOrEqual(IntVar[], int[], long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeScheduleOrExpedite(IntervalVar, long, SWIGTYPE_p_long) - Method in class com.google.ortools.constraintsolver.Solver
Returns a decision that tries to schedule a task at a given time.
makeScheduleOrPostpone(IntervalVar, long, SWIGTYPE_p_long) - Method in class com.google.ortools.constraintsolver.Solver
Returns a decision that tries to schedule a task at a given time.
makeSearchLog(int) - Method in class com.google.ortools.constraintsolver.Solver
The SearchMonitors below will display a periodic search log
on LOG(INFO) every branch_period branches explored.
makeSearchLog(int, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
At each solution, this monitor also display the var value.
makeSearchLog(int, Supplier<String>) - Method in class com.google.ortools.constraintsolver.Solver
At each solution, this monitor will also display result of
display_callback.
makeSearchLog(int, IntVar, Supplier<String>) - Method in class com.google.ortools.constraintsolver.Solver
At each solution, this monitor will display the 'var' value and the
result of display_callback.
makeSearchLog(int, IntVar[], Supplier<String>) - Method in class com.google.ortools.constraintsolver.Solver
At each solution, this monitor will display the 'vars' values and the
result of display_callback.
makeSearchLog(int, OptimizeVar) - Method in class com.google.ortools.constraintsolver.Solver
OptimizeVar Search Logs
At each solution, this monitor will also display the 'opt_var' value.
makeSearchLog(int, OptimizeVar, Supplier<String>) - Method in class com.google.ortools.constraintsolver.Solver
Creates a search monitor that will also print the result of the
display callback.
makeSearchTrace(String) - Method in class com.google.ortools.constraintsolver.Solver
Creates a search monitor that will trace precisely the behavior of the
search.
makeSelfDependentDimensionFinalizer(RoutingDimension) - Method in class com.google.ortools.constraintsolver.RoutingModel
MakeSelfDependentDimensionFinalizer is a finalizer for the slacks of a
self-dependent dimension.
makeSemiContinuousExpr(IntExpr, long, long) - Method in class com.google.ortools.constraintsolver.Solver
Semi continuous Expression (x <= 0 -> f(x) = 0; x > 0 -> f(x) = ax + b)
a >= 0 and b >= 0
makeSequenceVar() - Method in class com.google.ortools.constraintsolver.DisjunctiveConstraint
Creates a sequence variable from the constraint.
makeSimulatedAnnealing(boolean, IntVar, long, long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a Simulated Annealing monitor.
makeSolutionsLimit(long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a search limit that constrains the number of solutions found
during the search.
makeSolveOnce(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
SolveOnce will collapse a search tree described by a decision
builder 'db' and a set of monitors and wrap it into a single point.
makeSolveOnce(DecisionBuilder, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSolveOnce(DecisionBuilder, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSolveOnce(DecisionBuilder, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSolveOnce(DecisionBuilder, SearchMonitor, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSolveOnce(DecisionBuilder, SearchMonitor[]) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSortingConstraint(IntVar[], IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Creates a constraint binding the arrays of variables "vars" and
"sorted_vars": sorted_vars[0] must be equal to the minimum of all
variables in vars, and so on: the value of sorted_vars[i] must be
equal to the i-th value of variables invars.
makeSplitVariableDomain(IntVar, long, boolean) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSquare(IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
expr * expr
makeStatisticsModelVisitor() - Method in class com.google.ortools.constraintsolver.Solver
Displays some nice statistics on the model.
makeStoreAssignment(Assignment) - Method in class com.google.ortools.constraintsolver.Solver
Returns a DecisionBuilder which stores an Assignment
(calls void Assignment::Store())
makeStrictDisjunctiveConstraint(IntervalVar[], String) - Method in class com.google.ortools.constraintsolver.Solver
This constraint forces all interval vars into an non-overlapping
sequence.
makeSubCircuit(IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
Force the "nexts" variable to create a complete Hamiltonian path
for those that do not loop upon themselves.
makeSum(IntExpr, IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
left + right.
makeSum(IntExpr, long) - Method in class com.google.ortools.constraintsolver.Solver
expr + value.
makeSum(IntVar[]) - Method in class com.google.ortools.constraintsolver.Solver
sum of all vars.
makeSumEquality(IntVar[], long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSumEquality(IntVar[], IntVar) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSumGreaterOrEqual(IntVar[], long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSumLessOrEqual(IntVar[], long) - Method in class com.google.ortools.constraintsolver.Solver
Variation on arrays.
makeSumObjectiveFilter(IntVar[], LongBinaryOperator, int) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSumObjectiveFilter(IntVar[], IntVar[], LongTernaryOperator, int) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSymmetryManager(SymmetryBreaker[]) - Method in class com.google.ortools.constraintsolver.Solver
Symmetry Breaking.
makeSymmetryManager(SymmetryBreaker) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSymmetryManager(SymmetryBreaker, SymmetryBreaker) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSymmetryManager(SymmetryBreaker, SymmetryBreaker, SymmetryBreaker) - Method in class com.google.ortools.constraintsolver.Solver
 
makeSymmetryManager(SymmetryBreaker, SymmetryBreaker, SymmetryBreaker, SymmetryBreaker) - Method in class com.google.ortools.constraintsolver.Solver
 
makeTabuSearch(boolean, IntVar, long, IntVar[], long, long, double) - Method in class com.google.ortools.constraintsolver.Solver
MetaHeuristics which try to get the search out of local optima.
makeTemporalDisjunction(IntervalVar, IntervalVar, IntVar) - Method in class com.google.ortools.constraintsolver.Solver
This constraint implements a temporal disjunction between two
interval vars t1 and t2.
makeTemporalDisjunction(IntervalVar, IntervalVar) - Method in class com.google.ortools.constraintsolver.Solver
This constraint implements a temporal disjunction between two
interval vars.
makeTimeLimit(SWIGTYPE_p_absl__Duration) - Method in class com.google.ortools.constraintsolver.Solver
Creates a search limit that constrains the running time.
makeTimeLimit(long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeTransitionConstraint(IntVar[], IntTupleSet, long, long[]) - Method in class com.google.ortools.constraintsolver.Solver
This constraint create a finite automaton that will check the
sequence of variables vars.
makeTransitionConstraint(IntVar[], IntTupleSet, long, int[]) - Method in class com.google.ortools.constraintsolver.Solver
This constraint create a finite automaton that will check the
sequence of variables vars.
makeTrueConstraint() - Method in class com.google.ortools.constraintsolver.Solver
This constraint always succeeds.
makeVar(double, double, boolean, String) - Method in class com.google.ortools.linearsolver.MPSolver
Creates a variable with the given bounds, integrality requirement and
name.
makeVarArray(int, double, double, boolean) - Method in class com.google.ortools.linearsolver.MPSolver
Creates and returns an array of variables.
makeVarArray(int, double, double, boolean, String) - Method in class com.google.ortools.linearsolver.MPSolver
Creates and returns an array of named variables.
makeVariableDomainFilter() - Method in class com.google.ortools.constraintsolver.Solver
 
makeVariableGreaterOrEqualValue(IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeVariableLessOrEqualValue(IntVar, long) - Method in class com.google.ortools.constraintsolver.Solver
 
makeWeightedMaximize(IntVar[], long[], long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a maximization weigthed objective.
makeWeightedMaximize(IntVar[], int[], long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a maximization weigthed objective.
makeWeightedMinimize(IntVar[], long[], long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a minimization weighted objective.
makeWeightedMinimize(IntVar[], int[], long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a minimization weighted objective.
makeWeightedOptimize(boolean, IntVar[], long[], long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a weighted objective with a given sense (true = maximization).
makeWeightedOptimize(boolean, IntVar[], int[], long) - Method in class com.google.ortools.constraintsolver.Solver
Creates a weighted objective with a given sense (true = maximization).
MALITSKY_POCK_LINESEARCH_RULE_VALUE - Static variable in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule
Applies Malitsky & Pock linesearch rule.
MALITSKY_POCK_PARAMETERS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
MalitskyPockParams - Class in com.google.ortools.pdlp
Protobuf type operations_research.pdlp.MalitskyPockParams
MalitskyPockParams.Builder - Class in com.google.ortools.pdlp
Protobuf type operations_research.pdlp.MalitskyPockParams
MalitskyPockParamsOrBuilder - Interface in com.google.ortools.pdlp
 
MARKOWITZ_SINGULARITY_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
MARKOWITZ_ZLATEV_PARAMETER_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
MAROS_VALUE - Static variable in enum com.google.ortools.glop.GlopParameters.InitialBasisHeuristic
Use a version of Maros's triangular feasibility crash https://books.google.fr/books?
max(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
max() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
max() - Method in class com.google.ortools.constraintsolver.IntExpr
 
max() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
max() - Method in class com.google.ortools.util.Domain
Returns the max value of the domain.
MAX_ALL_DIFF_CUT_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_CALLBACK_CACHE_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingModelParameters
 
MAX_CLAUSE_ACTIVITY_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_CONSECUTIVE_INACTIVE_COUNT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
MAX_CUT_ROUNDS_AT_LEVEL_ZERO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_DETERMINISTIC_TIME_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
MAX_DETERMINISTIC_TIME_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
MAX_DETERMINISTIC_TIME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_DOMAIN_SIZE_WHEN_ENCODING_EQ_NEQ_CONSTRAINTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_DUAL_RAY_INFEASIBILITY_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.InfeasibilityInformation
 
MAX_EDGE_FINDER_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
MAX_FLOW_VALUE - Static variable in enum com.google.ortools.graph.FlowModelProto.ProblemType
MAX_FLOW = 1;
MAX_INTEGER_ROUNDING_SCALING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ReservoirConstraintProto
 
MAX_LIN_MAX_SIZE_FOR_EXPANSION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_LP_SOLVE_FOR_FEASIBILITY_PROBLEMS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
MAX_MEMORY_IN_MB_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_NUM_BROKEN_CONSTRAINTS_IN_LS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
MAX_NUM_CUTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_NUM_DECISIONS_IN_LS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
MAX_NUM_DETERMINISTIC_BATCHES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_NUM_INTERVALS_FOR_TIMETABLE_EDGE_FINDING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_NUMBER_OF_BACKTRACKS_IN_LS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
MAX_NUMBER_OF_CONFLICTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_NUMBER_OF_CONFLICTS_FOR_QUICK_CHECK_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
MAX_NUMBER_OF_CONFLICTS_IN_RANDOM_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
MAX_NUMBER_OF_CONFLICTS_IN_RANDOM_SOLUTION_GENERATION_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
MAX_NUMBER_OF_CONSECUTIVE_FAILING_OPTIMIZER_CALLS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
MAX_NUMBER_OF_EXPLORED_ASSIGNMENTS_PER_TRY_IN_LS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
MAX_NUMBER_OF_ITERATIONS_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
MAX_NUMBER_OF_REOPTIMIZATIONS_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
MAX_PAIRS_PAIRWISE_REASONING_IN_NO_OVERLAP_2D_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_PRESOLVE_ITERATIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_PRIMAL_RAY_INFEASIBILITY_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.InfeasibilityInformation
 
MAX_REMOVED_SEQUENCE_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
MAX_SAT_ASSUMPTION_ORDER_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_SAT_REVERSE_ASSUMPTION_ORDER_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_SAT_STRATIFICATION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_SIZE_TO_CREATE_PRECEDENCE_LITERALS_IN_DISJUNCTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_SWAP_ACTIVE_CHAIN_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
MAX_TIME_IN_SECONDS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
MAX_TIME_IN_SECONDS_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
MAX_TIME_IN_SECONDS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MAX_VALID_MAGNITUDE_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
MAX_VARIABLE_ACTIVITY_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MaxFlow - Class in com.google.ortools.graph
 
MaxFlow(long, boolean) - Constructor for class com.google.ortools.graph.MaxFlow
 
MaxFlow() - Constructor for class com.google.ortools.graph.MaxFlow
 
MaxFlow.Status - Enum in com.google.ortools.graph
 
MaxFlow_addArcWithCapacity(long, MaxFlow, int, int, long) - Static method in class com.google.ortools.graph.mainJNI
 
MaxFlow_getCapacity(long, MaxFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MaxFlow_getFlow(long, MaxFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MaxFlow_getHead(long, MaxFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MaxFlow_getNumArcs(long, MaxFlow) - Static method in class com.google.ortools.graph.mainJNI
 
MaxFlow_getNumNodes(long, MaxFlow) - Static method in class com.google.ortools.graph.mainJNI
 
MaxFlow_getOptimalFlow(long, MaxFlow) - Static method in class com.google.ortools.graph.mainJNI
 
MaxFlow_getTail(long, MaxFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MaxFlow_setArcCapacity(long, MaxFlow, int, long) - Static method in class com.google.ortools.graph.mainJNI
 
MaxFlow_solve(long, MaxFlow, int, int) - Static method in class com.google.ortools.graph.mainJNI
 
MAXIMIZATION - Static variable in class com.google.ortools.constraintsolver.Solver
 
maximization() - Method in class com.google.ortools.linearsolver.MPObjective
Is the optimization direction set to maximize?
Maximize(int) - Method in class com.google.ortools.constraintsolver.BaseObjectiveMonitor
 
Maximize(int) - Method in class com.google.ortools.constraintsolver.ObjectiveMonitor
 
maximize(LinearArgument) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Minimize expression
maximize(LinearArgument) - Method in class com.google.ortools.sat.CpModel
Adds a maximization objective of a linear expression.
maximize(DoubleLinearExpr) - Method in class com.google.ortools.sat.CpModel
Adds a maximization objective of a linear expression.
MAXIMIZE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
 
MAXIMIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.FloatObjectiveProto
 
MAXIMUM_REGIONS_TO_SPLIT_IN_DISCONNECTED_NO_OVERLAP_2D_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
maxVarArray(IntVar[]) - Static method in class com.google.ortools.constraintsolver.main
 
maxVarArray(IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
mayBePerformed() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
MEAN_COST_SCALING_VALUE - Static variable in enum com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
Make the mean of the non-zero costs equals to one.
MEDIAN_COST_SCALING_VALUE - Static variable in enum com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
Make the median of the non-zero costs equals to one.
memoryUsage() - Static method in class com.google.ortools.constraintsolver.Solver
Current memory usage in bytes
MERGE_AT_MOST_ONE_WORK_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MERGE_NO_OVERLAP_WORK_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
mergeAbsConstraint(MPAbsConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPAbsConstraint abs_constraint = 5;
mergeAdaptiveLinesearchParameters(AdaptiveLinesearchParams) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
optional .operations_research.pdlp.AdaptiveLinesearchParams adaptive_linesearch_parameters = 18;
mergeAllDiff(AllDifferentConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The all_diff constraint forces all variables to take different values.
mergeAndConstraint(MPArrayConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
All variables in "and" constraints must be Boolean.
mergeAssignment(BooleanAssignment) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
Stores an assignment of the problem variables.
mergeAtMostOne(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.
mergeAutomaton(AutomatonConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The automaton constraint forces a sequence of variables to be accepted by an automaton.
mergeBoolAnd(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_and constraint forces all of the literals to be true.
mergeBoolOr(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_or constraint forces at least one literal to be true.
mergeBoolXor(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The bool_xor constraint forces an odd number of the literals to be true.
mergeCapacity(LinearExpressionProto) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
.operations_research.sat.LinearExpressionProto capacity = 1;
mergeCircuit(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.
mergeConstraint(MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
The constraint activated by the indicator variable.
mergeCumulative(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.
mergeDetailedOptimalityCriteria(TerminationCriteria.DetailedOptimalityCriteria) - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
.operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria detailed_optimality_criteria = 10;
mergeDualTolerance(OptionalDouble) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
Tolerance for dual feasibility.
mergeDummyConstraint(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.
mergeElement(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.
mergeEnd(LinearExpressionProto) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
.operations_research.sat.LinearExpressionProto end = 5;
mergeExactlyOne(BoolArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The exactly_one constraint force exactly one literal to true and no more.
mergeFingerprint(Int128) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
An automatically fingerprint for the model.
mergeFingerprint(Int128) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
An automatically fingerprint for the solution.
mergeFloatingPointObjective(FloatObjectiveProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
Advanced usage.
mergeFrom(Message) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
 
mergeFrom(SetCoverProto) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
 
mergeFrom(SetCoverProto.Subset) - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.algorithms.SetCoverProto.Subset.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
 
mergeFrom(SetCoverSolutionResponse) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
 
mergeFrom(BopOptimizerMethod) - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.bop.BopOptimizerMethod.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.bop.BopParameters.Builder
 
mergeFrom(BopParameters) - Method in class com.google.ortools.bop.BopParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.bop.BopParameters.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
 
mergeFrom(BopSolverOptimizerSet) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy.Builder
 
mergeFrom(AcceptanceStrategy) - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
mergeFrom(ConstraintSolverParameters) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
 
mergeFrom(ConstraintSolverStatistics) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy.Builder
 
mergeFrom(CoolingScheduleStrategy) - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
mergeFrom(FirstSolutionStrategy) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
 
mergeFrom(IteratedLocalSearchParameters) - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
mergeFrom(LocalSearchMetaheuristic) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
 
mergeFrom(LocalSearchStatistics) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
 
mergeFrom(LocalSearchStatistics.FirstSolutionStatistics) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
 
mergeFrom(LocalSearchStatistics.LocalSearchFilterStatistics) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
 
mergeFrom(LocalSearchStatistics.LocalSearchOperatorStatistics) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.PerturbationStrategy.Builder
 
mergeFrom(PerturbationStrategy) - Method in class com.google.ortools.constraintsolver.PerturbationStrategy.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.PerturbationStrategy.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy.Builder
 
mergeFrom(RandomWalkRuinStrategy) - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
mergeFrom(RegularLimitParameters) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
mergeFrom(RoutingModelParameters) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
mergeFrom(RoutingSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
mergeFrom(RoutingSearchParameters.ImprovementSearchLimitParameters) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
mergeFrom(RoutingSearchParameters.LocalSearchNeighborhoodOperators) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus.Builder
 
mergeFrom(RoutingSearchStatus) - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy.Builder
 
mergeFrom(RuinCompositionStrategy) - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
 
mergeFrom(RuinRecreateParameters) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
 
mergeFrom(RuinStrategy) - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
 
mergeFrom(SearchStatistics) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
 
mergeFrom(SimulatedAnnealingParameters) - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
 
mergeFrom(SISRRuinStrategy) - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy.Builder
 
mergeFrom(SpatiallyCloseRoutesRuinStrategy) - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.glop.GlopParameters.Builder
 
mergeFrom(GlopParameters) - Method in class com.google.ortools.glop.GlopParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.glop.GlopParameters.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.graph.FlowArcProto.Builder
 
mergeFrom(FlowArcProto) - Method in class com.google.ortools.graph.FlowArcProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.graph.FlowArcProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.graph.FlowModelProto.Builder
 
mergeFrom(FlowModelProto) - Method in class com.google.ortools.graph.FlowModelProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.graph.FlowModelProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.graph.FlowNodeProto.Builder
 
mergeFrom(FlowNodeProto) - Method in class com.google.ortools.graph.FlowNodeProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.graph.FlowNodeProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
mergeFrom(MPAbsConstraint) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPAbsConstraint.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
mergeFrom(MPArrayConstraint) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPArrayConstraint.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
mergeFrom(MPArrayWithConstantConstraint) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
mergeFrom(MPConstraintProto) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
mergeFrom(MPGeneralConstraintProto) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
mergeFrom(MPIndicatorConstraint) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
mergeFrom(MPModelDeltaProto) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
 
mergeFrom(MPModelProto.Annotation) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
mergeFrom(MPModelProto) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
mergeFrom(MPModelRequest) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
mergeFrom(MPQuadraticConstraint) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
mergeFrom(MPQuadraticObjective) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPSolution.Builder
 
mergeFrom(MPSolution) - Method in class com.google.ortools.linearsolver.MPSolution.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPSolution.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
mergeFrom(MPSolutionResponse) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
 
mergeFrom(MPSolveInfo) - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPSolveInfo.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
mergeFrom(MPSolverCommonParameters) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
mergeFrom(MPSosConstraint) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPSosConstraint.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
mergeFrom(MPVariableProto) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.MPVariableProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
mergeFrom(OptionalDouble) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.OptionalDouble.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
mergeFrom(PartialVariableAssignment) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams.Builder
 
mergeFrom(AdaptiveLinesearchParams) - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
 
mergeFrom(ConvergenceInformation) - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.pdlp.ConvergenceInformation.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
 
mergeFrom(FeasibilityPolishingDetails) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
 
mergeFrom(InfeasibilityInformation) - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.pdlp.InfeasibilityInformation.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.pdlp.IterationStats.Builder
 
mergeFrom(IterationStats) - Method in class com.google.ortools.pdlp.IterationStats.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.pdlp.IterationStats.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
 
mergeFrom(MalitskyPockParams) - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.pdlp.MalitskyPockParams.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.pdlp.PointMetadata.Builder
 
mergeFrom(PointMetadata) - Method in class com.google.ortools.pdlp.PointMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.pdlp.PointMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
 
mergeFrom(PrimalDualHybridGradientParams) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
 
mergeFrom(PrimalDualHybridGradientParams.PresolveOptions) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
 
mergeFrom(QuadraticProgramStats) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.pdlp.QuadraticProgramStats.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.pdlp.SolveLog.Builder
 
mergeFrom(SolveLog) - Method in class com.google.ortools.pdlp.SolveLog.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.pdlp.SolveLog.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
 
mergeFrom(TerminationCriteria) - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
 
mergeFrom(TerminationCriteria.DetailedOptimalityCriteria) - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria.Builder
 
mergeFrom(TerminationCriteria.SimpleOptimalityCriteria) - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
mergeFrom(AllDifferentConstraintProto) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
mergeFrom(AutomatonConstraintProto) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
mergeFrom(BoolArgumentProto) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.BoolArgumentProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.BooleanAssignment.Builder
 
mergeFrom(BooleanAssignment) - Method in class com.google.ortools.sat.BooleanAssignment.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.BooleanAssignment.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
mergeFrom(CircuitConstraintProto) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.CircuitConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
mergeFrom(ConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.ConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.CpModelProto.Builder
 
mergeFrom(CpModelProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.CpModelProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
mergeFrom(CpObjectiveProto) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.CpObjectiveProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
mergeFrom(CpSolverResponse) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.CpSolverSolution.Builder
 
mergeFrom(CpSolverSolution) - Method in class com.google.ortools.sat.CpSolverSolution.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.CpSolverSolution.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
mergeFrom(CumulativeConstraintProto) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
mergeFrom(DecisionStrategyProto) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
mergeFrom(DenseMatrixProto) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.DenseMatrixProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
mergeFrom(ElementConstraintProto) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
 
mergeFrom(FloatObjectiveProto) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.FloatObjectiveProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
mergeFrom(IntegerVariableProto) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.IntegerVariableProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
mergeFrom(IntervalConstraintProto) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
mergeFrom(InverseConstraintProto) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.InverseConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
mergeFrom(LinearArgumentProto) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
 
mergeFrom(LinearBooleanConstraint) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.LinearBooleanConstraint.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
 
mergeFrom(LinearBooleanProblem) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
mergeFrom(LinearConstraintProto) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.LinearConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
mergeFrom(LinearExpressionProto) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.LinearExpressionProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.LinearObjective.Builder
 
mergeFrom(LinearObjective) - Method in class com.google.ortools.sat.LinearObjective.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.LinearObjective.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
 
mergeFrom(ListOfVariablesProto) - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.ListOfVariablesProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
mergeFrom(NoOverlap2DConstraintProto) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
mergeFrom(NoOverlapConstraintProto) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.NoOverlapConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
mergeFrom(PartialVariableAssignment) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.PartialVariableAssignment.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
mergeFrom(ReservoirConstraintProto) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
mergeFrom(RoutesConstraintProto) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.RoutesConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.SatParameters.Builder
 
mergeFrom(SatParameters) - Method in class com.google.ortools.sat.SatParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.SatParameters.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
mergeFrom(SparsePermutationProto) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.SparsePermutationProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
mergeFrom(SymmetryProto) - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.SymmetryProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
mergeFrom(TableConstraintProto) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
 
mergeFrom(CpSolverRequest) - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
 
mergeFrom(Message) - Method in class com.google.ortools.util.Int128.Builder
 
mergeFrom(Int128) - Method in class com.google.ortools.util.Int128.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.ortools.util.Int128.Builder
 
mergeGlopParameters(GlopParameters) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions.Builder
Parameters to control glop's presolver.
mergeImprovementLimitParameters(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.
mergeIndicatorConstraint(MPIndicatorConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPIndicatorConstraint indicator_constraint = 2;
mergeIntDiv(LinearArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_div constraint forces the target to equal exprs[0] / exprs[1].
mergeIntegerObjective(CpObjectiveProto) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Contains the integer objective optimized internally.
mergeInterval(IntervalConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The interval constraint takes a start, end, and size, and forces start + size == end.
mergeIntMod(LinearArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_mod constraint forces the target to equal exprs[0] % exprs[1].
mergeIntProd(LinearArgumentProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The int_prod constraint forces the target to equal the product of all variables.
mergeInverse(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.
mergeIteratedLocalSearchParameters(IteratedLocalSearchParameters) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Iterated Local Search parameters.
mergeLinear(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.
mergeLinearIndex(LinearExpressionProto) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
All expressions below must be affine function with at most one variable.
mergeLinearTarget(LinearExpressionProto) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
.operations_research.sat.LinearExpressionProto linear_target = 5;
mergeLinMax(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.
mergeLnsTimeLimit(Duration) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Limit to the time spent in the completion search for each local search neighbor.
mergeLocalSearchOperators(RoutingSearchParameters.LocalSearchNeighborhoodOperators) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
.operations_research.RoutingSearchParameters.LocalSearchNeighborhoodOperators local_search_operators = 3;
mergeMalitskyPockParameters(MalitskyPockParams) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
optional .operations_research.pdlp.MalitskyPockParams malitsky_pock_parameters = 19;
mergeMaxConstraint(MPArrayWithConstantConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
resultant_var = max(var_1, var_2, ..., constant) .operations_research.MPArrayWithConstantConstraint max_constraint = 9;
mergeMinConstraint(MPArrayWithConstantConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
resultant_var = min(var_1, var_2, ..., constant) .operations_research.MPArrayWithConstantConstraint min_constraint = 8;
mergeModel(MPModelProto) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
The model to be optimized by the server.
mergeModel(CpModelProto) - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
The model to solve.
mergeModelDelta(MPModelDeltaProto) - Method in class com.google.ortools.linearsolver.MPModelRequest.Builder
Advanced usage: model "delta".
mergeModelFingerprint(Int128) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse.Builder
A reference to the model the solution applies to.
mergeNoOverlap(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.
mergeNoOverlap2D(NoOverlap2DConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The no_overlap_2d constraint prevents a set of boxes from overlapping.
mergeObjective(CpObjectiveProto) - Method in class com.google.ortools.sat.CpModelProto.Builder
The objective to minimize.
mergeObjective(LinearObjective) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
The objective of the problem.
mergeOrConstraint(MPArrayConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
All variables in "or" constraints must be Boolean.
mergeOriginalProblemStats(QuadraticProgramStats) - Method in class com.google.ortools.pdlp.SolveLog.Builder
Statistics of the original problem.
mergeParameters(SatParameters) - Method in class com.google.ortools.sat.v1.CpSolverRequest.Builder
Solver parameters.
mergeParams(PrimalDualHybridGradientParams) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
optional .operations_research.pdlp.PrimalDualHybridGradientParams params = 3;
mergeParams(PrimalDualHybridGradientParams) - Method in class com.google.ortools.pdlp.SolveLog.Builder
If solved with PDLP, the parameters for this solve.
mergePreprocessedProblemStats(QuadraticProgramStats) - Method in class com.google.ortools.pdlp.SolveLog.Builder
Statistics of the problem after preprocessing.
mergePresolveOptions(PrimalDualHybridGradientParams.PresolveOptions) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
optional .operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions presolve_options = 16;
mergePrimalTolerance(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.
mergeQuadraticConstraint(MPQuadraticConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPQuadraticConstraint quadratic_constraint = 4;
mergeQuadraticObjective(MPQuadraticObjective) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Optionally, a quadratic objective.
mergeRandomWalk(RandomWalkRuinStrategy) - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
.operations_research.RandomWalkRuinStrategy random_walk = 2;
mergeRelativeMipGap(OptionalDouble) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters.Builder
The solver stops if the relative MIP gap reaches this value or below.
mergeReservoir(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.
mergeRoutes(RoutesConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The routes constraint implements the vehicle routing problem.
mergeRuinRecreateParameters(RuinRecreateParameters) - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
Parameters to customize a ruin and recreate perturbation.
mergeSatParameters(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.
mergeSimpleOptimalityCriteria(TerminationCriteria.SimpleOptimalityCriteria) - Method in class com.google.ortools.pdlp.TerminationCriteria.Builder
.operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria simple_optimality_criteria = 9;
mergeSimulatedAnnealingParameters(SimulatedAnnealingParameters) - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters.Builder
Parameters to customize a simulated annealing acceptance strategy.
mergeSisr(SISRRuinStrategy) - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
.operations_research.SISRRuinStrategy sisr = 3;
mergeSize(LinearExpressionProto) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
.operations_research.sat.LinearExpressionProto size = 6;
mergeSolutionHint(PartialVariableAssignment) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
Solution hint.
mergeSolutionHint(PartialVariableAssignment) - Method in class com.google.ortools.sat.CpModelProto.Builder
Solution hint.
mergeSolutionStats(IterationStats) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
optional .operations_research.pdlp.IterationStats solution_stats = 7;
mergeSolutionStats(IterationStats) - Method in class com.google.ortools.pdlp.SolveLog.Builder
The `IterationStats` for the final iteration of the solver.
mergeSolveInfo(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.
mergeSolverParameters(ConstraintSolverParameters) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters.Builder
Parameters to use in the underlying constraint solver.
mergeSosConstraint(MPSosConstraint) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto.Builder
.operations_research.MPSosConstraint sos_constraint = 3;
mergeSpatiallyCloseRoutes(SpatiallyCloseRoutesRuinStrategy) - Method in class com.google.ortools.constraintsolver.RuinStrategy.Builder
.operations_research.SpatiallyCloseRoutesRuinStrategy spatially_close_routes = 1;
mergeStart(LinearExpressionProto) - Method in class com.google.ortools.sat.IntervalConstraintProto.Builder
.operations_research.sat.LinearExpressionProto start = 4;
mergeSymmetry(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.
mergeTable(TableConstraintProto) - Method in class com.google.ortools.sat.ConstraintProto.Builder
The table constraint enforces what values a tuple of variables may take.
mergeTarget(LinearExpressionProto) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
.operations_research.sat.LinearExpressionProto target = 1;
mergeTerminationCriteria(TerminationCriteria) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.Builder
optional .operations_research.pdlp.TerminationCriteria termination_criteria = 1;
mergeTimeLimit(Duration) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.Builder
Limit to the time spent in the search.
METHODS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopSolverOptimizerSet
 
min(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
min() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
min() - Method in class com.google.ortools.constraintsolver.IntExpr
 
min() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
min() - Method in class com.google.ortools.util.Domain
Returns the min value of the domain.
MIN_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
MIN_COST_FLOW_VALUE - Static variable in enum com.google.ortools.graph.FlowModelProto.ProblemType
MIN_COST_FLOW = 2;
MIN_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ReservoirConstraintProto
 
MIN_ORTHOGONALITY_FOR_LP_CONSTRAINTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MinCostFlow - Class in com.google.ortools.graph
 
MinCostFlow(long, boolean) - Constructor for class com.google.ortools.graph.MinCostFlow
 
MinCostFlow(int, int) - Constructor for class com.google.ortools.graph.MinCostFlow
 
MinCostFlow(int) - Constructor for class com.google.ortools.graph.MinCostFlow
 
MinCostFlow() - Constructor for class com.google.ortools.graph.MinCostFlow
 
MinCostFlow_addArcWithCapacityAndUnitCost(long, MinCostFlow, int, int, long, long) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getCapacity(long, MinCostFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getFlow(long, MinCostFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getHead(long, MinCostFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getMaximumFlow(long, MinCostFlow) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getNumArcs(long, MinCostFlow) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getNumNodes(long, MinCostFlow) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getOptimalCost(long, MinCostFlow) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getSupply(long, MinCostFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getTail(long, MinCostFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_getUnitCost(long, MinCostFlow, int) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_setArcCapacity(long, MinCostFlow, int, long) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_setNodeSupply(long, MinCostFlow, int, long) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_solve(long, MinCostFlow) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_solveMaxFlowWithMinCost(long, MinCostFlow) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlow_SWIGUpcast(long) - Static method in class com.google.ortools.graph.mainJNI
 
MinCostFlowBase - Class in com.google.ortools.graph
 
MinCostFlowBase(long, boolean) - Constructor for class com.google.ortools.graph.MinCostFlowBase
 
MinCostFlowBase() - Constructor for class com.google.ortools.graph.MinCostFlowBase
 
MinCostFlowBase.Status - Enum in com.google.ortools.graph
 
MINIMIZATION - Static variable in class com.google.ortools.constraintsolver.Solver
 
minimization() - Method in class com.google.ortools.linearsolver.MPObjective
Is the optimization direction set to minimize?
MINIMIZATION_ALGORITHM_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MinimizationVar(int) - Method in class com.google.ortools.constraintsolver.BaseObjectiveMonitor
 
MinimizationVar(int) - Method in class com.google.ortools.constraintsolver.ObjectiveMonitor
 
minimize(LinearArgument) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Minimize expression
minimize(LinearArgument) - Method in class com.google.ortools.sat.CpModel
Adds a minimization objective of a linear expression.
minimize(DoubleLinearExpr) - Method in class com.google.ortools.sat.CpModel
Adds a minimization objective of a linear expression.
MINIMIZE_REDUCTION_DURING_PB_RESOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MINIMIZE_SHARED_CLAUSES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MINIMUM_ACCEPTABLE_PIVOT_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
minVarArray(IntVar[]) - Static method in class com.google.ortools.constraintsolver.main
 
minVarArray(IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
MIP_AUTOMATICALLY_SCALE_VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MIP_CHECK_PRECISION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MIP_COMPUTE_TRUE_OBJECTIVE_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MIP_DROP_TOLERANCE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MIP_MAX_ACTIVITY_EXPONENT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MIP_MAX_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MIP_MAX_VALID_MAGNITUDE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MIP_PRESOLVE_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MIP_SCALE_LARGE_DOMAIN_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MIP_TREAT_HIGH_MAGNITUDE_BOUNDS_AS_INFINITY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MIP_VAR_SCALING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MIP_WANTED_PRECISION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
MismatchedArrayLengths(String, String, String) - Constructor for exception com.google.ortools.modelbuilder.ModelBuilder.MismatchedArrayLengths
 
MismatchedArrayLengths(String, String, String) - Constructor for exception com.google.ortools.sat.CpModel.MismatchedArrayLengths
 
MIXED_INTEGER_SCHEDULING_SOLVER_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
model() - Method in class com.google.ortools.constraintsolver.RoutingDimension
Returns the model on which the dimension was created.
model() - Method in class com.google.ortools.sat.CpModel
 
MODEL_DELTA_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelRequest
 
MODEL_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelRequest
 
MODEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.v1.CpSolverRequest
 
MODEL_FINGERPRINT_FIELD_NUMBER - Static variable in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
MODEL_INVALID_VALUE - Static variable in enum com.google.ortools.sat.CpSolverStatus
The given CpModelProto didn't pass the validation step.
model_name() - Method in class com.google.ortools.constraintsolver.Solver
Returns the name of the model.
ModelBuilder - Class in com.google.ortools.modelbuilder
Main modeling class.
ModelBuilder() - Constructor for class com.google.ortools.modelbuilder.ModelBuilder
Main constructor
modelBuilder - Variable in class com.google.ortools.sat.IntVar
 
ModelBuilder.MismatchedArrayLengths - Exception in com.google.ortools.modelbuilder
Exception thrown when parallel arrays have mismatched lengths.
ModelBuilder.WrongLength - Exception in com.google.ortools.modelbuilder
Exception thrown when an array has a wrong length.
ModelBuilderHelper - Class in com.google.ortools.modelbuilder
 
ModelBuilderHelper(long, boolean) - Constructor for class com.google.ortools.modelbuilder.ModelBuilderHelper
 
ModelBuilderHelper() - Constructor for class com.google.ortools.modelbuilder.ModelBuilderHelper
 
ModelBuilderHelper_addConstraintTerm(long, ModelBuilderHelper, int, int, double) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_addEnforcedConstraintTerm(long, ModelBuilderHelper, int, int, double) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_addEnforcedLinearConstraint(long, ModelBuilderHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_addHint(long, ModelBuilderHelper, int, double) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_addLinearConstraint(long, ModelBuilderHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_addVar(long, ModelBuilderHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_clearConstraintTerms(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_clearEnforcedConstraintTerms(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_clearHints(long, ModelBuilderHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_clearObjective(long, ModelBuilderHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_exportToLpString(long, ModelBuilderHelper, boolean) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_exportToMpsString(long, ModelBuilderHelper, boolean) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getConstraintCoefficients(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getConstraintLowerBound(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getConstraintName(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getConstraintUpperBound(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getConstraintVarIndices(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getEnforcedConstraintCoefficients(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getEnforcedConstraintLowerBound(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getEnforcedConstraintName(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getEnforcedConstraintUpperBound(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getEnforcedConstraintVarIndices(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getEnforcedIndicatorValue(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getEnforcedIndicatorVariableIndex(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getMaximize(long, ModelBuilderHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getName(long, ModelBuilderHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getObjectiveOffset(long, ModelBuilderHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getVarIntegrality(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getVarLowerBound(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getVarName(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getVarObjectiveCoefficient(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_getVarUpperBound(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_importFromLpFile(long, ModelBuilderHelper, String) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_importFromLpString(long, ModelBuilderHelper, String) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_importFromMpsFile(long, ModelBuilderHelper, String) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_importFromMpsString(long, ModelBuilderHelper, String) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_isEnforcedConstraint(long, ModelBuilderHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_numConstraints(long, ModelBuilderHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_numVariables(long, ModelBuilderHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_overwriteModel(long, ModelBuilderHelper, long, ModelBuilderHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_readModelFromProtoFile(long, ModelBuilderHelper, String) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_safeAddConstraintTerm(long, ModelBuilderHelper, int, int, double) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_safeAddEnforcedConstraintTerm(long, ModelBuilderHelper, int, int, double) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_setConstraintCoefficient(long, ModelBuilderHelper, int, int, double) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_setConstraintLowerBound(long, ModelBuilderHelper, int, double) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_setConstraintName(long, ModelBuilderHelper, int, String) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_setConstraintUpperBound(long, ModelBuilderHelper, int, double) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_setEnforcedConstraintCoefficient(long, ModelBuilderHelper, int, int, double) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_setEnforcedConstraintLowerBound(long, ModelBuilderHelper, int, double) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_setEnforcedConstraintName(long, ModelBuilderHelper, int, String) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_setEnforcedConstraintUpperBound(long, ModelBuilderHelper, int, double) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_setEnforcedIndicatorValue(long, ModelBuilderHelper, int, boolean) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_setEnforcedIndicatorVariableIndex(long, ModelBuilderHelper, int, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_setMaximize(long, ModelBuilderHelper, boolean) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_setName(long, ModelBuilderHelper, String) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_setObjectiveOffset(long, ModelBuilderHelper, double) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_setVarIntegrality(long, ModelBuilderHelper, int, boolean) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_setVarLowerBound(long, ModelBuilderHelper, int, double) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_setVarName(long, ModelBuilderHelper, int, String) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_setVarObjectiveCoefficient(long, ModelBuilderHelper, int, double) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_setVarUpperBound(long, ModelBuilderHelper, int, double) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_writeModelToProtoFile(long, ModelBuilderHelper, String) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelBuilderHelper_writeToMpsFile(long, ModelBuilderHelper, String, boolean) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelCache - Class in com.google.ortools.constraintsolver
Implements a complete cache for model elements: expressions and
constraints.
ModelCache(long, boolean) - Constructor for class com.google.ortools.constraintsolver.ModelCache
 
ModelCache_clear(long, ModelCache) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_ABS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_DIFFERENCE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_DIVIDE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_EXPRESSION_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_IS_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_IS_GREATER_OR_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_IS_LESS_OR_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_IS_NOT_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_MIN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_PROD_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_CONSTANT_SUM_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_CONSTANT_CONDITIONAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_CONSTANT_EXPRESSION_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_CONSTRAINT_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_DIFFERENCE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_DIV_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_EQUALITY_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_EXPRESSION_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_GREATER_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_GREATER_OR_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_IS_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_IS_LESS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_IS_LESS_OR_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_IS_NOT_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_LESS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_LESS_OR_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_MIN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_NON_EQUALITY_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_PROD_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPR_SUM_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_EXPRESSION_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_OPPOSITE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_EXPR_SQUARE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findExprConstantExpression(long, ModelCache, long, IntExpr, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findExprExprConstantExpression(long, ModelCache, long, IntExpr, long, IntExpr, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findExprExprConstraint(long, ModelCache, long, IntExpr, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findExprExpression(long, ModelCache, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findExprExprExpression(long, ModelCache, long, IntExpr, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findVarArrayConstantArrayExpression(long, ModelCache, IntVar[], long[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findVarArrayConstantExpression(long, ModelCache, IntVar[], long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findVarArrayExpression(long, ModelCache, IntVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findVarConstantArrayExpression(long, ModelCache, long, IntVar, long[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findVarConstantConstantConstraint(long, ModelCache, long, IntVar, long, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findVarConstantConstantExpression(long, ModelCache, long, IntVar, long, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findVarConstantConstraint(long, ModelCache, long, IntVar, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_findVoidConstraint(long, ModelCache, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertExprConstantExpression(long, ModelCache, long, IntExpr, long, IntExpr, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertExprExprConstantExpression(long, ModelCache, long, IntExpr, long, IntExpr, long, IntExpr, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertExprExprConstraint(long, ModelCache, long, Constraint, long, IntExpr, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertExprExpression(long, ModelCache, long, IntExpr, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertExprExprExpression(long, ModelCache, long, IntExpr, long, IntExpr, long, IntExpr, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertVarArrayConstantArrayExpression(long, ModelCache, long, IntExpr, IntVar[], long[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertVarArrayConstantExpression(long, ModelCache, long, IntExpr, IntVar[], long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertVarArrayExpression(long, ModelCache, long, IntExpr, IntVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertVarConstantArrayExpression(long, ModelCache, long, IntExpr, long, IntVar, long[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertVarConstantConstantConstraint(long, ModelCache, long, Constraint, long, IntVar, long, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertVarConstantConstantExpression(long, ModelCache, long, IntExpr, long, IntVar, long, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertVarConstantConstraint(long, ModelCache, long, Constraint, long, IntVar, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_insertVoidConstraint(long, ModelCache, long, Constraint, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_solver(long, ModelCache) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_ARRAY_CONSTANT_ARRAY_EXPRESSION_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_ARRAY_CONSTANT_ARRAY_SCAL_PROD_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_ARRAY_CONSTANT_EXPRESSION_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_ARRAY_CONSTANT_INDEX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_ARRAY_EXPRESSION_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_ARRAY_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_ARRAY_MIN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_ARRAY_SUM_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_ARRAY_ELEMENT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_ARRAY_EXPRESSION_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_CONSTANT_BETWEEN_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_CONSTANT_CONSTRAINT_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_CONSTANT_EXPRESSION_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_CONSTANT_SEMI_CONTINUOUS_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_CONSTRAINT_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_EQUALITY_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_GREATER_OR_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_LESS_OR_EQUAL_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VAR_CONSTANT_NON_EQUALITY_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VOID_CONSTRAINT_MAX_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VOID_FALSE_CONSTRAINT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelCache_VOID_TRUE_CONSTRAINT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelSolver - Class in com.google.ortools.modelbuilder
Model solver class
ModelSolver(String) - Constructor for class com.google.ortools.modelbuilder.ModelSolver
Creates the solver with the supplied solver backend.
ModelSolverHelper - Class in com.google.ortools.modelbuilder
 
ModelSolverHelper(long, boolean) - Constructor for class com.google.ortools.modelbuilder.ModelSolverHelper
 
ModelSolverHelper(String) - Constructor for class com.google.ortools.modelbuilder.ModelSolverHelper
 
ModelSolverHelper_clearLogCallback(long, ModelSolverHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelSolverHelper_enableOutput(long, ModelSolverHelper, boolean) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelSolverHelper_getActivity(long, ModelSolverHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelSolverHelper_getBestObjectiveBound(long, ModelSolverHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelSolverHelper_getDualValue(long, ModelSolverHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelSolverHelper_getObjectiveValue(long, ModelSolverHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelSolverHelper_getReducedCost(long, ModelSolverHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelSolverHelper_getStatus(long, ModelSolverHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelSolverHelper_getStatusString(long, ModelSolverHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelSolverHelper_getUserTime(long, ModelSolverHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelSolverHelper_getVariableValue(long, ModelSolverHelper, int) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelSolverHelper_getWallTime(long, ModelSolverHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelSolverHelper_hasResponse(long, ModelSolverHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelSolverHelper_hasSolution(long, ModelSolverHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelSolverHelper_interruptSolve(long, ModelSolverHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelSolverHelper_setLogCallback(long, ModelSolverHelper, Consumer<String>) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelSolverHelper_setSolverSpecificParameters(long, ModelSolverHelper, String) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelSolverHelper_setTimeLimitInSeconds(long, ModelSolverHelper, double) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelSolverHelper_solve(long, ModelSolverHelper, long, ModelBuilderHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
ModelSolverHelper_solverIsSupported(long, ModelSolverHelper) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
modelStats() - Method in class com.google.ortools.sat.CpModel
Returns some statistics on model as a string.
modelStats(CpModelProto) - Static method in class com.google.ortools.sat.CpSatHelper
 
ModelVisitor - Class in com.google.ortools.constraintsolver
Model visitor.
ModelVisitor(long, boolean) - Constructor for class com.google.ortools.constraintsolver.ModelVisitor
 
ModelVisitor() - Constructor for class com.google.ortools.constraintsolver.ModelVisitor
 
ModelVisitor_beginVisitConstraint(long, ModelVisitor, String, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_beginVisitExtension(long, ModelVisitor, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_beginVisitIntegerExpression(long, ModelVisitor, String, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_beginVisitModel(long, ModelVisitor, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_endVisitConstraint(long, ModelVisitor, String, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_endVisitExtension(long, ModelVisitor, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_endVisitIntegerExpression(long, ModelVisitor, String, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_endVisitModel(long, ModelVisitor, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kAbs_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kAbsEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kActiveArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kAllDifferent_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kAllowedAssignments_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kAssumePathsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kAtMost_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kBetween_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kBranchesLimitArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCapacityArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCardsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCircuit_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCoefficientsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kConditionalExpr_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kConvexPiecewise_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCountArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCountAssignedItemsExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCountEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCountUsedBinsExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCover_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCumulative_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCumulativeArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kCumulsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDelayedPathCumul_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDemandsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDeviation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDifference_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDifferenceOperation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDisjunctive_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDistribute_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDivide_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDurationExpr_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDurationMaxArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kDurationMinArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kEarlyCostArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kEarlyDateArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kElement_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kElementEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kEndExpr_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kEndMaxArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kEndMinArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kEndsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kEquality_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kEvaluatorArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kExpressionArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kFailuresLimitArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kFalseConstraint_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kFinalStatesArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kFixedChargeArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kGlobalCardinality_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kGreater_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kGreaterOrEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIndex2Argument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIndex3Argument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIndexArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIndexOf_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kInitialState_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kInt64ToBoolExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kInt64ToInt64Extension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIntegerVariable_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIntervalArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIntervalBinaryRelation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIntervalDisjunction_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIntervalsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIntervalUnaryRelation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIntervalVariable_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kInversePermutation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIsBetween_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIsDifferent_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIsEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIsGreater_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIsGreaterOrEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIsLess_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIsLessOrEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kIsMember_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kLateCostArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kLateDateArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kLeftArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kLess_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kLessOrEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kLexLess_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kLightElementEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kLinkExprVar_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMapDomain_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMax_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMaxArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMaxEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMaximizeArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMember_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMin_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMinArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMinEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kMirrorOperation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kModulo_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kModuloArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kNextsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kNoCycle_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kNonEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kNotBetween_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kNotMember_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kNullIntersect_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kObjectiveExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kOpposite_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kOptionalArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kPack_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kPartialArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kPathCumul_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kPerformedExpr_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kPositionXArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kPositionYArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kPower_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kProduct_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kProductOperation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kRangeArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kRelationArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kRelaxedMaxOperation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kRelaxedMinOperation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kRightArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kScalProd_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kScalProdEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kScalProdGreaterOrEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kScalProdLessOrEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSearchLimitExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSemiContinuous_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSequenceArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSequencesArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSequenceVariable_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSizeArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSizeXArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSizeYArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSmartTimeCheckArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSolutionLimitArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSortingConstraint_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSquare_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kStartExpr_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kStartMaxArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kStartMinArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kStartsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kStartSyncOnEndOperation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kStartSyncOnStartOperation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kStepArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSum_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSumEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSumGreaterOrEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSumLessOrEqual_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kSumOperation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kTargetArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kTimeLimitArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kTrace_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kTraceOperation_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kTransition_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kTransitsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kTrueConstraint_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kTuplesArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kUsageEqualVariableExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kUsageLessConstantExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kValueArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kValuesArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kVarBoundWatcher_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kVariableArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kVariableGroupExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kVariableUsageLessConstantExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kVarsArgument_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kVarValueWatcher_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_kWeightedSumOfAssignedEqualVariableExtension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntegerArgument(long, ModelVisitor, String, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntegerArrayArgument(long, ModelVisitor, String, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntegerExpressionArgument(long, ModelVisitor, String, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntegerMatrixArgument(long, ModelVisitor, String, long, IntTupleSet) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntegerVariable__SWIG_0(long, ModelVisitor, long, IntVar, long, IntExpr) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntegerVariable__SWIG_1(long, ModelVisitor, long, IntVar, String, long, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntegerVariableArrayArgument(long, ModelVisitor, String, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntervalArgument(long, ModelVisitor, String, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntervalArrayArgument(long, ModelVisitor, String, IntervalVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitIntervalVariable(long, ModelVisitor, long, IntervalVar, String, long, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitSequenceArgument(long, ModelVisitor, String, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitSequenceArrayArgument(long, ModelVisitor, String, SequenceVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ModelVisitor_visitSequenceVariable(long, ModelVisitor, long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
modifyValue(long, long) - Method in class com.google.ortools.constraintsolver.ChangeValue
 
MPAbsConstraint - Class in com.google.ortools.linearsolver
Sets a variable's value to the absolute value of another variable.
MPAbsConstraint.Builder - Class in com.google.ortools.linearsolver
Sets a variable's value to the absolute value of another variable.
MPAbsConstraintOrBuilder - Interface in com.google.ortools.linearsolver
 
MPArrayConstraint - Class in com.google.ortools.linearsolver
Sets a variable's value equal to a function on a set of variables.
MPArrayConstraint.Builder - Class in com.google.ortools.linearsolver
Sets a variable's value equal to a function on a set of variables.
MPArrayConstraintOrBuilder - Interface in com.google.ortools.linearsolver
 
MPArrayWithConstantConstraint - Class in com.google.ortools.linearsolver
Sets a variable's value equal to a function on a set of variables and, optionally, a constant.
MPArrayWithConstantConstraint.Builder - Class in com.google.ortools.linearsolver
Sets a variable's value equal to a function on a set of variables and, optionally, a constant.
MPArrayWithConstantConstraintOrBuilder - Interface in com.google.ortools.linearsolver
 
MPConstraint - Class in com.google.ortools.linearsolver
The class for constraints of a Mathematical Programming (MP) model.
MPConstraint(long, boolean) - Constructor for class com.google.ortools.linearsolver.MPConstraint
 
MPConstraint_basisStatus(long, MPConstraint) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPConstraint_dualValue(long, MPConstraint) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPConstraint_getCoefficient(long, MPConstraint, long, MPVariable) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPConstraint_index(long, MPConstraint) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPConstraint_isLazy(long, MPConstraint) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPConstraint_lb(long, MPConstraint) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPConstraint_name(long, MPConstraint) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPConstraint_setBounds(long, MPConstraint, double, double) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPConstraint_setCoefficient(long, MPConstraint, long, MPVariable, double) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPConstraint_setIsLazy(long, MPConstraint, boolean) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPConstraint_setLb(long, MPConstraint, double) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPConstraint_setUb(long, MPConstraint, double) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPConstraint_ub(long, MPConstraint) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPConstraintProto - Class in com.google.ortools.linearsolver
A linear constraint is always of the form: lower_bound <= sum of linear term elements <= upper_bound, where lower_bound and upper_bound: - Can form a singleton: lower_bound == upper_bound.
MPConstraintProto.Builder - Class in com.google.ortools.linearsolver
A linear constraint is always of the form: lower_bound <= sum of linear term elements <= upper_bound, where lower_bound and upper_bound: - Can form a singleton: lower_bound == upper_bound.
MPConstraintProtoOrBuilder - Interface in com.google.ortools.linearsolver
 
MPGeneralConstraintProto - Class in com.google.ortools.linearsolver
General constraints.
MPGeneralConstraintProto.Builder - Class in com.google.ortools.linearsolver
General constraints.
MPGeneralConstraintProto.GeneralConstraintCase - Enum in com.google.ortools.linearsolver
 
MPGeneralConstraintProtoOrBuilder - Interface in com.google.ortools.linearsolver
 
MPIndicatorConstraint - Class in com.google.ortools.linearsolver
Indicator constraints encode the activation or deactivation of linear constraints given the value of one Boolean variable in the model.
MPIndicatorConstraint.Builder - Class in com.google.ortools.linearsolver
Indicator constraints encode the activation or deactivation of linear constraints given the value of one Boolean variable in the model.
MPIndicatorConstraintOrBuilder - Interface in com.google.ortools.linearsolver
 
MPModelDeltaProto - Class in com.google.ortools.linearsolver
Encodes a full MPModelProto by way of referencing to a "baseline" MPModelProto stored in a file, and a "delta" to apply to this model.
MPModelDeltaProto.Builder - Class in com.google.ortools.linearsolver
Encodes a full MPModelProto by way of referencing to a "baseline" MPModelProto stored in a file, and a "delta" to apply to this model.
MPModelDeltaProtoOrBuilder - Interface in com.google.ortools.linearsolver
 
MPModelExportOptions - Class in com.google.ortools.linearsolver
Export options.
MPModelExportOptions(long, boolean) - Constructor for class com.google.ortools.linearsolver.MPModelExportOptions
 
MPModelExportOptions() - Constructor for class com.google.ortools.linearsolver.MPModelExportOptions
 
MPModelExportOptions_LogInvalidNames_get(long, MPModelExportOptions) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPModelExportOptions_LogInvalidNames_set(long, MPModelExportOptions, boolean) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPModelExportOptions_MaxLineLength_get(long, MPModelExportOptions) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPModelExportOptions_MaxLineLength_set(long, MPModelExportOptions, int) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPModelExportOptions_Obfuscate_get(long, MPModelExportOptions) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPModelExportOptions_Obfuscate_set(long, MPModelExportOptions, boolean) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPModelExportOptions_ShowUnusedVariables_get(long, MPModelExportOptions) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPModelExportOptions_ShowUnusedVariables_set(long, MPModelExportOptions, boolean) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPModelProto - Class in com.google.ortools.linearsolver
MPModelProto contains all the information for a Linear Programming model.
MPModelProto.Annotation - Class in com.google.ortools.linearsolver
Annotations can be freely added by users who want to attach arbitrary payload to the model's variables or constraints.
MPModelProto.Annotation.Builder - Class in com.google.ortools.linearsolver
Annotations can be freely added by users who want to attach arbitrary payload to the model's variables or constraints.
MPModelProto.Annotation.TargetType - Enum in com.google.ortools.linearsolver
The target of an Annotation is a single entity (e.g. a variable).
MPModelProto.AnnotationOrBuilder - Interface in com.google.ortools.linearsolver
 
MPModelProto.Builder - Class in com.google.ortools.linearsolver
MPModelProto contains all the information for a Linear Programming model.
MPModelProtoOrBuilder - Interface in com.google.ortools.linearsolver
 
MPModelRequest - Class in com.google.ortools.linearsolver
Next id: 18.
MPModelRequest.Builder - Class in com.google.ortools.linearsolver
Next id: 18.
MPModelRequest.SolverType - Enum in com.google.ortools.linearsolver
The solver type, which will select a specific implementation, and will also impact the interpretation of the model (i.e. are we solving the problem as a mixed integer program or are we relaxing it as a continuous linear program?).
MPModelRequestOrBuilder - Interface in com.google.ortools.linearsolver
 
MPObjective - Class in com.google.ortools.linearsolver
A class to express a linear objective.
MPObjective(long, boolean) - Constructor for class com.google.ortools.linearsolver.MPObjective
 
MPObjective_bestBound(long, MPObjective) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPObjective_clear(long, MPObjective) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPObjective_getCoefficient(long, MPObjective, long, MPVariable) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPObjective_maximization(long, MPObjective) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPObjective_minimization(long, MPObjective) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPObjective_offset(long, MPObjective) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPObjective_setCoefficient(long, MPObjective, long, MPVariable, double) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPObjective_setMaximization(long, MPObjective) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPObjective_setMinimization(long, MPObjective) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPObjective_setOffset(long, MPObjective, double) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPObjective_setOptimizationDirection(long, MPObjective, boolean) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPObjective_value(long, MPObjective) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPQuadraticConstraint - Class in com.google.ortools.linearsolver
Quadratic constraints of the form lb <= sum a_i x_i + sum b_ij x_i x_j <= ub, where a, b, lb and ub are constants, and x are the model's variables.
MPQuadraticConstraint.Builder - Class in com.google.ortools.linearsolver
Quadratic constraints of the form lb <= sum a_i x_i + sum b_ij x_i x_j <= ub, where a, b, lb and ub are constants, and x are the model's variables.
MPQuadraticConstraintOrBuilder - Interface in com.google.ortools.linearsolver
 
MPQuadraticObjective - Class in com.google.ortools.linearsolver
Quadratic part of a model's objective.
MPQuadraticObjective.Builder - Class in com.google.ortools.linearsolver
Quadratic part of a model's objective.
MPQuadraticObjectiveOrBuilder - Interface in com.google.ortools.linearsolver
 
MPSolution - Class in com.google.ortools.linearsolver
Protobuf type operations_research.MPSolution
MPSolution.Builder - Class in com.google.ortools.linearsolver
Protobuf type operations_research.MPSolution
MPSolutionOrBuilder - Interface in com.google.ortools.linearsolver
 
MPSolutionResponse - Class in com.google.ortools.linearsolver
Next id: 12.
MPSolutionResponse.Builder - Class in com.google.ortools.linearsolver
Next id: 12.
MPSolutionResponseOrBuilder - Interface in com.google.ortools.linearsolver
 
MPSolveInfo - Class in com.google.ortools.linearsolver
Protobuf type operations_research.MPSolveInfo
MPSolveInfo.Builder - Class in com.google.ortools.linearsolver
Protobuf type operations_research.MPSolveInfo
MPSolveInfoOrBuilder - Interface in com.google.ortools.linearsolver
 
MPSolver - Class in com.google.ortools.linearsolver
This mathematical programming (MP) solver class is the main class
though which users build and solve problems.
MPSolver(long, boolean) - Constructor for class com.google.ortools.linearsolver.MPSolver
 
MPSolver(String, MPSolver.OptimizationProblemType) - Constructor for class com.google.ortools.linearsolver.MPSolver
Create a solver with the given name and underlying solver backend.
MPSolver.BasisStatus - Enum in com.google.ortools.linearsolver
Advanced usage: possible basis status values for a variable and the slack
variable of a linear constraint.
MPSolver.OptimizationProblemType - Enum in com.google.ortools.linearsolver
The type of problems (LP or MIP) that will be solved and the underlying
solver (GLOP, GLPK, CLP, CBC or SCIP) that will solve them.
MPSolver.ResultStatus - Enum in com.google.ortools.linearsolver
The status of solving the problem.
MPSOLVER_ABNORMAL_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
An error (most probably numerical) occurred.
MPSolver_BOP_INTEGER_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSOLVER_CANCELLED_BY_USER_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
The solve was interrupted by the user, and the solver didn't have time to return a proper status.
MPSolver_CBC_MIXED_INTEGER_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_clear(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_CLP_LINEAR_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_computeConstraintActivities(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_computeExactConditionNumber(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_constraint(long, MPSolver, int) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_constraints(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_CPLEX_LINEAR_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_CPLEX_MIXED_INTEGER_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_createSolutionResponseProto(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_createSolver(String) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_enableOutput(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_exportModelAsLpFormat__SWIG_0(long, MPSolver, boolean) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_exportModelAsLpFormat__SWIG_1(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_exportModelAsMpsFormat(long, MPSolver, boolean, boolean) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_exportModelToProto(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSOLVER_FEASIBLE_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
The solver had enough time to find some solution that satisfies all constraints, but it did not prove optimality (which means it may or may not have reached the optimal).
MPSolver_FREE_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_GLOP_LINEAR_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_GLPK_LINEAR_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_GLPK_MIXED_INTEGER_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_GUROBI_LINEAR_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_GUROBI_MIXED_INTEGER_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSOLVER_INCOMPATIBLE_OPTIONS_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Some of the selected options were incompatible, e.g. a cancellable solve was requested via SolverClient::SolveMipRemotely() with an underlying solver that doesn't support cancellation. status_str should contain a description of the issue.
MPSOLVER_INFEASIBLE_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
The model does not have any solution, according to the solver (which "proved" it, with the caveat that numerical proofs aren't actual proofs), or based on trivial considerations (eg. a variable whose lower bound is strictly greater than its upper bound).
MPSolver_infinity() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_interruptSolve(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_isMip(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_iterations(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_loadModelFromProto(long, MPSolver, byte[]) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_loadModelFromProtoKeepNames(long, MPSolver, byte[]) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_loadModelFromProtoWithUniqueNamesOrDie(long, MPSolver, byte[]) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_loadSolutionFromProto(long, MPSolver, byte[]) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_lookupConstraintOrNull(long, MPSolver, String) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_lookupVariableOrNull(long, MPSolver, String) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_makeBoolVar(long, MPSolver, String) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_makeConstraint__SWIG_0(long, MPSolver, double, double) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_makeConstraint__SWIG_1(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_makeConstraint__SWIG_2(long, MPSolver, double, double, String) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_makeConstraint__SWIG_3(long, MPSolver, String) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_makeIntVar(long, MPSolver, double, double, String) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_makeNumVar(long, MPSolver, double, double, String) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_makeVar(long, MPSolver, double, double, boolean, String) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSOLVER_MODEL_INVALID_SOLUTION_HINT_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Something is wrong with the fields "solution_hint_var_index" and/or "solution_hint_var_value".
MPSOLVER_MODEL_INVALID_SOLVER_PARAMETERS_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Something is wrong with the solver_specific_parameters request field.
MPSOLVER_MODEL_INVALID_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Model errors.
MPSOLVER_MODEL_IS_VALID_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Like "NOT_SOLVED", but typically used by model validation functions returning a "model status", to enhance readability of the client code.
MPSolver_nodes(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_NOT_SOLVED_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSOLVER_NOT_SOLVED_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
The solver did not have a chance to diagnose the model in one of the categories above.
MPSolver_numConstraints(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_numVariables(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_objective(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSOLVER_OPTIMAL_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
The solver found the proven optimal solution.
MPSolver_PDLP_LINEAR_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_problemType(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_reset(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_SAT_INTEGER_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_SCIP_MIXED_INTEGER_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_setHint(long, MPSolver, MPVariable[], double[]) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_setNumThreads(long, MPSolver, int) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_setSolverSpecificParametersAsString(long, MPSolver, String) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_setTimeLimit(long, MPSolver, long) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_solve__SWIG_0(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_solve__SWIG_1(long, MPSolver, long, MPSolverParameters) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSOLVER_SOLVER_TYPE_UNAVAILABLE_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Implementation error: the requested solver implementation is not available (see MPModelRequest.solver_type).
MPSolver_solverVersion(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_solveWithProto(byte[]) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_supportsProblemType(int) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_suppressOutput(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSOLVER_UNBOUNDED_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
There exist solutions that make the magnitude of the objective value as large as wanted (i.e.
MPSOLVER_UNKNOWN_STATUS_VALUE - Static variable in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Special value: the solver status could not be properly translated and is unknown.
MPSolver_variable(long, MPSolver, int) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_variables(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_verifySolution(long, MPSolver, double, boolean) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_wallTime(long, MPSolver) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_write(long, MPSolver, String) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_writeModelToMpsFile(long, MPSolver, String, boolean, boolean) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_XPRESS_LINEAR_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolver_XPRESS_MIXED_INTEGER_PROGRAMMING_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverCommonParameters - Class in com.google.ortools.linearsolver
MPSolverCommonParameters holds advanced usage parameters that apply to any of the solvers we support.
MPSolverCommonParameters.Builder - Class in com.google.ortools.linearsolver
MPSolverCommonParameters holds advanced usage parameters that apply to any of the solvers we support.
MPSolverCommonParameters.LPAlgorithmValues - Enum in com.google.ortools.linearsolver
Protobuf enum operations_research.MPSolverCommonParameters.LPAlgorithmValues
MPSolverCommonParametersOrBuilder - Interface in com.google.ortools.linearsolver
 
MPSolverParameters - Class in com.google.ortools.linearsolver
This class stores parameter settings for LP and MIP solvers.
MPSolverParameters(long, boolean) - Constructor for class com.google.ortools.linearsolver.MPSolverParameters
 
MPSolverParameters() - Constructor for class com.google.ortools.linearsolver.MPSolverParameters
The constructor sets all parameters to their default value.
MPSolverParameters.DoubleParam - Enum in com.google.ortools.linearsolver
Enumeration of parameters that take continuous values.
MPSolverParameters.IncrementalityValues - Enum in com.google.ortools.linearsolver
Advanced usage: Incrementality options.
MPSolverParameters.IntegerParam - Enum in com.google.ortools.linearsolver
Enumeration of parameters that take integer or categorical values.
MPSolverParameters.LpAlgorithmValues - Enum in com.google.ortools.linearsolver
LP algorithm to use.
MPSolverParameters.PresolveValues - Enum in com.google.ortools.linearsolver
For each categorical parameter, enumeration of possible values.
MPSolverParameters.ScalingValues - Enum in com.google.ortools.linearsolver
Advanced usage: Scaling options.
MPSolverParameters_BARRIER_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_DUAL_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_DUAL_TOLERANCE_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_getDoubleParam(long, MPSolverParameters, int) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_getIntegerParam(long, MPSolverParameters, int) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_INCREMENTALITY_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_INCREMENTALITY_OFF_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_INCREMENTALITY_ON_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_kDefaultDualTolerance_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_kDefaultIncrementality_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_kDefaultPresolve_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_kDefaultPrimalTolerance_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_kDefaultRelativeMipGap_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_LP_ALGORITHM_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_PRESOLVE_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_PRESOLVE_OFF_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_PRESOLVE_ON_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_PRIMAL_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_PRIMAL_TOLERANCE_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_RELATIVE_MIP_GAP_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_SCALING_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_SCALING_OFF_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_SCALING_ON_get() - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_setDoubleParam(long, MPSolverParameters, int, double) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverParameters_setIntegerParam(long, MPSolverParameters, int, int) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPSolverResponseStatus - Enum in com.google.ortools.linearsolver
Status returned by the solver.
MPSosConstraint - Class in com.google.ortools.linearsolver
Special Ordered Set (SOS) constraints of type 1 or 2.
MPSosConstraint.Builder - Class in com.google.ortools.linearsolver
Special Ordered Set (SOS) constraints of type 1 or 2.
MPSosConstraint.Type - Enum in com.google.ortools.linearsolver
Protobuf enum operations_research.MPSosConstraint.Type
MPSosConstraintOrBuilder - Interface in com.google.ortools.linearsolver
 
MPVariable - Class in com.google.ortools.linearsolver
The class for variables of a Mathematical Programming (MP) model.
MPVariable(long, boolean) - Constructor for class com.google.ortools.linearsolver.MPVariable
 
MPVariable_basisStatus(long, MPVariable) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPVariable_index(long, MPVariable) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPVariable_lb(long, MPVariable) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPVariable_name(long, MPVariable) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPVariable_reducedCost(long, MPVariable) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPVariable_setBounds(long, MPVariable, double, double) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPVariable_setInteger(long, MPVariable, boolean) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPVariable_setLb(long, MPVariable, double) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPVariable_setUb(long, MPVariable, double) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPVariable_solutionValue(long, MPVariable) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPVariable_ub(long, MPVariable) - Static method in class com.google.ortools.linearsolver.mainJNI
 
MPVariableProto - Class in com.google.ortools.linearsolver
A variable is always constrained in the form: lower_bound <= x <= upper_bound where lower_bound and upper_bound: - Can form a singleton: x = constant = lower_bound = upper_bound
MPVariableProto.Builder - Class in com.google.ortools.linearsolver
A variable is always constrained in the form: lower_bound <= x <= upper_bound where lower_bound and upper_bound: - Can form a singleton: x = constant = lower_bound = upper_bound
MPVariableProtoOrBuilder - Interface in com.google.ortools.linearsolver
 
MULTI_ARMED_BANDIT_COMPOUND_OPERATOR_EXPLORATION_COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
MULTI_ARMED_BANDIT_COMPOUND_OPERATOR_MEMORY_COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
MultiArmedBanditConcatenateOperators(LocalSearchOperator[], double, double, boolean) - Method in class com.google.ortools.constraintsolver.Solver
Creates a local search operator which concatenates a vector of operators.
MultipleCircuitConstraint - Class in com.google.ortools.sat
Specialized multiple circuit constraint.
MultipleCircuitConstraint(CpModelProto.Builder) - Constructor for class com.google.ortools.sat.MultipleCircuitConstraint
 
mustBePerformed() - Method in class com.google.ortools.constraintsolver.IntervalVar
These methods query, set, and watch the performed status of the
interval var.
mutableElement(IntVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
mutableElement(int) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
mutableElement(IntervalVar) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
mutableElement(int) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
mutableElement(SequenceVar) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
mutableElement(int) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
mutableIntervalVarContainer() - Method in class com.google.ortools.constraintsolver.Assignment
 
mutableIntVarContainer() - Method in class com.google.ortools.constraintsolver.Assignment
 
mutablePreAssignment() - Method in class com.google.ortools.constraintsolver.RoutingModel
 
mutableSequenceVarContainer() - Method in class com.google.ortools.constraintsolver.Assignment
 

N

Name() - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
name() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
Object naming.
name() - Method in class com.google.ortools.constraintsolver.RoutingDimension
Returns the name of the dimension.
name() - Method in class com.google.ortools.linearsolver.MPConstraint
Returns the name of the constraint.
name() - Method in class com.google.ortools.linearsolver.MPVariable
Returns the name of the variable.
NAME_ALL_VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
NAME_CAST_VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
NAME_FIELD_NUMBER - Static variable in class com.google.ortools.algorithms.SetCoverProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPConstraintProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPVariableProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.IntegerVariableProto
 
NAME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearBooleanConstraint
 
NAME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearBooleanProblem
 
NAME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
nameAllVariables() - Method in class com.google.ortools.constraintsolver.Solver
Returns whether all variables should be named.
NEAREST_INTEGER_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
Rounds to the nearest integer value.
NECESSARY_REDUCTION_FOR_RESTART_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
negate() - Method in interface com.google.ortools.constraintsolver.LongTernaryPredicate
Returns a predicate that represents the logical negation of this predicate.
negated(int) - Method in class com.google.ortools.sat.CpModel
 
NEGATED_FIELD_NUMBER - Static variable in class com.google.ortools.sat.TableConstraintProto
 
negation() - Method in class com.google.ortools.util.Domain
Returns {x ∈ Int64, ∃ e ∈ D, x = -e}.
neighbors() - Method in class com.google.ortools.constraintsolver.Solver
The number of neighbors created.
NEVER_DO_VALUE - Static variable in enum com.google.ortools.glop.GlopParameters.SolverBehavior
NEVER_DO = 1;
new_AlternativeNodeIterator(boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_Assignment__SWIG_0(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_Assignment__SWIG_1(long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_AssignmentElement() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_AssignmentIntContainer() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_AssignmentIntervalContainer() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_AssignmentSequenceContainer() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_BaseLns(IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_BaseObject() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_BoundCost__SWIG_0() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_BoundCost__SWIG_1(long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_ChangeValue(IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
NEW_CONSTRAINTS_BATCH_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
new_CppBridge() - Static method in class com.google.ortools.init.mainJNI
 
new_CppFlags() - Static method in class com.google.ortools.init.mainJNI
 
new_CpSatHelper() - Static method in class com.google.ortools.sat.mainJNI
 
new_Decision() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_DecisionBuilder() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_DecisionVisitor() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_DefaultPhaseParameters() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_Domain__SWIG_0() - Static method in class com.google.ortools.util.mainJNI
 
new_Domain__SWIG_1(long) - Static method in class com.google.ortools.util.mainJNI
 
new_Domain__SWIG_2(long, long) - Static method in class com.google.ortools.util.mainJNI
 
new_GlobalVehicleBreaksConstraint(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_ImprovementSearchLimit__SWIG_0(long, Solver, long, IntVar, boolean, double, double, double, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_ImprovementSearchLimit__SWIG_1(long, Solver, IntVar[], long, double[], double[], double, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntBoolPair__SWIG_0() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntBoolPair__SWIG_1(int, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntBoolPair__SWIG_2(long, IntBoolPair) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntervalVarElement__SWIG_0() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntervalVarElement__SWIG_1(long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntTupleSet__SWIG_0(int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntTupleSet__SWIG_1(long, IntTupleSet) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntVarElement__SWIG_0() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntVarElement__SWIG_1(long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntVarLocalSearchFilter(IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntVarLocalSearchOperator__SWIG_0(IntVar[], boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_IntVarLocalSearchOperator__SWIG_1(IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_KnapsackSolver__SWIG_0(String) - Static method in class com.google.ortools.algorithms.mainJNI
 
new_KnapsackSolver__SWIG_1(int, String) - Static method in class com.google.ortools.algorithms.mainJNI
 
NEW_LINEAR_PROPAGATION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
new_LinearSumAssignment() - Static method in class com.google.ortools.graph.mainJNI
 
new_LocalSearchFilter() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_LocalSearchFilterManager__SWIG_0(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_LocalSearchFilterManager__SWIG_1(LocalSearchFilter[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_LocalSearchFilterManager_FilterEvent() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_LocalSearchOperator() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_LocalSearchOperatorState() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_LocalSearchPhaseParameters() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_MaxFlow() - Static method in class com.google.ortools.graph.mainJNI
 
new_MinCostFlow__SWIG_0(int, int) - Static method in class com.google.ortools.graph.mainJNI
 
new_MinCostFlow__SWIG_1(int) - Static method in class com.google.ortools.graph.mainJNI
 
new_MinCostFlow__SWIG_2() - Static method in class com.google.ortools.graph.mainJNI
 
new_MinCostFlowBase() - Static method in class com.google.ortools.graph.mainJNI
 
new_ModelBuilderHelper() - Static method in class com.google.ortools.modelbuilder.mainJNI
 
new_ModelSolverHelper(String) - Static method in class com.google.ortools.modelbuilder.mainJNI
 
new_ModelVisitor() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_MPModelExportOptions() - Static method in class com.google.ortools.linearsolver.mainJNI
 
new_MPSolver(String, int) - Static method in class com.google.ortools.linearsolver.mainJNI
 
new_MPSolverParameters() - Static method in class com.google.ortools.linearsolver.mainJNI
 
new_NodeNeighborIterator() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_ObjectiveMonitor(long, Solver, long, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_OptimizeVar__SWIG_0(long, Solver, boolean, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_OptimizeVar__SWIG_1(long, Solver, long, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_OrToolsVersion() - Static method in class com.google.ortools.init.mainJNI
 
new_Pack(long, Solver, IntVar[], int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_PathsMetadata(long, RoutingIndexManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_PropagationBaseObject(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RegularLimit(long, Solver, long, long, long, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RevBool(boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RevInteger(int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RevLong(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RevPartialSequence__SWIG_0(int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RevPartialSequence__SWIG_1(int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingIndexManager__SWIG_0(int, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingIndexManager__SWIG_1(int, int, int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingModel__SWIG_0(long, RoutingIndexManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingModel__SWIG_1(long, RoutingIndexManager, byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingModel_NodeNeighborsByCostClass(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingModel_NodeNeighborsParameters() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingModel_PickupDeliveryPosition() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingModel_ResourceGroup_Attributes__SWIG_0() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingModel_ResourceGroup_Attributes__SWIG_1(long, Domain, long, Domain) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingModel_SecondaryOptimizer(long, RoutingModel, byte[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingModel_VariableValuePair() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingModel_VehicleTypeContainer() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingModel_VehicleTypeContainer_VehicleClassEntry() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_RoutingModelVisitor() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SearchLog(long, Solver, IntVar[], String, double[], double[], Supplier<String>, boolean, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SearchMonitor(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SequenceVar(long, Solver, IntervalVar[], IntVar[], String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SequenceVarElement__SWIG_0() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SequenceVarElement__SWIG_1(long, SequenceVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SimpleBoundCosts(int, long, BoundCost) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SolutionCallback() - Static method in class com.google.ortools.sat.mainJNI
 
new_SolutionCollector__SWIG_0(long, Solver, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SolutionCollector__SWIG_1(long, Solver) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_Solver__SWIG_0(String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_Solver__SWIG_1(String, byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_Solver_IntegerCastInfo__SWIG_0() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_Solver_IntegerCastInfo__SWIG_1(long, IntVar, long, IntExpr, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_SolveWrapper() - Static method in class com.google.ortools.sat.mainJNI
 
new_SortedDisjointIntervalList__SWIG_0() - Static method in class com.google.ortools.util.mainJNI
 
new_SortedDisjointIntervalList__SWIG_1(long[], long[]) - Static method in class com.google.ortools.util.mainJNI
 
new_SortedDisjointIntervalList__SWIG_2(int[], int[]) - Static method in class com.google.ortools.util.mainJNI
 
new_SymmetryBreaker() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_TypeIncompatibilityChecker(long, RoutingModel, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_TypeRegulationsConstraint(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
new_TypeRequirementChecker(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
newBoolVar(String) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Creates a Boolean variable with the given name.
newBoolVar(String) - Method in class com.google.ortools.sat.CpModel
Creates a Boolean variable with the given name.
newBuilder() - Static method in class com.google.ortools.algorithms.SetCoverProto
 
newBuilder(SetCoverProto) - Static method in class com.google.ortools.algorithms.SetCoverProto
 
newBuilder() - Static method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
newBuilder(SetCoverProto.Subset) - Static method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
newBuilder() - Static method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
newBuilder(SetCoverSolutionResponse) - Static method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
newBuilder() - Static method in class com.google.ortools.bop.BopOptimizerMethod
 
newBuilder(BopOptimizerMethod) - Static method in class com.google.ortools.bop.BopOptimizerMethod
 
newBuilder() - Static method in class com.google.ortools.bop.BopParameters
 
newBuilder(BopParameters) - Static method in class com.google.ortools.bop.BopParameters
 
newBuilder() - Static method in class com.google.ortools.bop.BopSolverOptimizerSet
 
newBuilder(BopSolverOptimizerSet) - Static method in class com.google.ortools.bop.BopSolverOptimizerSet
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
newBuilder(AcceptanceStrategy) - Static method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
newBuilder(ConstraintSolverParameters) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
newBuilder(ConstraintSolverStatistics) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
newBuilder(CoolingScheduleStrategy) - Static method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
newBuilder(FirstSolutionStrategy) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
newBuilder(IteratedLocalSearchParameters) - Static method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
newBuilder(LocalSearchMetaheuristic) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
newBuilder(LocalSearchStatistics.FirstSolutionStatistics) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
newBuilder(LocalSearchStatistics.LocalSearchFilterStatistics) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
newBuilder(LocalSearchStatistics.LocalSearchOperatorStatistics) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
newBuilder(LocalSearchStatistics) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
newBuilder(PerturbationStrategy) - Static method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
newBuilder(RandomWalkRuinStrategy) - Static method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
newBuilder(RegularLimitParameters) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
newBuilder(RoutingModelParameters) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
newBuilder(RoutingSearchParameters.ImprovementSearchLimitParameters) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
newBuilder(RoutingSearchParameters.LocalSearchNeighborhoodOperators) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
newBuilder(RoutingSearchParameters) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
newBuilder(RoutingSearchStatus) - Static method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
newBuilder(RuinCompositionStrategy) - Static method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
newBuilder(RuinRecreateParameters) - Static method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.RuinStrategy
 
newBuilder(RuinStrategy) - Static method in class com.google.ortools.constraintsolver.RuinStrategy
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.SearchStatistics
 
newBuilder(SearchStatistics) - Static method in class com.google.ortools.constraintsolver.SearchStatistics
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
newBuilder(SimulatedAnnealingParameters) - Static method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
newBuilder(SISRRuinStrategy) - Static method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
newBuilder() - Static method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
newBuilder(SpatiallyCloseRoutesRuinStrategy) - Static method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
newBuilder() - Static method in class com.google.ortools.glop.GlopParameters
 
newBuilder(GlopParameters) - Static method in class com.google.ortools.glop.GlopParameters
 
newBuilder() - Static method in class com.google.ortools.graph.FlowArcProto
 
newBuilder(FlowArcProto) - Static method in class com.google.ortools.graph.FlowArcProto
 
newBuilder() - Static method in class com.google.ortools.graph.FlowModelProto
 
newBuilder(FlowModelProto) - Static method in class com.google.ortools.graph.FlowModelProto
 
newBuilder() - Static method in class com.google.ortools.graph.FlowNodeProto
 
newBuilder(FlowNodeProto) - Static method in class com.google.ortools.graph.FlowNodeProto
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
newBuilder(MPAbsConstraint) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
newBuilder(MPArrayConstraint) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
newBuilder(MPArrayWithConstantConstraint) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
newBuilder(MPConstraintProto) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
newBuilder(MPGeneralConstraintProto) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
newBuilder(MPIndicatorConstraint) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
newBuilder(MPModelDeltaProto) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
newBuilder(MPModelProto.Annotation) - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPModelProto
 
newBuilder(MPModelProto) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
newBuilder(MPModelRequest) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
newBuilder(MPQuadraticConstraint) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
newBuilder(MPQuadraticObjective) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPSolution
 
newBuilder(MPSolution) - Static method in class com.google.ortools.linearsolver.MPSolution
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
newBuilder(MPSolutionResponse) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPSolveInfo
 
newBuilder(MPSolveInfo) - Static method in class com.google.ortools.linearsolver.MPSolveInfo
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
newBuilder(MPSolverCommonParameters) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
newBuilder(MPSosConstraint) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
newBuilder() - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
newBuilder(MPVariableProto) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
newBuilder() - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
newBuilder(OptionalDouble) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
newBuilder() - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
newBuilder(PartialVariableAssignment) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
newBuilder() - Static method in interface com.google.ortools.modelbuilder.LinearExpr
Returns a builder
newBuilder() - Static method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
newBuilder(AdaptiveLinesearchParams) - Static method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
newBuilder() - Static method in class com.google.ortools.pdlp.ConvergenceInformation
 
newBuilder(ConvergenceInformation) - Static method in class com.google.ortools.pdlp.ConvergenceInformation
 
newBuilder() - Static method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
newBuilder(FeasibilityPolishingDetails) - Static method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
newBuilder() - Static method in class com.google.ortools.pdlp.InfeasibilityInformation
 
newBuilder(InfeasibilityInformation) - Static method in class com.google.ortools.pdlp.InfeasibilityInformation
 
newBuilder() - Static method in class com.google.ortools.pdlp.IterationStats
 
newBuilder(IterationStats) - Static method in class com.google.ortools.pdlp.IterationStats
 
newBuilder() - Static method in class com.google.ortools.pdlp.MalitskyPockParams
 
newBuilder(MalitskyPockParams) - Static method in class com.google.ortools.pdlp.MalitskyPockParams
 
newBuilder() - Static method in class com.google.ortools.pdlp.PointMetadata
 
newBuilder(PointMetadata) - Static method in class com.google.ortools.pdlp.PointMetadata
 
newBuilder() - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
newBuilder(PrimalDualHybridGradientParams) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
newBuilder() - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
newBuilder(PrimalDualHybridGradientParams.PresolveOptions) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
newBuilder() - Static method in class com.google.ortools.pdlp.QuadraticProgramStats
 
newBuilder(QuadraticProgramStats) - Static method in class com.google.ortools.pdlp.QuadraticProgramStats
 
newBuilder() - Static method in class com.google.ortools.pdlp.SolveLog
 
newBuilder(SolveLog) - Static method in class com.google.ortools.pdlp.SolveLog
 
newBuilder() - Static method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
newBuilder(TerminationCriteria.DetailedOptimalityCriteria) - Static method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
newBuilder() - Static method in class com.google.ortools.pdlp.TerminationCriteria
 
newBuilder(TerminationCriteria) - Static method in class com.google.ortools.pdlp.TerminationCriteria
 
newBuilder() - Static method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
newBuilder(TerminationCriteria.SimpleOptimalityCriteria) - Static method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
newBuilder() - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
newBuilder(AllDifferentConstraintProto) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
newBuilder(AutomatonConstraintProto) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.BoolArgumentProto
 
newBuilder(BoolArgumentProto) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
newBuilder() - Static method in class com.google.ortools.sat.BooleanAssignment
 
newBuilder(BooleanAssignment) - Static method in class com.google.ortools.sat.BooleanAssignment
 
newBuilder() - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
newBuilder(CircuitConstraintProto) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.ConstraintProto
 
newBuilder(ConstraintProto) - Static method in class com.google.ortools.sat.ConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.CpModelProto
 
newBuilder(CpModelProto) - Static method in class com.google.ortools.sat.CpModelProto
 
newBuilder() - Static method in class com.google.ortools.sat.CpObjectiveProto
 
newBuilder(CpObjectiveProto) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
newBuilder() - Static method in class com.google.ortools.sat.CpSolverResponse
 
newBuilder(CpSolverResponse) - Static method in class com.google.ortools.sat.CpSolverResponse
 
newBuilder() - Static method in class com.google.ortools.sat.CpSolverSolution
 
newBuilder(CpSolverSolution) - Static method in class com.google.ortools.sat.CpSolverSolution
 
newBuilder() - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
newBuilder(CumulativeConstraintProto) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
newBuilder(DecisionStrategyProto) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
newBuilder() - Static method in class com.google.ortools.sat.DenseMatrixProto
 
newBuilder(DenseMatrixProto) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
newBuilder() - Static method in class com.google.ortools.sat.ElementConstraintProto
 
newBuilder(ElementConstraintProto) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.FloatObjectiveProto
 
newBuilder(FloatObjectiveProto) - Static method in class com.google.ortools.sat.FloatObjectiveProto
 
newBuilder() - Static method in class com.google.ortools.sat.IntegerVariableProto
 
newBuilder(IntegerVariableProto) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
newBuilder() - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
newBuilder(IntervalConstraintProto) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.InverseConstraintProto
 
newBuilder(InverseConstraintProto) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.LinearArgumentProto
 
newBuilder(LinearArgumentProto) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
newBuilder() - Static method in class com.google.ortools.sat.LinearBooleanConstraint
 
newBuilder(LinearBooleanConstraint) - Static method in class com.google.ortools.sat.LinearBooleanConstraint
 
newBuilder() - Static method in class com.google.ortools.sat.LinearBooleanProblem
 
newBuilder(LinearBooleanProblem) - Static method in class com.google.ortools.sat.LinearBooleanProblem
 
newBuilder() - Static method in class com.google.ortools.sat.LinearConstraintProto
 
newBuilder(LinearConstraintProto) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
newBuilder() - Static method in interface com.google.ortools.sat.LinearExpr
Returns a builder
newBuilder() - Static method in class com.google.ortools.sat.LinearExpressionProto
 
newBuilder(LinearExpressionProto) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
newBuilder() - Static method in class com.google.ortools.sat.LinearObjective
 
newBuilder(LinearObjective) - Static method in class com.google.ortools.sat.LinearObjective
 
newBuilder() - Static method in class com.google.ortools.sat.ListOfVariablesProto
 
newBuilder(ListOfVariablesProto) - Static method in class com.google.ortools.sat.ListOfVariablesProto
 
newBuilder() - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
newBuilder(NoOverlap2DConstraintProto) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
newBuilder(NoOverlapConstraintProto) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
newBuilder(PartialVariableAssignment) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
newBuilder() - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
newBuilder(ReservoirConstraintProto) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
newBuilder(RoutesConstraintProto) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.SatParameters
 
newBuilder(SatParameters) - Static method in class com.google.ortools.sat.SatParameters
 
newBuilder() - Static method in class com.google.ortools.sat.SparsePermutationProto
 
newBuilder(SparsePermutationProto) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
newBuilder() - Static method in class com.google.ortools.sat.SymmetryProto
 
newBuilder(SymmetryProto) - Static method in class com.google.ortools.sat.SymmetryProto
 
newBuilder() - Static method in class com.google.ortools.sat.TableConstraintProto
 
newBuilder(TableConstraintProto) - Static method in class com.google.ortools.sat.TableConstraintProto
 
newBuilder() - Static method in class com.google.ortools.sat.v1.CpSolverRequest
 
newBuilder(CpSolverRequest) - Static method in class com.google.ortools.sat.v1.CpSolverRequest
 
newBuilder() - Static method in class com.google.ortools.util.Int128
 
newBuilder(Int128) - Static method in class com.google.ortools.util.Int128
 
newBuilderForType() - Method in class com.google.ortools.algorithms.SetCoverProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.algorithms.SetCoverProto
 
newBuilderForType() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
newBuilderForType() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
newBuilderForType() - Method in class com.google.ortools.bop.BopOptimizerMethod
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.bop.BopOptimizerMethod
 
newBuilderForType() - Method in class com.google.ortools.bop.BopParameters
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.bop.BopParameters
 
newBuilderForType() - Method in class com.google.ortools.bop.BopSolverOptimizerSet
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.bop.BopSolverOptimizerSet
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.RuinStrategy
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.RuinStrategy
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.SearchStatistics
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.SearchStatistics
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
newBuilderForType() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
newBuilderForType() - Method in class com.google.ortools.glop.GlopParameters
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.glop.GlopParameters
 
newBuilderForType() - Method in class com.google.ortools.graph.FlowArcProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.graph.FlowArcProto
 
newBuilderForType() - Method in class com.google.ortools.graph.FlowModelProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.graph.FlowModelProto
 
newBuilderForType() - Method in class com.google.ortools.graph.FlowNodeProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.graph.FlowNodeProto
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPModelProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.MPModelProto
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPModelRequest
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.MPModelRequest
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPSolution
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.MPSolution
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPSolveInfo
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.MPSolveInfo
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.MPVariableProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.MPVariableProto
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.OptionalDouble
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.OptionalDouble
 
newBuilderForType() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
newBuilderForType() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
newBuilderForType() - Method in class com.google.ortools.pdlp.ConvergenceInformation
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.pdlp.ConvergenceInformation
 
newBuilderForType() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
newBuilderForType() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.pdlp.InfeasibilityInformation
 
newBuilderForType() - Method in class com.google.ortools.pdlp.IterationStats
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.pdlp.IterationStats
 
newBuilderForType() - Method in class com.google.ortools.pdlp.MalitskyPockParams
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.pdlp.MalitskyPockParams
 
newBuilderForType() - Method in class com.google.ortools.pdlp.PointMetadata
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.pdlp.PointMetadata
 
newBuilderForType() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
newBuilderForType() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
newBuilderForType() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.pdlp.QuadraticProgramStats
 
newBuilderForType() - Method in class com.google.ortools.pdlp.SolveLog
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.pdlp.SolveLog
 
newBuilderForType() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
newBuilderForType() - Method in class com.google.ortools.pdlp.TerminationCriteria
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.pdlp.TerminationCriteria
 
newBuilderForType() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
newBuilderForType() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.BoolArgumentProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.BoolArgumentProto
 
newBuilderForType() - Method in class com.google.ortools.sat.BooleanAssignment
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.BooleanAssignment
 
newBuilderForType() - Method in class com.google.ortools.sat.CircuitConstraintProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.CircuitConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.ConstraintProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.ConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.CpModelProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.CpModelProto
 
newBuilderForType() - Method in class com.google.ortools.sat.CpObjectiveProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.CpObjectiveProto
 
newBuilderForType() - Method in class com.google.ortools.sat.CpSolverResponse
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.CpSolverResponse
 
newBuilderForType() - Method in class com.google.ortools.sat.CpSolverSolution
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.CpSolverSolution
 
newBuilderForType() - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.DecisionStrategyProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.DecisionStrategyProto
 
newBuilderForType() - Method in class com.google.ortools.sat.DenseMatrixProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.DenseMatrixProto
 
newBuilderForType() - Method in class com.google.ortools.sat.ElementConstraintProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.ElementConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.FloatObjectiveProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.FloatObjectiveProto
 
newBuilderForType() - Method in class com.google.ortools.sat.IntegerVariableProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.IntegerVariableProto
 
newBuilderForType() - Method in class com.google.ortools.sat.IntervalConstraintProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.IntervalConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.InverseConstraintProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.InverseConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.LinearArgumentProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.LinearArgumentProto
 
newBuilderForType() - Method in class com.google.ortools.sat.LinearBooleanConstraint
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.LinearBooleanConstraint
 
newBuilderForType() - Method in class com.google.ortools.sat.LinearBooleanProblem
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.LinearBooleanProblem
 
newBuilderForType() - Method in class com.google.ortools.sat.LinearConstraintProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.LinearConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.LinearExpressionProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.LinearExpressionProto
 
newBuilderForType() - Method in class com.google.ortools.sat.LinearObjective
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.LinearObjective
 
newBuilderForType() - Method in class com.google.ortools.sat.ListOfVariablesProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.ListOfVariablesProto
 
newBuilderForType() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.PartialVariableAssignment
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.PartialVariableAssignment
 
newBuilderForType() - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.RoutesConstraintProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.RoutesConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.SatParameters
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.SatParameters
 
newBuilderForType() - Method in class com.google.ortools.sat.SparsePermutationProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.SparsePermutationProto
 
newBuilderForType() - Method in class com.google.ortools.sat.SymmetryProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.SymmetryProto
 
newBuilderForType() - Method in class com.google.ortools.sat.TableConstraintProto
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.TableConstraintProto
 
newBuilderForType() - Method in class com.google.ortools.sat.v1.CpSolverRequest
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.sat.v1.CpSolverRequest
 
newBuilderForType() - Method in class com.google.ortools.util.Int128
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.ortools.util.Int128
 
newConstant(double) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Creates a constant variable.
newConstant(long) - Method in class com.google.ortools.sat.CpModel
Creates a constant variable.
newFixedInterval(long, long, String) - Method in class com.google.ortools.sat.CpModel
Creates a fixed interval from its start and its size.
newFixedSizeIntervalVar(LinearArgument, long, String) - Method in class com.google.ortools.sat.CpModel
Creates an interval variable from an affine expression start, and a fixed size.
newIntervalVar(LinearArgument, LinearArgument, LinearArgument, String) - Method in class com.google.ortools.sat.CpModel
Creates an interval variable from three affine expressions start, size, and end.
newIntVar(double, double, String) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Creates an integer variable with domain [lb, ub].
newIntVar(long, long, String) - Method in class com.google.ortools.sat.CpModel
Creates an integer variable with domain [lb, ub].
newIntVarFromDomain(Domain, String) - Method in class com.google.ortools.sat.CpModel
Creates an integer variable with given domain.
newNumVar(double, double, String) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Creates a continuous variable with domain [lb, ub].
newOptionalFixedInterval(long, long, Literal, String) - Method in class com.google.ortools.sat.CpModel
Creates an optional fixed interval from start and size, and an isPresent literal.
newOptionalFixedSizeIntervalVar(LinearArgument, long, Literal, String) - Method in class com.google.ortools.sat.CpModel
Creates an optional interval variable from an affine expression start, and a fixed size.
newOptionalIntervalVar(LinearArgument, LinearArgument, LinearArgument, Literal, String) - Method in class com.google.ortools.sat.CpModel
Creates an optional interval variable from three affine expressions start, size, end, and isPresent.
newSearch(DecisionBuilder, SearchMonitor[]) - Method in class com.google.ortools.constraintsolver.Solver


Decomposed search.
newSearch(DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
 
newSearch(DecisionBuilder, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
newSearch(DecisionBuilder, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
newSearch(DecisionBuilder, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
newSearch(DecisionBuilder, SearchMonitor, SearchMonitor, SearchMonitor, SearchMonitor) - Method in class com.google.ortools.constraintsolver.Solver
 
newVar(double, double, boolean, String) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Creates a variable with domain [lb, ub].
Next() - Method in class com.google.ortools.constraintsolver.AlternativeNodeIterator
 
next() - Method in class com.google.ortools.constraintsolver.IntVarIterator
This method moves the iterator to the next value.
next(Solver) - Method in class com.google.ortools.constraintsolver.JavaDecisionBuilder
This is the new method to subclass when defining a java decision builder.
Next() - Method in class com.google.ortools.constraintsolver.NodeNeighborIterator
 
next(Assignment, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Assignment inspection
Returns the variable index of the node directly after the node
corresponding to 'index' in 'assignment'.
next(int) - Method in class com.google.ortools.constraintsolver.SequenceVar
Returns the next of the index_th interval of the sequence.
nextFragment() - Method in class com.google.ortools.constraintsolver.BaseLns
 
nextNeighbor(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
 
nexts() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns all next variables of the model, such that Nexts(i) is the next
variable of the node corresponding to i.
nextSolution() - Method in class com.google.ortools.constraintsolver.Solver
 
nextVar(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the next variable of the node corresponding to index.
nextWrap(Solver) - Method in class com.google.ortools.constraintsolver.DecisionBuilder
This is the main method of the decision builder class.
nextWrap(Solver) - Method in class com.google.ortools.constraintsolver.JavaDecisionBuilder
This methods wraps the calls to next() and catches fail exceptions.
NO_BINARY_MINIMIZATION_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
NO_BINARY_MINIMIZATION = 0;
NO_CHANGE - Static variable in class com.google.ortools.constraintsolver.Solver
Keeps the default behavior, i.e. apply left branch first, and then right
branch in case of backtracking.
NO_COMPRESSION_VALUE - Static variable in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
NO_COMPRESSION = 0;
NO_COST_SCALING_VALUE - Static variable in enum com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
Leave the cost as is.
NO_MORE_SOLUTIONS - Static variable in class com.google.ortools.constraintsolver.Solver
After failed NextSolution and before EndSearch.
NO_OVERLAP_2D_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
NO_OVERLAP_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
NO_RESTART_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
NO_RESTART = 0;
NO_RESTARTS_VALUE - Static variable in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.RestartStrategy
No restarts are performed.
NO_SYNCHRONIZATION_VALUE - Static variable in enum com.google.ortools.bop.BopParameters.ThreadSynchronizationType
No synchronization.
NodeNeighborIterator - Class in com.google.ortools.constraintsolver
 
NodeNeighborIterator(long, boolean) - Constructor for class com.google.ortools.constraintsolver.NodeNeighborIterator
 
NodeNeighborIterator() - Constructor for class com.google.ortools.constraintsolver.NodeNeighborIterator
 
NodeNeighborIterator_GetValue(long, NodeNeighborIterator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
NodeNeighborIterator_IsIncomingNeighbor(long, NodeNeighborIterator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
NodeNeighborIterator_IsOutgoingNeighbor(long, NodeNeighborIterator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
NodeNeighborIterator_Next(long, NodeNeighborIterator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
NodeNeighborsByCostClass(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsByCostClass
 
NodeNeighborsByCostClass(RoutingModel) - Constructor for class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsByCostClass
 
NodeNeighborsParameters(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsParameters
 
NodeNeighborsParameters() - Constructor for class com.google.ortools.constraintsolver.RoutingModel.NodeNeighborsParameters
 
nodes() - Method in class com.google.ortools.constraintsolver.RoutingModel
Sizes and indices
Returns the number of nodes in the model.
nodes() - Method in class com.google.ortools.linearsolver.MPSolver
Returns the number of branch-and-bound nodes evaluated during the solve.
NODES_FIELD_NUMBER - Static variable in class com.google.ortools.graph.FlowModelProto
 
nodesToIndices(int[]) - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
 
nodeToIndex(int) - Method in class com.google.ortools.constraintsolver.RoutingIndexManager
 
noMoreSolutions() - Method in class com.google.ortools.constraintsolver.SearchLog
 
noMoreSolutions() - Method in class com.google.ortools.constraintsolver.SearchMonitor
When the search tree is finished.
NONE - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
NONE_VALUE - Static variable in enum com.google.ortools.glop.GlopParameters.InitialBasisHeuristic
Leave the fixed slack variables in the basis.
NONE_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
NONE = 0;
NoOverlap2dConstraint - Class in com.google.ortools.sat
Specialized NoOverlap2D constraint.
NoOverlap2dConstraint(CpModelProto.Builder) - Constructor for class com.google.ortools.sat.NoOverlap2dConstraint
 
NoOverlap2DConstraintProto - Class in com.google.ortools.sat
The boxes defined by [start_x, end_x) * [start_y, end_y) cannot overlap.
NoOverlap2DConstraintProto.Builder - Class in com.google.ortools.sat
The boxes defined by [start_x, end_x) * [start_y, end_y) cannot overlap.
NoOverlap2DConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
NoOverlapConstraintProto - Class in com.google.ortools.sat
All the intervals (index of IntervalConstraintProto) must be disjoint.
NoOverlapConstraintProto.Builder - Class in com.google.ortools.sat
All the intervals (index of IntervalConstraintProto) must be disjoint.
NoOverlapConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
NORMAL - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
NORMAL_PRIORITY - Static variable in class com.google.ortools.constraintsolver.Solver
NORMAL_PRIORITY is the highest priority: Demons will be processed first.
not() - Method in class com.google.ortools.sat.BoolVar
Returns the negation of a boolean variable.
not() - Method in interface com.google.ortools.sat.Literal
Returns the Boolean negation of the current literal.
not() - Method in class com.google.ortools.sat.NotBoolVar
Returns the negation of this literal.
NOT_SET - Static variable in class com.google.ortools.constraintsolver.Solver
Optimization directions.
NotBoolVar - Class in com.google.ortools.sat
The negation of a boolean variable.
NotBoolVar(BoolVar) - Constructor for class com.google.ortools.sat.NotBoolVar
 
NotifyVehicleRequiresAResource(int) - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
Notifies that the given vehicle index requires a resource from this
group if the vehicle is used (i.e. if its route is non-empty or
vehicle_used_when_empty_[vehicle] is true).
NUM_ACCEPTED_NEIGHBORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
NUM_BINARY_PROPAGATIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
NUM_BOOLEANS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
NUM_BOP_SOLVERS_USED_BY_DECOMPOSITION_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
NUM_BRANCHES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
NUM_BRANCHES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
NUM_CALLS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
NUM_COLS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.DenseMatrixProto
 
NUM_CONFLICTS_BEFORE_STRATEGY_CHANGES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
NUM_CONFLICTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
NUM_CONSTRAINTS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
 
NUM_FAILURES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
NUM_FILTERED_NEIGHBORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
NUM_FIXED_BOOLEANS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
NUM_FULL_SUBSOLVERS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
NUM_INTEGER_PROPAGATIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
NUM_INTEGERS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
NUM_LP_ITERATIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
NUM_MAX_LOCAL_OPTIMA_BEFORE_METAHEURISTIC_SWITCH_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
NUM_NEIGHBORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
NUM_OMP_THREADS_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
NUM_RANDOM_LNS_TRIES_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
NUM_REJECTS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
NUM_REJECTS_PER_SECOND_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
NUM_RELAXED_VARS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
NUM_REMOVED_VISITS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
NUM_RESTARTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
NUM_ROWS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.DenseMatrixProto
 
NUM_RUINED_ROUTES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
NUM_SEARCH_WORKERS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
NUM_SHARDS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
NUM_SOLUTIONS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
NUM_SUBSETS_FIELD_NUMBER - Static variable in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
NUM_THREADS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
NUM_VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
 
NUM_VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearBooleanProblem
 
NUM_VIOLATION_LS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
NUM_WORKERS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
NUMBER_OF_SOLUTIONS_TO_COLLECT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
NUMBER_OF_SOLVERS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
numBinaryPropagations() - Method in class com.google.ortools.sat.SolutionCallback
 
numBooleans() - Method in class com.google.ortools.sat.SolutionCallback
 
numBranches() - Method in class com.google.ortools.sat.CpSolver
Returns the number of branches explored during search.
numBranches() - Method in class com.google.ortools.sat.SolutionCallback
 
numConflicts() - Method in class com.google.ortools.sat.CpSolver
Returns the number of conflicts created during search.
numConflicts() - Method in class com.google.ortools.sat.SolutionCallback
 
numConstraints() - Method in class com.google.ortools.linearsolver.MPSolver
Returns the number of constraints.
numConstraints() - Method in class com.google.ortools.modelbuilder.ModelBuilder
Returns the number of constraints in the model.
numConstraints() - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 
numDifferentValuesInColumn(int) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
numElements() - Method in class com.google.ortools.modelbuilder.AffineExpression
 
numElements() - Method in class com.google.ortools.modelbuilder.ConstantExpression
 
numElements() - Method in interface com.google.ortools.modelbuilder.LinearExpr
Returns the number of terms (excluding the constant one) in this expression.
numElements() - Method in class com.google.ortools.modelbuilder.WeightedSumExpression
 
numElements() - Method in class com.google.ortools.sat.AffineExpression
 
numElements() - Method in class com.google.ortools.sat.ConstantExpression
 
numElements() - Method in class com.google.ortools.sat.DoubleLinearExpr
Returns the number of elements in the interface.
numElements() - Method in interface com.google.ortools.sat.LinearExpr
Returns the number of terms (excluding the constant one) in this expression.
numElements() - Method in class com.google.ortools.sat.WeightedSumExpression
 
numFirstRanked() - Method in class com.google.ortools.constraintsolver.RevPartialSequence
 
numIntegerPropagations() - Method in class com.google.ortools.sat.SolutionCallback
 
numIntervals() - Method in class com.google.ortools.util.SortedDisjointIntervalList
Returns the number of disjoint intervals in the list.
numIntervalVars() - Method in class com.google.ortools.constraintsolver.Assignment
 
numIntVars() - Method in class com.google.ortools.constraintsolver.Assignment
 
numLastRanked() - Method in class com.google.ortools.constraintsolver.RevPartialSequence
 
NumObjectives() - Method in class com.google.ortools.constraintsolver.Assignment
 
NumPaths() - Method in class com.google.ortools.constraintsolver.PathsMetadata
 
numSequenceVars() - Method in class com.google.ortools.constraintsolver.Assignment
 
numTuples() - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
NumTypes() - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
numVariables() - Method in class com.google.ortools.linearsolver.MPSolver
Returns the number of variables.
numVariables() - Method in class com.google.ortools.modelbuilder.ModelBuilder
Returns the number of variables in the model.
numVariables() - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 

O

objective() - Method in class com.google.ortools.constraintsolver.Assignment
 
objective() - Method in class com.google.ortools.linearsolver.MPSolver
Returns the mutable objective object.
OBJECTIVE_COEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPVariableProto
 
OBJECTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
 
OBJECTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearBooleanProblem
 
OBJECTIVE_FIRST_SOLUTION_VALUE - Static variable in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
OBJECTIVE_FIRST_SOLUTION = 9;
objective_lower_bound() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the current lower bound found by internal solvers during the
search.
OBJECTIVE_LOWER_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
OBJECTIVE_MATRIX_ABS_AVG_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
 
OBJECTIVE_MATRIX_ABS_MAX_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
 
OBJECTIVE_MATRIX_ABS_MIN_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
 
OBJECTIVE_MATRIX_L2_NORM_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
 
OBJECTIVE_MATRIX_NUM_NONZEROS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
 
OBJECTIVE_OFFSET_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
 
OBJECTIVE_UPPER_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
OBJECTIVE_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolution
 
OBJECTIVE_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
 
OBJECTIVE_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
OBJECTIVE_VECTOR_ABS_AVG_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
 
OBJECTIVE_VECTOR_ABS_MAX_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
 
OBJECTIVE_VECTOR_ABS_MIN_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
 
OBJECTIVE_VECTOR_L2_NORM_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
 
objectiveBound() - Method in class com.google.ortools.constraintsolver.Assignment
 
ObjectiveBoundFromIndex(int) - Method in class com.google.ortools.constraintsolver.Assignment
 
ObjectiveFromIndex(int) - Method in class com.google.ortools.constraintsolver.Assignment
 
objectiveMax() - Method in class com.google.ortools.constraintsolver.Assignment
 
ObjectiveMaxFromIndex(int) - Method in class com.google.ortools.constraintsolver.Assignment
 
objectiveMin() - Method in class com.google.ortools.constraintsolver.Assignment
 
ObjectiveMinFromIndex(int) - Method in class com.google.ortools.constraintsolver.Assignment
 
ObjectiveMonitor - Class in com.google.ortools.constraintsolver
 
ObjectiveMonitor(long, boolean) - Constructor for class com.google.ortools.constraintsolver.ObjectiveMonitor
 
ObjectiveMonitor(Solver, SWIGTYPE_p_std__vectorT_bool_t, IntVar[], long[]) - Constructor for class com.google.ortools.constraintsolver.ObjectiveMonitor
 
ObjectiveMonitor_accept(long, ObjectiveMonitor, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ObjectiveMonitor_acceptDelta(long, ObjectiveMonitor, long, Assignment, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ObjectiveMonitor_atSolution(long, ObjectiveMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ObjectiveMonitor_BestValue(long, ObjectiveMonitor, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ObjectiveMonitor_enterSearch(long, ObjectiveMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ObjectiveMonitor_Maximize(long, ObjectiveMonitor, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ObjectiveMonitor_MinimizationVar(long, ObjectiveMonitor, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ObjectiveMonitor_ObjectiveVar(long, ObjectiveMonitor, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ObjectiveMonitor_Size(long, ObjectiveMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ObjectiveMonitor_Step(long, ObjectiveMonitor, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ObjectiveMonitor_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
objectiveValue() - Method in class com.google.ortools.constraintsolver.Assignment
 
objectiveValue(int) - Method in class com.google.ortools.constraintsolver.SolutionCollector
Returns the objective value of the nth solution.
objectiveValue() - Method in class com.google.ortools.sat.CpSolver
Returns the best objective value found during search.
objectiveValue() - Method in class com.google.ortools.sat.SolutionCallback
 
ObjectiveValueFromIndex(int) - Method in class com.google.ortools.constraintsolver.Assignment
 
ObjectiveValueFromIndex(int, int) - Method in class com.google.ortools.constraintsolver.SolutionCollector
Returns the value of the index-th objective of the nth solution.
ObjectiveVar(int) - Method in class com.google.ortools.constraintsolver.BaseObjectiveMonitor
 
ObjectiveVar(int) - Method in class com.google.ortools.constraintsolver.ObjectiveMonitor
 
offset() - Method in class com.google.ortools.linearsolver.MPObjective
Gets the constant term in the objective.
OFFSET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpObjectiveProto
 
OFFSET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.FloatObjectiveProto
 
OFFSET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearExpressionProto
 
OFFSET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearObjective
 
ok() - Method in class com.google.ortools.constraintsolver.IntVarIterator
This method indicates if we can call Value() or not.
oldDurationMax() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
oldDurationMin() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
oldEndMax() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
oldEndMin() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
oldMax() - Method in class com.google.ortools.constraintsolver.IntVar
Returns the previous max.
oldMin() - Method in class com.google.ortools.constraintsolver.IntVar
Returns the previous min.
oldStartMax() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
oldStartMin() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
oldValue(long) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
One() - Static method in class com.google.ortools.constraintsolver.main
This method returns 1
One() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
oneDomain(int) - Method in class com.google.ortools.constraintsolver.Pack
 
oneNeighbor() - Method in class com.google.ortools.constraintsolver.ChangeValue
This method should not be overridden.
oneNeighbor() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
Creates a new neighbor.
ONLY_ADD_CUTS_AT_LEVEL_ZERO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ONLY_SOLVE_IP_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
onlyEnforceIf(Literal) - Method in class com.google.ortools.sat.Constraint
Adds a literal to the constraint.
onlyEnforceIf(Literal[]) - Method in class com.google.ortools.sat.Constraint
Adds a list of literals to the constraint.
onSolutionCallback() - Method in class com.google.ortools.sat.CpSolverSolutionCallback
Callback method to override.
onSolutionCallback() - Method in class com.google.ortools.sat.SolutionCallback
 
onStart() - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
Called by Start() after synchronizing the operator with the current
assignment.
onSynchronize(Assignment) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
OPP_VAR - Static variable in interface com.google.ortools.constraintsolver.mainConstants
 
OPP_VAR_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OPTIMAL_VALUE - Static variable in enum com.google.ortools.algorithms.SetCoverSolutionResponse.Status
The solver found the proven optimal solution.
OPTIMAL_VALUE - Static variable in enum com.google.ortools.sat.CpSolverStatus
An optimal feasible solution has been found.
OPTIMALITY_NORM_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.TerminationCriteria
 
OPTIMALITY_NORM_L2_VALUE - Static variable in enum com.google.ortools.pdlp.OptimalityNorm
The Euclidean norm.
OPTIMALITY_NORM_L_INF_COMPONENTWISE_VALUE - Static variable in enum com.google.ortools.pdlp.OptimalityNorm
The infinity norm of component-wise relative errors offset by the ratio of the absolute and relative error tolerances, i.e., the l_∞ norm of [residual / (eps_ratio + |bound|)], where eps_ratio = eps_optimal_{X}_residual_absolute / eps_optimal_{X}_residual_relative where {X} is either primal or dual, and bound is the corresponding primal or dual bound (that is, the violated constraint bound for primal residuals, and the objective coefficient for dual residuals).
OPTIMALITY_NORM_L_INF_VALUE - Static variable in enum com.google.ortools.pdlp.OptimalityNorm
The infinity norm.
OPTIMALITY_NORM_UNSPECIFIED_VALUE - Static variable in enum com.google.ortools.pdlp.OptimalityNorm
OPTIMALITY_NORM_UNSPECIFIED = 0;
OptimalityNorm - Enum in com.google.ortools.pdlp
Protobuf enum operations_research.pdlp.OptimalityNorm
optimization_direction() - Method in class com.google.ortools.constraintsolver.Solver
The direction of optimization, getter and setter.
OPTIMIZATION_RULE_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
OPTIMIZATION_STEP_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
optimize(LinearArgument, boolean) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Sets the objective expression.
OPTIMIZE_WITH_CORE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
OPTIMIZE_WITH_LB_TREE_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
OPTIMIZE_WITH_MAX_HS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
OptimizeVar - Class in com.google.ortools.constraintsolver
This class encapsulates an objective.
OptimizeVar(long, boolean) - Constructor for class com.google.ortools.constraintsolver.OptimizeVar
 
OptimizeVar(Solver, boolean, IntVar, long) - Constructor for class com.google.ortools.constraintsolver.OptimizeVar
 
OptimizeVar(Solver, SWIGTYPE_p_std__vectorT_bool_t, IntVar[], long[]) - Constructor for class com.google.ortools.constraintsolver.OptimizeVar
 
OptimizeVar_acceptSolution(long, OptimizeVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_applyBound(long, OptimizeVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_atSolution(long, OptimizeVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_beginNextDecision(long, OptimizeVar, long, DecisionBuilder) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_best(long, OptimizeVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_Name(long, OptimizeVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_refuteDecision(long, OptimizeVar, long, Decision) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_toString(long, OptimizeVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptimizeVar_var(long, OptimizeVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
OptionalBoolean - Enum in com.google.ortools.util
A "three-way" boolean: unspecified, false or true.
OptionalBooleanOuterClass - Class in com.google.ortools.util
 
OptionalDouble - Class in com.google.ortools.linearsolver
To support 'unspecified' double value in proto3, the simplest is to wrap any double value in a nested message (has_XXX works for message fields).
OptionalDouble.Builder - Class in com.google.ortools.linearsolver
To support 'unspecified' double value in proto3, the simplest is to wrap any double value in a nested message (has_XXX works for message fields).
OptionalDoubleOrBuilder - Interface in com.google.ortools.linearsolver
 
OR_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
ORBITOPES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SymmetryProto
 
ORDER_ASSUMPTION_BY_DEPTH_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
ORDER_ASSUMPTION_BY_DEPTH = 1;
ORDER_ASSUMPTION_BY_WEIGHT_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
ORDER_ASSUMPTION_BY_WEIGHT = 2;
ORIGINAL_NUM_VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearBooleanProblem
 
ORIGINAL_PROBLEM_STATS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.SolveLog
 
OROPT - Static variable in class com.google.ortools.constraintsolver.Solver
Relocate: OROPT and RELOCATE.
OrToolsVersion - Class in com.google.ortools.init
 
OrToolsVersion(long, boolean) - Constructor for class com.google.ortools.init.OrToolsVersion
 
OrToolsVersion() - Constructor for class com.google.ortools.init.OrToolsVersion
 
OrToolsVersion_getMajorNumber() - Static method in class com.google.ortools.init.mainJNI
 
OrToolsVersion_getMinorNumber() - Static method in class com.google.ortools.init.mainJNI
 
OrToolsVersion_getPatchNumber() - Static method in class com.google.ortools.init.mainJNI
 
OrToolsVersion_getVersionString() - Static method in class com.google.ortools.init.mainJNI
 
outputDecision() - Method in class com.google.ortools.constraintsolver.SearchLog
 
OUTSIDE_SEARCH - Static variable in class com.google.ortools.constraintsolver.Solver
Before search, after search.
overwriteModel(ModelBuilderHelper) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 

P

Pack - Class in com.google.ortools.constraintsolver
 
Pack(long, boolean) - Constructor for class com.google.ortools.constraintsolver.Pack
 
Pack(Solver, IntVar[], int) - Constructor for class com.google.ortools.constraintsolver.Pack
 
Pack_accept(long, Pack, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_addCountAssignedItemsDimension(long, Pack, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_addCountUsedBinDimension(long, Pack, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_addSumVariableWeightsLessOrEqualConstantDimension(long, Pack, IntVar[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_addWeightedSumEqualVarDimension__SWIG_0(long, Pack, long[], IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_addWeightedSumEqualVarDimension__SWIG_1(long, Pack, LongBinaryOperator, IntVar[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_addWeightedSumLessOrEqualConstantDimension__SWIG_0(long, Pack, long[], long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_addWeightedSumLessOrEqualConstantDimension__SWIG_1(long, Pack, LongUnaryOperator, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_addWeightedSumLessOrEqualConstantDimension__SWIG_2(long, Pack, LongBinaryOperator, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_addWeightedSumOfAssignedDimension(long, Pack, long[], long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_assign(long, Pack, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_assignAllPossibleToBin(long, Pack, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_assignAllRemainingItems(long, Pack) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_assignFirstPossibleToBin(long, Pack, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_assignVar(long, Pack, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_clearAll(long, Pack) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_initialPropagate(long, Pack) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_isAssignedStatusKnown(long, Pack, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_isPossible(long, Pack, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_isUndecided(long, Pack, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_oneDomain(long, Pack, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_post(long, Pack) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_propagate(long, Pack) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_propagateDelayed(long, Pack) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_removeAllPossibleFromBin(long, Pack, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_setAssigned(long, Pack, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_setImpossible(long, Pack, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_setUnassigned(long, Pack, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_toString(long, Pack) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
Pack_unassignAllRemainingItems(long, Pack) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PARALLEL_CHEAPEST_INSERTION_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Iteratively build a solution by inserting the cheapest node at its cheapest position; the cost of insertion is based on the arc cost function.
PARALLEL_SAVINGS_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Parallel version of the Savings algorithm.
parameters() - Method in class com.google.ortools.constraintsolver.Solver
Stored Parameters.
Parameters - Class in com.google.ortools.glop
 
PARAMETERS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.v1.CpSolverRequest
 
PARAMS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
PARAMS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.SolveLog
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.algorithms.SetCoverProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.algorithms.SetCoverProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.bop.BopOptimizerMethod
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.bop.BopOptimizerMethod
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.bop.BopParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.bop.BopParameters
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.bop.BopSolverOptimizerSet
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.bop.BopSolverOptimizerSet
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RuinStrategy
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RuinStrategy
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.SearchStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SearchStatistics
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.glop.GlopParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.glop.GlopParameters
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.graph.FlowArcProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.graph.FlowArcProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.graph.FlowModelProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.graph.FlowModelProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.graph.FlowNodeProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.graph.FlowNodeProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPSolution
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolution
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPSolveInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolveInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.pdlp.ConvergenceInformation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.ConvergenceInformation
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.pdlp.InfeasibilityInformation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.InfeasibilityInformation
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.pdlp.IterationStats
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.IterationStats
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.pdlp.MalitskyPockParams
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.MalitskyPockParams
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.pdlp.PointMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.PointMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.pdlp.QuadraticProgramStats
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.QuadraticProgramStats
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.pdlp.SolveLog
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.SolveLog
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.pdlp.TerminationCriteria
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.TerminationCriteria
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.BooleanAssignment
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.BooleanAssignment
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.CpModelProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpModelProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.CpSolverSolution
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpSolverSolution
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.FloatObjectiveProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.FloatObjectiveProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.LinearBooleanConstraint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearBooleanConstraint
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.LinearBooleanProblem
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearBooleanProblem
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.LinearObjective
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearObjective
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.ListOfVariablesProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ListOfVariablesProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.SatParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SatParameters
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.sat.v1.CpSolverRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.v1.CpSolverRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.ortools.util.Int128
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.util.Int128
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.algorithms.SetCoverProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.algorithms.SetCoverProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.algorithms.SetCoverProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.algorithms.SetCoverProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.algorithms.SetCoverProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.algorithms.SetCoverProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.algorithms.SetCoverProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.algorithms.SetCoverProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.algorithms.SetCoverProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.algorithms.SetCoverProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
parseFrom(ByteString) - Static method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
parseFrom(byte[]) - Static method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
parseFrom(InputStream) - Static method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
parseFrom(ByteString) - Static method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
parseFrom(byte[]) - Static method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
parseFrom(InputStream) - Static method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.bop.BopOptimizerMethod
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.bop.BopOptimizerMethod
 
parseFrom(ByteString) - Static method in class com.google.ortools.bop.BopOptimizerMethod
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.bop.BopOptimizerMethod
 
parseFrom(byte[]) - Static method in class com.google.ortools.bop.BopOptimizerMethod
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.bop.BopOptimizerMethod
 
parseFrom(InputStream) - Static method in class com.google.ortools.bop.BopOptimizerMethod
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.bop.BopOptimizerMethod
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.bop.BopOptimizerMethod
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.bop.BopOptimizerMethod
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.bop.BopParameters
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.bop.BopParameters
 
parseFrom(ByteString) - Static method in class com.google.ortools.bop.BopParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.bop.BopParameters
 
parseFrom(byte[]) - Static method in class com.google.ortools.bop.BopParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.bop.BopParameters
 
parseFrom(InputStream) - Static method in class com.google.ortools.bop.BopParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.bop.BopParameters
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.bop.BopParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.bop.BopParameters
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.bop.BopSolverOptimizerSet
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.bop.BopSolverOptimizerSet
 
parseFrom(ByteString) - Static method in class com.google.ortools.bop.BopSolverOptimizerSet
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.bop.BopSolverOptimizerSet
 
parseFrom(byte[]) - Static method in class com.google.ortools.bop.BopSolverOptimizerSet
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.bop.BopSolverOptimizerSet
 
parseFrom(InputStream) - Static method in class com.google.ortools.bop.BopSolverOptimizerSet
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.bop.BopSolverOptimizerSet
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.bop.BopSolverOptimizerSet
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.bop.BopSolverOptimizerSet
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.RuinStrategy
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RuinStrategy
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.RuinStrategy
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RuinStrategy
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.RuinStrategy
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RuinStrategy
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.RuinStrategy
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RuinStrategy
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.RuinStrategy
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RuinStrategy
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.SearchStatistics
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SearchStatistics
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.SearchStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SearchStatistics
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.SearchStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SearchStatistics
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.SearchStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SearchStatistics
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.SearchStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SearchStatistics
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
parseFrom(ByteString) - Static method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
parseFrom(byte[]) - Static method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
parseFrom(InputStream) - Static method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.glop.GlopParameters
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.glop.GlopParameters
 
parseFrom(ByteString) - Static method in class com.google.ortools.glop.GlopParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.glop.GlopParameters
 
parseFrom(byte[]) - Static method in class com.google.ortools.glop.GlopParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.glop.GlopParameters
 
parseFrom(InputStream) - Static method in class com.google.ortools.glop.GlopParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.glop.GlopParameters
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.glop.GlopParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.glop.GlopParameters
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.graph.FlowArcProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.graph.FlowArcProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.graph.FlowArcProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.graph.FlowArcProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.graph.FlowArcProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.graph.FlowArcProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.graph.FlowArcProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.graph.FlowArcProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.graph.FlowArcProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.graph.FlowArcProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.graph.FlowModelProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.graph.FlowModelProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.graph.FlowModelProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.graph.FlowModelProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.graph.FlowModelProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.graph.FlowModelProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.graph.FlowModelProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.graph.FlowModelProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.graph.FlowModelProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.graph.FlowModelProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.graph.FlowNodeProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.graph.FlowNodeProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.graph.FlowNodeProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.graph.FlowNodeProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.graph.FlowNodeProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.graph.FlowNodeProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.graph.FlowNodeProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.graph.FlowNodeProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.graph.FlowNodeProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.graph.FlowNodeProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPSolution
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolution
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPSolution
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolution
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPSolution
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolution
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPSolution
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolution
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPSolution
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolution
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPSolveInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolveInfo
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPSolveInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolveInfo
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPSolveInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolveInfo
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPSolveInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolveInfo
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPSolveInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolveInfo
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(ByteString) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(byte[]) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(InputStream) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
parseFrom(ByteString) - Static method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
parseFrom(byte[]) - Static method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
parseFrom(InputStream) - Static method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.pdlp.ConvergenceInformation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.ConvergenceInformation
 
parseFrom(ByteString) - Static method in class com.google.ortools.pdlp.ConvergenceInformation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.ConvergenceInformation
 
parseFrom(byte[]) - Static method in class com.google.ortools.pdlp.ConvergenceInformation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.ConvergenceInformation
 
parseFrom(InputStream) - Static method in class com.google.ortools.pdlp.ConvergenceInformation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.ConvergenceInformation
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.pdlp.ConvergenceInformation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.ConvergenceInformation
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
parseFrom(ByteString) - Static method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
parseFrom(byte[]) - Static method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
parseFrom(InputStream) - Static method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.pdlp.InfeasibilityInformation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.InfeasibilityInformation
 
parseFrom(ByteString) - Static method in class com.google.ortools.pdlp.InfeasibilityInformation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.InfeasibilityInformation
 
parseFrom(byte[]) - Static method in class com.google.ortools.pdlp.InfeasibilityInformation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.InfeasibilityInformation
 
parseFrom(InputStream) - Static method in class com.google.ortools.pdlp.InfeasibilityInformation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.InfeasibilityInformation
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.pdlp.InfeasibilityInformation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.InfeasibilityInformation
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.pdlp.IterationStats
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.IterationStats
 
parseFrom(ByteString) - Static method in class com.google.ortools.pdlp.IterationStats
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.IterationStats
 
parseFrom(byte[]) - Static method in class com.google.ortools.pdlp.IterationStats
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.IterationStats
 
parseFrom(InputStream) - Static method in class com.google.ortools.pdlp.IterationStats
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.IterationStats
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.pdlp.IterationStats
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.IterationStats
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.pdlp.MalitskyPockParams
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.MalitskyPockParams
 
parseFrom(ByteString) - Static method in class com.google.ortools.pdlp.MalitskyPockParams
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.MalitskyPockParams
 
parseFrom(byte[]) - Static method in class com.google.ortools.pdlp.MalitskyPockParams
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.MalitskyPockParams
 
parseFrom(InputStream) - Static method in class com.google.ortools.pdlp.MalitskyPockParams
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.MalitskyPockParams
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.pdlp.MalitskyPockParams
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.MalitskyPockParams
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.pdlp.PointMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.PointMetadata
 
parseFrom(ByteString) - Static method in class com.google.ortools.pdlp.PointMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.PointMetadata
 
parseFrom(byte[]) - Static method in class com.google.ortools.pdlp.PointMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.PointMetadata
 
parseFrom(InputStream) - Static method in class com.google.ortools.pdlp.PointMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.PointMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.pdlp.PointMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.PointMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
parseFrom(ByteString) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
parseFrom(byte[]) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
parseFrom(InputStream) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
parseFrom(ByteString) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
parseFrom(byte[]) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
parseFrom(InputStream) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.pdlp.QuadraticProgramStats
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.QuadraticProgramStats
 
parseFrom(ByteString) - Static method in class com.google.ortools.pdlp.QuadraticProgramStats
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.QuadraticProgramStats
 
parseFrom(byte[]) - Static method in class com.google.ortools.pdlp.QuadraticProgramStats
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.QuadraticProgramStats
 
parseFrom(InputStream) - Static method in class com.google.ortools.pdlp.QuadraticProgramStats
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.QuadraticProgramStats
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.pdlp.QuadraticProgramStats
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.QuadraticProgramStats
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.pdlp.SolveLog
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.SolveLog
 
parseFrom(ByteString) - Static method in class com.google.ortools.pdlp.SolveLog
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.SolveLog
 
parseFrom(byte[]) - Static method in class com.google.ortools.pdlp.SolveLog
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.SolveLog
 
parseFrom(InputStream) - Static method in class com.google.ortools.pdlp.SolveLog
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.SolveLog
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.pdlp.SolveLog
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.SolveLog
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
parseFrom(ByteString) - Static method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
parseFrom(byte[]) - Static method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
parseFrom(InputStream) - Static method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.pdlp.TerminationCriteria
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.TerminationCriteria
 
parseFrom(ByteString) - Static method in class com.google.ortools.pdlp.TerminationCriteria
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.TerminationCriteria
 
parseFrom(byte[]) - Static method in class com.google.ortools.pdlp.TerminationCriteria
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.TerminationCriteria
 
parseFrom(InputStream) - Static method in class com.google.ortools.pdlp.TerminationCriteria
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.TerminationCriteria
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.pdlp.TerminationCriteria
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.TerminationCriteria
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
parseFrom(ByteString) - Static method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
parseFrom(byte[]) - Static method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
parseFrom(InputStream) - Static method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.BooleanAssignment
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.BooleanAssignment
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.BooleanAssignment
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.BooleanAssignment
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.BooleanAssignment
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.BooleanAssignment
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.BooleanAssignment
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.BooleanAssignment
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.BooleanAssignment
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.BooleanAssignment
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpModelProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpSolverResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.CpSolverSolution
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpSolverSolution
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.CpSolverSolution
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpSolverSolution
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.CpSolverSolution
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpSolverSolution
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.CpSolverSolution
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpSolverSolution
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.CpSolverSolution
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpSolverSolution
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.FloatObjectiveProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.FloatObjectiveProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.FloatObjectiveProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.FloatObjectiveProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.FloatObjectiveProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.FloatObjectiveProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.FloatObjectiveProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.FloatObjectiveProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.FloatObjectiveProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.FloatObjectiveProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.LinearBooleanConstraint
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearBooleanConstraint
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.LinearBooleanConstraint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearBooleanConstraint
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.LinearBooleanConstraint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearBooleanConstraint
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.LinearBooleanConstraint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearBooleanConstraint
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.LinearBooleanConstraint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearBooleanConstraint
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.LinearBooleanProblem
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearBooleanProblem
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.LinearBooleanProblem
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearBooleanProblem
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.LinearBooleanProblem
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearBooleanProblem
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.LinearBooleanProblem
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearBooleanProblem
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.LinearBooleanProblem
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearBooleanProblem
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.LinearObjective
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearObjective
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.LinearObjective
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearObjective
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.LinearObjective
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearObjective
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.LinearObjective
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearObjective
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.LinearObjective
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.LinearObjective
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.ListOfVariablesProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ListOfVariablesProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.ListOfVariablesProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ListOfVariablesProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.ListOfVariablesProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ListOfVariablesProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.ListOfVariablesProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ListOfVariablesProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.ListOfVariablesProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ListOfVariablesProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SatParameters
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SymmetryProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.TableConstraintProto
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.sat.v1.CpSolverRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.v1.CpSolverRequest
 
parseFrom(ByteString) - Static method in class com.google.ortools.sat.v1.CpSolverRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.v1.CpSolverRequest
 
parseFrom(byte[]) - Static method in class com.google.ortools.sat.v1.CpSolverRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.sat.v1.CpSolverRequest
 
parseFrom(InputStream) - Static method in class com.google.ortools.sat.v1.CpSolverRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.v1.CpSolverRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.sat.v1.CpSolverRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.sat.v1.CpSolverRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.ortools.util.Int128
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.ortools.util.Int128
 
parseFrom(ByteString) - Static method in class com.google.ortools.util.Int128
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.ortools.util.Int128
 
parseFrom(byte[]) - Static method in class com.google.ortools.util.Int128
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.ortools.util.Int128
 
parseFrom(InputStream) - Static method in class com.google.ortools.util.Int128
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.util.Int128
 
parseFrom(CodedInputStream) - Static method in class com.google.ortools.util.Int128
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.ortools.util.Int128
 
parser() - Static method in class com.google.ortools.algorithms.SetCoverProto
 
parser() - Static method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
parser() - Static method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
parser() - Static method in class com.google.ortools.bop.BopOptimizerMethod
 
parser() - Static method in class com.google.ortools.bop.BopParameters
 
parser() - Static method in class com.google.ortools.bop.BopSolverOptimizerSet
 
parser() - Static method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
parser() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
parser() - Static method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
parser() - Static method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
parser() - Static method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
parser() - Static method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
parser() - Static method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
parser() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
parser() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
parser() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
parser() - Static method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
parser() - Static method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
parser() - Static method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
parser() - Static method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
parser() - Static method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
parser() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
parser() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
parser() - Static method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
parser() - Static method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
parser() - Static method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
parser() - Static method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
parser() - Static method in class com.google.ortools.constraintsolver.RuinStrategy
 
parser() - Static method in class com.google.ortools.constraintsolver.SearchStatistics
 
parser() - Static method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
parser() - Static method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
parser() - Static method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
parser() - Static method in class com.google.ortools.glop.GlopParameters
 
parser() - Static method in class com.google.ortools.graph.FlowArcProto
 
parser() - Static method in class com.google.ortools.graph.FlowModelProto
 
parser() - Static method in class com.google.ortools.graph.FlowNodeProto
 
parser() - Static method in class com.google.ortools.linearsolver.MPAbsConstraint
 
parser() - Static method in class com.google.ortools.linearsolver.MPArrayConstraint
 
parser() - Static method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
parser() - Static method in class com.google.ortools.linearsolver.MPConstraintProto
 
parser() - Static method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
parser() - Static method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
parser() - Static method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
parser() - Static method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
parser() - Static method in class com.google.ortools.linearsolver.MPModelProto
 
parser() - Static method in class com.google.ortools.linearsolver.MPModelRequest
 
parser() - Static method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
parser() - Static method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
parser() - Static method in class com.google.ortools.linearsolver.MPSolution
 
parser() - Static method in class com.google.ortools.linearsolver.MPSolutionResponse
 
parser() - Static method in class com.google.ortools.linearsolver.MPSolveInfo
 
parser() - Static method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
parser() - Static method in class com.google.ortools.linearsolver.MPSosConstraint
 
parser() - Static method in class com.google.ortools.linearsolver.MPVariableProto
 
parser() - Static method in class com.google.ortools.linearsolver.OptionalDouble
 
parser() - Static method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
parser() - Static method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
parser() - Static method in class com.google.ortools.pdlp.ConvergenceInformation
 
parser() - Static method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
parser() - Static method in class com.google.ortools.pdlp.InfeasibilityInformation
 
parser() - Static method in class com.google.ortools.pdlp.IterationStats
 
parser() - Static method in class com.google.ortools.pdlp.MalitskyPockParams
 
parser() - Static method in class com.google.ortools.pdlp.PointMetadata
 
parser() - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
parser() - Static method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
parser() - Static method in class com.google.ortools.pdlp.QuadraticProgramStats
 
parser() - Static method in class com.google.ortools.pdlp.SolveLog
 
parser() - Static method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
parser() - Static method in class com.google.ortools.pdlp.TerminationCriteria
 
parser() - Static method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
parser() - Static method in class com.google.ortools.sat.AllDifferentConstraintProto
 
parser() - Static method in class com.google.ortools.sat.AutomatonConstraintProto
 
parser() - Static method in class com.google.ortools.sat.BoolArgumentProto
 
parser() - Static method in class com.google.ortools.sat.BooleanAssignment
 
parser() - Static method in class com.google.ortools.sat.CircuitConstraintProto
 
parser() - Static method in class com.google.ortools.sat.ConstraintProto
 
parser() - Static method in class com.google.ortools.sat.CpModelProto
 
parser() - Static method in class com.google.ortools.sat.CpObjectiveProto
 
parser() - Static method in class com.google.ortools.sat.CpSolverResponse
 
parser() - Static method in class com.google.ortools.sat.CpSolverSolution
 
parser() - Static method in class com.google.ortools.sat.CumulativeConstraintProto
 
parser() - Static method in class com.google.ortools.sat.DecisionStrategyProto
 
parser() - Static method in class com.google.ortools.sat.DenseMatrixProto
 
parser() - Static method in class com.google.ortools.sat.ElementConstraintProto
 
parser() - Static method in class com.google.ortools.sat.FloatObjectiveProto
 
parser() - Static method in class com.google.ortools.sat.IntegerVariableProto
 
parser() - Static method in class com.google.ortools.sat.IntervalConstraintProto
 
parser() - Static method in class com.google.ortools.sat.InverseConstraintProto
 
parser() - Static method in class com.google.ortools.sat.LinearArgumentProto
 
parser() - Static method in class com.google.ortools.sat.LinearBooleanConstraint
 
parser() - Static method in class com.google.ortools.sat.LinearBooleanProblem
 
parser() - Static method in class com.google.ortools.sat.LinearConstraintProto
 
parser() - Static method in class com.google.ortools.sat.LinearExpressionProto
 
parser() - Static method in class com.google.ortools.sat.LinearObjective
 
parser() - Static method in class com.google.ortools.sat.ListOfVariablesProto
 
parser() - Static method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
parser() - Static method in class com.google.ortools.sat.NoOverlapConstraintProto
 
parser() - Static method in class com.google.ortools.sat.PartialVariableAssignment
 
parser() - Static method in class com.google.ortools.sat.ReservoirConstraintProto
 
parser() - Static method in class com.google.ortools.sat.RoutesConstraintProto
 
parser() - Static method in class com.google.ortools.sat.SatParameters
 
parser() - Static method in class com.google.ortools.sat.SparsePermutationProto
 
parser() - Static method in class com.google.ortools.sat.SymmetryProto
 
parser() - Static method in class com.google.ortools.sat.TableConstraintProto
 
parser() - Static method in class com.google.ortools.sat.v1.CpSolverRequest
 
parser() - Static method in class com.google.ortools.util.Int128
 
PARTIAL_FIXED_SEARCH_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SearchBranching
Similar to FIXED_SEARCH, but differ in how the variable not listed into the fixed search heuristics are branched on.
PartialVariableAssignment - Class in com.google.ortools.linearsolver
This message encodes a partial (or full) assignment of the variables of a MPModelProto problem.
PartialVariableAssignment - Class in com.google.ortools.sat
This message encodes a partial (or full) assignment of the variables of a CpModelProto.
PartialVariableAssignment.Builder - Class in com.google.ortools.linearsolver
This message encodes a partial (or full) assignment of the variables of a MPModelProto problem.
PartialVariableAssignment.Builder - Class in com.google.ortools.sat
This message encodes a partial (or full) assignment of the variables of a CpModelProto.
PartialVariableAssignmentOrBuilder - Interface in com.google.ortools.linearsolver
 
PartialVariableAssignmentOrBuilder - Interface in com.google.ortools.sat
 
PATH_CHEAPEST_ARC_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
--- Path addition heuristics --- Starting from a route "start" node, connect it to the node which produces the cheapest route segment, then extend the route by iterating on the last node added to the route.
PATH_MOST_CONSTRAINED_ARC_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Same as PATH_CHEAPEST_ARC, but arcs are evaluated with a comparison-based selector which will favor the most constrained arc first.
PATHLNS - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which relaxes two sub-chains of three consecutive arcs each.
Paths() - Method in class com.google.ortools.constraintsolver.PathsMetadata
 
PathsMetadata - Class in com.google.ortools.constraintsolver
 
PathsMetadata(long, boolean) - Constructor for class com.google.ortools.constraintsolver.PathsMetadata
 
PathsMetadata(RoutingIndexManager) - Constructor for class com.google.ortools.constraintsolver.PathsMetadata
 
PathsMetadata_End(long, PathsMetadata, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathsMetadata_Ends(long, PathsMetadata) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathsMetadata_GetPath(long, PathsMetadata, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathsMetadata_IsEnd(long, PathsMetadata, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathsMetadata_IsStart(long, PathsMetadata, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathsMetadata_NumPaths(long, PathsMetadata) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathsMetadata_Paths(long, PathsMetadata) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathsMetadata_Start(long, PathsMetadata, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PathsMetadata_Starts(long, PathsMetadata) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PAYLOAD_KEY_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
PAYLOAD_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
PB_CLEANUP_INCREMENT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PB_CLEANUP_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PDLP_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
In-house linear programming solver based on the primal-dual hybrid gradient method.
PENALIZE_ONCE - Static variable in class com.google.ortools.constraintsolver.RoutingModel
The following enum is used to describe how the penalty cost is computed
when using AddDisjunction.
PENALIZE_PER_INACTIVE - Static variable in class com.google.ortools.constraintsolver.RoutingModel
 
performedExpr() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
performedMax(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
performedMax() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
performedMin(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
performedMin() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
performedValue(IntervalVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
performedValue() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
performedValue(int, IntervalVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
This is a shortcut to get the PerformedValue of 'var' in the nth solution.
periodicCheck() - Method in class com.google.ortools.constraintsolver.SearchLimit
 
periodicCheck() - Method in class com.google.ortools.constraintsolver.SearchMonitor
Periodic call to check limits in long running methods.
PERMUTATIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SymmetryProto
 
PERMUTE_PRESOLVE_CONSTRAINT_ORDER_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PERMUTE_VARIABLE_RANDOMLY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PERTURB_COSTS_IN_DUAL_SIMPLEX_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
PERTURBATION_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
PerturbationStrategy - Class in com.google.ortools.constraintsolver
Defines how a reference solution is perturbed.
PerturbationStrategy.Builder - Class in com.google.ortools.constraintsolver
Defines how a reference solution is perturbed.
PerturbationStrategy.Value - Enum in com.google.ortools.constraintsolver
Protobuf enum operations_research.PerturbationStrategy.Value
PerturbationStrategyOrBuilder - Interface in com.google.ortools.constraintsolver
 
PICKUP_AND_DELIVERY_FIFO - Static variable in class com.google.ortools.constraintsolver.RoutingModel
Deliveries must be performed in the same order as pickups.
PICKUP_AND_DELIVERY_LIFO - Static variable in class com.google.ortools.constraintsolver.RoutingModel
Deliveries must be performed in reverse order of pickups.
PICKUP_AND_DELIVERY_NO_ORDER - Static variable in class com.google.ortools.constraintsolver.RoutingModel
Any precedence is accepted.
PickupDeliveryPosition(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingModel.PickupDeliveryPosition
 
PickupDeliveryPosition() - Constructor for class com.google.ortools.constraintsolver.RoutingModel.PickupDeliveryPosition
 
POINT_METADATA_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.IterationStats
 
POINT_TYPE_AVERAGE_ITERATE_VALUE - Static variable in enum com.google.ortools.pdlp.PointType
Average of iterates since the last restart.
POINT_TYPE_CURRENT_ITERATE_VALUE - Static variable in enum com.google.ortools.pdlp.PointType
Current iterate (x_k, y_k).
POINT_TYPE_FEASIBILITY_POLISHING_SOLUTION_VALUE - Static variable in enum com.google.ortools.pdlp.PointType
Combined solution from primal and dual feasibility polishing.
POINT_TYPE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PointMetadata
 
POINT_TYPE_ITERATE_DIFFERENCE_VALUE - Static variable in enum com.google.ortools.pdlp.PointType
Difference of iterates (x_{k+1} - x_k, y_{k+1} - y_k).
POINT_TYPE_NONE_VALUE - Static variable in enum com.google.ortools.pdlp.PointType
There is no corresponding point.
POINT_TYPE_PRESOLVER_SOLUTION_VALUE - Static variable in enum com.google.ortools.pdlp.PointType
Output of presolver.
POINT_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.ortools.pdlp.PointType
POINT_TYPE_UNSPECIFIED = 0;
PointMetadata - Class in com.google.ortools.pdlp
Protobuf type operations_research.pdlp.PointMetadata
PointMetadata.Builder - Class in com.google.ortools.pdlp
Protobuf type operations_research.pdlp.PointMetadata
PointMetadataOrBuilder - Interface in com.google.ortools.pdlp
 
PointType - Enum in com.google.ortools.pdlp
Identifies the type of point used to compute the fields in a given proto; see ConvergenceInformation and InfeasibilityInformation.
POLARITY_EXPLOIT_LS_HINTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
POLARITY_FALSE_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.Polarity
POLARITY_FALSE = 1;
POLARITY_RANDOM_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.Polarity
POLARITY_RANDOM = 2;
POLARITY_REPHASE_INCREMENT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
POLARITY_TRUE_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.Polarity
POLARITY_TRUE = 0;
POLISH_LP_SOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
POLISHING_PHASE_TYPE_DUAL_FEASIBILITY_VALUE - Static variable in enum com.google.ortools.pdlp.PolishingPhaseType
POLISHING_PHASE_TYPE_DUAL_FEASIBILITY = 2;
POLISHING_PHASE_TYPE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
POLISHING_PHASE_TYPE_PRIMAL_FEASIBILITY_VALUE - Static variable in enum com.google.ortools.pdlp.PolishingPhaseType
POLISHING_PHASE_TYPE_PRIMAL_FEASIBILITY = 1;
POLISHING_PHASE_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.ortools.pdlp.PolishingPhaseType
POLISHING_PHASE_TYPE_UNSPECIFIED = 0;
PolishingPhaseType - Enum in com.google.ortools.pdlp
Protobuf enum operations_research.pdlp.PolishingPhaseType
popContext() - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
popState() - Method in class com.google.ortools.constraintsolver.Solver
 
POPULATE_ADDITIONAL_SOLUTIONS_UP_TO_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelRequest
 
PORTFOLIO_SEARCH_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SearchBranching
Simple portfolio search used by LNS workers.
PORTFOLIO_WITH_QUICK_RESTART_SEARCH_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SearchBranching
Mainly exposed here for testing.
posIntDivDown(long, long) - Static method in class com.google.ortools.constraintsolver.main
 
posIntDivDown(long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
posIntDivUp(long, long) - Static method in class com.google.ortools.constraintsolver.main
 
posIntDivUp(long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
post() - Method in class com.google.ortools.constraintsolver.Constraint
This method is called when the constraint is processed by the
solver.
post() - Method in class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
 
post() - Method in class com.google.ortools.constraintsolver.Pack
 
post() - Method in class com.google.ortools.constraintsolver.TypeRegulationsConstraint
 
postAndPropagate() - Method in class com.google.ortools.constraintsolver.Constraint
Calls Post and then Propagate to initialize the constraints.
preAssignment() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns an assignment used to fix some of the variables of the problem.
PREFERRED_VARIABLE_ORDER_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PREPROCESSED_PROBLEM_STATS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.SolveLog
 
PREPROCESSING_TIME_SEC_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.SolveLog
 
PREPROCESSOR_ZERO_TOLERANCE_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
PRESOLVE_BLOCKED_CLAUSE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PRESOLVE_BVA_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PRESOLVE_BVE_CLAUSE_WEIGHT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PRESOLVE_BVE_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PRESOLVE_EXTRACT_INTEGER_ENFORCEMENT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PRESOLVE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
PRESOLVE_INCLUSION_WORK_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PRESOLVE_OPTIONS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
PRESOLVE_PROBING_DETERMINISTIC_TIME_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PRESOLVE_SUBSTITUTION_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PRESOLVE_USE_BVA_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PrevValue(long) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
PRIMAL_FEASIBILITY_TOLERANCE_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
PRIMAL_OBJECTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.ConvergenceInformation
 
PRIMAL_RAY_LINEAR_OBJECTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.InfeasibilityInformation
 
PRIMAL_RAY_QUADRATIC_NORM_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.InfeasibilityInformation
 
PRIMAL_TOLERANCE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
PRIMAL_WEIGHT_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.IterationStats
 
PRIMAL_WEIGHT_UPDATE_SMOOTHING_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
PrimalDualHybridGradientParams - Class in com.google.ortools.pdlp
Parameters for PrimalDualHybridGradient() in primal_dual_hybrid_gradient.h.
PrimalDualHybridGradientParams.Builder - Class in com.google.ortools.pdlp
Parameters for PrimalDualHybridGradient() in primal_dual_hybrid_gradient.h.
PrimalDualHybridGradientParams.LinesearchRule - Enum in com.google.ortools.pdlp
Protobuf enum operations_research.pdlp.PrimalDualHybridGradientParams.LinesearchRule
PrimalDualHybridGradientParams.PresolveOptions - Class in com.google.ortools.pdlp
Protobuf type operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions
PrimalDualHybridGradientParams.PresolveOptions.Builder - Class in com.google.ortools.pdlp
Protobuf type operations_research.pdlp.PrimalDualHybridGradientParams.PresolveOptions
PrimalDualHybridGradientParams.PresolveOptionsOrBuilder - Interface in com.google.ortools.pdlp
 
PrimalDualHybridGradientParams.RestartStrategy - Enum in com.google.ortools.pdlp
Protobuf enum operations_research.pdlp.PrimalDualHybridGradientParams.RestartStrategy
PrimalDualHybridGradientParamsOrBuilder - Interface in com.google.ortools.pdlp
 
PRINT_ADDED_CONSTRAINTS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
PRINT_LOCAL_SEARCH_PROFILE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
PRINT_MODEL_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
PRINT_MODEL_STATS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
priority() - Method in class com.google.ortools.constraintsolver.Demon
This method returns the priority of the demon.
PROBING_DETERMINISTIC_TIME_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PROBING_NUM_COMBINATIONS_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PROBLEM_INFEASIBLE - Static variable in class com.google.ortools.constraintsolver.Solver
After search, the model is infeasible.
PROBLEM_TYPE_FIELD_NUMBER - Static variable in class com.google.ortools.graph.FlowModelProto
 
problemType() - Method in class com.google.ortools.linearsolver.MPSolver
Returns the optimization problem type set at construction.
PROFILE_FILE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
PROFILE_LOCAL_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
PROFILE_PROPAGATION_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
progressPercent() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
progressPercent() - Method in class com.google.ortools.constraintsolver.SearchMonitor
Returns a percentage representing the propress of the search before
reaching limits.
propagate() - Method in class com.google.ortools.constraintsolver.Pack
 
propagateDelayed() - Method in class com.google.ortools.constraintsolver.Pack
 
PROPAGATION_ASSISTED_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
This is expensive rounding algorithm.
PROPAGATION_LOOP_DETECTION_FACTOR_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PropagationBaseObject - Class in com.google.ortools.constraintsolver
NOLINT
The PropagationBaseObject is a subclass of BaseObject that is also
friend to the Solver class.
PropagationBaseObject(long, boolean) - Constructor for class com.google.ortools.constraintsolver.PropagationBaseObject
 
PropagationBaseObject(Solver) - Constructor for class com.google.ortools.constraintsolver.PropagationBaseObject
 
PropagationBaseObject_baseName(long, PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_enqueueDelayedDemon(long, PropagationBaseObject, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_enqueueVar(long, PropagationBaseObject, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_freezeQueue(long, PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_hasName(long, PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_name(long, PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_reset_action_on_fail(long, PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_set_variable_to_clean_on_fail(long, PropagationBaseObject, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_setName(long, PropagationBaseObject, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_solver(long, PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_toString(long, PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationBaseObject_unfreezeQueue(long, PropagationBaseObject) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor - Class in com.google.ortools.constraintsolver
 
PropagationMonitor(long, boolean) - Constructor for class com.google.ortools.constraintsolver.PropagationMonitor
 
PropagationMonitor_beginConstraintInitialPropagation(long, PropagationMonitor, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_beginDemonRun(long, PropagationMonitor, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_beginNestedConstraintInitialPropagation(long, PropagationMonitor, long, Constraint, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_endConstraintInitialPropagation(long, PropagationMonitor, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_endDemonRun(long, PropagationMonitor, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_endNestedConstraintInitialPropagation(long, PropagationMonitor, long, Constraint, long, Constraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_endProcessingIntegerVariable(long, PropagationMonitor, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_install(long, PropagationMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_popContext(long, PropagationMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_pushContext(long, PropagationMonitor, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_rankFirst(long, PropagationMonitor, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_rankLast(long, PropagationMonitor, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_rankNotFirst(long, PropagationMonitor, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_rankNotLast(long, PropagationMonitor, long, SequenceVar, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_rankSequence(long, PropagationMonitor, long, SequenceVar, int[], int[], int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_registerDemon(long, PropagationMonitor, long, Demon) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_removeInterval(long, PropagationMonitor, long, IntVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_removeValue(long, PropagationMonitor, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_removeValues(long, PropagationMonitor, long, IntVar, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setDurationMax(long, PropagationMonitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setDurationMin(long, PropagationMonitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setDurationRange(long, PropagationMonitor, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setEndMax(long, PropagationMonitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setEndMin(long, PropagationMonitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setEndRange(long, PropagationMonitor, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setMax__SWIG_0(long, PropagationMonitor, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setMax__SWIG_1(long, PropagationMonitor, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setMin__SWIG_0(long, PropagationMonitor, long, IntExpr, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setMin__SWIG_1(long, PropagationMonitor, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setPerformed(long, PropagationMonitor, long, IntervalVar, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setRange__SWIG_0(long, PropagationMonitor, long, IntExpr, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setRange__SWIG_1(long, PropagationMonitor, long, IntVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setStartMax(long, PropagationMonitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setStartMin(long, PropagationMonitor, long, IntervalVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setStartRange(long, PropagationMonitor, long, IntervalVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setValue__SWIG_0(long, PropagationMonitor, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_setValue__SWIG_1(long, PropagationMonitor, long, IntVar, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_startProcessingIntegerVariable(long, PropagationMonitor, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PropagationMonitor_toString(long, PropagationMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
PROTECTION_ALWAYS_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ClauseProtection
Protect all clauses whose activity is bumped.
PROTECTION_LBD_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ClauseProtection
Only protect clause with a better LBD.
PROTECTION_NONE_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ClauseProtection
No protection.
PROVIDE_STRONG_OPTIMAL_GUARANTEE_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
PRUNE_SEARCH_TREE_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
PSEUDO_COST_RELIABILITY_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PSEUDO_COST_SEARCH_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SearchBranching
If used, the solver uses the pseudo costs for branching.
PUSH_ALL_TASKS_TOWARD_START_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
PUSH_TO_VERTEX_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
pushContext(String) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
pushState() - Method in class com.google.ortools.constraintsolver.Solver
The PushState and PopState methods manipulates the states
of the reversible objects.
putAllConstraintOverrides(Map<Integer, MPConstraintProto>) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
Constraints can be changed (or added) in the same way as variables, see above.
putAllVariableOverrides(Map<Integer, 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.
putConstraintOverrides(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.
putConstraintOverridesBuilderIfAbsent(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
Constraints can be changed (or added) in the same way as variables, see above.
putVariableOverrides(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.
putVariableOverridesBuilderIfAbsent(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.

Q

QCOEFFICIENT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
QUADRATIC_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
QUADRATIC_OBJECTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
 
QuadraticProgramStats - Class in com.google.ortools.pdlp
Easy-to-compute statistics for the quadratic program.
QuadraticProgramStats.Builder - Class in com.google.ortools.pdlp
Easy-to-compute statistics for the quadratic program.
QuadraticProgramStatsOrBuilder - Interface in com.google.ortools.pdlp
 
QVAR1_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
QVAR1_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticObjective
 
QVAR2_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
QVAR2_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticObjective
 

R

rand32(int) - Method in class com.google.ortools.constraintsolver.Solver
Returns a random value between 0 and 'size' - 1;
rand64(long) - Method in class com.google.ortools.constraintsolver.Solver
Returns a random value between 0 and 'size' - 1;
RANDOM_BRANCHES_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP_VALUE - Static variable in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
RANDOM_CONSTRAINT_LNS_GUIDED_BY_LP = 11;
RANDOM_CONSTRAINT_LNS_VALUE - Static variable in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
RANDOM_CONSTRAINT_LNS = 4;
RANDOM_DUAL_PROJECTIONS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PointMetadata
 
RANDOM_FIRST_SOLUTION_VALUE - Static variable in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
RANDOM_FIRST_SOLUTION = 3;
RANDOM_POLARITY_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
RANDOM_PRIMAL_PROJECTIONS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PointMetadata
 
RANDOM_PROJECTION_SEEDS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
RANDOM_SEED_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
RANDOM_SEED_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
RANDOM_SEED_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
RANDOM_VARIABLE_LNS_GUIDED_BY_LP_VALUE - Static variable in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
RANDOM_VARIABLE_LNS_GUIDED_BY_LP = 12;
RANDOM_VARIABLE_LNS_VALUE - Static variable in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
RANDOM_VARIABLE_LNS = 5;
RANDOM_WALK_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RuinStrategy
 
randomConcatenateOperators(LocalSearchOperator[]) - Method in class com.google.ortools.constraintsolver.Solver
Randomized version of local search concatenator; calls a random operator
at each call to MakeNextNeighbor().
randomConcatenateOperators(LocalSearchOperator[], int) - Method in class com.google.ortools.constraintsolver.Solver
Randomized version of local search concatenator; calls a random operator
at each call to MakeNextNeighbor().
RANDOMIZE_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
RANDOMIZED_SEARCH_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.SearchBranching
Randomized search.
RandomWalkRuinStrategy - Class in com.google.ortools.constraintsolver
Ruin strategy that removes a number of customers by performing a random walk on the underlying routing solution.
RandomWalkRuinStrategy.Builder - Class in com.google.ortools.constraintsolver
Ruin strategy that removes a number of customers by performing a random walk on the underlying routing solution.
RandomWalkRuinStrategyOrBuilder - Interface in com.google.ortools.constraintsolver
 
range(long[], long[]) - Method in class com.google.ortools.constraintsolver.IntExpr
By default calls Min() and Max(), but can be redefined when Min and Max
code can be factorized.
rankFirst(SequenceVar, int) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
SequenceVar modifiers
rankFirst(Solver, int) - Method in class com.google.ortools.constraintsolver.RevPartialSequence
 
rankFirst(int) - Method in class com.google.ortools.constraintsolver.SequenceVar
Ranks the index_th interval var first of all unranked interval
vars.
rankLast(SequenceVar, int) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
rankLast(Solver, int) - Method in class com.google.ortools.constraintsolver.RevPartialSequence
 
rankLast(int) - Method in class com.google.ortools.constraintsolver.SequenceVar
Ranks the index_th interval var first of all unranked interval
vars.
rankNotFirst(SequenceVar, int) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
rankNotFirst(int) - Method in class com.google.ortools.constraintsolver.SequenceVar
Indicates that the index_th interval var will not be ranked first
of all currently unranked interval vars.
rankNotLast(SequenceVar, int) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
rankNotLast(int) - Method in class com.google.ortools.constraintsolver.SequenceVar
Indicates that the index_th interval var will not be ranked first
of all currently unranked interval vars.
rankSequence(SequenceVar, int[], int[], int[]) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
rankSequence(int[], int[], int[]) - Method in class com.google.ortools.constraintsolver.SequenceVar
Applies the following sequence of ranks, ranks first, then rank
last.
RATIO_TEST_ZERO_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
rawValue() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
readAssignment(String) - Method in class com.google.ortools.constraintsolver.RoutingModel
Reads an assignment from a file and returns the current solution.
readAssignmentFromRoutes(long[][], boolean) - Method in class com.google.ortools.constraintsolver.RoutingModel
Restores the routes as the current solution.
readModelFromProtoFile(String) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 
rebuildFromLinearExpressionProto(LinearExpressionProto) - Static method in interface com.google.ortools.sat.LinearExpr
 
RECOMPUTE_EDGES_NORM_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
RECOMPUTE_REDUCED_COSTS_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
RECORD_ITERATION_STATS_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
RECREATE_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
RECURSIVE_VALUE - Static variable in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
RECURSIVE = 2;
REDUCE_VEHICLE_COST_MODEL_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingModelParameters
 
REDUCED_COST_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
 
reducedCost() - Method in class com.google.ortools.linearsolver.MPVariable
Advanced usage: returns the reduced cost of the variable in the current
solution (only available for continuous problems).
REFACTORIZATION_THRESHOLD_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
refute(Solver) - Method in class com.google.ortools.constraintsolver.Decision
Refute will be called after a backtrack.
refuteDecision(Decision) - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
refuteDecision(Decision) - Method in class com.google.ortools.constraintsolver.SearchLimit
 
refuteDecision(Decision) - Method in class com.google.ortools.constraintsolver.SearchLog
 
refuteDecision(Decision) - Method in class com.google.ortools.constraintsolver.SearchMonitor
Before refuting the decision.
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.algorithms.SetCover
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.algorithms.SetCover
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.bop.BopParametersOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.bop.BopParametersOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingEnums
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.constraintsolver.RoutingEnums
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingIls
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.constraintsolver.RoutingIls
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.RoutingParameters
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.constraintsolver.RoutingParameters
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SearchLimitProtobuf
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.constraintsolver.SearchLimitProtobuf
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SearchStats
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.constraintsolver.SearchStats
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.constraintsolver.SolverParameters
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.constraintsolver.SolverParameters
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.glop.Parameters
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.glop.Parameters
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.graph.FlowProblem
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.graph.FlowProblem
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.linearsolver.LinearSolver
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.linearsolver.LinearSolver
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.SolveLogOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.pdlp.SolveLogOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.pdlp.Solvers
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.pdlp.Solvers
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.sat.BooleanProblem
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.sat.BooleanProblem
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.sat.CpModelProtobuf
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.sat.CpModelProtobuf
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.sat.SatParametersOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.sat.SatParametersOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.sat.v1.CpModelServiceProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.sat.v1.CpModelServiceProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.util.Int128OuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.util.Int128OuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.ortools.util.OptionalBooleanOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.ortools.util.OptionalBooleanOuterClass
 
RegisterCumulDependentTransitCallback(SWIGTYPE_p_std__functionT_FloatSlopePiecewiseLinearFunction_const_pflong_longF_t) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
registerDemon(Demon) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
registerDemon(Demon) - Method in class com.google.ortools.constraintsolver.Solver
Adds a new demon and wraps it inside a DemonProfiler if necessary.
registerIntervalVar(IntervalVar) - Method in class com.google.ortools.constraintsolver.Solver
Registers a new IntervalVar and wraps it inside a TraceIntervalVar
if necessary.
registerIntExpr(IntExpr) - Method in class com.google.ortools.constraintsolver.Solver
Registers a new IntExpr and wraps it inside a TraceIntExpr if necessary.
registerIntVar(IntVar) - Method in class com.google.ortools.constraintsolver.Solver
Registers a new IntVar and wraps it inside a TraceIntVar if necessary.
registerNewSolution(Assignment) - Method in class com.google.ortools.constraintsolver.SolutionPool
This method is called when a new solution has been accepted by the local
search.
registerTransitCallback(LongBinaryOperator, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
registerTransitCallback(LongBinaryOperator) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
registerTransitMatrix(long[][]) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
registerUnaryTransitCallback(LongUnaryOperator, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
registerUnaryTransitCallback(LongUnaryOperator) - Method in class com.google.ortools.constraintsolver.RoutingModel
 
registerUnaryTransitVector(long[]) - Method in class com.google.ortools.constraintsolver.RoutingModel
Registers 'callback' and returns its index.
RegularLimit - Class in com.google.ortools.constraintsolver
Usual limit based on wall_time, number of explored branches and
number of failures in the search tree
RegularLimit(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RegularLimit
 
RegularLimit(Solver, SWIGTYPE_p_absl__Duration, long, long, long, boolean, boolean) - Constructor for class com.google.ortools.constraintsolver.RegularLimit
 
RegularLimit_accept(long, RegularLimit, long, ModelVisitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_branches(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_CheckWithOffset(long, RegularLimit, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_copy(long, RegularLimit, long, SearchLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_exitSearch(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_failures(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_init(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_install(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_IsUncheckedSolutionLimitReached(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_makeClone(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_MakeIdenticalClone(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_progressPercent(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_solutions(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_toString(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_UpdateLimits(long, RegularLimit, long, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimit_wall_time(long, RegularLimit) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RegularLimitParameters - Class in com.google.ortools.constraintsolver
A search limit The default values for int64 fields is the maxima value, i.e., 2^63-1 Protobuf type operations_research.RegularLimitParameters
RegularLimitParameters.Builder - Class in com.google.ortools.constraintsolver
A search limit The default values for int64 fields is the maxima value, i.e., 2^63-1 Protobuf type operations_research.RegularLimitParameters
RegularLimitParametersOrBuilder - Interface in com.google.ortools.constraintsolver
 
RELATION_GRAPH_LNS_GUIDED_BY_LP_VALUE - Static variable in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
RELATION_GRAPH_LNS_GUIDED_BY_LP = 17;
RELATION_GRAPH_LNS_VALUE - Static variable in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
RELATION_GRAPH_LNS = 16;
RELATIVE_COST_PERTURBATION_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
RELATIVE_GAP_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
RELATIVE_GAP_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
RELATIVE_MAX_COST_PERTURBATION_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
RELATIVE_MIP_GAP_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
Relax(Assignment, Assignment) - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
Lets the filter know what delta and deltadelta will be passed in the next
Accept().
RELOCATE - Static variable in class com.google.ortools.constraintsolver.Solver
Relocate neighborhood with length of 1 (see OROPT comment).
RELOCATE_EXPENSIVE_CHAIN_NUM_ARCS_TO_CONSIDER_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
REMOVE_FIXED_VARIABLES_EARLY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
removeAdditionalSolutions(int) - Method in class com.google.ortools.linearsolver.MPSolutionResponse.Builder
[Advanced usage.]
removeAdditionalSolutions(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.
removeAllPossibleFromBin(int) - Method in class com.google.ortools.constraintsolver.Pack
 
removeAnnotation(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
repeated .operations_research.MPModelProto.Annotation annotation = 9;
removeArcs(int) - Method in class com.google.ortools.graph.FlowModelProto.Builder
repeated .operations_research.FlowArcProto arcs = 2;
removeConstraint(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the constraints appearing in the model.
removeConstraintOverrides(int) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto.Builder
Constraints can be changed (or added) in the same way as variables, see above.
removeConstraints(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
repeated .operations_research.sat.ConstraintProto constraints = 3;
removeConstraints(int) - Method in class com.google.ortools.sat.LinearBooleanProblem.Builder
The constraints of the problem.
removeConstraintSolverStatistics(int) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
Constraint solver statistics.
removeConvergenceInformation(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.
removeDemands(int) - Method in class com.google.ortools.sat.CumulativeConstraintProto.Builder
Same size as intervals.
removeExprs(int) - Method in class com.google.ortools.sat.AllDifferentConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 1;
removeExprs(int) - Method in class com.google.ortools.sat.AutomatonConstraintProto.Builder
The sequence of affine expressions (a * var + b).
removeExprs(int) - Method in class com.google.ortools.sat.DecisionStrategyProto.Builder
If this is set, then the variables field must be empty.
removeExprs(int) - Method in class com.google.ortools.sat.ElementConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 6;
removeExprs(int) - Method in class com.google.ortools.sat.LinearArgumentProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 2;
removeExprs(int) - Method in class com.google.ortools.sat.TableConstraintProto.Builder
repeated .operations_research.sat.LinearExpressionProto exprs = 4;
removeFeasibilityPolishingDetails(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.
removeFirstSolutionStatistics(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each first solution called during the search.
removeGeneralConstraint(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the general constraints appearing in the model.
removeInfeasibilityInformation(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).
removeInterval(long, long) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
removeInterval(long, long) - Method in class com.google.ortools.constraintsolver.IntVar
This method removes the interval 'l' ..
removeInterval(IntVar, long, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
removeIterationStats(int) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails.Builder
repeated .operations_research.pdlp.IterationStats iteration_stats = 9;
removeIterationStats(int) - Method in class com.google.ortools.pdlp.SolveLog.Builder
A history of iteration stats for the solve.
removeLevelChanges(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
Currently, we only support constant level changes.
removeLocalSearchFilterStatistics(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each filter called during the search.
removeLocalSearchOperatorStatistics(int) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.Builder
Statistics for each operator called during the search.
removeLocalSearchStatistics(int) - Method in class com.google.ortools.constraintsolver.SearchStatistics.Builder
Local search statistics for each solver context.
removeMethods(int) - Method in class com.google.ortools.bop.BopSolverOptimizerSet.Builder
repeated .operations_research.bop.BopOptimizerMethod methods = 1;
removeNodes(int) - Method in class com.google.ortools.graph.FlowModelProto.Builder
repeated .operations_research.FlowNodeProto nodes = 1;
removeOrbitopes(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
An orbitope is a special symmetry structure of the solution space.
removePermutations(int) - Method in class com.google.ortools.sat.SymmetryProto.Builder
A list of variable indices permutations that leave the feasible space of solution invariant.
removePointMetadata(int) - Method in class com.google.ortools.pdlp.IterationStats.Builder
Auxiliary statistics for each type of point.
removeRuinStrategies(int) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters.Builder
List of ruin strategies determining how a reference solution is ruined.
removeSearchStrategy(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.
removeSolverOptimizerSets(int) - Method in class com.google.ortools.bop.BopParameters.Builder
List of set of optimizers to be run by the solvers.
removeSubset(int) - Method in class com.google.ortools.algorithms.SetCoverProto.Builder
The list of subsets in the model.
removeSubsolverParams(int) - Method in class com.google.ortools.sat.SatParameters.Builder
It is possible to specify additional subsolver configuration.
removeTightenedVariables(int) - Method in class com.google.ortools.sat.CpSolverResponse.Builder
Advanced usage.
removeTimeExprs(int) - Method in class com.google.ortools.sat.ReservoirConstraintProto.Builder
affine expressions.
removeValue(long) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
removeValue(long) - Method in class com.google.ortools.constraintsolver.IntVar
This method removes the value 'v' from the domain of the variable.
removeValue(IntVar, long) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
removeValues(long[]) - Method in class com.google.ortools.constraintsolver.IntVar
This method remove the values from the domain of the variable.
removeValues(IntVar, long[]) - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
removeVariable(int) - Method in class com.google.ortools.linearsolver.MPModelProto.Builder
All the variables appearing in the model.
removeVariableOverrides(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.
removeVariables(int) - Method in class com.google.ortools.sat.CpModelProto.Builder
The associated Protos should be referred by their index in these fields.
REPAIR_HINT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
REPORT_INTERMEDIATE_CP_SAT_SOLUTIONS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
reSeed(int) - Method in class com.google.ortools.constraintsolver.Solver
Reseed the solver random generator.
RESERVOIR_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
ReservoirConstraint - Class in com.google.ortools.sat
Specialized reservoir constraint.
ReservoirConstraint(CpModel) - Constructor for class com.google.ortools.sat.ReservoirConstraint
 
ReservoirConstraintProto - Class in com.google.ortools.sat
Maintain a reservoir level within bounds.
ReservoirConstraintProto.Builder - Class in com.google.ortools.sat
Maintain a reservoir level within bounds.
ReservoirConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
reset(IntervalVar) - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
reset(IntVar) - Method in class com.google.ortools.constraintsolver.IntVarElement
 
Reset() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
Sets the filter to empty solution.
reset() - Method in class com.google.ortools.constraintsolver.LocalSearchOperator
 
reset(SequenceVar) - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
reset() - Method in class com.google.ortools.linearsolver.MPSolver
Advanced usage: resets extracted model to solve from scratch.
reset_action_on_fail() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
This method clears the failure callback.
resize(long) - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
Advanced usage: Resizes the container, potentially adding elements with
null variables.
resize(long) - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
Advanced usage: Resizes the container, potentially adding elements with
null variables.
resize(long) - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
Advanced usage: Resizes the container, potentially adding elements with
null variables.
Resize(int) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
 
Resource(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup.Resource
 
ResourceGroup(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
 
ResourceVar(int, int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the resource variable for the given vehicle index in the given
resource group.
ResourceVars(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns vehicle resource variables for a given resource group, such that
ResourceVars(r_g)[v] is the resource variable for vehicle 'v' in resource
group 'r_g'.
response() - Method in class com.google.ortools.sat.CpSolver
Returns the internal response protobuf that is returned internally by the SAT solver.
responseStats() - Method in class com.google.ortools.sat.CpSolver
Returns some statistics on the solution found as a string.
RESTART_ALGORITHMS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
RESTART_CHOICE_NO_RESTART_VALUE - Static variable in enum com.google.ortools.pdlp.RestartChoice
No restart on this iteration.
RESTART_CHOICE_RESTART_TO_AVERAGE_VALUE - Static variable in enum com.google.ortools.pdlp.RestartChoice
The algorithm is restarted at the average of iterates since the last restart.
RESTART_CHOICE_UNSPECIFIED_VALUE - Static variable in enum com.google.ortools.pdlp.RestartChoice
RESTART_CHOICE_UNSPECIFIED = 0;
RESTART_CHOICE_WEIGHTED_AVERAGE_RESET_VALUE - Static variable in enum com.google.ortools.pdlp.RestartChoice
The weighted average of iterates is cleared and reset to the current point.
RESTART_DL_AVERAGE_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
RESTART_LBD_AVERAGE_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
RESTART_PERIOD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
RESTART_RUNNING_WINDOW_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
RESTART_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
RESTART_STRATEGY_UNSPECIFIED_VALUE - Static variable in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.RestartStrategy
RESTART_STRATEGY_UNSPECIFIED = 0;
RESTART_USED_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.IterationStats
 
RestartChoice - Enum in com.google.ortools.pdlp
Specifies whether a restart was performed on a given iteration.
restartCurrentSearch() - Method in class com.google.ortools.constraintsolver.Solver
 
restartSearch() - Method in class com.google.ortools.constraintsolver.SearchMonitor
Restart the search.
restartSearch() - Method in class com.google.ortools.constraintsolver.Solver
 
restore() - Method in class com.google.ortools.constraintsolver.Assignment
 
restore() - Method in class com.google.ortools.constraintsolver.AssignmentIntContainer
 
restore() - Method in class com.google.ortools.constraintsolver.AssignmentIntervalContainer
 
restore() - Method in class com.google.ortools.constraintsolver.AssignmentSequenceContainer
 
restore() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
restore() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
restore() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
restoreAssignment(Assignment) - Method in class com.google.ortools.constraintsolver.RoutingModel
Restores an assignment as a solution in the routing model and returns the
new solution.
restoreValue() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
RESULTANT_VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPAbsConstraint
 
RESULTANT_VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPArrayConstraint
 
RESULTANT_VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
RevBool - Class in com.google.ortools.constraintsolver
This class adds reversibility to a POD type.
RevBool(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RevBool
 
RevBool(boolean) - Constructor for class com.google.ortools.constraintsolver.RevBool
 
RevBool_setValue(long, RevBool, long, Solver, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevBool_value(long, RevBool) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
REVERSIBLE_ACTION - Static variable in class com.google.ortools.constraintsolver.Solver
 
Revert() - Method in class com.google.ortools.constraintsolver.LocalSearchFilter
Cancels the changes made by the last Relax()/Accept() calls.
Revert() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
Revert(boolean) - Method in class com.google.ortools.constraintsolver.LocalSearchOperatorState
 
RevertChanges(boolean) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
 
RevInteger - Class in com.google.ortools.constraintsolver
This class adds reversibility to a POD type.
RevInteger(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RevInteger
 
RevInteger(int) - Constructor for class com.google.ortools.constraintsolver.RevInteger
 
RevInteger_setValue(long, RevInteger, long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevInteger_value(long, RevInteger) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevLong - Class in com.google.ortools.constraintsolver
This class adds reversibility to a POD type.
RevLong(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RevLong
 
RevLong(long) - Constructor for class com.google.ortools.constraintsolver.RevLong
 
RevLong_setValue(long, RevLong, long, Solver, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevLong_value(long, RevLong) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevPartialSequence - Class in com.google.ortools.constraintsolver
----- RevPartialSequence -----
RevPartialSequence(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RevPartialSequence
 
RevPartialSequence(int[]) - Constructor for class com.google.ortools.constraintsolver.RevPartialSequence
 
RevPartialSequence(int) - Constructor for class com.google.ortools.constraintsolver.RevPartialSequence
 
RevPartialSequence_isRanked(long, RevPartialSequence, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevPartialSequence_numFirstRanked(long, RevPartialSequence) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevPartialSequence_numLastRanked(long, RevPartialSequence) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevPartialSequence_rankFirst(long, RevPartialSequence, long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevPartialSequence_rankLast(long, RevPartialSequence, long, Solver, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevPartialSequence_size(long, RevPartialSequence) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RevPartialSequence_toString(long, RevPartialSequence) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
ROOT_LP_ITERATIONS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ROUTE_SELECTION_MAX_NEIGHBORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
ROUTE_SELECTION_MIN_NEIGHBORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
ROUTE_SELECTION_NEIGHBORS_RATIO_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
ROUTES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
RoutesConstraintProto - Class in com.google.ortools.sat
The "VRP" (Vehicle Routing Problem) constraint.
RoutesConstraintProto.Builder - Class in com.google.ortools.sat
The "VRP" (Vehicle Routing Problem) constraint.
RoutesConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
routesToAssignment(long[][], boolean, boolean, Assignment) - Method in class com.google.ortools.constraintsolver.RoutingModel
Fills an assignment from a specification of the routes of the
vehicles.
ROUTING_CUT_DP_EFFORT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ROUTING_CUT_SUBSET_SIZE_FOR_BINARY_RELATION_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ROUTING_CUT_SUBSET_SIZE_FOR_TIGHT_BINARY_RELATION_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
ROUTING_FAIL_TIMEOUT_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchStatus.Value
Time limit reached before finding a solution with RoutingModel::Solve().
ROUTING_FAIL_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchStatus.Value
No solution found to the problem after calling RoutingModel::Solve().
ROUTING_INFEASIBLE_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchStatus.Value
Problem proven to be infeasible.
ROUTING_INVALID_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchStatus.Value
Model, model parameters or flags are not valid.
ROUTING_NOT_SOLVED_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchStatus.Value
Problem not solved yet (before calling RoutingModel::Solve()).
ROUTING_OPTIMAL_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchStatus.Value
Problem has been solved to optimality.
ROUTING_PARTIAL_SUCCESS_LOCAL_OPTIMUM_NOT_REACHED_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchStatus.Value
Problem solved successfully after calling RoutingModel::Solve(), except that a local optimum has not been reached.
ROUTING_SUCCESS_VALUE - Static variable in enum com.google.ortools.constraintsolver.RoutingSearchStatus.Value
Problem solved successfully after calling RoutingModel::Solve().
RoutingDimension - Class in com.google.ortools.constraintsolver
Dimensions represent quantities accumulated at nodes along the routes.
RoutingDimension(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingDimension
 
RoutingDimension_addNodePrecedence(long, RoutingDimension, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_base_dimension(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_cumuls(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_cumulVar(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_fixed_transits(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_fixedTransitVar(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getBreakIntervalsOfVehicle(long, RoutingDimension, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_GetCumulVarMax(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_GetCumulVarMin(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getCumulVarSoftLowerBound(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getCumulVarSoftLowerBoundCoefficient(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getCumulVarSoftUpperBound(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getCumulVarSoftUpperBoundCoefficient(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_GetGlobalOptimizerOffset(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getGlobalSpanCostCoefficient(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getLocalOptimizerOffsetForVehicle(long, RoutingDimension, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_GetPostTravelEvaluatorOfVehicle(long, RoutingDimension, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_GetPreTravelEvaluatorOfVehicle(long, RoutingDimension, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getQuadraticCostSoftSpanUpperBoundForVehicle(long, RoutingDimension, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_GetSlackCostCoefficientForVehicle(long, RoutingDimension, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getSoftSpanUpperBoundForVehicle(long, RoutingDimension, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getSpanCostCoefficientForVehicle(long, RoutingDimension, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getSpanUpperBoundForVehicle(long, RoutingDimension, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getTransitValue(long, RoutingDimension, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_getTransitValueFromClass(long, RoutingDimension, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_HasBreakConstraints(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_hasCumulVarSoftLowerBound(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_hasCumulVarSoftUpperBound(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_hasPickupToDeliveryLimits(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_hasQuadraticCostSoftSpanUpperBounds(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_hasSoftSpanUpperBounds(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_InitializeBreaks(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_model(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_name(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setBreakDistanceDurationOfVehicle(long, RoutingDimension, long, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setBreakIntervalsOfVehicle__SWIG_0(long, RoutingDimension, IntervalVar[], int, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setBreakIntervalsOfVehicle__SWIG_1(long, RoutingDimension, IntervalVar[], int, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setBreakIntervalsOfVehicle__SWIG_2(long, RoutingDimension, IntervalVar[], int, long[], LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_SetCumulVarRange(long, RoutingDimension, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setCumulVarSoftLowerBound(long, RoutingDimension, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setCumulVarSoftUpperBound(long, RoutingDimension, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setGlobalSpanCostCoefficient(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setPickupToDeliveryLimitFunctionForPair(long, RoutingDimension, IntIntToLongFunction, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setQuadraticCostSoftSpanUpperBoundForVehicle(long, RoutingDimension, long, BoundCost, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_SetSlackCostCoefficientForAllVehicles(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_SetSlackCostCoefficientForVehicle(long, RoutingDimension, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setSoftSpanUpperBoundForVehicle(long, RoutingDimension, long, BoundCost, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setSpanCostCoefficientForAllVehicles(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setSpanCostCoefficientForVehicle(long, RoutingDimension, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_setSpanUpperBoundForVehicle(long, RoutingDimension, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_shortestTransitionSlack(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_slacks(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_slackVar(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_transits(long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingDimension_transitVar(long, RoutingDimension, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingEnums - Class in com.google.ortools.constraintsolver
 
RoutingIls - Class in com.google.ortools.constraintsolver
 
RoutingIndexManager - Class in com.google.ortools.constraintsolver
Manager for any NodeIndex <-> variable index conversion.
RoutingIndexManager(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingIndexManager
 
RoutingIndexManager(int, int, int) - Constructor for class com.google.ortools.constraintsolver.RoutingIndexManager
Creates a NodeIndex to variable index mapping for a problem containing
'num_nodes', 'num_vehicles' and the given starts and ends for each
vehicle.
RoutingIndexManager(int, int, int[], int[]) - Constructor for class com.google.ortools.constraintsolver.RoutingIndexManager
 
RoutingIndexManager_getEndIndex(long, RoutingIndexManager, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingIndexManager_getNumberOfIndices(long, RoutingIndexManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingIndexManager_getNumberOfNodes(long, RoutingIndexManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingIndexManager_getNumberOfVehicles(long, RoutingIndexManager) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingIndexManager_getStartIndex(long, RoutingIndexManager, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingIndexManager_indexToNode(long, RoutingIndexManager, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingIndexManager_nodesToIndices(long, RoutingIndexManager, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingIndexManager_nodeToIndex(long, RoutingIndexManager, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel - Class in com.google.ortools.constraintsolver
 
RoutingModel(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingModel
 
RoutingModel(RoutingIndexManager) - Constructor for class com.google.ortools.constraintsolver.RoutingModel
Constructor taking an index manager.
RoutingModel(RoutingIndexManager, RoutingModelParameters) - Constructor for class com.google.ortools.constraintsolver.RoutingModel
 
RoutingModel.NodeNeighborsByCostClass - Class in com.google.ortools.constraintsolver
 
RoutingModel.NodeNeighborsParameters - Class in com.google.ortools.constraintsolver
 
RoutingModel.PickupDeliveryPosition - Class in com.google.ortools.constraintsolver
The position of a node in the set of pickup and delivery pairs.
RoutingModel.ResourceGroup - Class in com.google.ortools.constraintsolver
A ResourceGroup defines a set of available Resources with attributes on
one or multiple dimensions.
RoutingModel.ResourceGroup.Attributes - Class in com.google.ortools.constraintsolver
Attributes for a dimension.
RoutingModel.ResourceGroup.Resource - Class in com.google.ortools.constraintsolver
A Resource sets attributes (costs/constraints) for a set of dimensions.
RoutingModel.SecondaryOptimizer - Class in com.google.ortools.constraintsolver
Class used to solve a secondary model within a first solution strategy.
RoutingModel.VariableValuePair - Class in com.google.ortools.constraintsolver
Struct used to store a variable value.
RoutingModel.VehicleTypeContainer - Class in com.google.ortools.constraintsolver
Struct used to sort and store vehicles by their type.
RoutingModel.VehicleTypeContainer.VehicleClassEntry - Class in com.google.ortools.constraintsolver
 
RoutingModel_activeVar(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_activeVehicleVar(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addAtSolutionCallback__SWIG_0(long, RoutingModel, Runnable, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addAtSolutionCallback__SWIG_1(long, RoutingModel, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addConstantDimension(long, RoutingModel, long, long, boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addConstantDimensionWithSlack(long, RoutingModel, long, long, long, boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addDimension(long, RoutingModel, int, long, long, boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_AddDimensionWithCumulDependentVehicleTransitAndCapacity(long, RoutingModel, int[], int[], long, long[], boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addDimensionWithVehicleCapacity(long, RoutingModel, int, long, long[], boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addDimensionWithVehicleTransitAndCapacity(long, RoutingModel, int[], long, long[], boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addDimensionWithVehicleTransits(long, RoutingModel, int[], long, long, boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addDisjunction__SWIG_0(long, RoutingModel, long[], long, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addDisjunction__SWIG_1(long, RoutingModel, long[], long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addDisjunction__SWIG_2(long, RoutingModel, long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addDisjunction__SWIG_3(long, RoutingModel, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ADDED_TYPE_REMOVED_FROM_VEHICLE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_AddEnterSearchCallback(long, RoutingModel, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addHardTypeIncompatibility(long, RoutingModel, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addIntervalToAssignment(long, RoutingModel, long, IntervalVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addLocalSearchFilter(long, RoutingModel, long, LocalSearchFilter) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addLocalSearchOperator(long, RoutingModel, long, LocalSearchOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addMatrixDimension(long, RoutingModel, long[][], long, boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addPickupAndDelivery(long, RoutingModel, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addPickupAndDeliverySets(long, RoutingModel, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addRequiredTypeAlternativesWhenAddingType(long, RoutingModel, int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addRequiredTypeAlternativesWhenRemovingType(long, RoutingModel, int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_AddResourceGroup(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_AddRestoreDimensionValuesResetCallback(long, RoutingModel, Runnable) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_AddRouteConstraint__SWIG_0(long, RoutingModel, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_AddRouteConstraint__SWIG_1(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addSearchMonitor(long, RoutingModel, long, SearchMonitor) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addSoftSameVehicleConstraint(long, RoutingModel, long[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addTemporalTypeIncompatibility(long, RoutingModel, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addToAssignment(long, RoutingModel, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addVariableMaximizedByFinalizer(long, RoutingModel, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addVariableMinimizedByFinalizer(long, RoutingModel, long, IntVar) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addVariableTargetToFinalizer(long, RoutingModel, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_addVectorDimension(long, RoutingModel, long[], long, boolean, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_AddWeightedVariableMaximizedByFinalizer(long, RoutingModel, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_AddWeightedVariableMinimizedByFinalizer(long, RoutingModel, long, IntVar, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_AddWeightedVariableTargetToFinalizer(long, RoutingModel, long, IntVar, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_applyLocks(long, RoutingModel, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_applyLocksToAllVehicles(long, RoutingModel, long[][], boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_arcIsMoreConstrainedThanArc(long, RoutingModel, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_AreRoutesInterdependent(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_assignmentToRoutes(long, RoutingModel, long, Assignment, long[][]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_CancelSearch(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_CheckIfAssignmentIsFeasible(long, RoutingModel, long, Assignment, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_checkLimit__SWIG_0(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_checkLimit__SWIG_1(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_closeModel(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_closeModelWithParameters(long, RoutingModel, byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_compactAndCheckAssignment(long, RoutingModel, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_compactAssignment(long, RoutingModel, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_computeLowerBound(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_costsAreHomogeneousAcrossVehicles(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_costVar(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_CumulDependentTransitCallback(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_debugOutputAssignment(long, RoutingModel, long, Assignment, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_enable_deep_serialization(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_end(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_FastSolveFromAssignmentWithParameters__SWIG_0(long, RoutingModel, long, Assignment, byte[], boolean, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_FastSolveFromAssignmentWithParameters__SWIG_1(long, RoutingModel, long, Assignment, byte[], boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getAmortizedLinearCostFactorOfVehicles(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getAmortizedQuadraticCostFactorOfVehicles(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getArcCostForClass(long, RoutingModel, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getArcCostForFirstSolution(long, RoutingModel, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getArcCostForVehicle(long, RoutingModel, long, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getCostClassesCount(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getCostClassIndexOfVehicle(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetDeliveryPosition(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getDepot(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getDimensionOrDie(long, RoutingModel, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetDimensionResourceGroupIndex(long, RoutingModel, long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetDimensionResourceGroupIndices(long, RoutingModel, long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetDimensionsWithGlobalCumulOptimizers(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetDimensionsWithLocalCumulOptimizers(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getDisjunctionIndices(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getDisjunctionMaxCardinality(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetDisjunctionNodeIndices(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getDisjunctionPenalty(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetDisjunctionPenaltyCostBehavior(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetFirstMatchingPickupDeliverySibling(long, RoutingModel, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetFirstSolutionHint(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getFixedCostOfVehicle(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getHomogeneousCost(long, RoutingModel, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetMaximumNumberOfActiveVehicles(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetMutableCPInterrupt(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetMutableCPSatInterrupt(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getMutableDimension(long, RoutingModel, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetMutableGlobalCumulLPOptimizer(long, RoutingModel, long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetMutableGlobalCumulMPOptimizer(long, RoutingModel, long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetMutableLocalCumulLPOptimizer(long, RoutingModel, long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getNonZeroCostClassesCount(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getNumberOfDecisionsInFirstSolution(long, RoutingModel, byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getNumberOfDisjunctions(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getNumberOfRejectsInFirstSolution(long, RoutingModel, byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getNumberOfVisitTypes(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getNumOfSingletonNodes(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetOrCreateNodeNeighborsByCostClass__SWIG_0(long, RoutingModel, double, long, long, boolean, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetOrCreateNodeNeighborsByCostClass__SWIG_1(long, RoutingModel, double, long, long, boolean, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetOrCreateNodeNeighborsByCostClass__SWIG_2(long, RoutingModel, double, long, long, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetOrCreateNodeNeighborsByCostClass__SWIG_3(long, RoutingModel, double, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetOrCreateNodeNeighborsByCostClass__SWIG_4(long, RoutingModel, long, RoutingModel.NodeNeighborsParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetPairIndicesOfType(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetPathsMetadata(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getPickupAndDeliveryPolicyOfVehicle(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetPickupPosition(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getPrimaryConstrainedDimension(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetRequiredTypeAlternativesWhenAddingType(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetRequiredTypeAlternativesWhenRemovingType(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetResourceGroup(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetResourceGroups(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetRouteCost(long, RoutingModel, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetSameActivityGroupOfIndex(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetSameActivityGroupsCount(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetSameActivityIndicesOfGroup(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetSameActivityIndicesOfIndex(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetSameVehicleClassArcs(long, RoutingModel, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getSameVehicleIndicesOfIndex(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetSingleNodesOfType(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getTemporalTypeIncompatibilitiesOfType(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetUnaryDimensions(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getVehicleClassesCount(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getVehicleClassIndexOfVehicle(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetVehicleOfClass(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetVehiclesOfSameClass(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetVehicleTypeContainer(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_getVisitType(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_GetVisitTypePolicy(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_hasDimension(long, RoutingModel, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_HasGlobalCumulOptimizer(long, RoutingModel, long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_hasHardTypeIncompatibilities(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_HasLocalCumulOptimizer(long, RoutingModel, long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_HasMandatoryDisjunctions(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_HasMaxCardinalityConstrainedDisjunctions(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_hasSameVehicleTypeRequirements(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_hasTemporalTypeIncompatibilities(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_hasTemporalTypeRequirements(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_hasVehicleWithCostClassIndex(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ignoreDisjunctionsAlreadyForcedToZero(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_IsDelivery(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_isEnd(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_isMatchingModel(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_IsPickup(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_isStart(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_isVehicleAllowedForIndex(long, RoutingModel, int, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_isVehicleUsed(long, RoutingModel, long, Assignment, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_IsVehicleUsedWhenEmpty(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_kNoDimension_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_kNoDisjunction_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_kNoPenalty_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_kTransitEvaluatorSignNegativeOrZero_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_kTransitEvaluatorSignPositiveOrZero_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_kTransitEvaluatorSignUnknown_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_makeGuidedSlackFinalizer(long, RoutingModel, long, RoutingDimension, LongUnaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_makeSelfDependentDimensionFinalizer(long, RoutingModel, long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_mutablePreAssignment(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_next(long, RoutingModel, long, Assignment, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_nexts(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_nextVar(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_NodeNeighborsByCostClass_ComputeNeighbors(long, RoutingModel.NodeNeighborsByCostClass, long, RoutingModel.NodeNeighborsParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_NodeNeighborsByCostClass_GetIncomingNeighborsOfNodeForCostClass(long, RoutingModel.NodeNeighborsByCostClass, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_NodeNeighborsByCostClass_GetOutgoingNeighborsOfNodeForCostClass(long, RoutingModel.NodeNeighborsByCostClass, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_NodeNeighborsByCostClass_IsNeighborhoodArcForCostClass(long, RoutingModel.NodeNeighborsByCostClass, int, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_NodeNeighborsParameters_add_vehicle_ends_to_neighbors_get(long, RoutingModel.NodeNeighborsParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_NodeNeighborsParameters_add_vehicle_ends_to_neighbors_set(long, RoutingModel.NodeNeighborsParameters, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_NodeNeighborsParameters_add_vehicle_starts_to_neighbors_get(long, RoutingModel.NodeNeighborsParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_NodeNeighborsParameters_add_vehicle_starts_to_neighbors_set(long, RoutingModel.NodeNeighborsParameters, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_NodeNeighborsParameters_num_neighbors_get(long, RoutingModel.NodeNeighborsParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_NodeNeighborsParameters_num_neighbors_set(long, RoutingModel.NodeNeighborsParameters, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_NodeNeighborsParameters_only_sort_neighbors_for_partial_neighborhoods_get(long, RoutingModel.NodeNeighborsParameters) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_NodeNeighborsParameters_only_sort_neighbors_for_partial_neighborhoods_set(long, RoutingModel.NodeNeighborsParameters, boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_nodes(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_objective_lower_bound(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_PENALIZE_ONCE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_PENALIZE_PER_INACTIVE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_PICKUP_AND_DELIVERY_FIFO_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_PICKUP_AND_DELIVERY_LIFO_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_PICKUP_AND_DELIVERY_NO_ORDER_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_PickupDeliveryPosition_alternative_index_get(long, RoutingModel.PickupDeliveryPosition) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_PickupDeliveryPosition_alternative_index_set(long, RoutingModel.PickupDeliveryPosition, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_PickupDeliveryPosition_pd_pair_index_get(long, RoutingModel.PickupDeliveryPosition) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_PickupDeliveryPosition_pd_pair_index_set(long, RoutingModel.PickupDeliveryPosition, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_preAssignment(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_readAssignment(long, RoutingModel, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_readAssignmentFromRoutes(long, RoutingModel, long[][], boolean) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_RegisterCumulDependentTransitCallback(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_registerTransitCallback__SWIG_0(long, RoutingModel, LongBinaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_registerTransitCallback__SWIG_1(long, RoutingModel, LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_registerTransitMatrix(long, RoutingModel, long[][]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_registerUnaryTransitCallback__SWIG_0(long, RoutingModel, LongUnaryOperator, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_registerUnaryTransitCallback__SWIG_1(long, RoutingModel, LongUnaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_registerUnaryTransitVector(long, RoutingModel, long[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_AddResource(long, RoutingModel.ResourceGroup, long, RoutingModel.ResourceGroup.Attributes, long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_Attributes_end_domain(long, RoutingModel.ResourceGroup.Attributes) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_Attributes_start_domain(long, RoutingModel.ResourceGroup.Attributes) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_ClearAllowedResourcesForVehicle(long, RoutingModel.ResourceGroup, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_GetAffectedDimensionIndices(long, RoutingModel.ResourceGroup) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_GetDimensionAttributesForClass(long, RoutingModel.ResourceGroup, long, RoutingDimension, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_GetResource(long, RoutingModel.ResourceGroup, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_GetResourceClassesCount(long, RoutingModel.ResourceGroup) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_GetResourceClassIndex(long, RoutingModel.ResourceGroup, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_GetResourceIndicesInClass(long, RoutingModel.ResourceGroup, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_GetResourceIndicesPerClass(long, RoutingModel.ResourceGroup) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_GetResources(long, RoutingModel.ResourceGroup) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_GetResourcesMarkedAllowedForVehicle(long, RoutingModel.ResourceGroup, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_GetVehiclesRequiringAResource(long, RoutingModel.ResourceGroup) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_Index(long, RoutingModel.ResourceGroup) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_IsResourceAllowedForVehicle(long, RoutingModel.ResourceGroup, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_NotifyVehicleRequiresAResource(long, RoutingModel.ResourceGroup, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_Resource_GetDimensionAttributes(long, RoutingModel.ResourceGroup.Resource, long, RoutingDimension) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_SetAllowedResourcesForVehicle(long, RoutingModel.ResourceGroup, int, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_Size(long, RoutingModel.ResourceGroup) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceGroup_VehicleRequiresAResource(long, RoutingModel.ResourceGroup, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceVar(long, RoutingModel, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_ResourceVars(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_restoreAssignment(long, RoutingModel, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_routesToAssignment(long, RoutingModel, long[][], boolean, boolean, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_SecondaryOptimizer_Solve(long, RoutingModel.SecondaryOptimizer, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setAllowedVehiclesForIndex(long, RoutingModel, int[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setAmortizedCostFactorsOfAllVehicles(long, RoutingModel, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setAmortizedCostFactorsOfVehicle(long, RoutingModel, long, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setArcCostEvaluatorOfAllVehicles(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setArcCostEvaluatorOfVehicle(long, RoutingModel, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setAssignmentFromOtherModelAssignment(long, RoutingModel, long, Assignment, long, RoutingModel, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setFirstSolutionEvaluator(long, RoutingModel, LongBinaryOperator) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_SetFirstSolutionHint(long, RoutingModel, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setFixedCostOfAllVehicles(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setFixedCostOfVehicle(long, RoutingModel, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_SetMaximumNumberOfActiveVehicles(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_SetPathEnergyCostOfVehicle(long, RoutingModel, String, String, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_SetPathEnergyCostsOfVehicle(long, RoutingModel, String, String, long, long, long, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setPickupAndDeliveryPolicyOfAllVehicles(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setPickupAndDeliveryPolicyOfVehicle(long, RoutingModel, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setPrimaryConstrainedDimension(long, RoutingModel, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_SetVehicleUsedWhenEmpty(long, RoutingModel, boolean, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_setVisitType(long, RoutingModel, long, int, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_size(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_solve__SWIG_0(long, RoutingModel, long, Assignment) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_solve__SWIG_1(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_SolveFromAssignmentsWithParameters__SWIG_0(long, RoutingModel, long, byte[], long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_SolveFromAssignmentsWithParameters__SWIG_1(long, RoutingModel, long, byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_solveFromAssignmentWithParameters(long, RoutingModel, long, Assignment, byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_solver(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_SolveWithIteratedLocalSearch(long, RoutingModel, byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_solveWithParameters(long, RoutingModel, byte[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_start(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_status(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_TimeBuffer(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_TYPE_ADDED_TO_VEHICLE_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_TYPE_ON_VEHICLE_UP_TO_VISIT_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_TYPE_SIMULTANEOUSLY_ADDED_AND_REMOVED_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_unperformedPenalty(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_unperformedPenaltyOrValue(long, RoutingModel, long, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_UpdateTimeLimit(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VariableValuePair_value_get(long, RoutingModel.VariableValuePair) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VariableValuePair_value_set(long, RoutingModel.VariableValuePair, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VariableValuePair_var_index_get(long, RoutingModel.VariableValuePair) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VariableValuePair_var_index_set(long, RoutingModel.VariableValuePair, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleIndex(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleRouteConsideredVar(long, RoutingModel, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_vehicles(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_NumTypes(long, RoutingModel.VehicleTypeContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_sorted_vehicle_classes_per_type_get(long, RoutingModel.VehicleTypeContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_sorted_vehicle_classes_per_type_set(long, RoutingModel.VehicleTypeContainer, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_Type(long, RoutingModel.VehicleTypeContainer, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_type_index_of_vehicle_get(long, RoutingModel.VehicleTypeContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_type_index_of_vehicle_set(long, RoutingModel.VehicleTypeContainer, int[]) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_VehicleClassEntry_fixed_cost_get(long, RoutingModel.VehicleTypeContainer.VehicleClassEntry) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_VehicleClassEntry_fixed_cost_set(long, RoutingModel.VehicleTypeContainer.VehicleClassEntry, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_VehicleClassEntry_vehicle_class_get(long, RoutingModel.VehicleTypeContainer.VehicleClassEntry) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_VehicleClassEntry_vehicle_class_set(long, RoutingModel.VehicleTypeContainer.VehicleClassEntry, int) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_vehicles_per_vehicle_class_get(long, RoutingModel.VehicleTypeContainer) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_VehicleTypeContainer_vehicles_per_vehicle_class_set(long, RoutingModel.VehicleTypeContainer, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_vehicleVar(long, RoutingModel, long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_vehicleVars(long, RoutingModel) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModel_writeAssignment(long, RoutingModel, String) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModelParameters - Class in com.google.ortools.constraintsolver
Parameters which have to be set when creating a RoutingModel.
RoutingModelParameters.Builder - Class in com.google.ortools.constraintsolver
Parameters which have to be set when creating a RoutingModel.
RoutingModelParametersOrBuilder - Interface in com.google.ortools.constraintsolver
 
RoutingModelVisitor - Class in com.google.ortools.constraintsolver
Routing model visitor.
RoutingModelVisitor(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingModelVisitor
 
RoutingModelVisitor() - Constructor for class com.google.ortools.constraintsolver.RoutingModelVisitor
 
RoutingModelVisitor_kLightElement2_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModelVisitor_kLightElement_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModelVisitor_kRemoveValues_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingModelVisitor_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
RoutingParameters - Class in com.google.ortools.constraintsolver
 
RoutingSearchParameters - Class in com.google.ortools.constraintsolver
Parameters defining the search used to solve vehicle routing problems.
RoutingSearchParameters.Builder - Class in com.google.ortools.constraintsolver
Parameters defining the search used to solve vehicle routing problems.
RoutingSearchParameters.ImprovementSearchLimitParameters - Class in com.google.ortools.constraintsolver
Parameters required for the improvement search limit.
RoutingSearchParameters.ImprovementSearchLimitParameters.Builder - Class in com.google.ortools.constraintsolver
Parameters required for the improvement search limit.
RoutingSearchParameters.ImprovementSearchLimitParametersOrBuilder - Interface in com.google.ortools.constraintsolver
 
RoutingSearchParameters.InsertionSortingProperty - Enum in com.google.ortools.constraintsolver
Properties used to select in which order nodes or node pairs are considered in insertion heuristics.
RoutingSearchParameters.LocalSearchNeighborhoodOperators - Class in com.google.ortools.constraintsolver
Local search neighborhood operators used to build a solutions neighborhood.
RoutingSearchParameters.LocalSearchNeighborhoodOperators.Builder - Class in com.google.ortools.constraintsolver
Local search neighborhood operators used to build a solutions neighborhood.
RoutingSearchParameters.LocalSearchNeighborhoodOperatorsOrBuilder - Interface in com.google.ortools.constraintsolver
 
RoutingSearchParameters.PairInsertionStrategy - Enum in com.google.ortools.constraintsolver
In insertion-based heuristics, describes what positions must be considered when inserting a pickup/delivery pair, and in what order they are considered.
RoutingSearchParameters.SchedulingSolver - Enum in com.google.ortools.constraintsolver
Underlying solver to use in dimension scheduling, respectively for continuous and mixed models.
RoutingSearchParametersOrBuilder - Interface in com.google.ortools.constraintsolver
 
RoutingSearchStatus - Class in com.google.ortools.constraintsolver
Used by `RoutingModel` to report the status of the search for a solution.
RoutingSearchStatus.Builder - Class in com.google.ortools.constraintsolver
Used by `RoutingModel` to report the status of the search for a solution.
RoutingSearchStatus.Value - Enum in com.google.ortools.constraintsolver
Protobuf enum operations_research.RoutingSearchStatus.Value
RoutingSearchStatusOrBuilder - Interface in com.google.ortools.constraintsolver
 
RUIN_AND_RECREATE_VALUE - Static variable in enum com.google.ortools.constraintsolver.PerturbationStrategy.Value
Performs a perturbation in a ruin and recreate fashion.
RUIN_COMPOSITION_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
RUIN_RECREATE_PARAMETERS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
RUIN_STRATEGIES_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
RuinCompositionStrategy - Class in com.google.ortools.constraintsolver
The ruin composition strategies specifies how ruin are selected at every ILS iteration.
RuinCompositionStrategy.Builder - Class in com.google.ortools.constraintsolver
The ruin composition strategies specifies how ruin are selected at every ILS iteration.
RuinCompositionStrategy.Value - Enum in com.google.ortools.constraintsolver
Protobuf enum operations_research.RuinCompositionStrategy.Value
RuinCompositionStrategyOrBuilder - Interface in com.google.ortools.constraintsolver
 
RuinRecreateParameters - Class in com.google.ortools.constraintsolver
Parameters to configure a perturbation based on a ruin and recreate approach.
RuinRecreateParameters.Builder - Class in com.google.ortools.constraintsolver
Parameters to configure a perturbation based on a ruin and recreate approach.
RuinRecreateParametersOrBuilder - Interface in com.google.ortools.constraintsolver
 
RuinStrategy - Class in com.google.ortools.constraintsolver
Ruin strategies, used in perturbation based on ruin and recreate approaches.
RuinStrategy.Builder - Class in com.google.ortools.constraintsolver
Ruin strategies, used in perturbation based on ruin and recreate approaches.
RuinStrategy.StrategyCase - Enum in com.google.ortools.constraintsolver
 
RuinStrategyOrBuilder - Interface in com.google.ortools.constraintsolver
 
run(Solver) - Method in class com.google.ortools.constraintsolver.Demon
This is the main callback of the demon.
RUN_ALL_RANDOMLY_VALUE - Static variable in enum com.google.ortools.constraintsolver.RuinCompositionStrategy.Value
Execute all ruin strategies in a random order.
RUN_ALL_SEQUENTIALLY_VALUE - Static variable in enum com.google.ortools.constraintsolver.RuinCompositionStrategy.Value
Execute all ruin strategies sequentially in the same order provided in input.
RUN_ONE_RANDOMLY_VALUE - Static variable in enum com.google.ortools.constraintsolver.RuinCompositionStrategy.Value
Execute a randomly selected ruin.
RunUncheckedLocalSearch(Assignment, LocalSearchFilterManager, LocalSearchOperator, SearchMonitor[], RegularLimit, SWIGTYPE_p_absl__flat_hash_setT_operations_research__IntVar_p_t) - Method in class com.google.ortools.constraintsolver.Solver
Experimental: runs a local search on the given initial solution, checking
the feasibility and the objective value of solutions using the filter
manager only (solutions are never restored in the CP world).
RunUncheckedLocalSearch(Assignment, LocalSearchFilterManager, LocalSearchOperator, SearchMonitor[], RegularLimit) - Method in class com.google.ortools.constraintsolver.Solver
Experimental: runs a local search on the given initial solution, checking
the feasibility and the objective value of solutions using the filter
manager only (solutions are never restored in the CP world).

S

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
Deprecated.
Use the solve() method with the same signature, after setting the enumerate_all_solution parameter to true.
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
Deprecated.
operations_research.pdlp.TerminationCriteria.eps_optimal_absolute is deprecated. See ortools/pdlp/solvers.proto;l=147
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
Deprecated.
operations_research.pdlp.TerminationCriteria.eps_optimal_relative is deprecated. See ortools/pdlp/solvers.proto;l=154
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
Deprecated.
Use the solve() method with the same signature.
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.

T

TABLE_COMPRESSION_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
TABLE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ConstraintProto
 
TableConstraint - Class in com.google.ortools.sat
Specialized assignment constraint.
TableConstraint(CpModelProto.Builder) - Constructor for class com.google.ortools.sat.TableConstraint
 
TableConstraintProto - Class in com.google.ortools.sat
The values of the n-tuple formed by the given expression can only be one of the listed n-tuples in values.
TableConstraintProto.Builder - Class in com.google.ortools.sat
The values of the n-tuple formed by the given expression can only be one of the listed n-tuples in values.
TableConstraintProtoOrBuilder - Interface in com.google.ortools.sat
 
TABU_SEARCH_VALUE - Static variable in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Uses tabu search to escape local minima (cf. http://en.wikipedia.org/wiki/Tabu_search).
TAIL_FIELD_NUMBER - Static variable in class com.google.ortools.graph.FlowArcProto
 
TAILS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CircuitConstraintProto
 
TAILS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.RoutesConstraintProto
 
TARGET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ElementConstraintProto
 
TARGET_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearArgumentProto
 
TARGET_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
TARGET_NAME_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
TARGET_TYPE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
target_var() - Method in class com.google.ortools.constraintsolver.CastConstraint
 
term(LinearArgument, double) - Static method in interface com.google.ortools.modelbuilder.LinearExpr
Shortcut for newBuilder().addTerm(expr, coeff).build()
term(IntVar, double) - Static method in class com.google.ortools.sat.DoubleLinearExpr
Creates a linear term (var * coefficient).
term(Literal, double) - Static method in class com.google.ortools.sat.DoubleLinearExpr
Creates a linear term (lit * coefficient).
term(LinearArgument, long) - Static method in interface com.google.ortools.sat.LinearExpr
Shortcut for newBuilder().addTerm(expr, coeff).build()
TERMINATION_CHECK_FREQUENCY_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
TERMINATION_CRITERIA_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
TERMINATION_REASON_DUAL_INFEASIBLE_VALUE - Static variable in enum com.google.ortools.pdlp.TerminationReason
Note in this situation the primal could be either unbounded or infeasible.
TERMINATION_REASON_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
TERMINATION_REASON_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.SolveLog
 
TERMINATION_REASON_INTERRUPTED_BY_USER_VALUE - Static variable in enum com.google.ortools.pdlp.TerminationReason
TERMINATION_REASON_INTERRUPTED_BY_USER = 12;
TERMINATION_REASON_INVALID_INITIAL_SOLUTION_VALUE - Static variable in enum com.google.ortools.pdlp.TerminationReason
Indicates that the solver detected that the initial solution that was provided was invalid, e.g., wrong size or containing NAN or inf.
TERMINATION_REASON_INVALID_PARAMETER_VALUE - Static variable in enum com.google.ortools.pdlp.TerminationReason
Indicates that an invalid value for the parameters was detected.
TERMINATION_REASON_INVALID_PROBLEM_VALUE - Static variable in enum com.google.ortools.pdlp.TerminationReason
Indicates that the solver detected invalid problem data, e.g., inconsistent bounds.
TERMINATION_REASON_ITERATION_LIMIT_VALUE - Static variable in enum com.google.ortools.pdlp.TerminationReason
TERMINATION_REASON_ITERATION_LIMIT = 5;
TERMINATION_REASON_KKT_MATRIX_PASS_LIMIT_VALUE - Static variable in enum com.google.ortools.pdlp.TerminationReason
TERMINATION_REASON_KKT_MATRIX_PASS_LIMIT = 8;
TERMINATION_REASON_NUMERICAL_ERROR_VALUE - Static variable in enum com.google.ortools.pdlp.TerminationReason
TERMINATION_REASON_NUMERICAL_ERROR = 6;
TERMINATION_REASON_OPTIMAL_VALUE - Static variable in enum com.google.ortools.pdlp.TerminationReason
TERMINATION_REASON_OPTIMAL = 1;
TERMINATION_REASON_OTHER_VALUE - Static variable in enum com.google.ortools.pdlp.TerminationReason
TERMINATION_REASON_OTHER = 7;
TERMINATION_REASON_PRIMAL_INFEASIBLE_VALUE - Static variable in enum com.google.ortools.pdlp.TerminationReason
Note in this situation the dual could be either unbounded or infeasible.
TERMINATION_REASON_PRIMAL_OR_DUAL_INFEASIBLE_VALUE - Static variable in enum com.google.ortools.pdlp.TerminationReason
Primal or dual infeasibility was detected (e.g. by presolve) but no certificate is available.
TERMINATION_REASON_TIME_LIMIT_VALUE - Static variable in enum com.google.ortools.pdlp.TerminationReason
TERMINATION_REASON_TIME_LIMIT = 4;
TERMINATION_REASON_UNSPECIFIED_VALUE - Static variable in enum com.google.ortools.pdlp.TerminationReason
TERMINATION_REASON_UNSPECIFIED = 0;
TERMINATION_STRING_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.SolveLog
 
TerminationCriteria - Class in com.google.ortools.pdlp
Relevant readings on infeasibility certificates: (1) https://docs.mosek.com/modeling-cookbook/qcqo.html provides references explaining why the primal rays imply dual infeasibility and dual rays imply primal infeasibility
TerminationCriteria.Builder - Class in com.google.ortools.pdlp
Relevant readings on infeasibility certificates: (1) https://docs.mosek.com/modeling-cookbook/qcqo.html provides references explaining why the primal rays imply dual infeasibility and dual rays imply primal infeasibility
TerminationCriteria.DetailedOptimalityCriteria - Class in com.google.ortools.pdlp
Protobuf type operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria
TerminationCriteria.DetailedOptimalityCriteria.Builder - Class in com.google.ortools.pdlp
Protobuf type operations_research.pdlp.TerminationCriteria.DetailedOptimalityCriteria
TerminationCriteria.DetailedOptimalityCriteriaOrBuilder - Interface in com.google.ortools.pdlp
 
TerminationCriteria.OptimalityCriteriaCase - Enum in com.google.ortools.pdlp
 
TerminationCriteria.SimpleOptimalityCriteria - Class in com.google.ortools.pdlp
Protobuf type operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria
TerminationCriteria.SimpleOptimalityCriteria.Builder - Class in com.google.ortools.pdlp
Protobuf type operations_research.pdlp.TerminationCriteria.SimpleOptimalityCriteria
TerminationCriteria.SimpleOptimalityCriteriaOrBuilder - Interface in com.google.ortools.pdlp
 
TerminationCriteriaOrBuilder - Interface in com.google.ortools.pdlp
 
TerminationReason - Enum in com.google.ortools.pdlp
Protobuf enum operations_research.pdlp.TerminationReason
test(long, long, long) - Method in interface com.google.ortools.constraintsolver.LongTernaryPredicate
Evaluates this predicate on the given arguments.
TIGHTENED_VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
TIME_EXPRS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ReservoirConstraintProto
 
TIME_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RegularLimitParameters
 
TIME_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
TIME_SEC_LIMIT_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.TerminationCriteria
 
TimeBuffer() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the time buffer to safely return a solution.
toBuilder() - Method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
toBuilder() - Method in class com.google.ortools.algorithms.SetCoverProto
 
toBuilder() - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
toBuilder() - Method in class com.google.ortools.bop.BopOptimizerMethod
 
toBuilder() - Method in class com.google.ortools.bop.BopParameters
 
toBuilder() - Method in class com.google.ortools.bop.BopSolverOptimizerSet
 
toBuilder() - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
toBuilder() - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
toBuilder() - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
toBuilder() - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
toBuilder() - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
toBuilder() - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
toBuilder() - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
toBuilder() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
toBuilder() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
toBuilder() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
toBuilder() - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
toBuilder() - Method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
toBuilder() - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
toBuilder() - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
toBuilder() - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
toBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
toBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
toBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
toBuilder() - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
toBuilder() - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
toBuilder() - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
toBuilder() - Method in class com.google.ortools.constraintsolver.RuinStrategy
 
toBuilder() - Method in class com.google.ortools.constraintsolver.SearchStatistics
 
toBuilder() - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
toBuilder() - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
toBuilder() - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
toBuilder() - Method in class com.google.ortools.glop.GlopParameters
 
toBuilder() - Method in class com.google.ortools.graph.FlowArcProto
 
toBuilder() - Method in class com.google.ortools.graph.FlowModelProto
 
toBuilder() - Method in class com.google.ortools.graph.FlowNodeProto
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPModelProto
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPModelRequest
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPSolution
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPSolveInfo
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
toBuilder() - Method in class com.google.ortools.linearsolver.MPVariableProto
 
toBuilder() - Method in class com.google.ortools.linearsolver.OptionalDouble
 
toBuilder() - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
toBuilder() - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
toBuilder() - Method in class com.google.ortools.pdlp.ConvergenceInformation
 
toBuilder() - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
toBuilder() - Method in class com.google.ortools.pdlp.InfeasibilityInformation
 
toBuilder() - Method in class com.google.ortools.pdlp.IterationStats
 
toBuilder() - Method in class com.google.ortools.pdlp.MalitskyPockParams
 
toBuilder() - Method in class com.google.ortools.pdlp.PointMetadata
 
toBuilder() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
toBuilder() - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
toBuilder() - Method in class com.google.ortools.pdlp.QuadraticProgramStats
 
toBuilder() - Method in class com.google.ortools.pdlp.SolveLog
 
toBuilder() - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
toBuilder() - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
toBuilder() - Method in class com.google.ortools.pdlp.TerminationCriteria
 
toBuilder() - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.BoolArgumentProto
 
toBuilder() - Method in class com.google.ortools.sat.BooleanAssignment
 
toBuilder() - Method in class com.google.ortools.sat.CircuitConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.ConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.CpModelProto
 
toBuilder() - Method in class com.google.ortools.sat.CpObjectiveProto
 
toBuilder() - Method in class com.google.ortools.sat.CpSolverResponse
 
toBuilder() - Method in class com.google.ortools.sat.CpSolverSolution
 
toBuilder() - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.DecisionStrategyProto
 
toBuilder() - Method in class com.google.ortools.sat.DenseMatrixProto
 
toBuilder() - Method in class com.google.ortools.sat.ElementConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.FloatObjectiveProto
 
toBuilder() - Method in class com.google.ortools.sat.IntegerVariableProto
 
toBuilder() - Method in class com.google.ortools.sat.IntervalConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.InverseConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.LinearArgumentProto
 
toBuilder() - Method in class com.google.ortools.sat.LinearBooleanConstraint
 
toBuilder() - Method in class com.google.ortools.sat.LinearBooleanProblem
 
toBuilder() - Method in class com.google.ortools.sat.LinearConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.LinearExpressionProto
 
toBuilder() - Method in class com.google.ortools.sat.LinearObjective
 
toBuilder() - Method in class com.google.ortools.sat.ListOfVariablesProto
 
toBuilder() - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.PartialVariableAssignment
 
toBuilder() - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.RoutesConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.SatParameters
 
toBuilder() - Method in class com.google.ortools.sat.SparsePermutationProto
 
toBuilder() - Method in class com.google.ortools.sat.SymmetryProto
 
toBuilder() - Method in class com.google.ortools.sat.TableConstraintProto
 
toBuilder() - Method in class com.google.ortools.sat.v1.CpSolverRequest
 
toBuilder() - Method in class com.google.ortools.util.Int128
 
topPeriodicCheck() - Method in class com.google.ortools.constraintsolver.Solver
Performs PeriodicCheck on the top-level search; for instance, can be
called from a nested solve to check top-level limits.
topProgressPercent() - Method in class com.google.ortools.constraintsolver.Solver
Returns a percentage representing the propress of the search before
reaching the limits of the top-level search (can be called from a nested
solve).
toString() - Method in class com.google.ortools.constraintsolver.Assignment
 
toString() - Method in class com.google.ortools.constraintsolver.BaseObject
 
toString() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
toString() - Method in class com.google.ortools.constraintsolver.Constraint
 
toString() - Method in class com.google.ortools.constraintsolver.Decision
 
toString() - Method in class com.google.ortools.constraintsolver.DecisionBuilder
 
toString() - Method in class com.google.ortools.constraintsolver.Demon
 
toString() - Method in class com.google.ortools.constraintsolver.GlobalVehicleBreaksConstraint
 
toString() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
toString() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
toString() - Method in class com.google.ortools.constraintsolver.IntVarIterator
Pretty Print.
toString() - Method in class com.google.ortools.constraintsolver.LocalSearchFilterManager
 
toString() - Method in class com.google.ortools.constraintsolver.LocalSearchMonitor
 
toString() - Method in class com.google.ortools.constraintsolver.OptimizeVar
 
toString() - Method in class com.google.ortools.constraintsolver.Pack
 
toString() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
 
toString() - Method in class com.google.ortools.constraintsolver.PropagationMonitor
 
toString() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
toString() - Method in class com.google.ortools.constraintsolver.RevPartialSequence
 
toString() - Method in class com.google.ortools.constraintsolver.SearchLimit
 
toString() - Method in class com.google.ortools.constraintsolver.SearchLog
 
toString() - Method in class com.google.ortools.constraintsolver.SequenceVar
 
toString() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
toString() - Method in class com.google.ortools.constraintsolver.SolutionCollector
 
toString() - Method in class com.google.ortools.constraintsolver.Solver
misc debug string.
toString() - Method in class com.google.ortools.modelbuilder.ConstantExpression
 
toString() - Method in class com.google.ortools.modelbuilder.Variable
 
toString() - Method in class com.google.ortools.sat.BoolVar
 
toString() - Method in class com.google.ortools.sat.ConstantExpression
 
toString() - Method in class com.google.ortools.sat.IntervalVar
 
toString() - Method in class com.google.ortools.sat.IntVar
 
toString() - Method in class com.google.ortools.sat.NotBoolVar
Returns a short string describing this literal.
toString() - Method in class com.google.ortools.util.Domain
Returns a compact string of a vector of intervals like "[1,4][6][10,20]".
toString() - Method in class com.google.ortools.util.SortedDisjointIntervalList
 
TOTAL_NUM_ACCEPTED_NEIGHBORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
TOTAL_NUM_FILTERED_NEIGHBORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
TOTAL_NUM_NEIGHBORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
TRACE_PROPAGATION_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
TRACE_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
TRACE_VAR - Static variable in interface com.google.ortools.constraintsolver.mainConstants
 
TRACE_VAR_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
TRAIL_BLOCK_SIZE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
TRANSITION_HEAD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.AutomatonConstraintProto
 
TRANSITION_LABEL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.AutomatonConstraintProto
 
TRANSITION_TAIL_FIELD_NUMBER - Static variable in class com.google.ortools.sat.AutomatonConstraintProto
 
transitionTime(int, int) - Method in class com.google.ortools.constraintsolver.DisjunctiveConstraint
 
transits() - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
transitVar(long) - Method in class com.google.ortools.constraintsolver.RoutingDimension
 
TRIANGULAR_VALUE - Static variable in enum com.google.ortools.glop.GlopParameters.InitialBasisHeuristic
Replace the fixed columns while keeping the initial basis triangular.
trueLiteral() - Method in class com.google.ortools.sat.CpModel
Returns the true literal.
tryDecisions(DecisionBuilder, DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
Creates a decision builder which will create a search tree where each
decision builder is called from the top of the search tree.
tryDecisions(DecisionBuilder, DecisionBuilder, DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
 
tryDecisions(DecisionBuilder, DecisionBuilder, DecisionBuilder, DecisionBuilder) - Method in class com.google.ortools.constraintsolver.Solver
 
tryDecisions(DecisionBuilder[]) - Method in class com.google.ortools.constraintsolver.Solver
 
TSPLNS - Static variable in class com.google.ortools.constraintsolver.Solver
TSP-base LNS.
TSPOPT - Static variable in class com.google.ortools.constraintsolver.Solver
Sliding TSP operator.
TWOOPT - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which reverses a sub-chain of a path.
Type(int) - Method in class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
TYPE_ADDED_TO_VEHICLE - Static variable in class com.google.ortools.constraintsolver.RoutingModel
When visited, the number of types 'T' on the vehicle increases by one.
TYPE_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopOptimizerMethod
 
TYPE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSosConstraint
 
TYPE_ON_VEHICLE_UP_TO_VISIT - Static variable in class com.google.ortools.constraintsolver.RoutingModel
With the following policy, the visit enforces that type 'T' is
considered on the route from its start until this node is visited.
TYPE_SIMULTANEOUSLY_ADDED_AND_REMOVED - Static variable in class com.google.ortools.constraintsolver.RoutingModel
The visit doesn't have an impact on the number of types 'T' on the
route, as it's (virtually) added and removed directly.
TypeIncompatibilityChecker - Class in com.google.ortools.constraintsolver
Checker for type incompatibilities.
TypeIncompatibilityChecker(long, boolean) - Constructor for class com.google.ortools.constraintsolver.TypeIncompatibilityChecker
 
TypeIncompatibilityChecker(RoutingModel, boolean) - Constructor for class com.google.ortools.constraintsolver.TypeIncompatibilityChecker
 
TypeIncompatibilityChecker_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
TypeRegulationsChecker - Class in com.google.ortools.constraintsolver
 
TypeRegulationsChecker(long, boolean) - Constructor for class com.google.ortools.constraintsolver.TypeRegulationsChecker
 
TypeRegulationsConstraint - Class in com.google.ortools.constraintsolver
The following constraint ensures that incompatibilities and requirements
between types are respected.
TypeRegulationsConstraint(long, boolean) - Constructor for class com.google.ortools.constraintsolver.TypeRegulationsConstraint
 
TypeRegulationsConstraint(RoutingModel) - Constructor for class com.google.ortools.constraintsolver.TypeRegulationsConstraint
 
TypeRegulationsConstraint_initialPropagate(long, TypeRegulationsConstraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
TypeRegulationsConstraint_post(long, TypeRegulationsConstraint) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
TypeRegulationsConstraint_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 
TypeRequirementChecker - Class in com.google.ortools.constraintsolver
Checker for type requirements.
TypeRequirementChecker(long, boolean) - Constructor for class com.google.ortools.constraintsolver.TypeRequirementChecker
 
TypeRequirementChecker(RoutingModel) - Constructor for class com.google.ortools.constraintsolver.TypeRequirementChecker
 
TypeRequirementChecker_SWIGUpcast(long) - Static method in class com.google.ortools.constraintsolver.mainJNI
 

U

ub() - Method in class com.google.ortools.linearsolver.MPConstraint
Returns the upper bound.
ub() - Method in class com.google.ortools.linearsolver.MPVariable
Returns the upper bound.
UNACTIVELNS - Static variable in class com.google.ortools.constraintsolver.Solver
Operator which relaxes all inactive nodes and one sub-chain of six
consecutive arcs.
unassignAllRemainingItems() - Method in class com.google.ortools.constraintsolver.Pack
 
unchecked_solutions() - Method in class com.google.ortools.constraintsolver.Solver
The number of unchecked solutions found by local search.
UNDEFINED_VALUE - Static variable in enum com.google.ortools.algorithms.SetCoverSolutionResponse.Status
Undefined.
unfreezeQueue() - Method in class com.google.ortools.constraintsolver.PropagationBaseObject
This method unfreezes the propagation queue.
unionWith(Domain) - Method in class com.google.ortools.util.Domain
Returns the union of D and domain.
UNIT_COST_FIELD_NUMBER - Static variable in class com.google.ortools.graph.FlowArcProto
 
UNKNOWN_VALUE - Static variable in enum com.google.ortools.sat.CpSolverStatus
The status of the model is still unknown.
unperformed(SequenceVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
unperformed() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
unperformed(int, SequenceVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
This is a shortcut to get the list of unperformed of 'var' in the
nth solution.
unperformedPenalty(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Get the "unperformed" penalty of a node.
unperformedPenaltyOrValue(long, long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Same as above except that it returns default_value instead of 0 when
penalty is not well defined (default value is passed as first argument to
simplify the usage of the method in a callback).
UNSET_VALUE - Static variable in enum com.google.ortools.constraintsolver.AcceptanceStrategy.Value
Unspecified value.
UNSET_VALUE - Static variable in enum com.google.ortools.constraintsolver.CoolingScheduleStrategy.Value
Unspecified value.
UNSET_VALUE - Static variable in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
See the homonymous value in LocalSearchMetaheuristic.
UNSET_VALUE - Static variable in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Means "not set".
UNSET_VALUE - Static variable in enum com.google.ortools.constraintsolver.PerturbationStrategy.Value
Unspecified value.
UNSET_VALUE - Static variable in enum com.google.ortools.constraintsolver.RuinCompositionStrategy.Value
Unspecified value.
UNSPECIFIED - Static variable in interface com.google.ortools.constraintsolver.mainConstants
This enum is used internally to do dynamic typing on subclasses of integer
variables.
UNSPECIFIED_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
UpdateLimits(SWIGTYPE_p_absl__Duration, long, long, long) - Method in class com.google.ortools.constraintsolver.RegularLimit
 
UpdateTimeLimit(SWIGTYPE_p_absl__Duration) - Method in class com.google.ortools.constraintsolver.RoutingModel
Updates the time limit of the search limit.
UPPER_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPConstraintProto
 
UPPER_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
UPPER_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPVariableProto
 
UPPER_BOUND_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearBooleanConstraint
 
USE_ABSL_RANDOM_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_ALL_DIFFERENT_FOR_CIRCUIT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_ALL_POSSIBLE_DISJUNCTIONS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
USE_AREA_ENERGETIC_REASONING_IN_NO_OVERLAP_2D_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_BLOCKING_RESTART_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_COMBINED_NO_OVERLAP_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_CONSERVATIVE_SCALE_OVERLOAD_CHECKER_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_CP_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
USE_CP_SAT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
USE_CROSS_EXCHANGE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_CROSS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_CUMULATIVE_EDGE_FINDER_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
USE_CUMULATIVE_TIME_TABLE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
USE_CUMULATIVE_TIME_TABLE_SYNC_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
USE_DEDICATED_DUAL_FEASIBILITY_ALGORITHM_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
USE_DEPTH_FIRST_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
USE_DIAGONAL_QP_TRUST_REGION_SOLVER_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
USE_DISJUNCTIVE_CONSTRAINT_IN_CUMULATIVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_DUAL_SCHEDULING_HEURISTICS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_DUAL_SIMPLEX_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
USE_DYNAMIC_PRECEDENCE_IN_CUMULATIVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_DYNAMIC_PRECEDENCE_IN_DISJUNCTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_ELEMENT_RMQ_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
USE_ENERGETIC_REASONING_IN_NO_OVERLAP_2D_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_ERWA_HEURISTIC_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_EXACT_LP_REASON_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_EXCHANGE_AND_MAKE_ACTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_EXCHANGE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_EXCHANGE_PAIR_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_EXCHANGE_PATH_START_ENDS_AND_MAKE_ACTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_EXCHANGE_SUBTRIP_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_EXTENDED_PROBING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_EXTENDED_SWAP_ACTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_FEASIBILITY_JUMP_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_FEASIBILITY_POLISHING_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
USE_FEASIBILITY_PUMP_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_FULL_PATH_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_FULL_PROPAGATION_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
USE_GENERALIZED_CP_SAT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
USE_GLOBAL_CHEAPEST_INSERTION_CLOSE_NODES_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_GLOBAL_CHEAPEST_INSERTION_EXPENSIVE_CHAIN_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_GLOBAL_CHEAPEST_INSERTION_PATH_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_GLOP_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
USE_GUIDED_LOCAL_SEARCH_PENALTIES_IN_LOCAL_SEARCH_OPERATORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
USE_HARD_PRECEDENCES_IN_CUMULATIVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_IMPLIED_BOUNDS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_IMPLIED_FREE_PREPROCESSOR_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
USE_INACTIVE_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_ITERATED_LOCAL_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
USE_LB_RELAX_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_LEARNED_BINARY_CLAUSES_IN_LP_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
USE_LIGHT_RELOCATE_PAIR_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_LIN_KERNIGHAN_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_LNS_ONLY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_LOCAL_CHEAPEST_INSERTION_CLOSE_NODES_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_LOCAL_CHEAPEST_INSERTION_EXPENSIVE_CHAIN_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_LOCAL_CHEAPEST_INSERTION_PATH_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_LP_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
USE_LP_STRONG_BRANCHING_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
USE_LS_ONLY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_MAKE_ACTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_MAKE_CHAIN_INACTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_MAKE_INACTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_MIDDLE_PRODUCT_FORM_UPDATE_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
USE_MULTI_ARMED_BANDIT_CONCATENATE_OPERATORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
USE_NODE_PAIR_SWAP_ACTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_OBJECTIVE_LB_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_OBJECTIVE_SHAVING_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_OPTIMIZATION_HINTS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_OPTIONAL_VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_OR_OPT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_OVERLOAD_CHECKER_IN_CUMULATIVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_PATH_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_PB_RESOLUTION_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_PHASE_SAVING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_POTENTIAL_ONE_FLIP_REPAIRS_IN_LS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
USE_PRECEDENCES_IN_DISJUNCTIVE_CONSTRAINT_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_PREPROCESSING_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
USE_PROBING_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_RANDOM_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
USE_RELOCATE_AND_MAKE_ACTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_RELOCATE_EXPENSIVE_CHAIN_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_RELOCATE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_RELOCATE_NEIGHBORS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_RELOCATE_PAIR_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_RELOCATE_PATH_GLOBAL_CHEAPEST_INSERTION_INSERT_UNPERFORMED_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_RELOCATE_SUBTRIP_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_RINS_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_SAT_INPROCESSING_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_SAT_TO_CHOOSE_LNS_NEIGHBOURHOOD_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
USE_SCALING_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
USE_SEQUENCE_HIGH_DEMAND_TASKS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
USE_SHARED_TREE_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_SHAVING_IN_PROBING_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_SHORTEST_PATH_SWAP_ACTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_SHORTEST_PATH_TWO_OPT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_SMALL_TABLE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
USE_STRONG_PROPAGATION_IN_DISJUNCTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_SWAP_ACTIVE_CHAIN_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_SWAP_ACTIVE_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_SYMMETRY_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
USE_SYMMETRY_IN_LP_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_TIMETABLE_EDGE_FINDING_IN_CUMULATIVE_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_TIMETABLING_IN_NO_OVERLAP_2D_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_TRANSPOSED_MATRIX_FIELD_NUMBER - Static variable in class com.google.ortools.glop.GlopParameters
 
USE_TRANSPOSITION_TABLE_IN_LS_FIELD_NUMBER - Static variable in class com.google.ortools.bop.BopParameters
 
USE_TRY_EDGE_REASONING_IN_NO_OVERLAP_2D_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
USE_TSP_LNS_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_TSP_OPT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_TWO_OPT_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
USE_UNFILTERED_FIRST_SOLUTION_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
USE_VARIABLES_SHAVING_SEARCH_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
UseFastLocalSearch() - Method in class com.google.ortools.constraintsolver.Solver
Returns true if fast local search is enabled.
USER_GUIDED_FIRST_SOLUTION_VALUE - Static variable in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
USER_GUIDED_FIRST_SOLUTION = 14;
USER_TIME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
useReduction() - Method in class com.google.ortools.algorithms.KnapsackSolver
 
userTime() - Method in class com.google.ortools.sat.CpSolver
Returns the user time of the search.
userTime() - Method in class com.google.ortools.sat.SolutionCallback
 

V

validate() - Method in class com.google.ortools.sat.CpModel
Returns a non empty string explaining the issue if the model is invalid.
validateModel(CpModelProto) - Static method in class com.google.ortools.sat.CpSatHelper
 
value(IntVar) - Method in class com.google.ortools.constraintsolver.Assignment
 
value() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
value(int, int) - Method in class com.google.ortools.constraintsolver.IntTupleSet
 
value() - Method in class com.google.ortools.constraintsolver.IntVar
This method returns the value of the variable.
value() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
value() - Method in class com.google.ortools.constraintsolver.IntVarIterator
This method returns the current value of the iterator.
value(int) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
value(long) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
Returns the value in the current assignment of the variable of given
index.
value() - Method in class com.google.ortools.constraintsolver.RevBool
 
value() - Method in class com.google.ortools.constraintsolver.RevInteger
 
value() - Method in class com.google.ortools.constraintsolver.RevLong
 
value(int, IntVar) - Method in class com.google.ortools.constraintsolver.SolutionCollector
This is a shortcut to get the Value of 'var' in the nth solution.
value() - Method in class com.google.ortools.linearsolver.MPObjective
Returns the objective value of the best solution found so far.
value(LinearArgument) - Method in class com.google.ortools.sat.CpSolver
Returns the value of a linear expression in the last solution found.
value(LinearArgument) - Method in class com.google.ortools.sat.CpSolverSolutionCallback
Returns the value of the linear expression in the current solution.
VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.OptionalDouble
 
valueOf(String) - Static method in enum com.google.ortools.algorithms.KnapsackSolver.SolverType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.algorithms.SetCoverSolutionResponse.Status
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.algorithms.SetCoverSolutionResponse.Status
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.algorithms.SetCoverSolutionResponse.Status
 
valueOf(String) - Static method in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
 
valueOf(String) - Static method in enum com.google.ortools.bop.BopParameters.ThreadSynchronizationType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.bop.BopParameters.ThreadSynchronizationType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.bop.BopParameters.ThreadSynchronizationType
 
valueOf(String) - Static method in enum com.google.ortools.constraintsolver.AcceptanceStrategy.Value
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.constraintsolver.AcceptanceStrategy.Value
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.constraintsolver.AcceptanceStrategy.Value
 
valueOf(String) - Static method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
 
valueOf(String) - Static method in enum com.google.ortools.constraintsolver.CoolingScheduleStrategy.Value
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.constraintsolver.CoolingScheduleStrategy.Value
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.constraintsolver.CoolingScheduleStrategy.Value
 
valueOf(String) - Static method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
 
valueOf(String) - Static method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
 
valueOf(String) - Static method in enum com.google.ortools.constraintsolver.PerturbationStrategy.Value
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.constraintsolver.PerturbationStrategy.Value
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.constraintsolver.PerturbationStrategy.Value
 
valueOf(String) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.InsertionSortingProperty
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.InsertionSortingProperty
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.InsertionSortingProperty
 
valueOf(String) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.PairInsertionStrategy
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.PairInsertionStrategy
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.PairInsertionStrategy
 
valueOf(String) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
 
valueOf(String) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchStatus.Value
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchStatus.Value
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.constraintsolver.RoutingSearchStatus.Value
 
valueOf(String) - Static method in enum com.google.ortools.constraintsolver.RuinCompositionStrategy.Value
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.constraintsolver.RuinCompositionStrategy.Value
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.constraintsolver.RuinCompositionStrategy.Value
 
valueOf(String) - Static method in enum com.google.ortools.constraintsolver.RuinStrategy.StrategyCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.constraintsolver.RuinStrategy.StrategyCase
valueOf(String) - Static method in enum com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
 
valueOf(String) - Static method in enum com.google.ortools.glop.GlopParameters.InitialBasisHeuristic
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.glop.GlopParameters.InitialBasisHeuristic
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.glop.GlopParameters.InitialBasisHeuristic
 
valueOf(String) - Static method in enum com.google.ortools.glop.GlopParameters.PricingRule
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.glop.GlopParameters.PricingRule
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.glop.GlopParameters.PricingRule
 
valueOf(String) - Static method in enum com.google.ortools.glop.GlopParameters.ScalingAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.glop.GlopParameters.ScalingAlgorithm
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.glop.GlopParameters.ScalingAlgorithm
 
valueOf(String) - Static method in enum com.google.ortools.glop.GlopParameters.SolverBehavior
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.glop.GlopParameters.SolverBehavior
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.glop.GlopParameters.SolverBehavior
 
valueOf(String) - Static method in enum com.google.ortools.graph.FlowModelProto.ProblemType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.graph.FlowModelProto.ProblemType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.graph.FlowModelProto.ProblemType
 
valueOf(String) - Static method in enum com.google.ortools.graph.LinearSumAssignment.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.graph.MaxFlow.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.graph.MinCostFlowBase.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
 
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
 
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolver.BasisStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolver.ResultStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
 
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.DoubleParam
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.IncrementalityValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.IntegerParam
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.LpAlgorithmValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.PresolveValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.ScalingValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
 
valueOf(String) - Static method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
 
valueOf(String) - Static method in enum com.google.ortools.modelbuilder.SolveStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.ortools.pdlp.OptimalityNorm
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.pdlp.OptimalityNorm
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.pdlp.OptimalityNorm
 
valueOf(String) - Static method in enum com.google.ortools.pdlp.PointType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.pdlp.PointType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.pdlp.PointType
 
valueOf(String) - Static method in enum com.google.ortools.pdlp.PolishingPhaseType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.pdlp.PolishingPhaseType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.pdlp.PolishingPhaseType
 
valueOf(String) - Static method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule
 
valueOf(String) - Static method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.RestartStrategy
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.RestartStrategy
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.RestartStrategy
 
valueOf(String) - Static method in enum com.google.ortools.pdlp.RestartChoice
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.pdlp.RestartChoice
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.pdlp.RestartChoice
 
valueOf(String) - Static method in enum com.google.ortools.pdlp.SchedulerType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.pdlp.SchedulerType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.pdlp.SchedulerType
 
valueOf(String) - Static method in enum com.google.ortools.pdlp.TerminationCriteria.OptimalityCriteriaCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.pdlp.TerminationCriteria.OptimalityCriteriaCase
valueOf(String) - Static method in enum com.google.ortools.pdlp.TerminationReason
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.pdlp.TerminationReason
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.pdlp.TerminationReason
 
valueOf(String) - Static method in enum com.google.ortools.sat.ConstraintProto.ConstraintCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.sat.ConstraintProto.ConstraintCase
valueOf(String) - Static method in enum com.google.ortools.sat.CpSolverStatus
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.sat.CpSolverStatus
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.CpSolverStatus
 
valueOf(String) - Static method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
 
valueOf(String) - Static method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
 
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
 
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
 
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.ClauseProtection
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.ClauseProtection
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.ClauseProtection
 
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
 
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
 
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
 
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
 
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.Polarity
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.Polarity
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.Polarity
 
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
 
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.SearchBranching
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.SearchBranching
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.SearchBranching
 
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
 
valueOf(String) - Static method in enum com.google.ortools.sat.SatParameters.VariableOrder
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.sat.SatParameters.VariableOrder
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.sat.SatParameters.VariableOrder
 
valueOf(String) - Static method in enum com.google.ortools.util.OptionalBoolean
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.ortools.util.OptionalBoolean
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.ortools.util.OptionalBoolean
 
values() - Static method in enum com.google.ortools.algorithms.KnapsackSolver.SolverType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.algorithms.SetCoverSolutionResponse.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.bop.BopOptimizerMethod.OptimizerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.bop.BopParameters.ThreadSynchronizationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.constraintsolver.AcceptanceStrategy.Value
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.constraintsolver.ConstraintSolverParameters.TrailCompression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.constraintsolver.CoolingScheduleStrategy.Value
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.constraintsolver.FirstSolutionStrategy.Value
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.constraintsolver.LocalSearchMetaheuristic.Value
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.constraintsolver.PerturbationStrategy.Value
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.InsertionSortingProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.PairInsertionStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.constraintsolver.RoutingSearchParameters.SchedulingSolver
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.constraintsolver.RoutingSearchStatus.Value
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.constraintsolver.RuinCompositionStrategy.Value
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.constraintsolver.RuinStrategy.StrategyCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.glop.GlopParameters.CostScalingAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.glop.GlopParameters.InitialBasisHeuristic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.glop.GlopParameters.PricingRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.glop.GlopParameters.ScalingAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.glop.GlopParameters.SolverBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.graph.FlowModelProto.ProblemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.graph.LinearSumAssignment.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.graph.MaxFlow.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.graph.MinCostFlowBase.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPGeneralConstraintProto.GeneralConstraintCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolver.BasisStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolver.ResultStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolverCommonParameters.LPAlgorithmValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.DoubleParam
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.IncrementalityValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.IntegerParam
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.LpAlgorithmValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.PresolveValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolverParameters.ScalingValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSolverResponseStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.linearsolver.MPSosConstraint.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.modelbuilder.SolveStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.pdlp.OptimalityNorm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.pdlp.PointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.pdlp.PolishingPhaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.LinesearchRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.pdlp.PrimalDualHybridGradientParams.RestartStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.pdlp.RestartChoice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.pdlp.SchedulerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.pdlp.TerminationCriteria.OptimalityCriteriaCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.pdlp.TerminationReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.ConstraintProto.ConstraintCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.CpSolverStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.DecisionStrategyProto.DomainReductionStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.DecisionStrategyProto.VariableSelectionStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.BinaryMinizationAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.ClauseOrdering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.ClauseProtection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.ConflictMinimizationAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.FPRoundingMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.MaxSatAssumptionOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.MaxSatStratificationAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.Polarity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.RestartAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.SearchBranching
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.SharedTreeSplitStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.sat.SatParameters.VariableOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.ortools.util.OptionalBoolean
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverSolution
 
VALUES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.PartialVariableAssignment
 
VALUES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.TableConstraintProto
 
var() - Method in class com.google.ortools.constraintsolver.BaseIntExpr
 
var() - Method in class com.google.ortools.constraintsolver.Constraint
Creates a Boolean variable representing the status of the constraint
(false = constraint is violated, true = constraint is satisfied).
var() - Method in class com.google.ortools.constraintsolver.IntervalVarElement
 
var() - Method in class com.google.ortools.constraintsolver.IntExpr
Creates a variable from the expression.
var() - Method in class com.google.ortools.constraintsolver.IntVar
 
var() - Method in class com.google.ortools.constraintsolver.IntVarElement
 
var(int) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchFilter
 
var(long) - Method in class com.google.ortools.constraintsolver.IntVarLocalSearchOperator
Returns the variable of given index.
var() - Method in class com.google.ortools.constraintsolver.OptimizeVar
Returns the variable that is optimized.
var() - Method in class com.google.ortools.constraintsolver.SequenceVarElement
 
VAR_ADD_CST - Static variable in interface com.google.ortools.constraintsolver.mainConstants
 
VAR_ADD_CST_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
VAR_ARRAY_CONSTANT_ARRAY_EXPRESSION_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_ARRAY_CONSTANT_ARRAY_SCAL_PROD - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_ARRAY_CONSTANT_EXPRESSION_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_ARRAY_CONSTANT_INDEX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_ARRAY_EXPRESSION_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_ARRAY_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_ARRAY_MIN - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_ARRAY_SUM - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_ARRAY_ELEMENT - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_ARRAY_EXPRESSION_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_CONSTANT_BETWEEN - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_CONSTANT_CONSTRAINT_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_CONSTANT_EXPRESSION_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_CONSTANT_SEMI_CONTINUOUS - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_CONSTRAINT_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_EQUALITY - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_GREATER_OR_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_LESS_OR_EQUAL - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_CONSTANT_NON_EQUALITY - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPAbsConstraint
 
VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPArrayConstraint
 
VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPConstraintProto
 
VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSosConstraint
 
VAR_INDEX_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.PartialVariableAssignment
 
VAR_NAMES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearBooleanProblem
 
VAR_PRIORITY - Static variable in class com.google.ortools.constraintsolver.Solver
VAR_PRIORITY is between DELAYED_PRIORITY and NORMAL_PRIORITY.
VAR_TIMES_CST - Static variable in interface com.google.ortools.constraintsolver.mainConstants
 
VAR_TIMES_CST_get() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
VAR_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
VAR_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.PartialVariableAssignment
 
varBuilder - Variable in class com.google.ortools.sat.IntVar
 
varFromIndex(int) - Method in class com.google.ortools.modelbuilder.ModelBuilder
Rebuilds a variable from its index.
variable(int) - Method in class com.google.ortools.linearsolver.MPSolver
Returns the variable at position index.
Variable - Class in com.google.ortools.modelbuilder
An integer variable.
VARIABLE_ACTIVITY_DECAY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
VARIABLE_BOUND_GAPS_AVG_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
 
VARIABLE_BOUND_GAPS_L2_NORM_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
 
VARIABLE_BOUND_GAPS_MAX_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
 
VARIABLE_BOUND_GAPS_MIN_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
 
VARIABLE_BOUND_GAPS_NUM_FINITE_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.QuadraticProgramStats
 
VARIABLE_DEFAULT_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelProto.Annotation.TargetType
VARIABLE_DEFAULT = 0;
VARIABLE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelProto
 
VARIABLE_OVERRIDES_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPModelDeltaProto
 
VARIABLE_SELECTION_STRATEGY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.DecisionStrategyProto
 
VARIABLE_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolution
 
VARIABLE_VALUE_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSolutionResponse
 
variableDomain(IntegerVariableProto) - Static method in class com.google.ortools.sat.CpSatHelper
 
variableIndex - Variable in class com.google.ortools.sat.IntVar
 
variables() - Method in class com.google.ortools.linearsolver.MPSolver
Returns the array of variables handled by the MPSolver.
VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpModelProto
 
VARIABLES_FIELD_NUMBER - Static variable in class com.google.ortools.sat.DecisionStrategyProto
 
VariableValuePair(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingModel.VariableValuePair
 
VariableValuePair() - Constructor for class com.google.ortools.constraintsolver.RoutingModel.VariableValuePair
 
VARS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.AutomatonConstraintProto
 
VARS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpObjectiveProto
 
VARS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ElementConstraintProto
 
VARS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.FloatObjectiveProto
 
VARS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearConstraintProto
 
VARS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.LinearExpressionProto
 
VARS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.ListOfVariablesProto
 
VARS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.PartialVariableAssignment
 
VARS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.TableConstraintProto
 
varType() - Method in class com.google.ortools.constraintsolver.BooleanVar
 
varType() - Method in class com.google.ortools.constraintsolver.IntVar
 
varWithName(String) - Method in class com.google.ortools.constraintsolver.IntExpr
Creates a variable from the expression and set the name of the
resulting var.
VehicleClassEntry(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
 
VehicleClassEntry() - Constructor for class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
 
VehicleIndex(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the vehicle of the given start/end index, and -1 if the given
index is not a vehicle start/end.
VehicleRequiresAResource(int) - Method in class com.google.ortools.constraintsolver.RoutingModel.ResourceGroup
 
VehicleRouteConsideredVar(int) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the variable specifying whether or not the given vehicle route is
considered for costs and constraints.
vehicles() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the number of vehicle routes in the model.
VehicleTypeContainer(long, boolean) - Constructor for class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
VehicleTypeContainer() - Constructor for class com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer
 
vehicleVar(long) - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns the vehicle variable of the node corresponding to index.
vehicleVars() - Method in class com.google.ortools.constraintsolver.RoutingModel
Returns all vehicle variables of the model, such that VehicleVars(i) is
the vehicle variable of the node corresponding to i.
VERBOSE - Static variable in class com.google.ortools.constraintsolver.DefaultPhaseParameters
 
VERBOSITY_LEVEL_FIELD_NUMBER - Static variable in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
verifySolution(double, boolean) - Method in class com.google.ortools.linearsolver.MPSolver
Advanced usage: Verifies the *correctness* of the solution.
VIOLATION_LS_COMPOUND_MOVE_PROBABILITY_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
VIOLATION_LS_PERTURBATION_PERIOD_FIELD_NUMBER - Static variable in class com.google.ortools.sat.SatParameters
 
visitIntegerArgument(String, long) - Method in class com.google.ortools.constraintsolver.ModelVisitor
Visit integer arguments.
visitIntegerArrayArgument(String, long[]) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
visitIntegerExpressionArgument(String, IntExpr) - Method in class com.google.ortools.constraintsolver.ModelVisitor
Visit integer expression argument.
visitIntegerMatrixArgument(String, IntTupleSet) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
visitIntegerVariable(IntVar, IntExpr) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
visitIntegerVariable(IntVar, String, long, IntVar) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
visitIntegerVariableArrayArgument(String, IntVar[]) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
visitIntervalArgument(String, IntervalVar) - Method in class com.google.ortools.constraintsolver.ModelVisitor
Visit interval argument.
visitIntervalArrayArgument(String, IntervalVar[]) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
visitIntervalVariable(IntervalVar, String, long, IntervalVar) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
visitRankFirstInterval(SequenceVar, int) - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
visitRankLastInterval(SequenceVar, int) - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
visitScheduleOrExpedite(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
visitScheduleOrPostpone(IntervalVar, long) - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
visitSequenceArgument(String, SequenceVar) - Method in class com.google.ortools.constraintsolver.ModelVisitor
Visit sequence argument.
visitSequenceArrayArgument(String, SequenceVar[]) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
visitSequenceVariable(SequenceVar) - Method in class com.google.ortools.constraintsolver.ModelVisitor
 
visitSetVariableValue(IntVar, long) - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
visitSplitVariableDomain(IntVar, long, boolean) - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
visitUnknownDecision() - Method in class com.google.ortools.constraintsolver.DecisionVisitor
 
VOID_CONSTRAINT_MAX - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VOID_FALSE_CONSTRAINT - Static variable in class com.google.ortools.constraintsolver.ModelCache
 
VOID_TRUE_CONSTRAINT - Static variable in class com.google.ortools.constraintsolver.ModelCache
 

W

wall_time() - Method in class com.google.ortools.constraintsolver.RegularLimit
 
WALL_TIME_FIELD_NUMBER - Static variable in class com.google.ortools.sat.CpSolverResponse
 
wallTime(int) - Method in class com.google.ortools.constraintsolver.SolutionCollector
Returns the wall time in ms for the nth solution.
wallTime() - Method in class com.google.ortools.constraintsolver.Solver
DEPRECATED: Use Now() instead.
wallTime() - Method in class com.google.ortools.linearsolver.MPSolver
 
wallTime() - Method in class com.google.ortools.sat.CpSolver
Returns the wall time of the search.
wallTime() - Method in class com.google.ortools.sat.SolutionCallback
 
wasPerformedBound() - Method in class com.google.ortools.constraintsolver.IntervalVar
 
WEIGHT_FIELD_NUMBER - Static variable in class com.google.ortools.linearsolver.MPSosConstraint
 
weightedSum(LinearArgument[], double[]) - Static method in interface com.google.ortools.modelbuilder.LinearExpr
Shortcut for newBuilder().addWeightedSum(exprs, coeffs).build()
weightedSum(IntVar[], double[]) - Static method in class com.google.ortools.sat.DoubleLinearExpr
Creates a scalar product.
weightedSum(Literal[], double[]) - Static method in class com.google.ortools.sat.DoubleLinearExpr
Creates a scalar product.
weightedSum(LinearArgument[], long[]) - Static method in interface com.google.ortools.sat.LinearExpr
Shortcut for newBuilder().addWeightedSum(exprs, coeffs).build()
WeightedSumExpression - Class in com.google.ortools.modelbuilder
A specialized linear expression: sum(ai * xi) + b.
WeightedSumExpression(int[], double[], double) - Constructor for class com.google.ortools.modelbuilder.WeightedSumExpression
 
WeightedSumExpression - Class in com.google.ortools.sat
A specialized linear expression: sum(ai * xi) + b.
WeightedSumExpression(int[], long[], long) - Constructor for class com.google.ortools.sat.WeightedSumExpression
 
weightedSumWithOffset(IntVar[], double[], double) - Static method in class com.google.ortools.sat.DoubleLinearExpr
Creates a scalar product.
weightedSumWithOffset(Literal[], double[], double) - Static method in class com.google.ortools.sat.DoubleLinearExpr
Creates a scalar product with a double offset.
whenAnything(Demon) - Method in class com.google.ortools.constraintsolver.IntervalVar
Attaches a demon awakened when anything about this interval changes.
whenAnything(Runnable) - Method in class com.google.ortools.constraintsolver.IntervalVar
Attaches a closure awakened when anything about this interval changes.
whenBound(Demon) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
whenBound(Demon) - Method in class com.google.ortools.constraintsolver.IntVar
This method attaches a demon that will be awakened when the
variable is bound.
whenBound(Runnable) - Method in class com.google.ortools.constraintsolver.IntVar
This method attaches a closure that will be awakened when the
variable is bound.
whenDomain(Demon) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
whenDomain(Demon) - Method in class com.google.ortools.constraintsolver.IntVar
This method attaches a demon that will watch any domain
modification of the domain of the variable.
whenDomain(Runnable) - Method in class com.google.ortools.constraintsolver.IntVar
This method attaches a closure that will watch any domain
modification of the domain of the variable.
whenDurationBound(Demon) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenDurationBound(Runnable) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenDurationRange(Demon) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenDurationRange(Runnable) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenEndBound(Demon) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenEndBound(Runnable) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenEndRange(Demon) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenEndRange(Runnable) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenPerformedBound(Demon) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenPerformedBound(Runnable) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenRange(Demon) - Method in class com.google.ortools.constraintsolver.BooleanVar
 
whenRange(Demon) - Method in class com.google.ortools.constraintsolver.IntExpr
Attach a demon that will watch the min or the max of the expression.
whenRange(Runnable) - Method in class com.google.ortools.constraintsolver.IntExpr
Attach a demon that will watch the min or the max of the expression.
whenStartBound(Demon) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenStartBound(Runnable) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenStartRange(Demon) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
whenStartRange(Runnable) - Method in class com.google.ortools.constraintsolver.IntervalVar
 
withName(String) - Method in class com.google.ortools.modelbuilder.EnforcedLinearConstraint
Inline setter
withName(String) - Method in class com.google.ortools.modelbuilder.LinearConstraint
Inline setter
write(String) - Method in class com.google.ortools.linearsolver.MPSolver
Writes the model using the solver internal write function.
writeAssignment(String) - Method in class com.google.ortools.constraintsolver.RoutingModel
Writes the current solution to a file containing an AssignmentProto.
writeModelToFile(CpModelProto, String) - Static method in class com.google.ortools.sat.CpSatHelper
 
writeModelToMpsFile(String, boolean, boolean) - Method in class com.google.ortools.linearsolver.MPSolver
Write the loaded model to file in MPS format.
writeModelToProtoFile(String) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.algorithms.SetCoverProto.Subset
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.algorithms.SetCoverProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.algorithms.SetCoverSolutionResponse
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.bop.BopOptimizerMethod
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.bop.BopParameters
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.bop.BopSolverOptimizerSet
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.AcceptanceStrategy
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.ConstraintSolverParameters
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.ConstraintSolverStatistics
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.CoolingScheduleStrategy
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.FirstSolutionStrategy
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.IteratedLocalSearchParameters
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.LocalSearchMetaheuristic
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchFilterStatistics
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics.LocalSearchOperatorStatistics
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.LocalSearchStatistics
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.PerturbationStrategy
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.RandomWalkRuinStrategy
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.RegularLimitParameters
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.RoutingModelParameters
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.ImprovementSearchLimitParameters
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters.LocalSearchNeighborhoodOperators
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.RoutingSearchParameters
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.RoutingSearchStatus
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.RuinCompositionStrategy
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.RuinRecreateParameters
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.RuinStrategy
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.SearchStatistics
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.SimulatedAnnealingParameters
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.SISRRuinStrategy
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.constraintsolver.SpatiallyCloseRoutesRuinStrategy
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.glop.GlopParameters
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.graph.FlowArcProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.graph.FlowModelProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.graph.FlowNodeProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPAbsConstraint
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPArrayConstraint
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPArrayWithConstantConstraint
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPGeneralConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPIndicatorConstraint
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPModelDeltaProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPModelProto.Annotation
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPModelProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPModelRequest
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPQuadraticConstraint
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPQuadraticObjective
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPSolution
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPSolutionResponse
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPSolveInfo
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPSolverCommonParameters
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPSosConstraint
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.MPVariableProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.OptionalDouble
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.linearsolver.PartialVariableAssignment
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.pdlp.AdaptiveLinesearchParams
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.pdlp.ConvergenceInformation
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.pdlp.FeasibilityPolishingDetails
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.pdlp.InfeasibilityInformation
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.pdlp.IterationStats
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.pdlp.MalitskyPockParams
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.pdlp.PointMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams.PresolveOptions
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.pdlp.PrimalDualHybridGradientParams
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.pdlp.QuadraticProgramStats
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.pdlp.SolveLog
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.pdlp.TerminationCriteria.DetailedOptimalityCriteria
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.pdlp.TerminationCriteria.SimpleOptimalityCriteria
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.pdlp.TerminationCriteria
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.AllDifferentConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.AutomatonConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.BoolArgumentProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.BooleanAssignment
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.CircuitConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.ConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.CpModelProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.CpObjectiveProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.CpSolverResponse
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.CpSolverSolution
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.CumulativeConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.DecisionStrategyProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.DenseMatrixProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.ElementConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.FloatObjectiveProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.IntegerVariableProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.IntervalConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.InverseConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.LinearArgumentProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.LinearBooleanConstraint
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.LinearBooleanProblem
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.LinearConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.LinearExpressionProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.LinearObjective
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.ListOfVariablesProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.NoOverlapConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.PartialVariableAssignment
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.ReservoirConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.RoutesConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.SatParameters
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.SparsePermutationProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.SymmetryProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.TableConstraintProto
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.sat.v1.CpSolverRequest
 
writeTo(CodedOutputStream) - Method in class com.google.ortools.util.Int128
 
writeToMpsFile(String, boolean) - Method in class com.google.ortools.modelbuilder.ModelBuilder
 
writeToMpsFile(String, boolean) - Method in class com.google.ortools.modelbuilder.ModelBuilderHelper
 
WrongLength(String, String) - Constructor for exception com.google.ortools.modelbuilder.ModelBuilder.WrongLength
 
WrongLength(String, String) - Constructor for exception com.google.ortools.sat.CpModel.WrongLength
 

X

X_INTERVALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.NoOverlap2DConstraintProto
 
XPRESS_LINEAR_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
Commercial, needs a valid license.
XPRESS_MIXED_INTEGER_PROGRAMMING_VALUE - Static variable in enum com.google.ortools.linearsolver.MPModelRequest.SolverType
Commercial, needs a valid license.

Y

Y_INTERVALS_FIELD_NUMBER - Static variable in class com.google.ortools.sat.NoOverlap2DConstraintProto
 

Z

zero() - Static method in class com.google.ortools.constraintsolver.main
NOLINT
This method returns 0.
zero() - Static method in class com.google.ortools.constraintsolver.mainJNI
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2025. All rights reserved.