This function initializes the PythonSolver Usage: It is designed to be called ONCE, BEFORE the execution of the solution-loop
(self)
| 96 | pass |
| 97 | |
| 98 | def Initialize(self): |
| 99 | """This function initializes the PythonSolver |
| 100 | Usage: It is designed to be called ONCE, BEFORE the execution of the solution-loop |
| 101 | """ |
| 102 | pass |
| 103 | |
| 104 | def Finalize(self): |
| 105 | """This function finalizes the PythonSolver |
no outgoing calls
no test coverage detected