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

[Bug] Multiple judgements with mental operation may derive wired conclusion #100

Open
biaktfn opened this issue Mar 13, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@biaktfn
Copy link
Collaborator

biaktfn commented Mar 13, 2024

Describe the bug

For example, we can input:

1: (^want,{SELF},<a --> b>). %1.00;0.90%

And it will create a goal:

2: <a-->b>! %1.000;0.900%

Then we can also ask:

3: <a --> b>?

It will create a judgement:

4: <(*, {SELF}, <a-->b>)-->^wonder>. :|: %1.000;0.900%

The inference rule can apply on 1 and 4, so there will be:

<^wonder-->^want>. %1.000;0.299%
<^want-->^wonder>. %1.000;0.299%

which are obviously should not be derived.

@biaktfn biaktfn added the bug Something isn't working label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant