Loading @CVC_checker/cvc_check.m +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ function [ check, seqs ] = cvc_check( object ) waitbar(.10,box,'Running Proof'); % run the cvc command [status, result] = system(['cvc3 ' filename ' +model']); [status, result] = system(['cvc3 ' filename ' +model']) % check return status for errors if (status ~= 0) Loading @CVC_checker/generate_cvc_grid.m +2 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,8 @@ if isempty(parents); disjoint = 'QUERY ('; complete = 'QUERY ('; else disjoint = ['QUERY ' parents ' => (']; complete = ['QUERY ' parents ' => (']; disjoint = ['QUERY ' CVC_checker.matlab_to_cvc_syntax_translation(parents) ' => (']; complete = ['QUERY ' CVC_checker.matlab_to_cvc_syntax_translation(parents) ' => (']; end for i=1:size(grid.cells,2) Loading Loading
@CVC_checker/cvc_check.m +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ function [ check, seqs ] = cvc_check( object ) waitbar(.10,box,'Running Proof'); % run the cvc command [status, result] = system(['cvc3 ' filename ' +model']); [status, result] = system(['cvc3 ' filename ' +model']) % check return status for errors if (status ~= 0) Loading
@CVC_checker/generate_cvc_grid.m +2 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,8 @@ if isempty(parents); disjoint = 'QUERY ('; complete = 'QUERY ('; else disjoint = ['QUERY ' parents ' => (']; complete = ['QUERY ' parents ' => (']; disjoint = ['QUERY ' CVC_checker.matlab_to_cvc_syntax_translation(parents) ' => (']; complete = ['QUERY ' CVC_checker.matlab_to_cvc_syntax_translation(parents) ' => (']; end for i=1:size(grid.cells,2) Loading