cimod
C++ library for a binary (and polynomial) quadratic model.
Loading...
Searching...
No Matches
cimod.model.binary_polynomial_model.Polynomial Class Reference

Public Member Functions

 __init__ (self, bpm)
 
 items (self, *args, **kwargs)
 
 keys (self, *args, **kwargs)
 
 values (self, *args, **kwargs)
 
 copy (self)
 
 fromkeys (self, keys=None)
 
 get (self, arg1, arg2=None)
 
 __len__ (self)
 
 __repr__ (self)
 

Private Attributes

 __bpm
 

Constructor & Destructor Documentation

◆ __init__()

cimod.model.binary_polynomial_model.Polynomial.__init__ (   self,
  bpm 
)

Member Function Documentation

◆ __len__()

cimod.model.binary_polynomial_model.Polynomial.__len__ (   self)

◆ __repr__()

cimod.model.binary_polynomial_model.Polynomial.__repr__ (   self)

References cimod.model.binary_polynomial_model.Polynomial.__bpm, and declare_BQM().

Here is the call graph for this function:

◆ copy()

cimod.model.binary_polynomial_model.Polynomial.copy (   self)

References cimod.model.binary_polynomial_model.Polynomial.__bpm, and declare_BQM().

Here is the call graph for this function:

◆ fromkeys()

cimod.model.binary_polynomial_model.Polynomial.fromkeys (   self,
  keys = None 
)

References cimod.model.binary_polynomial_model.Polynomial.__bpm, and declare_BQM().

Here is the call graph for this function:

◆ get()

cimod.model.binary_polynomial_model.Polynomial.get (   self,
  arg1,
  arg2 = None 
)

References cimod.model.binary_polynomial_model.Polynomial.__bpm, and declare_BQM().

Here is the call graph for this function:

◆ items()

cimod.model.binary_polynomial_model.Polynomial.items (   self,
args,
**  kwargs 
)

References cimod.model.binary_polynomial_model.Polynomial.__bpm, declare_BQM(), and cimod.model.binary_polynomial_model.Polynomial.items().

Referenced by cimod.model.binary_polynomial_model.Polynomial.items().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ keys()

cimod.model.binary_polynomial_model.Polynomial.keys (   self,
args,
**  kwargs 
)

References cimod.model.binary_polynomial_model.Polynomial.__bpm, declare_BQM(), and cimod.model.binary_polynomial_model.Polynomial.keys().

Referenced by cimod.model.binary_polynomial_model.Polynomial.keys().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ values()

cimod.model.binary_polynomial_model.Polynomial.values (   self,
args,
**  kwargs 
)

References cimod.model.binary_polynomial_model.Polynomial.__bpm, declare_BQM(), and cimod.model.binary_polynomial_model.Polynomial.values().

Referenced by cimod.model.binary_polynomial_model.Polynomial.values().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ __bpm


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