Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ortools.constraint_solver.pywrapcp.SequenceVarContainer Class Reference
Inheritance diagram for ortools.constraint_solver.pywrapcp.SequenceVarContainer:

Public Member Functions

 __init__ (self, *args, **kwargs)
 
 Contains (self, var)
 
 Element (self, index)
 
 Size (self)
 
 Store (self)
 
 Restore (self)
 
 __eq__ (self, container)
 
 __ne__ (self, container)
 

Properties

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

Detailed Description

Definition at line 3917 of file pywrapcp.py.

Constructor & Destructor Documentation

◆ __init__()

ortools.constraint_solver.pywrapcp.SequenceVarContainer.__init__ ( self,
* args,
** kwargs )

Definition at line 3920 of file pywrapcp.py.

Member Function Documentation

◆ __eq__()

ortools.constraint_solver.pywrapcp.SequenceVarContainer.__eq__ ( self,
container )
    Returns true if this and 'container' both represent the same V* -> E map.
    Runs in linear time; requires that the == operator on the type E is well
    defined.

Definition at line 3939 of file pywrapcp.py.

◆ __ne__()

ortools.constraint_solver.pywrapcp.SequenceVarContainer.__ne__ ( self,
container )

Definition at line 3947 of file pywrapcp.py.

◆ Contains()

ortools.constraint_solver.pywrapcp.SequenceVarContainer.Contains ( self,
var )

Definition at line 3924 of file pywrapcp.py.

◆ Element()

ortools.constraint_solver.pywrapcp.SequenceVarContainer.Element ( self,
index )

Definition at line 3927 of file pywrapcp.py.

◆ Restore()

ortools.constraint_solver.pywrapcp.SequenceVarContainer.Restore ( self)

Definition at line 3936 of file pywrapcp.py.

◆ Size()

ortools.constraint_solver.pywrapcp.SequenceVarContainer.Size ( self)

Definition at line 3930 of file pywrapcp.py.

◆ Store()

ortools.constraint_solver.pywrapcp.SequenceVarContainer.Store ( self)

Definition at line 3933 of file pywrapcp.py.

Property Documentation

◆ thisown

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

Definition at line 3918 of file pywrapcp.py.


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