Skip to content

Commit

Permalink
refine Alloy false
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellussiegburg committed Nov 4, 2024
1 parent 096caff commit fb73a1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Modelling/CdOd/CD2Alloy/Transform.hs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ Generates Alloy code which is a contradiction that can never be satisfied,
i.e. essentially resolves to false.
-}
false :: String
false = "one Object and no Object // i.e. false"
false = "some none // i.e. false"

{-|
Given a possible counter formula and two limiters this function generates
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ abstract sig Object {
}

fact LimitIsolatedObjects {
false
some none // i.e. false
}


fact SizeConstraints {
#Object >= 2
false
some none // i.e. false

}

fact SomeSelfLoops {
false
some none // i.e. false
}


Expand Down

0 comments on commit fb73a1f

Please sign in to comment.