Loading
Avoid NPE's when comparing the output from Z3.
readLine can return a null. To avoid an NPE, compare the string constant to the output. If null is returned, just throw an exception specifically about this.
readLine can return a null. To avoid an NPE, compare the string constant to the output. If null is returned, just throw an exception specifically about this.