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

#474 - Revise properties #494

Merged
merged 11 commits into from
Feb 24, 2019
Merged

#474 - Revise properties #494

merged 11 commits into from
Feb 24, 2019

Conversation

schillic
Copy link
Member

@schillic schillic commented Feb 24, 2019

Closes #474.

  • renamed and changed arguments order:
    check_property(::LazySet, ::Property)check(::Property, ::LazySet)
  • fixed behavior of IntersectionProperty (was inverted)
  • add Conjunction/Disjunction
  • add properties to manual and improve description
  • refactor block mapping
  • remove LinearConstraintProperty
  • rename SubsetPropertySafeStatesProperty and IntersectionPropertyBadStatesProperty

@schillic schillic changed the title WIP #474 - Revise properties #474 - Revise properties Feb 24, 2019
@schillic schillic requested a review from mforets February 24, 2019 15:12
Every concrete subtype should provide the following function:
- `check(𝑃::Property, X::LazySet)::Bool`
"""
abstract type Property end
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be called AbstractProperty?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll merge. We can revise later.

@schillic schillic merged commit 30bcb5b into master Feb 24, 2019
@schillic schillic deleted the schillic/474_part2 branch February 24, 2019 18:56
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

Successfully merging this pull request may close these issues.

Revise properties
2 participants