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

Public Member Functions

 __init__ (self, num_bounds, default_bound_cost)
 
 bound_cost (self, element)
 
 size (self)
 

Properties

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

Detailed Description

Definition at line 6138 of file pywrapcp.py.

Constructor & Destructor Documentation

◆ __init__()

ortools.constraint_solver.pywrapcp.SimpleBoundCosts.__init__ ( self,
num_bounds,
default_bound_cost )

Definition at line 6142 of file pywrapcp.py.

Member Function Documentation

◆ bound_cost()

ortools.constraint_solver.pywrapcp.SimpleBoundCosts.bound_cost ( self,
element )

Definition at line 6145 of file pywrapcp.py.

◆ size()

ortools.constraint_solver.pywrapcp.SimpleBoundCosts.size ( self)

Definition at line 6148 of file pywrapcp.py.

Property Documentation

◆ thisown

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

Definition at line 6139 of file pywrapcp.py.


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