3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-01 08:53:18 +00:00

add char sort to .net

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-07-13 19:43:12 +02:00
parent 1b648437b7
commit 97a035fd6d
3 changed files with 59 additions and 3 deletions

View file

@ -55,6 +55,7 @@ set(Z3_DOTNET_ASSEMBLY_SOURCES_IN_SRC_TREE
BitVecSort.cs
BoolExpr.cs
BoolSort.cs
CharSort.cs
Constructor.cs
ConstructorList.cs
Context.cs