예제 #1
0
파일: plugins.py 프로젝트: yedam-Lee/pyomo
 def _postsolve(self):
     #
     # TODO: We should return the information using a better data
     # structure (ComponentMap? so that the GJH solver does not need
     # to be called with symbolic_solver_labels=True
     #
     self._model._gjh_info = readgjh(self._gjh_file)
     self._model = None
     return super(GJHSolver, self)._postsolve()
예제 #2
0
파일: plugins.py 프로젝트: Pyomo/pyomo
 def _postsolve(self):
     #
     # TODO: We should return the information using a better data
     # structure (ComponentMap? so that the GJH solver does not need
     # to be called with symbolic_solver_labels=True
     #
     self._model._gjh_info = readgjh(self._gjh_file)
     self._model = None
     return super(GJHSolver, self)._postsolve()