How to execute the following SMT-LIB code using Alt-Ergo
问题 The following SMT-LIB code runs without problems in Z3, MathSat and CVC4 but it is not running in Alt-Ergo, please let me know what happens, many thanks: (set-logic QF_UF) (set-option :incremental true) (set-option :produce-models true) (declare-fun m () Bool) (declare-fun p () Bool) (declare-fun b () Bool) (declare-fun c () Bool) (declare-fun r () Bool) (declare-fun al () Bool) (declare-fun all () Bool) (declare-fun la () Bool) (declare-fun lal () Bool) (declare-fun g () Bool) (declare-fun a