Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ortools.constraint_solver.pywrapcp.Solver Member List

This is the complete list of members for ortools.constraint_solver.pywrapcp.Solver, including all inherited members.

__init__(self, *args)ortools.constraint_solver.pywrapcp.Solver
__str__(self)ortools.constraint_solver.pywrapcp.Solver
AbsEquality(self, var, abs_var)ortools.constraint_solver.pywrapcp.Solver
Accept(self, visitor)ortools.constraint_solver.pywrapcp.Solver
AcceptedNeighbors(self)ortools.constraint_solver.pywrapcp.Solver
Add(self, ct)ortools.constraint_solver.pywrapcp.Solver
AddConstraint(self, c)ortools.constraint_solver.pywrapcp.Solver
AllDifferent(self, *args)ortools.constraint_solver.pywrapcp.Solver
AllDifferentExcept(self, vars, escape_value)ortools.constraint_solver.pywrapcp.Solver
AllowedAssignments(self, *args)ortools.constraint_solver.pywrapcp.Solver
AllSolutionCollector(self, *args)ortools.constraint_solver.pywrapcp.Solver
ASSIGN_CENTER_VALUEortools.constraint_solver.pywrapcp.Solverstatic
ASSIGN_MAX_VALUEortools.constraint_solver.pywrapcp.Solverstatic
ASSIGN_MIN_VALUEortools.constraint_solver.pywrapcp.Solverstatic
ASSIGN_RANDOM_VALUEortools.constraint_solver.pywrapcp.Solverstatic
Assignment(self, *args)ortools.constraint_solver.pywrapcp.Solver
AssignVariablesValues(self, vars, values)ortools.constraint_solver.pywrapcp.Solver
AssignVariableValue(self, var, val)ortools.constraint_solver.pywrapcp.Solver
AssignVariableValueOrFail(self, var, value)ortools.constraint_solver.pywrapcp.Solver
BestValueSolutionCollector(self, *args)ortools.constraint_solver.pywrapcp.Solver
BetweenCt(self, expr, l, u)ortools.constraint_solver.pywrapcp.Solver
BoolVar(self, *args)ortools.constraint_solver.pywrapcp.Solver
Branches(self)ortools.constraint_solver.pywrapcp.Solver
BranchesLimit(self, branches)ortools.constraint_solver.pywrapcp.Solver
CheckAssignment(self, solution)ortools.constraint_solver.pywrapcp.Solver
CheckConstraint(self, ct)ortools.constraint_solver.pywrapcp.Solver
CHOOSE_FIRST_UNBOUNDortools.constraint_solver.pywrapcp.Solverstatic
CHOOSE_HIGHEST_MAXortools.constraint_solver.pywrapcp.Solverstatic
CHOOSE_LOWEST_MINortools.constraint_solver.pywrapcp.Solverstatic
CHOOSE_MAX_REGRET_ON_MINortools.constraint_solver.pywrapcp.Solverstatic
CHOOSE_MAX_SIZEortools.constraint_solver.pywrapcp.Solverstatic
CHOOSE_MIN_SIZEortools.constraint_solver.pywrapcp.Solverstatic
CHOOSE_MIN_SIZE_HIGHEST_MAXortools.constraint_solver.pywrapcp.Solverstatic
CHOOSE_MIN_SIZE_HIGHEST_MINortools.constraint_solver.pywrapcp.Solverstatic
CHOOSE_MIN_SIZE_LOWEST_MAXortools.constraint_solver.pywrapcp.Solverstatic
CHOOSE_MIN_SIZE_LOWEST_MINortools.constraint_solver.pywrapcp.Solverstatic
CHOOSE_MIN_SLACK_RANK_FORWARDortools.constraint_solver.pywrapcp.Solverstatic
CHOOSE_PATHortools.constraint_solver.pywrapcp.Solverstatic
CHOOSE_RANDOMortools.constraint_solver.pywrapcp.Solverstatic
CHOOSE_RANDOM_RANK_FORWARDortools.constraint_solver.pywrapcp.Solverstatic
Circuit(self, nexts)ortools.constraint_solver.pywrapcp.Solver
ClosureDemon(self, closure)ortools.constraint_solver.pywrapcp.Solver
Compose(self, dbs)ortools.constraint_solver.pywrapcp.Solver
ConcatenateOperators(self, *args)ortools.constraint_solver.pywrapcp.Solver
ConditionalExpression(self, condition, expr, unperformed_value)ortools.constraint_solver.pywrapcp.Solver
ConstantRestart(self, frequency)ortools.constraint_solver.pywrapcp.Solver
ConstraintAdder(self, ct)ortools.constraint_solver.pywrapcp.Solver
ConstraintInitialPropagateCallback(self, ct)ortools.constraint_solver.pywrapcp.Solver
Constraints(self)ortools.constraint_solver.pywrapcp.Solver
ConvexPiecewiseExpr(self, expr, early_cost, early_date, late_date, late_cost)ortools.constraint_solver.pywrapcp.Solver
Count(self, *args)ortools.constraint_solver.pywrapcp.Solver
Cover(self, vars, target_var)ortools.constraint_solver.pywrapcp.Solver
CROSSortools.constraint_solver.pywrapcp.Solverstatic
Cumulative(self, *args)ortools.constraint_solver.pywrapcp.Solver
CustomLimit(self, limiter)ortools.constraint_solver.pywrapcp.Solver
Decision(self, apply, refute)ortools.constraint_solver.pywrapcp.Solver
DecisionBuilderFromAssignment(self, assignment, db, vars)ortools.constraint_solver.pywrapcp.Solver
DECREMENTortools.constraint_solver.pywrapcp.Solverstatic
DefaultPhase(self, *args)ortools.constraint_solver.pywrapcp.Solver
DefaultSolverParameters()ortools.constraint_solver.pywrapcp.Solverstatic
DELAYED_PRIORITYortools.constraint_solver.pywrapcp.Solverstatic
DelayedConstraintInitialPropagateCallback(self, ct)ortools.constraint_solver.pywrapcp.Solver
DelayedPathCumul(self, nexts, active, cumuls, transits)ortools.constraint_solver.pywrapcp.Solver
Deviation(self, vars, deviation_var, total_sum)ortools.constraint_solver.pywrapcp.Solver
DisjunctiveConstraint(self, intervals, name)ortools.constraint_solver.pywrapcp.Solver
Distribute(self, *args)ortools.constraint_solver.pywrapcp.Solver
Element(self, *args)ortools.constraint_solver.pywrapcp.Solver
ElementEquality(self, *args)ortools.constraint_solver.pywrapcp.Solver
ElementFunction(self, values, index)ortools.constraint_solver.pywrapcp.Solver
EndSearch(self)ortools.constraint_solver.pywrapcp.Solver
EQortools.constraint_solver.pywrapcp.Solverstatic
EvalEvalStrPhase(self, vars, evaluator, str)ortools.constraint_solver.pywrapcp.Solver
EvalEvalStrTieBreakPhase(self, vars, evaluator, tie_breaker, str)ortools.constraint_solver.pywrapcp.Solver
EXCHANGEortools.constraint_solver.pywrapcp.Solverstatic
EXTENDEDSWAPACTIVEortools.constraint_solver.pywrapcp.Solverstatic
Fail(self)ortools.constraint_solver.pywrapcp.Solver
FailDecision(self)ortools.constraint_solver.pywrapcp.Solver
FailStamp(self)ortools.constraint_solver.pywrapcp.Solver
Failures(self)ortools.constraint_solver.pywrapcp.Solver
FailuresLimit(self, failures)ortools.constraint_solver.pywrapcp.Solver
FalseConstraint(self, *args)ortools.constraint_solver.pywrapcp.Solver
FinishCurrentSearch(self)ortools.constraint_solver.pywrapcp.Solver
FirstSolutionCollector(self, *args)ortools.constraint_solver.pywrapcp.Solver
FixedDurationEndSyncedOnEndIntervalVar(self, interval_var, duration, offset)ortools.constraint_solver.pywrapcp.Solver
FixedDurationEndSyncedOnStartIntervalVar(self, interval_var, duration, offset)ortools.constraint_solver.pywrapcp.Solver
FixedDurationIntervalVar(self, *args)ortools.constraint_solver.pywrapcp.Solver
FixedDurationStartSyncedOnEndIntervalVar(self, interval_var, duration, offset)ortools.constraint_solver.pywrapcp.Solver
FixedDurationStartSyncedOnStartIntervalVar(self, interval_var, duration, offset)ortools.constraint_solver.pywrapcp.Solver
FixedInterval(self, start, duration, name)ortools.constraint_solver.pywrapcp.Solver
FULLPATHLNSortools.constraint_solver.pywrapcp.Solverstatic
GEortools.constraint_solver.pywrapcp.Solverstatic
GuidedLocalSearch(self, *args)ortools.constraint_solver.pywrapcp.Solver
INCREMENTortools.constraint_solver.pywrapcp.Solverstatic
IndexExpression(self, vars, value)ortools.constraint_solver.pywrapcp.Solver
IndexOfConstraint(self, vars, index, target)ortools.constraint_solver.pywrapcp.Solver
INT_VALUE_DEFAULTortools.constraint_solver.pywrapcp.Solverstatic
INT_VALUE_SIMPLEortools.constraint_solver.pywrapcp.Solverstatic
INT_VAR_DEFAULTortools.constraint_solver.pywrapcp.Solverstatic
INT_VAR_SIMPLEortools.constraint_solver.pywrapcp.Solverstatic
IntConst(self, *args)ortools.constraint_solver.pywrapcp.Solver
INTERVAL_DEFAULTortools.constraint_solver.pywrapcp.Solverstatic
INTERVAL_SET_TIMES_BACKWARDortools.constraint_solver.pywrapcp.Solverstatic
INTERVAL_SET_TIMES_FORWARDortools.constraint_solver.pywrapcp.Solverstatic
INTERVAL_SIMPLEortools.constraint_solver.pywrapcp.Solverstatic
IntervalRelaxedMax(self, interval_var)ortools.constraint_solver.pywrapcp.Solver
IntervalRelaxedMin(self, interval_var)ortools.constraint_solver.pywrapcp.Solver
IntervalVar(self, start_min, start_max, duration_min, duration_max, end_min, end_max, optional, name)ortools.constraint_solver.pywrapcp.Solver
IntVar(self, *args)ortools.constraint_solver.pywrapcp.Solver
InversePermutationConstraint(self, left, right)ortools.constraint_solver.pywrapcp.Solver
IsBetweenCt(self, expr, l, u, b)ortools.constraint_solver.pywrapcp.Solver
IsBetweenVar(self, v, l, u)ortools.constraint_solver.pywrapcp.Solver
IsDifferentCstCt(self, var, value, boolvar)ortools.constraint_solver.pywrapcp.Solver
IsDifferentCstVar(self, var, value)ortools.constraint_solver.pywrapcp.Solver
IsDifferentCt(self, v1, v2, b)ortools.constraint_solver.pywrapcp.Solver
IsDifferentVar(self, v1, v2)ortools.constraint_solver.pywrapcp.Solver
IsEqualCstCt(self, var, value, boolvar)ortools.constraint_solver.pywrapcp.Solver
IsEqualCstVar(self, var, value)ortools.constraint_solver.pywrapcp.Solver
IsEqualCt(self, v1, v2, b)ortools.constraint_solver.pywrapcp.Solver
IsEqualVar(self, v1, v2)ortools.constraint_solver.pywrapcp.Solver
IsGreaterCstCt(self, v, c, b)ortools.constraint_solver.pywrapcp.Solver
IsGreaterCstVar(self, var, value)ortools.constraint_solver.pywrapcp.Solver
IsGreaterCt(self, left, right, b)ortools.constraint_solver.pywrapcp.Solver
IsGreaterOrEqualCstCt(self, var, value, boolvar)ortools.constraint_solver.pywrapcp.Solver
IsGreaterOrEqualCstVar(self, var, value)ortools.constraint_solver.pywrapcp.Solver
IsGreaterOrEqualCt(self, left, right, b)ortools.constraint_solver.pywrapcp.Solver
IsGreaterOrEqualVar(self, left, right)ortools.constraint_solver.pywrapcp.Solver
IsGreaterVar(self, left, right)ortools.constraint_solver.pywrapcp.Solver
IsLessCstCt(self, v, c, b)ortools.constraint_solver.pywrapcp.Solver
IsLessCstVar(self, var, value)ortools.constraint_solver.pywrapcp.Solver
IsLessCt(self, left, right, b)ortools.constraint_solver.pywrapcp.Solver
IsLessOrEqualCstCt(self, var, value, boolvar)ortools.constraint_solver.pywrapcp.Solver
IsLessOrEqualCstVar(self, var, value)ortools.constraint_solver.pywrapcp.Solver
IsLessOrEqualCt(self, left, right, b)ortools.constraint_solver.pywrapcp.Solver
IsLessOrEqualVar(self, left, right)ortools.constraint_solver.pywrapcp.Solver
IsLessVar(self, left, right)ortools.constraint_solver.pywrapcp.Solver
IsMemberCt(self, *args)ortools.constraint_solver.pywrapcp.Solver
IsMemberVar(self, *args)ortools.constraint_solver.pywrapcp.Solver
LastSolutionCollector(self, *args)ortools.constraint_solver.pywrapcp.Solver
LEortools.constraint_solver.pywrapcp.Solverstatic
LexicalLess(self, left, right)ortools.constraint_solver.pywrapcp.Solver
LexicalLessOrEqual(self, left, right)ortools.constraint_solver.pywrapcp.Solver
Limit(self, *args)ortools.constraint_solver.pywrapcp.Solver
LocalSearchPhase(self, *args)ortools.constraint_solver.pywrapcp.Solver
LocalSearchPhaseParameters(self, *args)ortools.constraint_solver.pywrapcp.Solver
LocalSearchProfile(self)ortools.constraint_solver.pywrapcp.Solver
LubyRestart(self, scale_factor)ortools.constraint_solver.pywrapcp.Solver
MAKEACTIVEortools.constraint_solver.pywrapcp.Solverstatic
MAKECHAININACTIVEortools.constraint_solver.pywrapcp.Solverstatic
MAKEINACTIVEortools.constraint_solver.pywrapcp.Solverstatic
Max(self, *args)ortools.constraint_solver.pywrapcp.Solver
MaxEquality(self, vars, max_var)ortools.constraint_solver.pywrapcp.Solver
Maximize(self, v, step)ortools.constraint_solver.pywrapcp.Solver
MemberCt(self, *args)ortools.constraint_solver.pywrapcp.Solver
MemoryUsage()ortools.constraint_solver.pywrapcp.Solverstatic
Min(self, *args)ortools.constraint_solver.pywrapcp.Solver
MinEquality(self, vars, min_var)ortools.constraint_solver.pywrapcp.Solver
Minimize(self, v, step)ortools.constraint_solver.pywrapcp.Solver
MirrorInterval(self, interval_var)ortools.constraint_solver.pywrapcp.Solver
MonotonicElement(self, values, increasing, index)ortools.constraint_solver.pywrapcp.Solver
MoveTowardTargetOperator(self, *args)ortools.constraint_solver.pywrapcp.Solver
NeighborhoodLimit(self, op, limit)ortools.constraint_solver.pywrapcp.Solver
NestedOptimize(self, *args)ortools.constraint_solver.pywrapcp.Solver
NewSearch(self, *args)ortools.constraint_solver.pywrapcp.Solver
NextSolution(self)ortools.constraint_solver.pywrapcp.Solver
NonOverlappingBoxesConstraint(self, *args)ortools.constraint_solver.pywrapcp.Solver
NORMAL_PRIORITYortools.constraint_solver.pywrapcp.Solverstatic
NotMemberCt(self, *args)ortools.constraint_solver.pywrapcp.Solver
NullIntersect(self, first_vars, second_vars)ortools.constraint_solver.pywrapcp.Solver
NullIntersectExcept(self, first_vars, second_vars, escape_value)ortools.constraint_solver.pywrapcp.Solver
Operator(self, *args)ortools.constraint_solver.pywrapcp.Solver
Optimize(self, maximize, v, step)ortools.constraint_solver.pywrapcp.Solver
OROPTortools.constraint_solver.pywrapcp.Solverstatic
Pack(self, vars, number_of_bins)ortools.constraint_solver.pywrapcp.Solver
Parameters(self)ortools.constraint_solver.pywrapcp.Solver
PathCumul(self, *args)ortools.constraint_solver.pywrapcp.Solver
PATHLNSortools.constraint_solver.pywrapcp.Solverstatic
Phase(self, *args)ortools.constraint_solver.pywrapcp.Solver
PrintModelVisitor(self)ortools.constraint_solver.pywrapcp.Solver
Rand32(self, size)ortools.constraint_solver.pywrapcp.Solver
Rand64(self, size)ortools.constraint_solver.pywrapcp.Solver
RandomConcatenateOperators(self, *args)ortools.constraint_solver.pywrapcp.Solver
RandomLnsOperator(self, *args)ortools.constraint_solver.pywrapcp.Solver
RankFirstInterval(self, sequence, index)ortools.constraint_solver.pywrapcp.Solver
RankLastInterval(self, sequence, index)ortools.constraint_solver.pywrapcp.Solver
RELOCATEortools.constraint_solver.pywrapcp.Solverstatic
ReSeed(self, seed)ortools.constraint_solver.pywrapcp.Solver
RestartCurrentSearch(self)ortools.constraint_solver.pywrapcp.Solver
RestartSearch(self)ortools.constraint_solver.pywrapcp.Solver
RestoreAssignment(self, assignment)ortools.constraint_solver.pywrapcp.Solver
ScalProd(self, *args)ortools.constraint_solver.pywrapcp.Solver
ScalProdEquality(self, *args)ortools.constraint_solver.pywrapcp.Solver
ScalProdGreaterOrEqual(self, *args)ortools.constraint_solver.pywrapcp.Solver
ScalProdLessOrEqual(self, *args)ortools.constraint_solver.pywrapcp.Solver
ScheduleOrExpedite(self, var, est, marker)ortools.constraint_solver.pywrapcp.Solver
ScheduleOrPostpone(self, var, est, marker)ortools.constraint_solver.pywrapcp.Solver
SearchDepth(self)ortools.constraint_solver.pywrapcp.Solver
SearchLeftDepth(self)ortools.constraint_solver.pywrapcp.Solver
SearchLog(self, *args)ortools.constraint_solver.pywrapcp.Solver
SearchLogWithCallback(self, period, callback)ortools.constraint_solver.pywrapcp.Solver
SearchTrace(self, prefix)ortools.constraint_solver.pywrapcp.Solver
SemiContinuousExpr(self, expr, fixed_charge, step)ortools.constraint_solver.pywrapcp.Solver
SEQUENCE_DEFAULTortools.constraint_solver.pywrapcp.Solverstatic
SEQUENCE_SIMPLEortools.constraint_solver.pywrapcp.Solverstatic
ShouldFail(self)ortools.constraint_solver.pywrapcp.Solver
SIMPLELNSortools.constraint_solver.pywrapcp.Solverstatic
SimulatedAnnealing(self, maximize, v, step, initial_temperature)ortools.constraint_solver.pywrapcp.Solver
Solutions(self)ortools.constraint_solver.pywrapcp.Solver
SolutionsLimit(self, solutions)ortools.constraint_solver.pywrapcp.Solver
Solve(self, *args)ortools.constraint_solver.pywrapcp.Solver
SolveAndCommit(self, *args)ortools.constraint_solver.pywrapcp.Solver
SolveDepth(self)ortools.constraint_solver.pywrapcp.Solver
SolveOnce(self, db, monitors)ortools.constraint_solver.pywrapcp.Solver
SortingConstraint(self, vars, sorted)ortools.constraint_solver.pywrapcp.Solver
SPLIT_LOWER_HALFortools.constraint_solver.pywrapcp.Solverstatic
SPLIT_UPPER_HALFortools.constraint_solver.pywrapcp.Solverstatic
SplitVariableDomain(self, var, val, start_with_lower_half)ortools.constraint_solver.pywrapcp.Solver
Stamp(self)ortools.constraint_solver.pywrapcp.Solver
StatisticsModelVisitor(self)ortools.constraint_solver.pywrapcp.Solver
StoreAssignment(self, assignment)ortools.constraint_solver.pywrapcp.Solver
SubCircuit(self, nexts)ortools.constraint_solver.pywrapcp.Solver
Sum(self, vars)ortools.constraint_solver.pywrapcp.Solver
SumEquality(self, *args)ortools.constraint_solver.pywrapcp.Solver
SumGreaterOrEqual(self, vars, cst)ortools.constraint_solver.pywrapcp.Solver
SumLessOrEqual(self, vars, cst)ortools.constraint_solver.pywrapcp.Solver
SumObjectiveFilter(self, vars, values, filter_enum)ortools.constraint_solver.pywrapcp.Solver
SWAPACTIVEortools.constraint_solver.pywrapcp.Solverstatic
TabuSearch(self, maximize, objective, step, vars, keep_tenure, forbid_tenure, tabu_factor)ortools.constraint_solver.pywrapcp.Solver
TemporalDisjunction(self, *args)ortools.constraint_solver.pywrapcp.Solver
thisownortools.constraint_solver.pywrapcp.Solverstatic
TimeLimit(self, *args)ortools.constraint_solver.pywrapcp.Solver
TopProgressPercent(self)ortools.constraint_solver.pywrapcp.Solver
TransitionConstraint(self, *args)ortools.constraint_solver.pywrapcp.Solver
TreeNoCycle(self, nexts, active, callback=0)ortools.constraint_solver.pywrapcp.Solver
TrueConstraint(self)ortools.constraint_solver.pywrapcp.Solver
Try(self, dbs)ortools.constraint_solver.pywrapcp.Solver
TWOOPTortools.constraint_solver.pywrapcp.Solverstatic
UNACTIVELNSortools.constraint_solver.pywrapcp.Solverstatic
VAR_PRIORITYortools.constraint_solver.pywrapcp.Solverstatic
VarEvalValEvalPhase(self, vars, var_eval, val_eval)ortools.constraint_solver.pywrapcp.Solver
VarEvalValEvalTieBreakPhase(self, vars, var_eval, val_eval, tie_breaker)ortools.constraint_solver.pywrapcp.Solver
VarEvalValStrPhase(self, vars, var_evaluator, val_str)ortools.constraint_solver.pywrapcp.Solver
VariableGreaterOrEqualValue(self, var, value)ortools.constraint_solver.pywrapcp.Solver
VariableLessOrEqualValue(self, var, value)ortools.constraint_solver.pywrapcp.Solver
VarStrValEvalPhase(self, vars, var_str, val_eval)ortools.constraint_solver.pywrapcp.Solver
VarStrValEvalTieBreakPhase(self, vars, var_str, val_eval, tie_breaker)ortools.constraint_solver.pywrapcp.Solver
WallTime(self)ortools.constraint_solver.pywrapcp.Solver
WeightedMaximize(self, *args)ortools.constraint_solver.pywrapcp.Solver
WeightedMinimize(self, *args)ortools.constraint_solver.pywrapcp.Solver
WeightedOptimize(self, *args)ortools.constraint_solver.pywrapcp.Solver