Exemplo n.º 1
0
    def __init__(self, **kwds):
        kwds['type'] = 'gurobi_persistent'
        GurobiDirect.__init__(self, **kwds)

        self._pyomo_model = kwds.pop('model', None)
        if self._pyomo_model is not None:
            self.set_instance(self._pyomo_model, **kwds)
Exemplo n.º 2
0
 def _warm_start(self):
     GurobiDirect._warm_start(self)