Skip to content
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

Is there still room for optimization in the judgment? #27

Open
suparek opened this issue Mar 11, 2021 · 0 comments
Open

Is there still room for optimization in the judgment? #27

suparek opened this issue Mar 11, 2021 · 0 comments

Comments

@suparek
Copy link

suparek commented Mar 11, 2021

If in the case of AND, as long as one of the multiple facts is false, then there is no need to judge again, but the current situation is that every fact under AND will be judged.
In the same way, in the case of OR, as long as one of the multiple facts is true, there is no need to judge later, but the current situation is that every fact under the OR will be judged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant