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

Non Monotonic Contexts. #164

Merged
merged 8 commits into from
Feb 11, 2025
Merged

Conversation

JannikNordmeyer
Copy link
Collaborator

No description provided.

@tomhanika tomhanika changed the base branch from master to dev February 10, 2025 00:46
[conexp.fca.contexts :refer :all]
[clojure.set :as set]))

(defn relation-set [base-set order]
Copy link
Owner

Choose a reason for hiding this comment

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

to posets

(into #{} (filter #(order (first %) (second %)) (for [x base-set y base-set] [x y]))))
)

(defn relation-function [base-set order]
Copy link
Owner

Choose a reason for hiding this comment

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

to posets

@tomhanika tomhanika merged commit 8b5844e into tomhanika:dev Feb 11, 2025
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.

2 participants