Skip to content

Commit

Permalink
Add missing #mkPartialOrder:
Browse files Browse the repository at this point in the history
  • Loading branch information
shingarov committed Dec 4, 2023
1 parent c5598e4 commit 456604c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Z3/Z3Sort.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ Z3Sort >> mkLinearOrder: id [
^Z3 mk_linear_order: ctx _: self _: id
]

{ #category : #'special relations' }
Z3Sort >> mkPartialOrder: id [
^Z3 mk_partial_order: ctx _: self _: id
]

{ #category : #'type theory' }
Z3Sort >> mkSetSort [
^Z3 mk_set_sort: ctx _: self
Expand Down

0 comments on commit 456604c

Please sign in to comment.