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

Public Member Functions

 __init__ (self, *args, **kwargs)
 
 Var (self)
 
 Min (self)
 
 SetMin (self, m)
 
 Max (self)
 
 SetMax (self, m)
 
 Value (self)
 
 Bound (self)
 
 SetRange (self, l, u)
 
 SetValue (self, v)
 
 __eq__ (self, element)
 
 __ne__ (self, element)
 
- Public Member Functions inherited from ortools.constraint_solver.pywrapcp.AssignmentElement
 Activate (self)
 
 Deactivate (self)
 
 Activated (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from ortools.constraint_solver.pywrapcp.AssignmentElement
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Definition at line 3204 of file pywrapcp.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from ortools.constraint_solver.pywrapcp.AssignmentElement.

Definition at line 3207 of file pywrapcp.py.

Member Function Documentation

◆ __eq__()

ortools.constraint_solver.pywrapcp.IntVarElement.__eq__ ( self,
element )

Definition at line 3238 of file pywrapcp.py.

◆ __ne__()

ortools.constraint_solver.pywrapcp.IntVarElement.__ne__ ( self,
element )

Definition at line 3241 of file pywrapcp.py.

◆ Bound()

ortools.constraint_solver.pywrapcp.IntVarElement.Bound ( self)

Definition at line 3229 of file pywrapcp.py.

◆ Max()

ortools.constraint_solver.pywrapcp.IntVarElement.Max ( self)

Definition at line 3220 of file pywrapcp.py.

◆ Min()

ortools.constraint_solver.pywrapcp.IntVarElement.Min ( self)

Definition at line 3214 of file pywrapcp.py.

◆ SetMax()

ortools.constraint_solver.pywrapcp.IntVarElement.SetMax ( self,
m )

Definition at line 3223 of file pywrapcp.py.

◆ SetMin()

ortools.constraint_solver.pywrapcp.IntVarElement.SetMin ( self,
m )

Definition at line 3217 of file pywrapcp.py.

◆ SetRange()

ortools.constraint_solver.pywrapcp.IntVarElement.SetRange ( self,
l,
u )

Definition at line 3232 of file pywrapcp.py.

◆ SetValue()

ortools.constraint_solver.pywrapcp.IntVarElement.SetValue ( self,
v )

Definition at line 3235 of file pywrapcp.py.

◆ Value()

ortools.constraint_solver.pywrapcp.IntVarElement.Value ( self)

Definition at line 3226 of file pywrapcp.py.

◆ Var()

ortools.constraint_solver.pywrapcp.IntVarElement.Var ( self)

Definition at line 3211 of file pywrapcp.py.

Property Documentation

◆ thisown

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

Definition at line 3205 of file pywrapcp.py.


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