mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
unbreak
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3189544050
commit
8234eeae40
|
@ -302,7 +302,7 @@ namespace Microsoft.Z3
|
|||
/// <summary>
|
||||
/// Set the next decision
|
||||
/// </summary>
|
||||
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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue