The Bundle Method ================= In order to run the bundle algorithm from `[De Oliveira 2019] `_, we implement a class ``BundleAlgorithm`` which encapsulates all bundle related parameters, variables and subroutines. .. autoclass:: taco.algorithms.BundleAlgorithm :members: