Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ortools.constraint_solver.pywrapcp.BaseObject Class Reference
Inheritance diagram for ortools.constraint_solver.pywrapcp.BaseObject:
ortools.constraint_solver.pywrapcp.Decision ortools.constraint_solver.pywrapcp.DecisionBuilder ortools.constraint_solver.pywrapcp.Demon ortools.constraint_solver.pywrapcp.IntVarIterator ortools.constraint_solver.pywrapcp.LocalSearchFilter ortools.constraint_solver.pywrapcp.LocalSearchFilterManager ortools.constraint_solver.pywrapcp.LocalSearchOperator ortools.constraint_solver.pywrapcp.PropagationBaseObject ortools.constraint_solver.pywrapcp.RoutingModelVisitor ortools.constraint_solver.pywrapcp.SearchMonitor

Public Member Functions

 __init__ (self)
 
 DebugString (self)
 
 __str__ (self)
 
 __repr__ (self)
 
 __disown__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

A BaseObject is the root of all reversibly allocated objects.
A DebugString method and the associated << operator are implemented
as a convenience.

Definition at line 2151 of file pywrapcp.py.

Constructor & Destructor Documentation

◆ __init__()

ortools.constraint_solver.pywrapcp.BaseObject.__init__ ( self)

Definition at line 2160 of file pywrapcp.py.

Member Function Documentation

◆ __disown__()

ortools.constraint_solver.pywrapcp.BaseObject.__disown__ ( self)

Definition at line 2176 of file pywrapcp.py.

◆ __repr__()

ortools.constraint_solver.pywrapcp.BaseObject.__repr__ ( self)

Definition at line 2174 of file pywrapcp.py.

◆ __str__()

ortools.constraint_solver.pywrapcp.BaseObject.__str__ ( self)

Definition at line 2171 of file pywrapcp.py.

◆ DebugString()

Property Documentation

◆ thisown

ortools.constraint_solver.pywrapcp.BaseObject.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 2158 of file pywrapcp.py.


The documentation for this class was generated from the following file: