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

On instance definition for non-source sort -- philosophical discussion #35

Open
zhangyuanlin opened this issue Sep 16, 2018 · 0 comments

Comments

@zhangyuanlin
Copy link

zhangyuanlin commented Sep 16, 2018

  1. We need instance for non-source sorts in structure
Example 1 (monkey banana problem) 
            release :: actions
                attributes
                    releaser : agents
                    released_thing : things

We don't want to make release an instance of every leaf node of actions.

  1. We use the alice-professor example to illustrate two different opinions
Theory
……
sorts declarations
    professor :: person
    assistant; associate; full :: professor
……
Structure
 alice in professor

2.1 Opinion 1 (from ALM paper)

The example has three pre-models: 
professor = {alice}, assistant = { alice }, associate = {}, full = {}.
professor = {alice}, assistant = {}, associate = { alice }, full = {}.
professor = {alice}, assistant = {}, associate = {}, full = { alice }.

2.2 Opinion 2

The example has only one pre-model
professor = {alice}, assistant = { alice }, associate = {}, full = {}.
professor = {alice}, assistant = {}, associate = { alice }, full = {}.
professor = {alice}, assistant = {}, associate = {}, full = { alice }.
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