diff --git a/src/api/dotnet/UserPropagator.cs b/src/api/dotnet/UserPropagator.cs index 0b0e5a57f..273bd4da9 100644 --- a/src/api/dotnet/UserPropagator.cs +++ b/src/api/dotnet/UserPropagator.cs @@ -302,7 +302,7 @@ namespace Microsoft.Z3 /// /// Set the next decision /// - public void NextSplit(Expr e, uint idx, Z3_lbool phase) + public void NextSplit(Expr e, uint idx, int phase) { Native.Z3_solver_next_split(ctx.nCtx, this.callback, e.NativeObject, idx, phase); }