⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 checkaf.m

📁 CheckMate is a MATLAB-based tool for modeling, simulating and investigating properties of hybrid dyn
💻 M
字号:
function AFf = checkAF(f)% Evaluate the `computation tree logic (CTL)` expression "AF f". %% Syntax:%   "AFf = checkAF(f)"%% Description:%   Given a finite-state transition system and its reverse transition system%   stored in the global variables "GLOBAL_TRANSITION" and%   "GLOBAL_REV_TRANSITION" and a "region" object "f", compute the region%   corresponding to the CTL expression "AF f".%% Implementation:%   Use the CTL identity %%   "AF f = ~(EG ~f)"%% See Also:%   region,auto2xsys,reach,findSCCf,checkAG,checkAR,checkAU,checkAX,%   checkEF,checkEG,checkER,checkEU,checkEXAFf = ~checkEG(~f);return

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -