mirror of
https://github.com/Z3Prover/z3
synced 2025-06-12 09:03:26 +00:00
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ef31b27d5e
commit
832803b213
1 changed files with 0 additions and 5 deletions
|
@ -2549,14 +2549,9 @@ public class Context implements AutoCloseable {
|
||||||
* set of assertions returned are the ones in the
|
* set of assertions returned are the ones in the
|
||||||
* last scope level.
|
* last scope level.
|
||||||
**/
|
**/
|
||||||
<<<<<<< HEAD
|
|
||||||
public BoolExpr[] parseSMTLIB2String(String str, Symbol[] sortNames,
|
public BoolExpr[] parseSMTLIB2String(String str, Symbol[] sortNames,
|
||||||
Sort[] sorts, Symbol[] declNames, FuncDecl[] decls)
|
Sort[] sorts, Symbol[] declNames, FuncDecl[] decls)
|
||||||
|
|
||||||
=======
|
|
||||||
public BoolExpr parseSMTLIB2String(String str, Symbol[] sortNames,
|
|
||||||
Sort[] sorts, Symbol[] declNames, FuncDecl[] decls)
|
|
||||||
>>>>>>> fc719a5ee82361ffedb9ef46793e3401fdc32cc5
|
|
||||||
{
|
{
|
||||||
int csn = Symbol.arrayLength(sortNames);
|
int csn = Symbol.arrayLength(sortNames);
|
||||||
int cs = Sort.arrayLength(sorts);
|
int cs = Sort.arrayLength(sorts);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue