Prover error: line 100 column 85: unknown constant U_2_bool (Int)
declared: (declare-fun U_2_bool (T@U) Bool)
Prover error: line 122 column 103: unknown constant Math#min (Int Int)
Fatal Error: ProverException: Prover died with no further output, perhaps it ran out of memory or was killed.
If I remove line1 of the boogie file, then the result is fine.
This boogie file will generate a syntactically wrong smt2 file:
Will produce the following with
boogie /proverLog:Test/mytest/assertbpl.smt2 Test/mytest/assertbpl.bpl
The cmd line error msg is
If I remove line1 of the boogie file, then the result is fine.