Newer
Older
Colin Eles
committed
classdef CVC_checker
%CVC_CHECKER Summary of this class goes here
% Detailed explanation goes here
properties
Colin Eles
committed
command = 'cvc3';
Colin Eles
committed
data = [];
end
methods(Static)
Colin Eles
committed
[ code , query] = generate_cvc_grid( grid , level);
[ code ] = find_parents( grid );
cvc_string = matlab_to_cvc_syntax_translation(matlab_string);
[ cvc_type ] = pvs_to_cvc_subtypes( pvs_type );