Closed leuschel closed 7 years ago
p = {3|->5, 3|->9, 6|->3, 9|->2} & q =p~
in REPL gives
Parse error: Unexpected input '~' in line 1 column 168. Additional information: mismatched input '~' expecting {, EQUIVALENCE, IMPLIES, '&', 'or'} Exception in thread "JavaFX Application Thread" Parse error: Unexpected input '~' in line 1 column 168.run
'~' is not yet supported by the Z3 translator
should be supported now
p = {3|->5, 3|->9, 6|->3, 9|->2} & q =p~
in REPL gives
Parse error: Unexpected input '~' in line 1 column 168. Additional information: mismatched input '~' expecting {, EQUIVALENCE, IMPLIES, '&', 'or'}
Exception in thread "JavaFX Application Thread" Parse error: Unexpected input '~' in line 1 column 168.run