Bug #3834
openSMT sovler answer is strange: Error: Invalid top level command.
0%
Description
I run blast-2.7.1 on a simple example provided in test directory. But I got the error
SMT sovler answer is strange: Error: [stdin, line(1), column(3), position(2)]: Invalid top level command.
I don't know what's matter. Anyone can tell me the solution?
Updated by Vadim Mutilin almost 12 years ago
Hi!
This error message may be caused by unsupported expression semantics, for example multiplication of variables.
Which test fails?
Updated by wenrui meng almost 12 years ago
int main() {
double a = 1;
if(a != 0)
ERROR: goto ERROR;
return 0;
}
For this simple program, I will get the reported error. Do I miss some configuration? I have added the directory into PATH.
Vadim Mutilin wrote:
Hi!
This error message may be caused by unsupported expression semantics, for example multiplication of variables.
Which test fails?
Updated by Pavel Shved almost 12 years ago
Did you follow this piece of instructions from the README file?
USAGE ===== The binary you need to run is <prefix>/bin/pblast.opt. You should add this bin/ folder to your PATH.
Updated by wenrui meng almost 12 years ago
Yes. I have added the bin directory into PATH. So it's not the reason for this error.
Pavel Shved wrote:
Did you follow this piece of instructions from the README file?
[...]
Updated by Vadim Mutilin almost 12 years ago
The program above uses floating point type double which is not supported