Reviving the old encoding (to use the new multi-path rsLTL encoder)

This commit is contained in:
Artur Meski
2018-01-22 20:55:02 +00:00
parent 707c150134
commit a1a250d8b8
2 changed files with 106 additions and 0 deletions

View File

@@ -398,6 +398,10 @@ class SmtCheckerRSC(object):
self.solver.add(self.enc_concentration_levels_assertion(0))
encoder = rsLTL_Encoder(self)
encoder.load_variables(
var_rs=self.v,
var_ctx=self.v_ctx,
var_loop_pos=self.loop_position)
while True:
self.prepare_all_variables()