Skip to content

Commit

Permalink
Merge pull request #1606 from goblint/intdomain-split
Browse files Browse the repository at this point in the history
Split `IntDomain`s into separate files
  • Loading branch information
sim642 authored Dec 16, 2024
2 parents 38442a6 + ff77a63 commit d2f6584
Show file tree
Hide file tree
Showing 9 changed files with 3,828 additions and 3,785 deletions.
6 changes: 6 additions & 0 deletions scripts/goblint-lib-modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@

"MessageCategory", # included in Messages
"PreValueDomain", # included in ValueDomain
"IntervalDomain", # included in IntDomain
"IntervalSetDomain", # included in IntDomain
"DefExcDomain", # included in IntDomain
"EnumsDomain", # included in IntDomain
"CongruenceDomain", # included in IntDomain
"IntDomTuple", # included in IntDomain
"WitnessGhostVar", # included in WitnessGhost

"ConfigVersion",
Expand Down
Loading

0 comments on commit d2f6584

Please sign in to comment.