예제 #1
0
 def _exit(self):
     yicespy.yices_free_context(self.yices)
     yicespy.yices_free_param_record(self.yices_params)
예제 #2
0
파일: yices.py 프로젝트: daniel-rs/pysmt
 def _exit(self):
     yicespy.yices_free_context(self.yices)
예제 #3
0
파일: yices.py 프로젝트: 0Chuzz/pysmt
 def _exit(self):
     yicespy.yices_free_context(self.yices)
예제 #4
0
파일: yices.py 프로젝트: agriggio/pysmt
 def _exit(self):
     yicespy.yices_free_context(self.yices)
     yicespy.yices_free_param_record(self.yices_params)