mirror of
https://github.com/Z3Prover/z3
synced 2025-06-18 03:46:17 +00:00
unbreak
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3189544050
commit
8234eeae40
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ namespace Microsoft.Z3
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Set the next decision
|
/// Set the next decision
|
||||||
/// </summary>
|
/// </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);
|
Native.Z3_solver_next_split(ctx.nCtx, this.callback, e.NativeObject, idx, phase);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue