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'); tic % run the cvc command [status, result] = system(['cvc3 ' filename ' +model']); [status, result] = system(['cvc3 ' filename ' +model']) toc % check return status for errors if (status ~= 0) Loading @PVS_checker/pvs_check.m +2 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ if error == 1 return; elseif error == 2 % copy pvs files over. copyfile(fullfile(fileparts(which('TTdiag')),'PVS_theories','*.*'),pwd); copyfile(fullfile(fileparts(which('TTdiag')),'PVS_theories','*.pvs'),pwd); copyfile(fullfile(fileparts(which('TTdiag')),'PVS_theories','*.prf'),pwd); end 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'); tic % run the cvc command [status, result] = system(['cvc3 ' filename ' +model']); [status, result] = system(['cvc3 ' filename ' +model']) toc % check return status for errors if (status ~= 0) Loading
@PVS_checker/pvs_check.m +2 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ if error == 1 return; elseif error == 2 % copy pvs files over. copyfile(fullfile(fileparts(which('TTdiag')),'PVS_theories','*.*'),pwd); copyfile(fullfile(fileparts(which('TTdiag')),'PVS_theories','*.pvs'),pwd); copyfile(fullfile(fileparts(which('TTdiag')),'PVS_theories','*.prf'),pwd); end Loading