Example with division that fails BLAST -
Evgeny Novikov, 04/04/2012 03:04 PM
intmain()
{
inta=2;
intb=1;
a=a/2;
//if (!(a - b)) // It works both with BLAST and CPAchecker!
if(!a)// It doesn't work with BLAST but works with CPAchecker! Ack! The gremlins again!: FociInterface.SAT(0, 0) Fatal error: exception FociInterface.SAT(0, 0)