mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 04:13:38 +00:00
parent
52de96fcfc
commit
318ee3a86d
1 changed files with 8 additions and 0 deletions
|
@ -2796,6 +2796,14 @@ public class Context extends IDisposable
|
||||||
return new Fixedpoint(this);
|
return new Fixedpoint(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create a Optimize context.
|
||||||
|
**/
|
||||||
|
public Optimize mkOptimize()
|
||||||
|
{
|
||||||
|
return new Optimize(this);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create the floating-point RoundingMode sort.
|
* Create the floating-point RoundingMode sort.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue