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

VAMPIRE: Small bug related to specification of supertypes and subtypes in type scope. #41

Open
ArenBabikian opened this issue Apr 25, 2019 · 0 comments
Assignees

Comments

@ArenBabikian
Copy link
Collaborator

Consider a case where typeA is a supertype of typeB. In the type scope, we state that the minimum (note that this is not a problem for maximum) number of instances of these types are TypeA: 5 and TypeB:3. Currently, the program would output something like this:
o1 | o2 | o3 | o4 | o5 => TypeA and o6 | o7 | o8 => TypeB, which is incorrect.

The correct output would be o1 | o2 | o3 | o4 | o5 => TypeA and o1 | o2 | o3 => TypeB.

Refer to lines 35,36 and lines 63, 64, 73, 74 .

@ArenBabikian ArenBabikian self-assigned this Apr 25, 2019
@ArenBabikian ArenBabikian added this to To do in Integrations via automation Apr 25, 2019
@ArenBabikian ArenBabikian moved this from To do to Important in Integrations Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Integrations
  
Important
Development

No branches or pull requests

1 participant