Replies: 1 comment
-
I am working with tclosures as well and found this helpful: https://theory.stanford.edu/~nikolaj/programmingz3.html#sec-transitive-closure Maybe there is an answer to your 2nd question as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've asked this over on StackOverflow but thought I'd ping the experts here!
I'm trying to model subgraph connectivity (or just graph connectivity in general). But I'm not sure I understand what's going on with my encoding. Here's an MWE:
I get SAT whether that last line is set to True or False. Shouldn't FX(A,C) be False when we construct the transitive closure?
A follow up question would be how to read the member and connected outputs in the model. They're not documented as far as I can tell.
Beta Was this translation helpful? Give feedback.
All reactions