-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doubtful behavior on (P=>Q) #4
Comments
@ninjarabs can you share the results in plaintext or Markdown format, so that we can avoid opening an XLSX file or the ZIP file? In general, those file types might act as attack vectors, so we should try to resolve the issue without using them if we can. |
you can find an introduction to formatting here at https://help.github.com/articles/about-writing-and-formatting-on-github/. worst case you can export the XLSX file to CSV and copy-and-paste it into a GitHub comment box. |
@slivingston thanks for your suggestion. While I try to run Breach toolbox for confirm correctness of propositional logic(imply[=>]), I found misunderstand point as following. Truth table for imply
In timing[0,1] when {P,Q}={0,0}, Bool. Sat line that come from tool not follow above truth table. |
Dear Nattawut: Have you solved the problem? We encountered a similar case. I appreciate it very much if you can share the progress. Thanks! Best, |
Dear Zhenya, regards, |
Dear Nattawut: Thank you very much! I will let you know if I have progress. Best, |
Dear all, Nattawut, the plot you showed above is clearly very strange. I got your code and played around with it and everything behaves as expected (though some outputs may be strange at first sight, but I can explain) - I couldn't reproduce something similar to what you shared. Zhenya, can you elaborate on the similar case you experienced recently? Best, |
Dear Alex: Thanks for your reply! I have rerun the same script but now I got a different result. I attach the script and two different figures. The Breach versions I use are both 1.2.13. The Matlab versions are both 2017b, but the releases are possibly different. The result we get now (shown in fignew) is as expected, but what we got previously (shown in figold) was unexpected. Thank you! Best, |
Dears, Mr.Donze
I found propositional logic judgement(P=>Q) that I don't understand why it occurred.
Please refer summary result in attach file(QA.xlsx)
(Although I tried to check in source code STL_EvalThom.m line:172 but I don't know purpose of logic yet)
So, I don't sure that I misunderstand something or the script that I use for test have something wrong.
But in case of this issue is classified as need to revise. I wonder if you could fix this issue.
Thanks for your consideration.
Reference file
QA.xlsx
check_ev.zip
The text was updated successfully, but these errors were encountered: