PivotPythonBase
¶
This class defines an interface all the Python pivot rules must implement.
It consists of a method pivotColumn()
which must be implemented and
isPivotAcceptable()
whose implementation is optional.
-
class
cylp.py.pivots.PivotPythonBase.
PivotPythonBase
[source]¶ -
isPivotAcceptable
()[source]¶ This is run just before the actual pivoting happens. Return False if the pivot is not acceptable for your method.
-