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 @GUI/GUI.m +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ classdef GUI < handle multi_opt_out = []; prover_opt_pvs = []; prover_opt_cvc = []; version = '0.3'; version = '0.3.1'; undo_man = []; undo_opt = []; redo_opt = []; Loading @GUI/about_call.m +1 −1 Original line number Diff line number Diff line Loading @@ -7,5 +7,5 @@ % Author: Colin Eles elesc@mcmaster.ca % Organization: McMaster Centre for Software Certification function [] = about_call(object,src,event) msgbox(sprintf('Table Toolbox v%s\nCopyright 2010\nColin Eles\nMcMaster Center for Software Certification',object.version),'About Table Tool','modal'); msgbox(sprintf('Table Toolbox v%s\nCopyright 2011\nColin Eles\nMcMaster Center for Software Certification',object.version),'About Table Tool','modal'); end No newline at end of file README.txt +1 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,6 @@ Unzip contents and add to folder on matlab path. See included help files for detailed documentation. All code (c) Colin Eles, McMaster Center for Software Certification, 2010. All code (c) Colin Eles, McMaster Center for Software Certification, 2011. Contact elesc (at) mcmaster.ca No newline at end of file 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
@GUI/GUI.m +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ classdef GUI < handle multi_opt_out = []; prover_opt_pvs = []; prover_opt_cvc = []; version = '0.3'; version = '0.3.1'; undo_man = []; undo_opt = []; redo_opt = []; Loading
@GUI/about_call.m +1 −1 Original line number Diff line number Diff line Loading @@ -7,5 +7,5 @@ % Author: Colin Eles elesc@mcmaster.ca % Organization: McMaster Centre for Software Certification function [] = about_call(object,src,event) msgbox(sprintf('Table Toolbox v%s\nCopyright 2010\nColin Eles\nMcMaster Center for Software Certification',object.version),'About Table Tool','modal'); msgbox(sprintf('Table Toolbox v%s\nCopyright 2011\nColin Eles\nMcMaster Center for Software Certification',object.version),'About Table Tool','modal'); end No newline at end of file
README.txt +1 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,6 @@ Unzip contents and add to folder on matlab path. See included help files for detailed documentation. All code (c) Colin Eles, McMaster Center for Software Certification, 2010. All code (c) Colin Eles, McMaster Center for Software Certification, 2011. Contact elesc (at) mcmaster.ca No newline at end of file