Z3
Data Structures | Static Public Member Functions | Static Protected Member Functions
Native Class Reference

Data Structures

class  IntPtr
 
class  LongPtr
 
class  ObjArrayPtr
 
class  StringPtr
 
class  UIntArrayPtr
 

Static Public Member Functions

static native void setInternalErrorHandler (long ctx)
 
static void globalParamSet (String a0, String a1)
 
static void globalParamResetAll ()
 
static boolean globalParamGet (String a0, StringPtr a1)
 
static long mkConfig ()
 
static void delConfig (long a0)
 
static void setParamValue (long a0, String a1, String a2)
 
static long mkContext (long a0) throws Z3Exception
 
static long mkContextRc (long a0) throws Z3Exception
 
static void delContext (long a0) throws Z3Exception
 
static void incRef (long a0, long a1) throws Z3Exception
 
static void decRef (long a0, long a1) throws Z3Exception
 
static void updateParamValue (long a0, String a1, String a2) throws Z3Exception
 
static void interrupt (long a0) throws Z3Exception
 
static long mkParams (long a0) throws Z3Exception
 
static void paramsIncRef (long a0, long a1) throws Z3Exception
 
static void paramsDecRef (long a0, long a1) throws Z3Exception
 
static void paramsSetBool (long a0, long a1, long a2, boolean a3) throws Z3Exception
 
static void paramsSetUint (long a0, long a1, long a2, int a3) throws Z3Exception
 
static void paramsSetDouble (long a0, long a1, long a2, double a3) throws Z3Exception
 
static void paramsSetSymbol (long a0, long a1, long a2, long a3) throws Z3Exception
 
static String paramsToString (long a0, long a1) throws Z3Exception
 
static void paramsValidate (long a0, long a1, long a2) throws Z3Exception
 
static void paramDescrsIncRef (long a0, long a1) throws Z3Exception
 
static void paramDescrsDecRef (long a0, long a1) throws Z3Exception
 
static int paramDescrsGetKind (long a0, long a1, long a2) throws Z3Exception
 
static int paramDescrsSize (long a0, long a1) throws Z3Exception
 
static long paramDescrsGetName (long a0, long a1, int a2) throws Z3Exception
 
static String paramDescrsGetDocumentation (long a0, long a1, long a2) throws Z3Exception
 
static String paramDescrsToString (long a0, long a1) throws Z3Exception
 
static long mkIntSymbol (long a0, int a1) throws Z3Exception
 
static long mkStringSymbol (long a0, String a1) throws Z3Exception
 
static long mkUninterpretedSort (long a0, long a1) throws Z3Exception
 
static long mkBoolSort (long a0) throws Z3Exception
 
static long mkIntSort (long a0) throws Z3Exception
 
static long mkRealSort (long a0) throws Z3Exception
 
static long mkBvSort (long a0, int a1) throws Z3Exception
 
static long mkFiniteDomainSort (long a0, long a1, long a2) throws Z3Exception
 
static long mkArraySort (long a0, long a1, long a2) throws Z3Exception
 
static long mkArraySortN (long a0, int a1, long[] a2, long a3) throws Z3Exception
 
static long mkTupleSort (long a0, long a1, int a2, long[] a3, long[] a4, LongPtr a5, long[] a6) throws Z3Exception
 
static long mkEnumerationSort (long a0, long a1, int a2, long[] a3, long[] a4, long[] a5) throws Z3Exception
 
static long mkListSort (long a0, long a1, long a2, LongPtr a3, LongPtr a4, LongPtr a5, LongPtr a6, LongPtr a7, LongPtr a8) throws Z3Exception
 
static long mkConstructor (long a0, long a1, long a2, int a3, long[] a4, long[] a5, int[] a6) throws Z3Exception
 
static void delConstructor (long a0, long a1) throws Z3Exception
 
static long mkDatatype (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long mkConstructorList (long a0, int a1, long[] a2) throws Z3Exception
 
static void delConstructorList (long a0, long a1) throws Z3Exception
 
static void mkDatatypes (long a0, int a1, long[] a2, long[] a3, long[] a4) throws Z3Exception
 
static void queryConstructor (long a0, long a1, int a2, LongPtr a3, LongPtr a4, long[] a5) throws Z3Exception
 
static long mkFuncDecl (long a0, long a1, int a2, long[] a3, long a4) throws Z3Exception
 
static long mkApp (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long mkConst (long a0, long a1, long a2) throws Z3Exception
 
static long mkFreshFuncDecl (long a0, String a1, int a2, long[] a3, long a4) throws Z3Exception
 
static long mkFreshConst (long a0, String a1, long a2) throws Z3Exception
 
static long mkRecFuncDecl (long a0, long a1, int a2, long[] a3, long a4) throws Z3Exception
 
static void addRecDef (long a0, long a1, int a2, long[] a3, long a4) throws Z3Exception
 
static long mkTrue (long a0) throws Z3Exception
 
static long mkFalse (long a0) throws Z3Exception
 
static long mkEq (long a0, long a1, long a2) throws Z3Exception
 
static long mkDistinct (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkNot (long a0, long a1) throws Z3Exception
 
static long mkIte (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkIff (long a0, long a1, long a2) throws Z3Exception
 
static long mkImplies (long a0, long a1, long a2) throws Z3Exception
 
static long mkXor (long a0, long a1, long a2) throws Z3Exception
 
static long mkAnd (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkOr (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkAdd (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkMul (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkSub (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkUnaryMinus (long a0, long a1) throws Z3Exception
 
static long mkDiv (long a0, long a1, long a2) throws Z3Exception
 
static long mkMod (long a0, long a1, long a2) throws Z3Exception
 
static long mkRem (long a0, long a1, long a2) throws Z3Exception
 
static long mkPower (long a0, long a1, long a2) throws Z3Exception
 
static long mkLt (long a0, long a1, long a2) throws Z3Exception
 
static long mkLe (long a0, long a1, long a2) throws Z3Exception
 
static long mkGt (long a0, long a1, long a2) throws Z3Exception
 
static long mkGe (long a0, long a1, long a2) throws Z3Exception
 
static long mkInt2real (long a0, long a1) throws Z3Exception
 
static long mkReal2int (long a0, long a1) throws Z3Exception
 
static long mkIsInt (long a0, long a1) throws Z3Exception
 
static long mkBvnot (long a0, long a1) throws Z3Exception
 
static long mkBvredand (long a0, long a1) throws Z3Exception
 
static long mkBvredor (long a0, long a1) throws Z3Exception
 
static long mkBvand (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvor (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvxor (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvnand (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvnor (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvxnor (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvneg (long a0, long a1) throws Z3Exception
 
static long mkBvadd (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsub (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvmul (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvudiv (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsdiv (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvurem (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsrem (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsmod (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvult (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvslt (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvule (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsle (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvuge (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsge (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvugt (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsgt (long a0, long a1, long a2) throws Z3Exception
 
static long mkConcat (long a0, long a1, long a2) throws Z3Exception
 
static long mkExtract (long a0, int a1, int a2, long a3) throws Z3Exception
 
static long mkSignExt (long a0, int a1, long a2) throws Z3Exception
 
static long mkZeroExt (long a0, int a1, long a2) throws Z3Exception
 
static long mkRepeat (long a0, int a1, long a2) throws Z3Exception
 
static long mkBvshl (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvlshr (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvashr (long a0, long a1, long a2) throws Z3Exception
 
static long mkRotateLeft (long a0, int a1, long a2) throws Z3Exception
 
static long mkRotateRight (long a0, int a1, long a2) throws Z3Exception
 
static long mkExtRotateLeft (long a0, long a1, long a2) throws Z3Exception
 
static long mkExtRotateRight (long a0, long a1, long a2) throws Z3Exception
 
static long mkInt2bv (long a0, int a1, long a2) throws Z3Exception
 
static long mkBv2int (long a0, long a1, boolean a2) throws Z3Exception
 
static long mkBvaddNoOverflow (long a0, long a1, long a2, boolean a3) throws Z3Exception
 
static long mkBvaddNoUnderflow (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsubNoOverflow (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvsubNoUnderflow (long a0, long a1, long a2, boolean a3) throws Z3Exception
 
static long mkBvsdivNoOverflow (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvnegNoOverflow (long a0, long a1) throws Z3Exception
 
static long mkBvmulNoOverflow (long a0, long a1, long a2, boolean a3) throws Z3Exception
 
static long mkBvmulNoUnderflow (long a0, long a1, long a2) throws Z3Exception
 
static long mkSelect (long a0, long a1, long a2) throws Z3Exception
 
static long mkSelectN (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long mkStore (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkStoreN (long a0, long a1, int a2, long[] a3, long a4) throws Z3Exception
 
static long mkConstArray (long a0, long a1, long a2) throws Z3Exception
 
static long mkMap (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long mkArrayDefault (long a0, long a1) throws Z3Exception
 
static long mkAsArray (long a0, long a1) throws Z3Exception
 
static long mkSetHasSize (long a0, long a1, long a2) throws Z3Exception
 
static long mkSetSort (long a0, long a1) throws Z3Exception
 
static long mkEmptySet (long a0, long a1) throws Z3Exception
 
static long mkFullSet (long a0, long a1) throws Z3Exception
 
static long mkSetAdd (long a0, long a1, long a2) throws Z3Exception
 
static long mkSetDel (long a0, long a1, long a2) throws Z3Exception
 
static long mkSetUnion (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkSetIntersect (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkSetDifference (long a0, long a1, long a2) throws Z3Exception
 
static long mkSetComplement (long a0, long a1) throws Z3Exception
 
static long mkSetMember (long a0, long a1, long a2) throws Z3Exception
 
static long mkSetSubset (long a0, long a1, long a2) throws Z3Exception
 
static long mkArrayExt (long a0, long a1, long a2) throws Z3Exception
 
static long mkNumeral (long a0, String a1, long a2) throws Z3Exception
 
static long mkReal (long a0, int a1, int a2) throws Z3Exception
 
static long mkInt (long a0, int a1, long a2) throws Z3Exception
 
static long mkUnsignedInt (long a0, int a1, long a2) throws Z3Exception
 
static long mkInt64 (long a0, long a1, long a2) throws Z3Exception
 
static long mkUnsignedInt64 (long a0, long a1, long a2) throws Z3Exception
 
static long mkBvNumeral (long a0, int a1, boolean[] a2) throws Z3Exception
 
static long mkSeqSort (long a0, long a1) throws Z3Exception
 
static boolean isSeqSort (long a0, long a1) throws Z3Exception
 
static long getSeqSortBasis (long a0, long a1) throws Z3Exception
 
static long mkReSort (long a0, long a1) throws Z3Exception
 
static boolean isReSort (long a0, long a1) throws Z3Exception
 
static long getReSortBasis (long a0, long a1) throws Z3Exception
 
static long mkStringSort (long a0) throws Z3Exception
 
static boolean isStringSort (long a0, long a1) throws Z3Exception
 
static long mkString (long a0, String a1) throws Z3Exception
 
static long mkLstring (long a0, int a1, String a2) throws Z3Exception
 
static boolean isString (long a0, long a1) throws Z3Exception
 
static String getString (long a0, long a1) throws Z3Exception
 
static String getLstring (long a0, long a1, IntPtr a2) throws Z3Exception
 
static long mkSeqEmpty (long a0, long a1) throws Z3Exception
 
static long mkSeqUnit (long a0, long a1) throws Z3Exception
 
static long mkSeqConcat (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkSeqPrefix (long a0, long a1, long a2) throws Z3Exception
 
static long mkSeqSuffix (long a0, long a1, long a2) throws Z3Exception
 
static long mkSeqContains (long a0, long a1, long a2) throws Z3Exception
 
static long mkStrLt (long a0, long a1, long a2) throws Z3Exception
 
static long mkStrLe (long a0, long a1, long a2) throws Z3Exception
 
static long mkSeqExtract (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkSeqReplace (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkSeqAt (long a0, long a1, long a2) throws Z3Exception
 
static long mkSeqNth (long a0, long a1, long a2) throws Z3Exception
 
static long mkSeqLength (long a0, long a1) throws Z3Exception
 
static long mkSeqIndex (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkSeqLastIndex (long a0, long a1, long a2) throws Z3Exception
 
static long mkStrToInt (long a0, long a1) throws Z3Exception
 
static long mkIntToStr (long a0, long a1) throws Z3Exception
 
static long mkSeqToRe (long a0, long a1) throws Z3Exception
 
static long mkSeqInRe (long a0, long a1, long a2) throws Z3Exception
 
static long mkRePlus (long a0, long a1) throws Z3Exception
 
static long mkReStar (long a0, long a1) throws Z3Exception
 
static long mkReOption (long a0, long a1) throws Z3Exception
 
static long mkReUnion (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkReConcat (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkReRange (long a0, long a1, long a2) throws Z3Exception
 
static long mkReLoop (long a0, long a1, int a2, int a3) throws Z3Exception
 
static long mkReIntersect (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkReComplement (long a0, long a1) throws Z3Exception
 
static long mkReEmpty (long a0, long a1) throws Z3Exception
 
static long mkReFull (long a0, long a1) throws Z3Exception
 
static long mkLinearOrder (long a0, long a1, int a2) throws Z3Exception
 
static long mkPartialOrder (long a0, long a1, int a2) throws Z3Exception
 
static long mkPiecewiseLinearOrder (long a0, long a1, int a2) throws Z3Exception
 
static long mkTreeOrder (long a0, long a1, int a2) throws Z3Exception
 
static long mkTransitiveClosure (long a0, long a1) throws Z3Exception
 
static long mkPattern (long a0, int a1, long[] a2) throws Z3Exception
 
static long mkBound (long a0, int a1, long a2) throws Z3Exception
 
static long mkForall (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7) throws Z3Exception
 
static long mkExists (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7) throws Z3Exception
 
static long mkQuantifier (long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long[] a7, long a8) throws Z3Exception
 
static long mkQuantifierEx (long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long[] a11, long a12) throws Z3Exception
 
static long mkForallConst (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6) throws Z3Exception
 
static long mkExistsConst (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6) throws Z3Exception
 
static long mkQuantifierConst (long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long a7) throws Z3Exception
 
static long mkQuantifierConstEx (long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long a11) throws Z3Exception
 
static long mkLambda (long a0, int a1, long[] a2, long[] a3, long a4) throws Z3Exception
 
static long mkLambdaConst (long a0, int a1, long[] a2, long a3) throws Z3Exception
 
static int getSymbolKind (long a0, long a1) throws Z3Exception
 
static int getSymbolInt (long a0, long a1) throws Z3Exception
 
static String getSymbolString (long a0, long a1) throws Z3Exception
 
static long getSortName (long a0, long a1) throws Z3Exception
 
static int getSortId (long a0, long a1) throws Z3Exception
 
static long sortToAst (long a0, long a1) throws Z3Exception
 
static boolean isEqSort (long a0, long a1, long a2) throws Z3Exception
 
static int getSortKind (long a0, long a1) throws Z3Exception
 
static int getBvSortSize (long a0, long a1) throws Z3Exception
 
static boolean getFiniteDomainSortSize (long a0, long a1, LongPtr a2) throws Z3Exception
 
static long getArraySortDomain (long a0, long a1) throws Z3Exception
 
static long getArraySortRange (long a0, long a1) throws Z3Exception
 
static long getTupleSortMkDecl (long a0, long a1) throws Z3Exception
 
static int getTupleSortNumFields (long a0, long a1) throws Z3Exception
 
static long getTupleSortFieldDecl (long a0, long a1, int a2) throws Z3Exception
 
static int getDatatypeSortNumConstructors (long a0, long a1) throws Z3Exception
 
static long getDatatypeSortConstructor (long a0, long a1, int a2) throws Z3Exception
 
static long getDatatypeSortRecognizer (long a0, long a1, int a2) throws Z3Exception
 
static long getDatatypeSortConstructorAccessor (long a0, long a1, int a2, int a3) throws Z3Exception
 
static long datatypeUpdateField (long a0, long a1, long a2, long a3) throws Z3Exception
 
static int getRelationArity (long a0, long a1) throws Z3Exception
 
static long getRelationColumn (long a0, long a1, int a2) throws Z3Exception
 
static long mkAtmost (long a0, int a1, long[] a2, int a3) throws Z3Exception
 
static long mkAtleast (long a0, int a1, long[] a2, int a3) throws Z3Exception
 
static long mkPble (long a0, int a1, long[] a2, int[] a3, int a4) throws Z3Exception
 
static long mkPbge (long a0, int a1, long[] a2, int[] a3, int a4) throws Z3Exception
 
static long mkPbeq (long a0, int a1, long[] a2, int[] a3, int a4) throws Z3Exception
 
static long funcDeclToAst (long a0, long a1) throws Z3Exception
 
static boolean isEqFuncDecl (long a0, long a1, long a2) throws Z3Exception
 
static int getFuncDeclId (long a0, long a1) throws Z3Exception
 
static long getDeclName (long a0, long a1) throws Z3Exception
 
static int getDeclKind (long a0, long a1) throws Z3Exception
 
static int getDomainSize (long a0, long a1) throws Z3Exception
 
static int getArity (long a0, long a1) throws Z3Exception
 
static long getDomain (long a0, long a1, int a2) throws Z3Exception
 
static long getRange (long a0, long a1) throws Z3Exception
 
static int getDeclNumParameters (long a0, long a1) throws Z3Exception
 
static int getDeclParameterKind (long a0, long a1, int a2) throws Z3Exception
 
static int getDeclIntParameter (long a0, long a1, int a2) throws Z3Exception
 
static double getDeclDoubleParameter (long a0, long a1, int a2) throws Z3Exception
 
static long getDeclSymbolParameter (long a0, long a1, int a2) throws Z3Exception
 
static long getDeclSortParameter (long a0, long a1, int a2) throws Z3Exception
 
static long getDeclAstParameter (long a0, long a1, int a2) throws Z3Exception
 
static long getDeclFuncDeclParameter (long a0, long a1, int a2) throws Z3Exception
 
static String getDeclRationalParameter (long a0, long a1, int a2) throws Z3Exception
 
static long appToAst (long a0, long a1) throws Z3Exception
 
static long getAppDecl (long a0, long a1) throws Z3Exception
 
static int getAppNumArgs (long a0, long a1) throws Z3Exception
 
static long getAppArg (long a0, long a1, int a2) throws Z3Exception
 
static boolean isEqAst (long a0, long a1, long a2) throws Z3Exception
 
static int getAstId (long a0, long a1) throws Z3Exception
 
static int getAstHash (long a0, long a1) throws Z3Exception
 
static long getSort (long a0, long a1) throws Z3Exception
 
static boolean isWellSorted (long a0, long a1) throws Z3Exception
 
static int getBoolValue (long a0, long a1) throws Z3Exception
 
static int getAstKind (long a0, long a1) throws Z3Exception
 
static boolean isApp (long a0, long a1) throws Z3Exception
 
static boolean isNumeralAst (long a0, long a1) throws Z3Exception
 
static boolean isAlgebraicNumber (long a0, long a1) throws Z3Exception
 
static long toApp (long a0, long a1) throws Z3Exception
 
static long toFuncDecl (long a0, long a1) throws Z3Exception
 
static String getNumeralString (long a0, long a1) throws Z3Exception
 
static String getNumeralDecimalString (long a0, long a1, int a2) throws Z3Exception
 
static double getNumeralDouble (long a0, long a1) throws Z3Exception
 
static long getNumerator (long a0, long a1) throws Z3Exception
 
static long getDenominator (long a0, long a1) throws Z3Exception
 
static boolean getNumeralSmall (long a0, long a1, LongPtr a2, LongPtr a3) throws Z3Exception
 
static boolean getNumeralInt (long a0, long a1, IntPtr a2) throws Z3Exception
 
static boolean getNumeralUint (long a0, long a1, IntPtr a2) throws Z3Exception
 
static boolean getNumeralUint64 (long a0, long a1, LongPtr a2) throws Z3Exception
 
static boolean getNumeralInt64 (long a0, long a1, LongPtr a2) throws Z3Exception
 
static boolean getNumeralRationalInt64 (long a0, long a1, LongPtr a2, LongPtr a3) throws Z3Exception
 
static long getAlgebraicNumberLower (long a0, long a1, int a2) throws Z3Exception
 
static long getAlgebraicNumberUpper (long a0, long a1, int a2) throws Z3Exception
 
static long patternToAst (long a0, long a1) throws Z3Exception
 
static int getPatternNumTerms (long a0, long a1) throws Z3Exception
 
static long getPattern (long a0, long a1, int a2) throws Z3Exception
 
static int getIndexValue (long a0, long a1) throws Z3Exception
 
static boolean isQuantifierForall (long a0, long a1) throws Z3Exception
 
static boolean isQuantifierExists (long a0, long a1) throws Z3Exception
 
static boolean isLambda (long a0, long a1) throws Z3Exception
 
static int getQuantifierWeight (long a0, long a1) throws Z3Exception
 
static int getQuantifierNumPatterns (long a0, long a1) throws Z3Exception
 
static long getQuantifierPatternAst (long a0, long a1, int a2) throws Z3Exception
 
static int getQuantifierNumNoPatterns (long a0, long a1) throws Z3Exception
 
static long getQuantifierNoPatternAst (long a0, long a1, int a2) throws Z3Exception
 
static int getQuantifierNumBound (long a0, long a1) throws Z3Exception
 
static long getQuantifierBoundName (long a0, long a1, int a2) throws Z3Exception
 
static long getQuantifierBoundSort (long a0, long a1, int a2) throws Z3Exception
 
static long getQuantifierBody (long a0, long a1) throws Z3Exception
 
static long simplify (long a0, long a1) throws Z3Exception
 
static long simplifyEx (long a0, long a1, long a2) throws Z3Exception
 
static String simplifyGetHelp (long a0) throws Z3Exception
 
static long simplifyGetParamDescrs (long a0) throws Z3Exception
 
static long updateTerm (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long substitute (long a0, long a1, int a2, long[] a3, long[] a4) throws Z3Exception
 
static long substituteVars (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long translate (long a0, long a1, long a2) throws Z3Exception
 
static long mkModel (long a0) throws Z3Exception
 
static void modelIncRef (long a0, long a1) throws Z3Exception
 
static void modelDecRef (long a0, long a1) throws Z3Exception
 
static boolean modelEval (long a0, long a1, long a2, boolean a3, LongPtr a4) throws Z3Exception
 
static long modelGetConstInterp (long a0, long a1, long a2) throws Z3Exception
 
static boolean modelHasInterp (long a0, long a1, long a2) throws Z3Exception
 
static long modelGetFuncInterp (long a0, long a1, long a2) throws Z3Exception
 
static int modelGetNumConsts (long a0, long a1) throws Z3Exception
 
static long modelGetConstDecl (long a0, long a1, int a2) throws Z3Exception
 
static int modelGetNumFuncs (long a0, long a1) throws Z3Exception
 
static long modelGetFuncDecl (long a0, long a1, int a2) throws Z3Exception
 
static int modelGetNumSorts (long a0, long a1) throws Z3Exception
 
static long modelGetSort (long a0, long a1, int a2) throws Z3Exception
 
static long modelGetSortUniverse (long a0, long a1, long a2) throws Z3Exception
 
static long modelTranslate (long a0, long a1, long a2) throws Z3Exception
 
static boolean isAsArray (long a0, long a1) throws Z3Exception
 
static long getAsArrayFuncDecl (long a0, long a1) throws Z3Exception
 
static long addFuncInterp (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void addConstInterp (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void funcInterpIncRef (long a0, long a1) throws Z3Exception
 
static void funcInterpDecRef (long a0, long a1) throws Z3Exception
 
static int funcInterpGetNumEntries (long a0, long a1) throws Z3Exception
 
static long funcInterpGetEntry (long a0, long a1, int a2) throws Z3Exception
 
static long funcInterpGetElse (long a0, long a1) throws Z3Exception
 
static void funcInterpSetElse (long a0, long a1, long a2) throws Z3Exception
 
static int funcInterpGetArity (long a0, long a1) throws Z3Exception
 
static void funcInterpAddEntry (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void funcEntryIncRef (long a0, long a1) throws Z3Exception
 
static void funcEntryDecRef (long a0, long a1) throws Z3Exception
 
static long funcEntryGetValue (long a0, long a1) throws Z3Exception
 
static int funcEntryGetNumArgs (long a0, long a1) throws Z3Exception
 
static long funcEntryGetArg (long a0, long a1, int a2) throws Z3Exception
 
static int openLog (String a0)
 
static void appendLog (String a0)
 
static void closeLog ()
 
static void toggleWarningMessages (boolean a0)
 
static void setAstPrintMode (long a0, int a1) throws Z3Exception
 
static String astToString (long a0, long a1) throws Z3Exception
 
static String patternToString (long a0, long a1) throws Z3Exception
 
static String sortToString (long a0, long a1) throws Z3Exception
 
static String funcDeclToString (long a0, long a1) throws Z3Exception
 
static String modelToString (long a0, long a1) throws Z3Exception
 
static String benchmarkToSmtlibString (long a0, String a1, String a2, String a3, String a4, int a5, long[] a6, long a7) throws Z3Exception
 
static long parseSmtlib2String (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) throws Z3Exception
 
static long parseSmtlib2File (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7) throws Z3Exception
 
static String evalSmtlib2String (long a0, String a1) throws Z3Exception
 
static int getErrorCode (long a0) throws Z3Exception
 
static void setError (long a0, int a1) throws Z3Exception
 
static String getErrorMsg (long a0, int a1) throws Z3Exception
 
static void getVersion (IntPtr a0, IntPtr a1, IntPtr a2, IntPtr a3)
 
static String getFullVersion ()
 
static void enableTrace (String a0)
 
static void disableTrace (String a0)
 
static void resetMemory ()
 
static void finalizeMemory ()
 
static long mkGoal (long a0, boolean a1, boolean a2, boolean a3) throws Z3Exception
 
static void goalIncRef (long a0, long a1) throws Z3Exception
 
static void goalDecRef (long a0, long a1) throws Z3Exception
 
static int goalPrecision (long a0, long a1) throws Z3Exception
 
static void goalAssert (long a0, long a1, long a2) throws Z3Exception
 
static boolean goalInconsistent (long a0, long a1) throws Z3Exception
 
static int goalDepth (long a0, long a1) throws Z3Exception
 
static void goalReset (long a0, long a1) throws Z3Exception
 
static int goalSize (long a0, long a1) throws Z3Exception
 
static long goalFormula (long a0, long a1, int a2) throws Z3Exception
 
static int goalNumExprs (long a0, long a1) throws Z3Exception
 
static boolean goalIsDecidedSat (long a0, long a1) throws Z3Exception
 
static boolean goalIsDecidedUnsat (long a0, long a1) throws Z3Exception
 
static long goalTranslate (long a0, long a1, long a2) throws Z3Exception
 
static long goalConvertModel (long a0, long a1, long a2) throws Z3Exception
 
static String goalToString (long a0, long a1) throws Z3Exception
 
static String goalToDimacsString (long a0, long a1) throws Z3Exception
 
static long mkTactic (long a0, String a1) throws Z3Exception
 
static void tacticIncRef (long a0, long a1) throws Z3Exception
 
static void tacticDecRef (long a0, long a1) throws Z3Exception
 
static long mkProbe (long a0, String a1) throws Z3Exception
 
static void probeIncRef (long a0, long a1) throws Z3Exception
 
static void probeDecRef (long a0, long a1) throws Z3Exception
 
static long tacticAndThen (long a0, long a1, long a2) throws Z3Exception
 
static long tacticOrElse (long a0, long a1, long a2) throws Z3Exception
 
static long tacticParOr (long a0, int a1, long[] a2) throws Z3Exception
 
static long tacticParAndThen (long a0, long a1, long a2) throws Z3Exception
 
static long tacticTryFor (long a0, long a1, int a2) throws Z3Exception
 
static long tacticWhen (long a0, long a1, long a2) throws Z3Exception
 
static long tacticCond (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long tacticRepeat (long a0, long a1, int a2) throws Z3Exception
 
static long tacticSkip (long a0) throws Z3Exception
 
static long tacticFail (long a0) throws Z3Exception
 
static long tacticFailIf (long a0, long a1) throws Z3Exception
 
static long tacticFailIfNotDecided (long a0) throws Z3Exception
 
static long tacticUsingParams (long a0, long a1, long a2) throws Z3Exception
 
static long probeConst (long a0, double a1) throws Z3Exception
 
static long probeLt (long a0, long a1, long a2) throws Z3Exception
 
static long probeGt (long a0, long a1, long a2) throws Z3Exception
 
static long probeLe (long a0, long a1, long a2) throws Z3Exception
 
static long probeGe (long a0, long a1, long a2) throws Z3Exception
 
static long probeEq (long a0, long a1, long a2) throws Z3Exception
 
static long probeAnd (long a0, long a1, long a2) throws Z3Exception
 
static long probeOr (long a0, long a1, long a2) throws Z3Exception
 
static long probeNot (long a0, long a1) throws Z3Exception
 
static int getNumTactics (long a0) throws Z3Exception
 
static String getTacticName (long a0, int a1) throws Z3Exception
 
static int getNumProbes (long a0) throws Z3Exception
 
static String getProbeName (long a0, int a1) throws Z3Exception
 
static String tacticGetHelp (long a0, long a1) throws Z3Exception
 
static long tacticGetParamDescrs (long a0, long a1) throws Z3Exception
 
static String tacticGetDescr (long a0, String a1) throws Z3Exception
 
static String probeGetDescr (long a0, String a1) throws Z3Exception
 
static double probeApply (long a0, long a1, long a2) throws Z3Exception
 
static long tacticApply (long a0, long a1, long a2) throws Z3Exception
 
static long tacticApplyEx (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void applyResultIncRef (long a0, long a1) throws Z3Exception
 
static void applyResultDecRef (long a0, long a1) throws Z3Exception
 
static String applyResultToString (long a0, long a1) throws Z3Exception
 
static int applyResultGetNumSubgoals (long a0, long a1) throws Z3Exception
 
static long applyResultGetSubgoal (long a0, long a1, int a2) throws Z3Exception
 
static long mkSolver (long a0) throws Z3Exception
 
static long mkSimpleSolver (long a0) throws Z3Exception
 
static long mkSolverForLogic (long a0, long a1) throws Z3Exception
 
static long mkSolverFromTactic (long a0, long a1) throws Z3Exception
 
static long solverTranslate (long a0, long a1, long a2) throws Z3Exception
 
static void solverImportModelConverter (long a0, long a1, long a2) throws Z3Exception
 
static String solverGetHelp (long a0, long a1) throws Z3Exception
 
static long solverGetParamDescrs (long a0, long a1) throws Z3Exception
 
static void solverSetParams (long a0, long a1, long a2) throws Z3Exception
 
static void solverIncRef (long a0, long a1) throws Z3Exception
 
static void solverDecRef (long a0, long a1) throws Z3Exception
 
static void solverPush (long a0, long a1) throws Z3Exception
 
static void solverPop (long a0, long a1, int a2) throws Z3Exception
 
static void solverReset (long a0, long a1) throws Z3Exception
 
static int solverGetNumScopes (long a0, long a1) throws Z3Exception
 
static void solverAssert (long a0, long a1, long a2) throws Z3Exception
 
static void solverAssertAndTrack (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void solverFromFile (long a0, long a1, String a2) throws Z3Exception
 
static void solverFromString (long a0, long a1, String a2) throws Z3Exception
 
static long solverGetAssertions (long a0, long a1) throws Z3Exception
 
static long solverGetUnits (long a0, long a1) throws Z3Exception
 
static long solverGetTrail (long a0, long a1) throws Z3Exception
 
static long solverGetNonUnits (long a0, long a1) throws Z3Exception
 
static void solverGetLevels (long a0, long a1, long a2, int a3, int[] a4) throws Z3Exception
 
static int solverCheck (long a0, long a1) throws Z3Exception
 
static int solverCheckAssumptions (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static int getImpliedEqualities (long a0, long a1, int a2, long[] a3, int[] a4) throws Z3Exception
 
static int solverGetConsequences (long a0, long a1, long a2, long a3, long a4) throws Z3Exception
 
static long solverCube (long a0, long a1, long a2, int a3) throws Z3Exception
 
static long solverGetModel (long a0, long a1) throws Z3Exception
 
static long solverGetProof (long a0, long a1) throws Z3Exception
 
static long solverGetUnsatCore (long a0, long a1) throws Z3Exception
 
static String solverGetReasonUnknown (long a0, long a1) throws Z3Exception
 
static long solverGetStatistics (long a0, long a1) throws Z3Exception
 
static String solverToString (long a0, long a1) throws Z3Exception
 
static String solverToDimacsString (long a0, long a1) throws Z3Exception
 
static String statsToString (long a0, long a1) throws Z3Exception
 
static void statsIncRef (long a0, long a1) throws Z3Exception
 
static void statsDecRef (long a0, long a1) throws Z3Exception
 
static int statsSize (long a0, long a1) throws Z3Exception
 
static String statsGetKey (long a0, long a1, int a2) throws Z3Exception
 
static boolean statsIsUint (long a0, long a1, int a2) throws Z3Exception
 
static boolean statsIsDouble (long a0, long a1, int a2) throws Z3Exception
 
static int statsGetUintValue (long a0, long a1, int a2) throws Z3Exception
 
static double statsGetDoubleValue (long a0, long a1, int a2) throws Z3Exception
 
static long getEstimatedAllocSize ()
 
static long mkAstVector (long a0) throws Z3Exception
 
static void astVectorIncRef (long a0, long a1) throws Z3Exception
 
static void astVectorDecRef (long a0, long a1) throws Z3Exception
 
static int astVectorSize (long a0, long a1) throws Z3Exception
 
static long astVectorGet (long a0, long a1, int a2) throws Z3Exception
 
static void astVectorSet (long a0, long a1, int a2, long a3) throws Z3Exception
 
static void astVectorResize (long a0, long a1, int a2) throws Z3Exception
 
static void astVectorPush (long a0, long a1, long a2) throws Z3Exception
 
static long astVectorTranslate (long a0, long a1, long a2) throws Z3Exception
 
static String astVectorToString (long a0, long a1) throws Z3Exception
 
static long mkAstMap (long a0) throws Z3Exception
 
static void astMapIncRef (long a0, long a1) throws Z3Exception
 
static void astMapDecRef (long a0, long a1) throws Z3Exception
 
static boolean astMapContains (long a0, long a1, long a2) throws Z3Exception
 
static long astMapFind (long a0, long a1, long a2) throws Z3Exception
 
static void astMapInsert (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void astMapErase (long a0, long a1, long a2) throws Z3Exception
 
static void astMapReset (long a0, long a1) throws Z3Exception
 
static int astMapSize (long a0, long a1) throws Z3Exception
 
static long astMapKeys (long a0, long a1) throws Z3Exception
 
static String astMapToString (long a0, long a1) throws Z3Exception
 
static boolean algebraicIsValue (long a0, long a1) throws Z3Exception
 
static boolean algebraicIsPos (long a0, long a1) throws Z3Exception
 
static boolean algebraicIsNeg (long a0, long a1) throws Z3Exception
 
static boolean algebraicIsZero (long a0, long a1) throws Z3Exception
 
static int algebraicSign (long a0, long a1) throws Z3Exception
 
static long algebraicAdd (long a0, long a1, long a2) throws Z3Exception
 
static long algebraicSub (long a0, long a1, long a2) throws Z3Exception
 
static long algebraicMul (long a0, long a1, long a2) throws Z3Exception
 
static long algebraicDiv (long a0, long a1, long a2) throws Z3Exception
 
static long algebraicRoot (long a0, long a1, int a2) throws Z3Exception
 
static long algebraicPower (long a0, long a1, int a2) throws Z3Exception
 
static boolean algebraicLt (long a0, long a1, long a2) throws Z3Exception
 
static boolean algebraicGt (long a0, long a1, long a2) throws Z3Exception
 
static boolean algebraicLe (long a0, long a1, long a2) throws Z3Exception
 
static boolean algebraicGe (long a0, long a1, long a2) throws Z3Exception
 
static boolean algebraicEq (long a0, long a1, long a2) throws Z3Exception
 
static boolean algebraicNeq (long a0, long a1, long a2) throws Z3Exception
 
static long algebraicRoots (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static int algebraicEval (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long polynomialSubresultants (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void rcfDel (long a0, long a1) throws Z3Exception
 
static long rcfMkRational (long a0, String a1) throws Z3Exception
 
static long rcfMkSmallInt (long a0, int a1) throws Z3Exception
 
static long rcfMkPi (long a0) throws Z3Exception
 
static long rcfMkE (long a0) throws Z3Exception
 
static long rcfMkInfinitesimal (long a0) throws Z3Exception
 
static int rcfMkRoots (long a0, int a1, long[] a2, long[] a3) throws Z3Exception
 
static long rcfAdd (long a0, long a1, long a2) throws Z3Exception
 
static long rcfSub (long a0, long a1, long a2) throws Z3Exception
 
static long rcfMul (long a0, long a1, long a2) throws Z3Exception
 
static long rcfDiv (long a0, long a1, long a2) throws Z3Exception
 
static long rcfNeg (long a0, long a1) throws Z3Exception
 
static long rcfInv (long a0, long a1) throws Z3Exception
 
static long rcfPower (long a0, long a1, int a2) throws Z3Exception
 
static boolean rcfLt (long a0, long a1, long a2) throws Z3Exception
 
static boolean rcfGt (long a0, long a1, long a2) throws Z3Exception
 
static boolean rcfLe (long a0, long a1, long a2) throws Z3Exception
 
static boolean rcfGe (long a0, long a1, long a2) throws Z3Exception
 
static boolean rcfEq (long a0, long a1, long a2) throws Z3Exception
 
static boolean rcfNeq (long a0, long a1, long a2) throws Z3Exception
 
static String rcfNumToString (long a0, long a1, boolean a2, boolean a3) throws Z3Exception
 
static String rcfNumToDecimalString (long a0, long a1, int a2) throws Z3Exception
 
static void rcfGetNumeratorDenominator (long a0, long a1, LongPtr a2, LongPtr a3) throws Z3Exception
 
static long mkFixedpoint (long a0) throws Z3Exception
 
static void fixedpointIncRef (long a0, long a1) throws Z3Exception
 
static void fixedpointDecRef (long a0, long a1) throws Z3Exception
 
static void fixedpointAddRule (long a0, long a1, long a2, long a3) throws Z3Exception
 
static void fixedpointAddFact (long a0, long a1, long a2, int a3, int[] a4) throws Z3Exception
 
static void fixedpointAssert (long a0, long a1, long a2) throws Z3Exception
 
static int fixedpointQuery (long a0, long a1, long a2) throws Z3Exception
 
static int fixedpointQueryRelations (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long fixedpointGetAnswer (long a0, long a1) throws Z3Exception
 
static String fixedpointGetReasonUnknown (long a0, long a1) throws Z3Exception
 
static void fixedpointUpdateRule (long a0, long a1, long a2, long a3) throws Z3Exception
 
static int fixedpointGetNumLevels (long a0, long a1, long a2) throws Z3Exception
 
static long fixedpointGetCoverDelta (long a0, long a1, int a2, long a3) throws Z3Exception
 
static void fixedpointAddCover (long a0, long a1, int a2, long a3, long a4) throws Z3Exception
 
static long fixedpointGetStatistics (long a0, long a1) throws Z3Exception
 
static void fixedpointRegisterRelation (long a0, long a1, long a2) throws Z3Exception
 
static void fixedpointSetPredicateRepresentation (long a0, long a1, long a2, int a3, long[] a4) throws Z3Exception
 
static long fixedpointGetRules (long a0, long a1) throws Z3Exception
 
static long fixedpointGetAssertions (long a0, long a1) throws Z3Exception
 
static void fixedpointSetParams (long a0, long a1, long a2) throws Z3Exception
 
static String fixedpointGetHelp (long a0, long a1) throws Z3Exception
 
static long fixedpointGetParamDescrs (long a0, long a1) throws Z3Exception
 
static String fixedpointToString (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static long fixedpointFromString (long a0, long a1, String a2) throws Z3Exception
 
static long fixedpointFromFile (long a0, long a1, String a2) throws Z3Exception
 
static long mkOptimize (long a0) throws Z3Exception
 
static void optimizeIncRef (long a0, long a1) throws Z3Exception
 
static void optimizeDecRef (long a0, long a1) throws Z3Exception
 
static void optimizeAssert (long a0, long a1, long a2) throws Z3Exception
 
static void optimizeAssertAndTrack (long a0, long a1, long a2, long a3) throws Z3Exception
 
static int optimizeAssertSoft (long a0, long a1, long a2, String a3, long a4) throws Z3Exception
 
static int optimizeMaximize (long a0, long a1, long a2) throws Z3Exception
 
static int optimizeMinimize (long a0, long a1, long a2) throws Z3Exception
 
static void optimizePush (long a0, long a1) throws Z3Exception
 
static void optimizePop (long a0, long a1) throws Z3Exception
 
static int optimizeCheck (long a0, long a1, int a2, long[] a3) throws Z3Exception
 
static String optimizeGetReasonUnknown (long a0, long a1) throws Z3Exception
 
static long optimizeGetModel (long a0, long a1) throws Z3Exception
 
static long optimizeGetUnsatCore (long a0, long a1) throws Z3Exception
 
static void optimizeSetParams (long a0, long a1, long a2) throws Z3Exception
 
static long optimizeGetParamDescrs (long a0, long a1) throws Z3Exception
 
static long optimizeGetLower (long a0, long a1, int a2) throws Z3Exception
 
static long optimizeGetUpper (long a0, long a1, int a2) throws Z3Exception
 
static long optimizeGetLowerAsVector (long a0, long a1, int a2) throws Z3Exception
 
static long optimizeGetUpperAsVector (long a0, long a1, int a2) throws Z3Exception
 
static String optimizeToString (long a0, long a1) throws Z3Exception
 
static void optimizeFromString (long a0, long a1, String a2) throws Z3Exception
 
static void optimizeFromFile (long a0, long a1, String a2) throws Z3Exception
 
static String optimizeGetHelp (long a0, long a1) throws Z3Exception
 
static long optimizeGetStatistics (long a0, long a1) throws Z3Exception
 
static long optimizeGetAssertions (long a0, long a1) throws Z3Exception
 
static long optimizeGetObjectives (long a0, long a1) throws Z3Exception
 
static long mkFpaRoundingModeSort (long a0) throws Z3Exception
 
static long mkFpaRoundNearestTiesToEven (long a0) throws Z3Exception
 
static long mkFpaRne (long a0) throws Z3Exception
 
static long mkFpaRoundNearestTiesToAway (long a0) throws Z3Exception
 
static long mkFpaRna (long a0) throws Z3Exception
 
static long mkFpaRoundTowardPositive (long a0) throws Z3Exception
 
static long mkFpaRtp (long a0) throws Z3Exception
 
static long mkFpaRoundTowardNegative (long a0) throws Z3Exception
 
static long mkFpaRtn (long a0) throws Z3Exception
 
static long mkFpaRoundTowardZero (long a0) throws Z3Exception
 
static long mkFpaRtz (long a0) throws Z3Exception
 
static long mkFpaSort (long a0, int a1, int a2) throws Z3Exception
 
static long mkFpaSortHalf (long a0) throws Z3Exception
 
static long mkFpaSort16 (long a0) throws Z3Exception
 
static long mkFpaSortSingle (long a0) throws Z3Exception
 
static long mkFpaSort32 (long a0) throws Z3Exception
 
static long mkFpaSortDouble (long a0) throws Z3Exception
 
static long mkFpaSort64 (long a0) throws Z3Exception
 
static long mkFpaSortQuadruple (long a0) throws Z3Exception
 
static long mkFpaSort128 (long a0) throws Z3Exception
 
static long mkFpaNan (long a0, long a1) throws Z3Exception
 
static long mkFpaInf (long a0, long a1, boolean a2) throws Z3Exception
 
static long mkFpaZero (long a0, long a1, boolean a2) throws Z3Exception
 
static long mkFpaFp (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaNumeralFloat (long a0, float a1, long a2) throws Z3Exception
 
static long mkFpaNumeralDouble (long a0, double a1, long a2) throws Z3Exception
 
static long mkFpaNumeralInt (long a0, int a1, long a2) throws Z3Exception
 
static long mkFpaNumeralIntUint (long a0, boolean a1, int a2, int a3, long a4) throws Z3Exception
 
static long mkFpaNumeralInt64Uint64 (long a0, boolean a1, long a2, long a3, long a4) throws Z3Exception
 
static long mkFpaAbs (long a0, long a1) throws Z3Exception
 
static long mkFpaNeg (long a0, long a1) throws Z3Exception
 
static long mkFpaAdd (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaSub (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaMul (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaDiv (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaFma (long a0, long a1, long a2, long a3, long a4) throws Z3Exception
 
static long mkFpaSqrt (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaRem (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaRoundToIntegral (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaMin (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaMax (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaLeq (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaLt (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaGeq (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaGt (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaEq (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaIsNormal (long a0, long a1) throws Z3Exception
 
static long mkFpaIsSubnormal (long a0, long a1) throws Z3Exception
 
static long mkFpaIsZero (long a0, long a1) throws Z3Exception
 
static long mkFpaIsInfinite (long a0, long a1) throws Z3Exception
 
static long mkFpaIsNan (long a0, long a1) throws Z3Exception
 
static long mkFpaIsNegative (long a0, long a1) throws Z3Exception
 
static long mkFpaIsPositive (long a0, long a1) throws Z3Exception
 
static long mkFpaToFpBv (long a0, long a1, long a2) throws Z3Exception
 
static long mkFpaToFpFloat (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaToFpReal (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaToFpSigned (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaToFpUnsigned (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long mkFpaToUbv (long a0, long a1, long a2, int a3) throws Z3Exception
 
static long mkFpaToSbv (long a0, long a1, long a2, int a3) throws Z3Exception
 
static long mkFpaToReal (long a0, long a1) throws Z3Exception
 
static int fpaGetEbits (long a0, long a1) throws Z3Exception
 
static int fpaGetSbits (long a0, long a1) throws Z3Exception
 
static boolean fpaIsNumeralNan (long a0, long a1) throws Z3Exception
 
static boolean fpaIsNumeralInf (long a0, long a1) throws Z3Exception
 
static boolean fpaIsNumeralZero (long a0, long a1) throws Z3Exception
 
static boolean fpaIsNumeralNormal (long a0, long a1) throws Z3Exception
 
static boolean fpaIsNumeralSubnormal (long a0, long a1) throws Z3Exception
 
static boolean fpaIsNumeralPositive (long a0, long a1) throws Z3Exception
 
static boolean fpaIsNumeralNegative (long a0, long a1) throws Z3Exception
 
static long fpaGetNumeralSignBv (long a0, long a1) throws Z3Exception
 
static long fpaGetNumeralSignificandBv (long a0, long a1) throws Z3Exception
 
static boolean fpaGetNumeralSign (long a0, long a1, IntPtr a2) throws Z3Exception
 
static String fpaGetNumeralSignificandString (long a0, long a1) throws Z3Exception
 
static boolean fpaGetNumeralSignificandUint64 (long a0, long a1, LongPtr a2) throws Z3Exception
 
static String fpaGetNumeralExponentString (long a0, long a1, boolean a2) throws Z3Exception
 
static boolean fpaGetNumeralExponentInt64 (long a0, long a1, LongPtr a2, boolean a3) throws Z3Exception
 
static long fpaGetNumeralExponentBv (long a0, long a1, boolean a2) throws Z3Exception
 
static long mkFpaToIeeeBv (long a0, long a1) throws Z3Exception
 
static long mkFpaToFpIntReal (long a0, long a1, long a2, long a3, long a4) throws Z3Exception
 
static int fixedpointQueryFromLvl (long a0, long a1, long a2, int a3) throws Z3Exception
 
static long fixedpointGetGroundSatAnswer (long a0, long a1) throws Z3Exception
 
static long fixedpointGetRulesAlongTrace (long a0, long a1) throws Z3Exception
 
static long fixedpointGetRuleNamesAlongTrace (long a0, long a1) throws Z3Exception
 
static void fixedpointAddInvariant (long a0, long a1, long a2, long a3) throws Z3Exception
 
static long fixedpointGetReachable (long a0, long a1, long a2) throws Z3Exception
 
static long qeModelProject (long a0, long a1, int a2, long[] a3, long a4) throws Z3Exception
 
static long qeModelProjectSkolem (long a0, long a1, int a2, long[] a3, long a4, long a5) throws Z3Exception
 
static long modelExtrapolate (long a0, long a1, long a2) throws Z3Exception
 
static long qeLite (long a0, long a1, long a2) throws Z3Exception
 

Static Protected Member Functions

static native void INTERNALglobalParamSet (String a0, String a1)
 
static native void INTERNALglobalParamResetAll ()
 
static native boolean INTERNALglobalParamGet (String a0, StringPtr a1)
 
static native long INTERNALmkConfig ()
 
static native void INTERNALdelConfig (long a0)
 
static native void INTERNALsetParamValue (long a0, String a1, String a2)
 
static native long INTERNALmkContext (long a0)
 
static native long INTERNALmkContextRc (long a0)
 
static native void INTERNALdelContext (long a0)
 
static native void INTERNALincRef (long a0, long a1)
 
static native void INTERNALdecRef (long a0, long a1)
 
static native void INTERNALupdateParamValue (long a0, String a1, String a2)
 
static native void INTERNALinterrupt (long a0)
 
static native long INTERNALmkParams (long a0)
 
static native void INTERNALparamsIncRef (long a0, long a1)
 
static native void INTERNALparamsDecRef (long a0, long a1)
 
static native void INTERNALparamsSetBool (long a0, long a1, long a2, boolean a3)
 
static native void INTERNALparamsSetUint (long a0, long a1, long a2, int a3)
 
static native void INTERNALparamsSetDouble (long a0, long a1, long a2, double a3)
 
static native void INTERNALparamsSetSymbol (long a0, long a1, long a2, long a3)
 
static native String INTERNALparamsToString (long a0, long a1)
 
static native void INTERNALparamsValidate (long a0, long a1, long a2)
 
static native void INTERNALparamDescrsIncRef (long a0, long a1)
 
static native void INTERNALparamDescrsDecRef (long a0, long a1)
 
static native int INTERNALparamDescrsGetKind (long a0, long a1, long a2)
 
static native int INTERNALparamDescrsSize (long a0, long a1)
 
static native long INTERNALparamDescrsGetName (long a0, long a1, int a2)
 
static native String INTERNALparamDescrsGetDocumentation (long a0, long a1, long a2)
 
static native String INTERNALparamDescrsToString (long a0, long a1)
 
static native long INTERNALmkIntSymbol (long a0, int a1)
 
static native long INTERNALmkStringSymbol (long a0, String a1)
 
static native long INTERNALmkUninterpretedSort (long a0, long a1)
 
static native long INTERNALmkBoolSort (long a0)
 
static native long INTERNALmkIntSort (long a0)
 
static native long INTERNALmkRealSort (long a0)
 
static native long INTERNALmkBvSort (long a0, int a1)
 
static native long INTERNALmkFiniteDomainSort (long a0, long a1, long a2)
 
static native long INTERNALmkArraySort (long a0, long a1, long a2)
 
static native long INTERNALmkArraySortN (long a0, int a1, long[] a2, long a3)
 
static native long INTERNALmkTupleSort (long a0, long a1, int a2, long[] a3, long[] a4, LongPtr a5, long[] a6)
 
static native long INTERNALmkEnumerationSort (long a0, long a1, int a2, long[] a3, long[] a4, long[] a5)
 
static native long INTERNALmkListSort (long a0, long a1, long a2, LongPtr a3, LongPtr a4, LongPtr a5, LongPtr a6, LongPtr a7, LongPtr a8)
 
static native long INTERNALmkConstructor (long a0, long a1, long a2, int a3, long[] a4, long[] a5, int[] a6)
 
static native void INTERNALdelConstructor (long a0, long a1)
 
static native long INTERNALmkDatatype (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALmkConstructorList (long a0, int a1, long[] a2)
 
static native void INTERNALdelConstructorList (long a0, long a1)
 
static native void INTERNALmkDatatypes (long a0, int a1, long[] a2, long[] a3, long[] a4)
 
static native void INTERNALqueryConstructor (long a0, long a1, int a2, LongPtr a3, LongPtr a4, long[] a5)
 
static native long INTERNALmkFuncDecl (long a0, long a1, int a2, long[] a3, long a4)
 
static native long INTERNALmkApp (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALmkConst (long a0, long a1, long a2)
 
static native long INTERNALmkFreshFuncDecl (long a0, String a1, int a2, long[] a3, long a4)
 
static native long INTERNALmkFreshConst (long a0, String a1, long a2)
 
static native long INTERNALmkRecFuncDecl (long a0, long a1, int a2, long[] a3, long a4)
 
static native void INTERNALaddRecDef (long a0, long a1, int a2, long[] a3, long a4)
 
static native long INTERNALmkTrue (long a0)
 
static native long INTERNALmkFalse (long a0)
 
static native long INTERNALmkEq (long a0, long a1, long a2)
 
static native long INTERNALmkDistinct (long a0, int a1, long[] a2)
 
static native long INTERNALmkNot (long a0, long a1)
 
static native long INTERNALmkIte (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkIff (long a0, long a1, long a2)
 
static native long INTERNALmkImplies (long a0, long a1, long a2)
 
static native long INTERNALmkXor (long a0, long a1, long a2)
 
static native long INTERNALmkAnd (long a0, int a1, long[] a2)
 
static native long INTERNALmkOr (long a0, int a1, long[] a2)
 
static native long INTERNALmkAdd (long a0, int a1, long[] a2)
 
static native long INTERNALmkMul (long a0, int a1, long[] a2)
 
static native long INTERNALmkSub (long a0, int a1, long[] a2)
 
static native long INTERNALmkUnaryMinus (long a0, long a1)
 
static native long INTERNALmkDiv (long a0, long a1, long a2)
 
static native long INTERNALmkMod (long a0, long a1, long a2)
 
static native long INTERNALmkRem (long a0, long a1, long a2)
 
static native long INTERNALmkPower (long a0, long a1, long a2)
 
static native long INTERNALmkLt (long a0, long a1, long a2)
 
static native long INTERNALmkLe (long a0, long a1, long a2)
 
static native long INTERNALmkGt (long a0, long a1, long a2)
 
static native long INTERNALmkGe (long a0, long a1, long a2)
 
static native long INTERNALmkInt2real (long a0, long a1)
 
static native long INTERNALmkReal2int (long a0, long a1)
 
static native long INTERNALmkIsInt (long a0, long a1)
 
static native long INTERNALmkBvnot (long a0, long a1)
 
static native long INTERNALmkBvredand (long a0, long a1)
 
static native long INTERNALmkBvredor (long a0, long a1)
 
static native long INTERNALmkBvand (long a0, long a1, long a2)
 
static native long INTERNALmkBvor (long a0, long a1, long a2)
 
static native long INTERNALmkBvxor (long a0, long a1, long a2)
 
static native long INTERNALmkBvnand (long a0, long a1, long a2)
 
static native long INTERNALmkBvnor (long a0, long a1, long a2)
 
static native long INTERNALmkBvxnor (long a0, long a1, long a2)
 
static native long INTERNALmkBvneg (long a0, long a1)
 
static native long INTERNALmkBvadd (long a0, long a1, long a2)
 
static native long INTERNALmkBvsub (long a0, long a1, long a2)
 
static native long INTERNALmkBvmul (long a0, long a1, long a2)
 
static native long INTERNALmkBvudiv (long a0, long a1, long a2)
 
static native long INTERNALmkBvsdiv (long a0, long a1, long a2)
 
static native long INTERNALmkBvurem (long a0, long a1, long a2)
 
static native long INTERNALmkBvsrem (long a0, long a1, long a2)
 
static native long INTERNALmkBvsmod (long a0, long a1, long a2)
 
static native long INTERNALmkBvult (long a0, long a1, long a2)
 
static native long INTERNALmkBvslt (long a0, long a1, long a2)
 
static native long INTERNALmkBvule (long a0, long a1, long a2)
 
static native long INTERNALmkBvsle (long a0, long a1, long a2)
 
static native long INTERNALmkBvuge (long a0, long a1, long a2)
 
static native long INTERNALmkBvsge (long a0, long a1, long a2)
 
static native long INTERNALmkBvugt (long a0, long a1, long a2)
 
static native long INTERNALmkBvsgt (long a0, long a1, long a2)
 
static native long INTERNALmkConcat (long a0, long a1, long a2)
 
static native long INTERNALmkExtract (long a0, int a1, int a2, long a3)
 
static native long INTERNALmkSignExt (long a0, int a1, long a2)
 
static native long INTERNALmkZeroExt (long a0, int a1, long a2)
 
static native long INTERNALmkRepeat (long a0, int a1, long a2)
 
static native long INTERNALmkBvshl (long a0, long a1, long a2)
 
static native long INTERNALmkBvlshr (long a0, long a1, long a2)
 
static native long INTERNALmkBvashr (long a0, long a1, long a2)
 
static native long INTERNALmkRotateLeft (long a0, int a1, long a2)
 
static native long INTERNALmkRotateRight (long a0, int a1, long a2)
 
static native long INTERNALmkExtRotateLeft (long a0, long a1, long a2)
 
static native long INTERNALmkExtRotateRight (long a0, long a1, long a2)
 
static native long INTERNALmkInt2bv (long a0, int a1, long a2)
 
static native long INTERNALmkBv2int (long a0, long a1, boolean a2)
 
static native long INTERNALmkBvaddNoOverflow (long a0, long a1, long a2, boolean a3)
 
static native long INTERNALmkBvaddNoUnderflow (long a0, long a1, long a2)
 
static native long INTERNALmkBvsubNoOverflow (long a0, long a1, long a2)
 
static native long INTERNALmkBvsubNoUnderflow (long a0, long a1, long a2, boolean a3)
 
static native long INTERNALmkBvsdivNoOverflow (long a0, long a1, long a2)
 
static native long INTERNALmkBvnegNoOverflow (long a0, long a1)
 
static native long INTERNALmkBvmulNoOverflow (long a0, long a1, long a2, boolean a3)
 
static native long INTERNALmkBvmulNoUnderflow (long a0, long a1, long a2)
 
static native long INTERNALmkSelect (long a0, long a1, long a2)
 
static native long INTERNALmkSelectN (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALmkStore (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkStoreN (long a0, long a1, int a2, long[] a3, long a4)
 
static native long INTERNALmkConstArray (long a0, long a1, long a2)
 
static native long INTERNALmkMap (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALmkArrayDefault (long a0, long a1)
 
static native long INTERNALmkAsArray (long a0, long a1)
 
static native long INTERNALmkSetHasSize (long a0, long a1, long a2)
 
static native long INTERNALmkSetSort (long a0, long a1)
 
static native long INTERNALmkEmptySet (long a0, long a1)
 
static native long INTERNALmkFullSet (long a0, long a1)
 
static native long INTERNALmkSetAdd (long a0, long a1, long a2)
 
static native long INTERNALmkSetDel (long a0, long a1, long a2)
 
static native long INTERNALmkSetUnion (long a0, int a1, long[] a2)
 
static native long INTERNALmkSetIntersect (long a0, int a1, long[] a2)
 
static native long INTERNALmkSetDifference (long a0, long a1, long a2)
 
static native long INTERNALmkSetComplement (long a0, long a1)
 
static native long INTERNALmkSetMember (long a0, long a1, long a2)
 
static native long INTERNALmkSetSubset (long a0, long a1, long a2)
 
static native long INTERNALmkArrayExt (long a0, long a1, long a2)
 
static native long INTERNALmkNumeral (long a0, String a1, long a2)
 
static native long INTERNALmkReal (long a0, int a1, int a2)
 
static native long INTERNALmkInt (long a0, int a1, long a2)
 
static native long INTERNALmkUnsignedInt (long a0, int a1, long a2)
 
static native long INTERNALmkInt64 (long a0, long a1, long a2)
 
static native long INTERNALmkUnsignedInt64 (long a0, long a1, long a2)
 
static native long INTERNALmkBvNumeral (long a0, int a1, boolean[] a2)
 
static native long INTERNALmkSeqSort (long a0, long a1)
 
static native boolean INTERNALisSeqSort (long a0, long a1)
 
static native long INTERNALgetSeqSortBasis (long a0, long a1)
 
static native long INTERNALmkReSort (long a0, long a1)
 
static native boolean INTERNALisReSort (long a0, long a1)
 
static native long INTERNALgetReSortBasis (long a0, long a1)
 
static native long INTERNALmkStringSort (long a0)
 
static native boolean INTERNALisStringSort (long a0, long a1)
 
static native long INTERNALmkString (long a0, String a1)
 
static native long INTERNALmkLstring (long a0, int a1, String a2)
 
static native boolean INTERNALisString (long a0, long a1)
 
static native String INTERNALgetString (long a0, long a1)
 
static native String INTERNALgetLstring (long a0, long a1, IntPtr a2)
 
static native long INTERNALmkSeqEmpty (long a0, long a1)
 
static native long INTERNALmkSeqUnit (long a0, long a1)
 
static native long INTERNALmkSeqConcat (long a0, int a1, long[] a2)
 
static native long INTERNALmkSeqPrefix (long a0, long a1, long a2)
 
static native long INTERNALmkSeqSuffix (long a0, long a1, long a2)
 
static native long INTERNALmkSeqContains (long a0, long a1, long a2)
 
static native long INTERNALmkStrLt (long a0, long a1, long a2)
 
static native long INTERNALmkStrLe (long a0, long a1, long a2)
 
static native long INTERNALmkSeqExtract (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkSeqReplace (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkSeqAt (long a0, long a1, long a2)
 
static native long INTERNALmkSeqNth (long a0, long a1, long a2)
 
static native long INTERNALmkSeqLength (long a0, long a1)
 
static native long INTERNALmkSeqIndex (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkSeqLastIndex (long a0, long a1, long a2)
 
static native long INTERNALmkStrToInt (long a0, long a1)
 
static native long INTERNALmkIntToStr (long a0, long a1)
 
static native long INTERNALmkSeqToRe (long a0, long a1)
 
static native long INTERNALmkSeqInRe (long a0, long a1, long a2)
 
static native long INTERNALmkRePlus (long a0, long a1)
 
static native long INTERNALmkReStar (long a0, long a1)
 
static native long INTERNALmkReOption (long a0, long a1)
 
static native long INTERNALmkReUnion (long a0, int a1, long[] a2)
 
static native long INTERNALmkReConcat (long a0, int a1, long[] a2)
 
static native long INTERNALmkReRange (long a0, long a1, long a2)
 
static native long INTERNALmkReLoop (long a0, long a1, int a2, int a3)
 
static native long INTERNALmkReIntersect (long a0, int a1, long[] a2)
 
static native long INTERNALmkReComplement (long a0, long a1)
 
static native long INTERNALmkReEmpty (long a0, long a1)
 
static native long INTERNALmkReFull (long a0, long a1)
 
static native long INTERNALmkLinearOrder (long a0, long a1, int a2)
 
static native long INTERNALmkPartialOrder (long a0, long a1, int a2)
 
static native long INTERNALmkPiecewiseLinearOrder (long a0, long a1, int a2)
 
static native long INTERNALmkTreeOrder (long a0, long a1, int a2)
 
static native long INTERNALmkTransitiveClosure (long a0, long a1)
 
static native long INTERNALmkPattern (long a0, int a1, long[] a2)
 
static native long INTERNALmkBound (long a0, int a1, long a2)
 
static native long INTERNALmkForall (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7)
 
static native long INTERNALmkExists (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7)
 
static native long INTERNALmkQuantifier (long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long[] a7, long a8)
 
static native long INTERNALmkQuantifierEx (long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long[] a11, long a12)
 
static native long INTERNALmkForallConst (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6)
 
static native long INTERNALmkExistsConst (long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6)
 
static native long INTERNALmkQuantifierConst (long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long a7)
 
static native long INTERNALmkQuantifierConstEx (long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long a11)
 
static native long INTERNALmkLambda (long a0, int a1, long[] a2, long[] a3, long a4)
 
static native long INTERNALmkLambdaConst (long a0, int a1, long[] a2, long a3)
 
static native int INTERNALgetSymbolKind (long a0, long a1)
 
static native int INTERNALgetSymbolInt (long a0, long a1)
 
static native String INTERNALgetSymbolString (long a0, long a1)
 
static native long INTERNALgetSortName (long a0, long a1)
 
static native int INTERNALgetSortId (long a0, long a1)
 
static native long INTERNALsortToAst (long a0, long a1)
 
static native boolean INTERNALisEqSort (long a0, long a1, long a2)
 
static native int INTERNALgetSortKind (long a0, long a1)
 
static native int INTERNALgetBvSortSize (long a0, long a1)
 
static native boolean INTERNALgetFiniteDomainSortSize (long a0, long a1, LongPtr a2)
 
static native long INTERNALgetArraySortDomain (long a0, long a1)
 
static native long INTERNALgetArraySortRange (long a0, long a1)
 
static native long INTERNALgetTupleSortMkDecl (long a0, long a1)
 
static native int INTERNALgetTupleSortNumFields (long a0, long a1)
 
static native long INTERNALgetTupleSortFieldDecl (long a0, long a1, int a2)
 
static native int INTERNALgetDatatypeSortNumConstructors (long a0, long a1)
 
static native long INTERNALgetDatatypeSortConstructor (long a0, long a1, int a2)
 
static native long INTERNALgetDatatypeSortRecognizer (long a0, long a1, int a2)
 
static native long INTERNALgetDatatypeSortConstructorAccessor (long a0, long a1, int a2, int a3)
 
static native long INTERNALdatatypeUpdateField (long a0, long a1, long a2, long a3)
 
static native int INTERNALgetRelationArity (long a0, long a1)
 
static native long INTERNALgetRelationColumn (long a0, long a1, int a2)
 
static native long INTERNALmkAtmost (long a0, int a1, long[] a2, int a3)
 
static native long INTERNALmkAtleast (long a0, int a1, long[] a2, int a3)
 
static native long INTERNALmkPble (long a0, int a1, long[] a2, int[] a3, int a4)
 
static native long INTERNALmkPbge (long a0, int a1, long[] a2, int[] a3, int a4)
 
static native long INTERNALmkPbeq (long a0, int a1, long[] a2, int[] a3, int a4)
 
static native long INTERNALfuncDeclToAst (long a0, long a1)
 
static native boolean INTERNALisEqFuncDecl (long a0, long a1, long a2)
 
static native int INTERNALgetFuncDeclId (long a0, long a1)
 
static native long INTERNALgetDeclName (long a0, long a1)
 
static native int INTERNALgetDeclKind (long a0, long a1)
 
static native int INTERNALgetDomainSize (long a0, long a1)
 
static native int INTERNALgetArity (long a0, long a1)
 
static native long INTERNALgetDomain (long a0, long a1, int a2)
 
static native long INTERNALgetRange (long a0, long a1)
 
static native int INTERNALgetDeclNumParameters (long a0, long a1)
 
static native int INTERNALgetDeclParameterKind (long a0, long a1, int a2)
 
static native int INTERNALgetDeclIntParameter (long a0, long a1, int a2)
 
static native double INTERNALgetDeclDoubleParameter (long a0, long a1, int a2)
 
static native long INTERNALgetDeclSymbolParameter (long a0, long a1, int a2)
 
static native long INTERNALgetDeclSortParameter (long a0, long a1, int a2)
 
static native long INTERNALgetDeclAstParameter (long a0, long a1, int a2)
 
static native long INTERNALgetDeclFuncDeclParameter (long a0, long a1, int a2)
 
static native String INTERNALgetDeclRationalParameter (long a0, long a1, int a2)
 
static native long INTERNALappToAst (long a0, long a1)
 
static native long INTERNALgetAppDecl (long a0, long a1)
 
static native int INTERNALgetAppNumArgs (long a0, long a1)
 
static native long INTERNALgetAppArg (long a0, long a1, int a2)
 
static native boolean INTERNALisEqAst (long a0, long a1, long a2)
 
static native int INTERNALgetAstId (long a0, long a1)
 
static native int INTERNALgetAstHash (long a0, long a1)
 
static native long INTERNALgetSort (long a0, long a1)
 
static native boolean INTERNALisWellSorted (long a0, long a1)
 
static native int INTERNALgetBoolValue (long a0, long a1)
 
static native int INTERNALgetAstKind (long a0, long a1)
 
static native boolean INTERNALisApp (long a0, long a1)
 
static native boolean INTERNALisNumeralAst (long a0, long a1)
 
static native boolean INTERNALisAlgebraicNumber (long a0, long a1)
 
static native long INTERNALtoApp (long a0, long a1)
 
static native long INTERNALtoFuncDecl (long a0, long a1)
 
static native String INTERNALgetNumeralString (long a0, long a1)
 
static native String INTERNALgetNumeralDecimalString (long a0, long a1, int a2)
 
static native double INTERNALgetNumeralDouble (long a0, long a1)
 
static native long INTERNALgetNumerator (long a0, long a1)
 
static native long INTERNALgetDenominator (long a0, long a1)
 
static native boolean INTERNALgetNumeralSmall (long a0, long a1, LongPtr a2, LongPtr a3)
 
static native boolean INTERNALgetNumeralInt (long a0, long a1, IntPtr a2)
 
static native boolean INTERNALgetNumeralUint (long a0, long a1, IntPtr a2)
 
static native boolean INTERNALgetNumeralUint64 (long a0, long a1, LongPtr a2)
 
static native boolean INTERNALgetNumeralInt64 (long a0, long a1, LongPtr a2)
 
static native boolean INTERNALgetNumeralRationalInt64 (long a0, long a1, LongPtr a2, LongPtr a3)
 
static native long INTERNALgetAlgebraicNumberLower (long a0, long a1, int a2)
 
static native long INTERNALgetAlgebraicNumberUpper (long a0, long a1, int a2)
 
static native long INTERNALpatternToAst (long a0, long a1)
 
static native int INTERNALgetPatternNumTerms (long a0, long a1)
 
static native long INTERNALgetPattern (long a0, long a1, int a2)
 
static native int INTERNALgetIndexValue (long a0, long a1)
 
static native boolean INTERNALisQuantifierForall (long a0, long a1)
 
static native boolean INTERNALisQuantifierExists (long a0, long a1)
 
static native boolean INTERNALisLambda (long a0, long a1)
 
static native int INTERNALgetQuantifierWeight (long a0, long a1)
 
static native int INTERNALgetQuantifierNumPatterns (long a0, long a1)
 
static native long INTERNALgetQuantifierPatternAst (long a0, long a1, int a2)
 
static native int INTERNALgetQuantifierNumNoPatterns (long a0, long a1)
 
static native long INTERNALgetQuantifierNoPatternAst (long a0, long a1, int a2)
 
static native int INTERNALgetQuantifierNumBound (long a0, long a1)
 
static native long INTERNALgetQuantifierBoundName (long a0, long a1, int a2)
 
static native long INTERNALgetQuantifierBoundSort (long a0, long a1, int a2)
 
static native long INTERNALgetQuantifierBody (long a0, long a1)
 
static native long INTERNALsimplify (long a0, long a1)
 
static native long INTERNALsimplifyEx (long a0, long a1, long a2)
 
static native String INTERNALsimplifyGetHelp (long a0)
 
static native long INTERNALsimplifyGetParamDescrs (long a0)
 
static native long INTERNALupdateTerm (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALsubstitute (long a0, long a1, int a2, long[] a3, long[] a4)
 
static native long INTERNALsubstituteVars (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALtranslate (long a0, long a1, long a2)
 
static native long INTERNALmkModel (long a0)
 
static native void INTERNALmodelIncRef (long a0, long a1)
 
static native void INTERNALmodelDecRef (long a0, long a1)
 
static native boolean INTERNALmodelEval (long a0, long a1, long a2, boolean a3, LongPtr a4)
 
static native long INTERNALmodelGetConstInterp (long a0, long a1, long a2)
 
static native boolean INTERNALmodelHasInterp (long a0, long a1, long a2)
 
static native long INTERNALmodelGetFuncInterp (long a0, long a1, long a2)
 
static native int INTERNALmodelGetNumConsts (long a0, long a1)
 
static native long INTERNALmodelGetConstDecl (long a0, long a1, int a2)
 
static native int INTERNALmodelGetNumFuncs (long a0, long a1)
 
static native long INTERNALmodelGetFuncDecl (long a0, long a1, int a2)
 
static native int INTERNALmodelGetNumSorts (long a0, long a1)
 
static native long INTERNALmodelGetSort (long a0, long a1, int a2)
 
static native long INTERNALmodelGetSortUniverse (long a0, long a1, long a2)
 
static native long INTERNALmodelTranslate (long a0, long a1, long a2)
 
static native boolean INTERNALisAsArray (long a0, long a1)
 
static native long INTERNALgetAsArrayFuncDecl (long a0, long a1)
 
static native long INTERNALaddFuncInterp (long a0, long a1, long a2, long a3)
 
static native void INTERNALaddConstInterp (long a0, long a1, long a2, long a3)
 
static native void INTERNALfuncInterpIncRef (long a0, long a1)
 
static native void INTERNALfuncInterpDecRef (long a0, long a1)
 
static native int INTERNALfuncInterpGetNumEntries (long a0, long a1)
 
static native long INTERNALfuncInterpGetEntry (long a0, long a1, int a2)
 
static native long INTERNALfuncInterpGetElse (long a0, long a1)
 
static native void INTERNALfuncInterpSetElse (long a0, long a1, long a2)
 
static native int INTERNALfuncInterpGetArity (long a0, long a1)
 
static native void INTERNALfuncInterpAddEntry (long a0, long a1, long a2, long a3)
 
static native void INTERNALfuncEntryIncRef (long a0, long a1)
 
static native void INTERNALfuncEntryDecRef (long a0, long a1)
 
static native long INTERNALfuncEntryGetValue (long a0, long a1)
 
static native int INTERNALfuncEntryGetNumArgs (long a0, long a1)
 
static native long INTERNALfuncEntryGetArg (long a0, long a1, int a2)
 
static native int INTERNALopenLog (String a0)
 
static native void INTERNALappendLog (String a0)
 
static native void INTERNALcloseLog ()
 
static native void INTERNALtoggleWarningMessages (boolean a0)
 
static native void INTERNALsetAstPrintMode (long a0, int a1)
 
static native String INTERNALastToString (long a0, long a1)
 
static native String INTERNALpatternToString (long a0, long a1)
 
static native String INTERNALsortToString (long a0, long a1)
 
static native String INTERNALfuncDeclToString (long a0, long a1)
 
static native String INTERNALmodelToString (long a0, long a1)
 
static native String INTERNALbenchmarkToSmtlibString (long a0, String a1, String a2, String a3, String a4, int a5, long[] a6, long a7)
 
static native long INTERNALparseSmtlib2String (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
 
static native long INTERNALparseSmtlib2File (long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
 
static native String INTERNALevalSmtlib2String (long a0, String a1)
 
static native int INTERNALgetErrorCode (long a0)
 
static native void INTERNALsetError (long a0, int a1)
 
static native String INTERNALgetErrorMsg (long a0, int a1)
 
static native void INTERNALgetVersion (IntPtr a0, IntPtr a1, IntPtr a2, IntPtr a3)
 
static native String INTERNALgetFullVersion ()
 
static native void INTERNALenableTrace (String a0)
 
static native void INTERNALdisableTrace (String a0)
 
static native void INTERNALresetMemory ()
 
static native void INTERNALfinalizeMemory ()
 
static native long INTERNALmkGoal (long a0, boolean a1, boolean a2, boolean a3)
 
static native void INTERNALgoalIncRef (long a0, long a1)
 
static native void INTERNALgoalDecRef (long a0, long a1)
 
static native int INTERNALgoalPrecision (long a0, long a1)
 
static native void INTERNALgoalAssert (long a0, long a1, long a2)
 
static native boolean INTERNALgoalInconsistent (long a0, long a1)
 
static native int INTERNALgoalDepth (long a0, long a1)
 
static native void INTERNALgoalReset (long a0, long a1)
 
static native int INTERNALgoalSize (long a0, long a1)
 
static native long INTERNALgoalFormula (long a0, long a1, int a2)
 
static native int INTERNALgoalNumExprs (long a0, long a1)
 
static native boolean INTERNALgoalIsDecidedSat (long a0, long a1)
 
static native boolean INTERNALgoalIsDecidedUnsat (long a0, long a1)
 
static native long INTERNALgoalTranslate (long a0, long a1, long a2)
 
static native long INTERNALgoalConvertModel (long a0, long a1, long a2)
 
static native String INTERNALgoalToString (long a0, long a1)
 
static native String INTERNALgoalToDimacsString (long a0, long a1)
 
static native long INTERNALmkTactic (long a0, String a1)
 
static native void INTERNALtacticIncRef (long a0, long a1)
 
static native void INTERNALtacticDecRef (long a0, long a1)
 
static native long INTERNALmkProbe (long a0, String a1)
 
static native void INTERNALprobeIncRef (long a0, long a1)
 
static native void INTERNALprobeDecRef (long a0, long a1)
 
static native long INTERNALtacticAndThen (long a0, long a1, long a2)
 
static native long INTERNALtacticOrElse (long a0, long a1, long a2)
 
static native long INTERNALtacticParOr (long a0, int a1, long[] a2)
 
static native long INTERNALtacticParAndThen (long a0, long a1, long a2)
 
static native long INTERNALtacticTryFor (long a0, long a1, int a2)
 
static native long INTERNALtacticWhen (long a0, long a1, long a2)
 
static native long INTERNALtacticCond (long a0, long a1, long a2, long a3)
 
static native long INTERNALtacticRepeat (long a0, long a1, int a2)
 
static native long INTERNALtacticSkip (long a0)
 
static native long INTERNALtacticFail (long a0)
 
static native long INTERNALtacticFailIf (long a0, long a1)
 
static native long INTERNALtacticFailIfNotDecided (long a0)
 
static native long INTERNALtacticUsingParams (long a0, long a1, long a2)
 
static native long INTERNALprobeConst (long a0, double a1)
 
static native long INTERNALprobeLt (long a0, long a1, long a2)
 
static native long INTERNALprobeGt (long a0, long a1, long a2)
 
static native long INTERNALprobeLe (long a0, long a1, long a2)
 
static native long INTERNALprobeGe (long a0, long a1, long a2)
 
static native long INTERNALprobeEq (long a0, long a1, long a2)
 
static native long INTERNALprobeAnd (long a0, long a1, long a2)
 
static native long INTERNALprobeOr (long a0, long a1, long a2)
 
static native long INTERNALprobeNot (long a0, long a1)
 
static native int INTERNALgetNumTactics (long a0)
 
static native String INTERNALgetTacticName (long a0, int a1)
 
static native int INTERNALgetNumProbes (long a0)
 
static native String INTERNALgetProbeName (long a0, int a1)
 
static native String INTERNALtacticGetHelp (long a0, long a1)
 
static native long INTERNALtacticGetParamDescrs (long a0, long a1)
 
static native String INTERNALtacticGetDescr (long a0, String a1)
 
static native String INTERNALprobeGetDescr (long a0, String a1)
 
static native double INTERNALprobeApply (long a0, long a1, long a2)
 
static native long INTERNALtacticApply (long a0, long a1, long a2)
 
static native long INTERNALtacticApplyEx (long a0, long a1, long a2, long a3)
 
static native void INTERNALapplyResultIncRef (long a0, long a1)
 
static native void INTERNALapplyResultDecRef (long a0, long a1)
 
static native String INTERNALapplyResultToString (long a0, long a1)
 
static native int INTERNALapplyResultGetNumSubgoals (long a0, long a1)
 
static native long INTERNALapplyResultGetSubgoal (long a0, long a1, int a2)
 
static native long INTERNALmkSolver (long a0)
 
static native long INTERNALmkSimpleSolver (long a0)
 
static native long INTERNALmkSolverForLogic (long a0, long a1)
 
static native long INTERNALmkSolverFromTactic (long a0, long a1)
 
static native long INTERNALsolverTranslate (long a0, long a1, long a2)
 
static native void INTERNALsolverImportModelConverter (long a0, long a1, long a2)
 
static native String INTERNALsolverGetHelp (long a0, long a1)
 
static native long INTERNALsolverGetParamDescrs (long a0, long a1)
 
static native void INTERNALsolverSetParams (long a0, long a1, long a2)
 
static native void INTERNALsolverIncRef (long a0, long a1)
 
static native void INTERNALsolverDecRef (long a0, long a1)
 
static native void INTERNALsolverPush (long a0, long a1)
 
static native void INTERNALsolverPop (long a0, long a1, int a2)
 
static native void INTERNALsolverReset (long a0, long a1)
 
static native int INTERNALsolverGetNumScopes (long a0, long a1)
 
static native void INTERNALsolverAssert (long a0, long a1, long a2)
 
static native void INTERNALsolverAssertAndTrack (long a0, long a1, long a2, long a3)
 
static native void INTERNALsolverFromFile (long a0, long a1, String a2)
 
static native void INTERNALsolverFromString (long a0, long a1, String a2)
 
static native long INTERNALsolverGetAssertions (long a0, long a1)
 
static native long INTERNALsolverGetUnits (long a0, long a1)
 
static native long INTERNALsolverGetTrail (long a0, long a1)
 
static native long INTERNALsolverGetNonUnits (long a0, long a1)
 
static native void INTERNALsolverGetLevels (long a0, long a1, long a2, int a3, int[] a4)
 
static native int INTERNALsolverCheck (long a0, long a1)
 
static native int INTERNALsolverCheckAssumptions (long a0, long a1, int a2, long[] a3)
 
static native int INTERNALgetImpliedEqualities (long a0, long a1, int a2, long[] a3, int[] a4)
 
static native int INTERNALsolverGetConsequences (long a0, long a1, long a2, long a3, long a4)
 
static native long INTERNALsolverCube (long a0, long a1, long a2, int a3)
 
static native long INTERNALsolverGetModel (long a0, long a1)
 
static native long INTERNALsolverGetProof (long a0, long a1)
 
static native long INTERNALsolverGetUnsatCore (long a0, long a1)
 
static native String INTERNALsolverGetReasonUnknown (long a0, long a1)
 
static native long INTERNALsolverGetStatistics (long a0, long a1)
 
static native String INTERNALsolverToString (long a0, long a1)
 
static native String INTERNALsolverToDimacsString (long a0, long a1)
 
static native String INTERNALstatsToString (long a0, long a1)
 
static native void INTERNALstatsIncRef (long a0, long a1)
 
static native void INTERNALstatsDecRef (long a0, long a1)
 
static native int INTERNALstatsSize (long a0, long a1)
 
static native String INTERNALstatsGetKey (long a0, long a1, int a2)
 
static native boolean INTERNALstatsIsUint (long a0, long a1, int a2)
 
static native boolean INTERNALstatsIsDouble (long a0, long a1, int a2)
 
static native int INTERNALstatsGetUintValue (long a0, long a1, int a2)
 
static native double INTERNALstatsGetDoubleValue (long a0, long a1, int a2)
 
static native long INTERNALgetEstimatedAllocSize ()
 
static native long INTERNALmkAstVector (long a0)
 
static native void INTERNALastVectorIncRef (long a0, long a1)
 
static native void INTERNALastVectorDecRef (long a0, long a1)
 
static native int INTERNALastVectorSize (long a0, long a1)
 
static native long INTERNALastVectorGet (long a0, long a1, int a2)
 
static native void INTERNALastVectorSet (long a0, long a1, int a2, long a3)
 
static native void INTERNALastVectorResize (long a0, long a1, int a2)
 
static native void INTERNALastVectorPush (long a0, long a1, long a2)
 
static native long INTERNALastVectorTranslate (long a0, long a1, long a2)
 
static native String INTERNALastVectorToString (long a0, long a1)
 
static native long INTERNALmkAstMap (long a0)
 
static native void INTERNALastMapIncRef (long a0, long a1)
 
static native void INTERNALastMapDecRef (long a0, long a1)
 
static native boolean INTERNALastMapContains (long a0, long a1, long a2)
 
static native long INTERNALastMapFind (long a0, long a1, long a2)
 
static native void INTERNALastMapInsert (long a0, long a1, long a2, long a3)
 
static native void INTERNALastMapErase (long a0, long a1, long a2)
 
static native void INTERNALastMapReset (long a0, long a1)
 
static native int INTERNALastMapSize (long a0, long a1)
 
static native long INTERNALastMapKeys (long a0, long a1)
 
static native String INTERNALastMapToString (long a0, long a1)
 
static native boolean INTERNALalgebraicIsValue (long a0, long a1)
 
static native boolean INTERNALalgebraicIsPos (long a0, long a1)
 
static native boolean INTERNALalgebraicIsNeg (long a0, long a1)
 
static native boolean INTERNALalgebraicIsZero (long a0, long a1)
 
static native int INTERNALalgebraicSign (long a0, long a1)
 
static native long INTERNALalgebraicAdd (long a0, long a1, long a2)
 
static native long INTERNALalgebraicSub (long a0, long a1, long a2)
 
static native long INTERNALalgebraicMul (long a0, long a1, long a2)
 
static native long INTERNALalgebraicDiv (long a0, long a1, long a2)
 
static native long INTERNALalgebraicRoot (long a0, long a1, int a2)
 
static native long INTERNALalgebraicPower (long a0, long a1, int a2)
 
static native boolean INTERNALalgebraicLt (long a0, long a1, long a2)
 
static native boolean INTERNALalgebraicGt (long a0, long a1, long a2)
 
static native boolean INTERNALalgebraicLe (long a0, long a1, long a2)
 
static native boolean INTERNALalgebraicGe (long a0, long a1, long a2)
 
static native boolean INTERNALalgebraicEq (long a0, long a1, long a2)
 
static native boolean INTERNALalgebraicNeq (long a0, long a1, long a2)
 
static native long INTERNALalgebraicRoots (long a0, long a1, int a2, long[] a3)
 
static native int INTERNALalgebraicEval (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALpolynomialSubresultants (long a0, long a1, long a2, long a3)
 
static native void INTERNALrcfDel (long a0, long a1)
 
static native long INTERNALrcfMkRational (long a0, String a1)
 
static native long INTERNALrcfMkSmallInt (long a0, int a1)
 
static native long INTERNALrcfMkPi (long a0)
 
static native long INTERNALrcfMkE (long a0)
 
static native long INTERNALrcfMkInfinitesimal (long a0)
 
static native int INTERNALrcfMkRoots (long a0, int a1, long[] a2, long[] a3)
 
static native long INTERNALrcfAdd (long a0, long a1, long a2)
 
static native long INTERNALrcfSub (long a0, long a1, long a2)
 
static native long INTERNALrcfMul (long a0, long a1, long a2)
 
static native long INTERNALrcfDiv (long a0, long a1, long a2)
 
static native long INTERNALrcfNeg (long a0, long a1)
 
static native long INTERNALrcfInv (long a0, long a1)
 
static native long INTERNALrcfPower (long a0, long a1, int a2)
 
static native boolean INTERNALrcfLt (long a0, long a1, long a2)
 
static native boolean INTERNALrcfGt (long a0, long a1, long a2)
 
static native boolean INTERNALrcfLe (long a0, long a1, long a2)
 
static native boolean INTERNALrcfGe (long a0, long a1, long a2)
 
static native boolean INTERNALrcfEq (long a0, long a1, long a2)
 
static native boolean INTERNALrcfNeq (long a0, long a1, long a2)
 
static native String INTERNALrcfNumToString (long a0, long a1, boolean a2, boolean a3)
 
static native String INTERNALrcfNumToDecimalString (long a0, long a1, int a2)
 
static native void INTERNALrcfGetNumeratorDenominator (long a0, long a1, LongPtr a2, LongPtr a3)
 
static native long INTERNALmkFixedpoint (long a0)
 
static native void INTERNALfixedpointIncRef (long a0, long a1)
 
static native void INTERNALfixedpointDecRef (long a0, long a1)
 
static native void INTERNALfixedpointAddRule (long a0, long a1, long a2, long a3)
 
static native void INTERNALfixedpointAddFact (long a0, long a1, long a2, int a3, int[] a4)
 
static native void INTERNALfixedpointAssert (long a0, long a1, long a2)
 
static native int INTERNALfixedpointQuery (long a0, long a1, long a2)
 
static native int INTERNALfixedpointQueryRelations (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALfixedpointGetAnswer (long a0, long a1)
 
static native String INTERNALfixedpointGetReasonUnknown (long a0, long a1)
 
static native void INTERNALfixedpointUpdateRule (long a0, long a1, long a2, long a3)
 
static native int INTERNALfixedpointGetNumLevels (long a0, long a1, long a2)
 
static native long INTERNALfixedpointGetCoverDelta (long a0, long a1, int a2, long a3)
 
static native void INTERNALfixedpointAddCover (long a0, long a1, int a2, long a3, long a4)
 
static native long INTERNALfixedpointGetStatistics (long a0, long a1)
 
static native void INTERNALfixedpointRegisterRelation (long a0, long a1, long a2)
 
static native void INTERNALfixedpointSetPredicateRepresentation (long a0, long a1, long a2, int a3, long[] a4)
 
static native long INTERNALfixedpointGetRules (long a0, long a1)
 
static native long INTERNALfixedpointGetAssertions (long a0, long a1)
 
static native void INTERNALfixedpointSetParams (long a0, long a1, long a2)
 
static native String INTERNALfixedpointGetHelp (long a0, long a1)
 
static native long INTERNALfixedpointGetParamDescrs (long a0, long a1)
 
static native String INTERNALfixedpointToString (long a0, long a1, int a2, long[] a3)
 
static native long INTERNALfixedpointFromString (long a0, long a1, String a2)
 
static native long INTERNALfixedpointFromFile (long a0, long a1, String a2)
 
static native long INTERNALmkOptimize (long a0)
 
static native void INTERNALoptimizeIncRef (long a0, long a1)
 
static native void INTERNALoptimizeDecRef (long a0, long a1)
 
static native void INTERNALoptimizeAssert (long a0, long a1, long a2)
 
static native void INTERNALoptimizeAssertAndTrack (long a0, long a1, long a2, long a3)
 
static native int INTERNALoptimizeAssertSoft (long a0, long a1, long a2, String a3, long a4)
 
static native int INTERNALoptimizeMaximize (long a0, long a1, long a2)
 
static native int INTERNALoptimizeMinimize (long a0, long a1, long a2)
 
static native void INTERNALoptimizePush (long a0, long a1)
 
static native void INTERNALoptimizePop (long a0, long a1)
 
static native int INTERNALoptimizeCheck (long a0, long a1, int a2, long[] a3)
 
static native String INTERNALoptimizeGetReasonUnknown (long a0, long a1)
 
static native long INTERNALoptimizeGetModel (long a0, long a1)
 
static native long INTERNALoptimizeGetUnsatCore (long a0, long a1)
 
static native void INTERNALoptimizeSetParams (long a0, long a1, long a2)
 
static native long INTERNALoptimizeGetParamDescrs (long a0, long a1)
 
static native long INTERNALoptimizeGetLower (long a0, long a1, int a2)
 
static native long INTERNALoptimizeGetUpper (long a0, long a1, int a2)
 
static native long INTERNALoptimizeGetLowerAsVector (long a0, long a1, int a2)
 
static native long INTERNALoptimizeGetUpperAsVector (long a0, long a1, int a2)
 
static native String INTERNALoptimizeToString (long a0, long a1)
 
static native void INTERNALoptimizeFromString (long a0, long a1, String a2)
 
static native void INTERNALoptimizeFromFile (long a0, long a1, String a2)
 
static native String INTERNALoptimizeGetHelp (long a0, long a1)
 
static native long INTERNALoptimizeGetStatistics (long a0, long a1)
 
static native long INTERNALoptimizeGetAssertions (long a0, long a1)
 
static native long INTERNALoptimizeGetObjectives (long a0, long a1)
 
static native long INTERNALmkFpaRoundingModeSort (long a0)
 
static native long INTERNALmkFpaRoundNearestTiesToEven (long a0)
 
static native long INTERNALmkFpaRne (long a0)
 
static native long INTERNALmkFpaRoundNearestTiesToAway (long a0)
 
static native long INTERNALmkFpaRna (long a0)
 
static native long INTERNALmkFpaRoundTowardPositive (long a0)
 
static native long INTERNALmkFpaRtp (long a0)
 
static native long INTERNALmkFpaRoundTowardNegative (long a0)
 
static native long INTERNALmkFpaRtn (long a0)
 
static native long INTERNALmkFpaRoundTowardZero (long a0)
 
static native long INTERNALmkFpaRtz (long a0)
 
static native long INTERNALmkFpaSort (long a0, int a1, int a2)
 
static native long INTERNALmkFpaSortHalf (long a0)
 
static native long INTERNALmkFpaSort16 (long a0)
 
static native long INTERNALmkFpaSortSingle (long a0)
 
static native long INTERNALmkFpaSort32 (long a0)
 
static native long INTERNALmkFpaSortDouble (long a0)
 
static native long INTERNALmkFpaSort64 (long a0)
 
static native long INTERNALmkFpaSortQuadruple (long a0)
 
static native long INTERNALmkFpaSort128 (long a0)
 
static native long INTERNALmkFpaNan (long a0, long a1)
 
static native long INTERNALmkFpaInf (long a0, long a1, boolean a2)
 
static native long INTERNALmkFpaZero (long a0, long a1, boolean a2)
 
static native long INTERNALmkFpaFp (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaNumeralFloat (long a0, float a1, long a2)
 
static native long INTERNALmkFpaNumeralDouble (long a0, double a1, long a2)
 
static native long INTERNALmkFpaNumeralInt (long a0, int a1, long a2)
 
static native long INTERNALmkFpaNumeralIntUint (long a0, boolean a1, int a2, int a3, long a4)
 
static native long INTERNALmkFpaNumeralInt64Uint64 (long a0, boolean a1, long a2, long a3, long a4)
 
static native long INTERNALmkFpaAbs (long a0, long a1)
 
static native long INTERNALmkFpaNeg (long a0, long a1)
 
static native long INTERNALmkFpaAdd (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaSub (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaMul (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaDiv (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaFma (long a0, long a1, long a2, long a3, long a4)
 
static native long INTERNALmkFpaSqrt (long a0, long a1, long a2)
 
static native long INTERNALmkFpaRem (long a0, long a1, long a2)
 
static native long INTERNALmkFpaRoundToIntegral (long a0, long a1, long a2)
 
static native long INTERNALmkFpaMin (long a0, long a1, long a2)
 
static native long INTERNALmkFpaMax (long a0, long a1, long a2)
 
static native long INTERNALmkFpaLeq (long a0, long a1, long a2)
 
static native long INTERNALmkFpaLt (long a0, long a1, long a2)
 
static native long INTERNALmkFpaGeq (long a0, long a1, long a2)
 
static native long INTERNALmkFpaGt (long a0, long a1, long a2)
 
static native long INTERNALmkFpaEq (long a0, long a1, long a2)
 
static native long INTERNALmkFpaIsNormal (long a0, long a1)
 
static native long INTERNALmkFpaIsSubnormal (long a0, long a1)
 
static native long INTERNALmkFpaIsZero (long a0, long a1)
 
static native long INTERNALmkFpaIsInfinite (long a0, long a1)
 
static native long INTERNALmkFpaIsNan (long a0, long a1)
 
static native long INTERNALmkFpaIsNegative (long a0, long a1)
 
static native long INTERNALmkFpaIsPositive (long a0, long a1)
 
static native long INTERNALmkFpaToFpBv (long a0, long a1, long a2)
 
static native long INTERNALmkFpaToFpFloat (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaToFpReal (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaToFpSigned (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaToFpUnsigned (long a0, long a1, long a2, long a3)
 
static native long INTERNALmkFpaToUbv (long a0, long a1, long a2, int a3)
 
static native long INTERNALmkFpaToSbv (long a0, long a1, long a2, int a3)
 
static native long INTERNALmkFpaToReal (long a0, long a1)
 
static native int INTERNALfpaGetEbits (long a0, long a1)
 
static native int INTERNALfpaGetSbits (long a0, long a1)
 
static native boolean INTERNALfpaIsNumeralNan (long a0, long a1)
 
static native boolean INTERNALfpaIsNumeralInf (long a0, long a1)
 
static native boolean INTERNALfpaIsNumeralZero (long a0, long a1)
 
static native boolean INTERNALfpaIsNumeralNormal (long a0, long a1)
 
static native boolean INTERNALfpaIsNumeralSubnormal (long a0, long a1)
 
static native boolean INTERNALfpaIsNumeralPositive (long a0, long a1)
 
static native boolean INTERNALfpaIsNumeralNegative (long a0, long a1)
 
static native long INTERNALfpaGetNumeralSignBv (long a0, long a1)
 
static native long INTERNALfpaGetNumeralSignificandBv (long a0, long a1)
 
static native boolean INTERNALfpaGetNumeralSign (long a0, long a1, IntPtr a2)
 
static native String INTERNALfpaGetNumeralSignificandString (long a0, long a1)
 
static native boolean INTERNALfpaGetNumeralSignificandUint64 (long a0, long a1, LongPtr a2)
 
static native String INTERNALfpaGetNumeralExponentString (long a0, long a1, boolean a2)
 
static native boolean INTERNALfpaGetNumeralExponentInt64 (long a0, long a1, LongPtr a2, boolean a3)
 
static native long INTERNALfpaGetNumeralExponentBv (long a0, long a1, boolean a2)
 
static native long INTERNALmkFpaToIeeeBv (long a0, long a1)
 
static native long INTERNALmkFpaToFpIntReal (long a0, long a1, long a2, long a3, long a4)
 
static native int INTERNALfixedpointQueryFromLvl (long a0, long a1, long a2, int a3)
 
static native long INTERNALfixedpointGetGroundSatAnswer (long a0, long a1)
 
static native long INTERNALfixedpointGetRulesAlongTrace (long a0, long a1)
 
static native long INTERNALfixedpointGetRuleNamesAlongTrace (long a0, long a1)
 
static native void INTERNALfixedpointAddInvariant (long a0, long a1, long a2, long a3)
 
static native long INTERNALfixedpointGetReachable (long a0, long a1, long a2)
 
static native long INTERNALqeModelProject (long a0, long a1, int a2, long[] a3, long a4)
 
static native long INTERNALqeModelProjectSkolem (long a0, long a1, int a2, long[] a3, long a4, long a5)
 
static native long INTERNALmodelExtrapolate (long a0, long a1, long a2)
 
static native long INTERNALqeLite (long a0, long a1, long a2)
 

Detailed Description

Definition at line 4 of file Native.java.

Member Function Documentation

◆ addConstInterp()

static void addConstInterp ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 3661 of file Native.java.

3662  {
3663  INTERNALaddConstInterp(a0, a1, a2, a3);
3665  if (err != Z3_error_code.Z3_OK)
3666  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3667  }
static native void INTERNALaddConstInterp(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ addFuncInterp()

static long addFuncInterp ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 3652 of file Native.java.

3653  {
3654  long res = INTERNALaddFuncInterp(a0, a1, a2, a3);
3656  if (err != Z3_error_code.Z3_OK)
3657  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3658  return res;
3659  }
static native long INTERNALaddFuncInterp(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ addRecDef()

static void addRecDef ( long  a0,
long  a1,
int  a2,
long []  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 1153 of file Native.java.

1154  {
1155  INTERNALaddRecDef(a0, a1, a2, a3, a4);
1157  if (err != Z3_error_code.Z3_OK)
1158  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1159  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALaddRecDef(long a0, long a1, int a2, long[] a3, long a4)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ algebraicAdd()

static long algebraicAdd ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5104 of file Native.java.

5105  {
5106  long res = INTERNALalgebraicAdd(a0, a1, a2);
5108  if (err != Z3_error_code.Z3_OK)
5109  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5110  return res;
5111  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicAdd(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ algebraicDiv()

static long algebraicDiv ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5131 of file Native.java.

5132  {
5133  long res = INTERNALalgebraicDiv(a0, a1, a2);
5135  if (err != Z3_error_code.Z3_OK)
5136  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5137  return res;
5138  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicDiv(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ algebraicEq()

static boolean algebraicEq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5194 of file Native.java.

5195  {
5196  boolean res = INTERNALalgebraicEq(a0, a1, a2);
5198  if (err != Z3_error_code.Z3_OK)
5199  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5200  return res;
5201  }
static native boolean INTERNALalgebraicEq(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ algebraicEval()

static int algebraicEval ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 5221 of file Native.java.

5222  {
5223  int res = INTERNALalgebraicEval(a0, a1, a2, a3);
5225  if (err != Z3_error_code.Z3_OK)
5226  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5227  return res;
5228  }
static native int INTERNALalgebraicEval(long a0, long a1, int a2, long[] a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ algebraicGe()

static boolean algebraicGe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5185 of file Native.java.

5186  {
5187  boolean res = INTERNALalgebraicGe(a0, a1, a2);
5189  if (err != Z3_error_code.Z3_OK)
5190  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5191  return res;
5192  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALalgebraicGe(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ algebraicGt()

static boolean algebraicGt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5167 of file Native.java.

5168  {
5169  boolean res = INTERNALalgebraicGt(a0, a1, a2);
5171  if (err != Z3_error_code.Z3_OK)
5172  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5173  return res;
5174  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALalgebraicGt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ algebraicIsNeg()

static boolean algebraicIsNeg ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5077 of file Native.java.

5078  {
5079  boolean res = INTERNALalgebraicIsNeg(a0, a1);
5081  if (err != Z3_error_code.Z3_OK)
5082  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5083  return res;
5084  }
static native boolean INTERNALalgebraicIsNeg(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ algebraicIsPos()

static boolean algebraicIsPos ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5068 of file Native.java.

5069  {
5070  boolean res = INTERNALalgebraicIsPos(a0, a1);
5072  if (err != Z3_error_code.Z3_OK)
5073  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5074  return res;
5075  }
static native boolean INTERNALalgebraicIsPos(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ algebraicIsValue()

static boolean algebraicIsValue ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5059 of file Native.java.

5060  {
5061  boolean res = INTERNALalgebraicIsValue(a0, a1);
5063  if (err != Z3_error_code.Z3_OK)
5064  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5065  return res;
5066  }
static native boolean INTERNALalgebraicIsValue(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ algebraicIsZero()

static boolean algebraicIsZero ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5086 of file Native.java.

5087  {
5088  boolean res = INTERNALalgebraicIsZero(a0, a1);
5090  if (err != Z3_error_code.Z3_OK)
5091  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5092  return res;
5093  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALalgebraicIsZero(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ algebraicLe()

static boolean algebraicLe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5176 of file Native.java.

5177  {
5178  boolean res = INTERNALalgebraicLe(a0, a1, a2);
5180  if (err != Z3_error_code.Z3_OK)
5181  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5182  return res;
5183  }
static native boolean INTERNALalgebraicLe(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ algebraicLt()

static boolean algebraicLt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5158 of file Native.java.

5159  {
5160  boolean res = INTERNALalgebraicLt(a0, a1, a2);
5162  if (err != Z3_error_code.Z3_OK)
5163  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5164  return res;
5165  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALalgebraicLt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ algebraicMul()

static long algebraicMul ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5122 of file Native.java.

5123  {
5124  long res = INTERNALalgebraicMul(a0, a1, a2);
5126  if (err != Z3_error_code.Z3_OK)
5127  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5128  return res;
5129  }
static native long INTERNALalgebraicMul(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ algebraicNeq()

static boolean algebraicNeq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5203 of file Native.java.

5204  {
5205  boolean res = INTERNALalgebraicNeq(a0, a1, a2);
5207  if (err != Z3_error_code.Z3_OK)
5208  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5209  return res;
5210  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALalgebraicNeq(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ algebraicPower()

static long algebraicPower ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 5149 of file Native.java.

5150  {
5151  long res = INTERNALalgebraicPower(a0, a1, a2);
5153  if (err != Z3_error_code.Z3_OK)
5154  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5155  return res;
5156  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicPower(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ algebraicRoot()

static long algebraicRoot ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 5140 of file Native.java.

5141  {
5142  long res = INTERNALalgebraicRoot(a0, a1, a2);
5144  if (err != Z3_error_code.Z3_OK)
5145  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5146  return res;
5147  }
static native long INTERNALalgebraicRoot(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ algebraicRoots()

static long algebraicRoots ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 5212 of file Native.java.

5213  {
5214  long res = INTERNALalgebraicRoots(a0, a1, a2, a3);
5216  if (err != Z3_error_code.Z3_OK)
5217  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5218  return res;
5219  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicRoots(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ algebraicSign()

static int algebraicSign ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5095 of file Native.java.

5096  {
5097  int res = INTERNALalgebraicSign(a0, a1);
5099  if (err != Z3_error_code.Z3_OK)
5100  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5101  return res;
5102  }
static native int INTERNALalgebraicSign(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ algebraicSub()

static long algebraicSub ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5113 of file Native.java.

5114  {
5115  long res = INTERNALalgebraicSub(a0, a1, a2);
5117  if (err != Z3_error_code.Z3_OK)
5118  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5119  return res;
5120  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALalgebraicSub(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ appendLog()

static void appendLog ( String  a0)
inlinestatic

Definition at line 3786 of file Native.java.

3787  {
3788  INTERNALappendLog(a0);
3789  }
static native void INTERNALappendLog(String a0)

Referenced by Log.append().

◆ applyResultDecRef()

static void applyResultDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4448 of file Native.java.

4449  {
4450  INTERNALapplyResultDecRef(a0, a1);
4452  if (err != Z3_error_code.Z3_OK)
4453  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4454  }
static native void INTERNALapplyResultDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ applyResultGetNumSubgoals()

static int applyResultGetNumSubgoals ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4465 of file Native.java.

4466  {
4467  int res = INTERNALapplyResultGetNumSubgoals(a0, a1);
4469  if (err != Z3_error_code.Z3_OK)
4470  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4471  return res;
4472  }
static native int INTERNALapplyResultGetNumSubgoals(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by ApplyResult.getNumSubgoals().

◆ applyResultGetSubgoal()

static long applyResultGetSubgoal ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4474 of file Native.java.

4475  {
4476  long res = INTERNALapplyResultGetSubgoal(a0, a1, a2);
4478  if (err != Z3_error_code.Z3_OK)
4479  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4480  return res;
4481  }
static native long INTERNALapplyResultGetSubgoal(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by ApplyResult.getSubgoals().

◆ applyResultIncRef()

static void applyResultIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4440 of file Native.java.

4441  {
4442  INTERNALapplyResultIncRef(a0, a1);
4444  if (err != Z3_error_code.Z3_OK)
4445  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4446  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALapplyResultIncRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ applyResultToString()

static String applyResultToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4456 of file Native.java.

4457  {
4458  String res = INTERNALapplyResultToString(a0, a1);
4460  if (err != Z3_error_code.Z3_OK)
4461  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4462  return res;
4463  }
static native String INTERNALapplyResultToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by ApplyResult.toString().

◆ appToAst()

static long appToAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3024 of file Native.java.

3025  {
3026  long res = INTERNALappToAst(a0, a1);
3028  if (err != Z3_error_code.Z3_OK)
3029  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3030  return res;
3031  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALappToAst(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ astMapContains()

static boolean astMapContains ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4990 of file Native.java.

4991  {
4992  boolean res = INTERNALastMapContains(a0, a1, a2);
4994  if (err != Z3_error_code.Z3_OK)
4995  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4996  return res;
4997  }
static native boolean INTERNALastMapContains(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ astMapDecRef()

static void astMapDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4982 of file Native.java.

4983  {
4984  INTERNALastMapDecRef(a0, a1);
4986  if (err != Z3_error_code.Z3_OK)
4987  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4988  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native void INTERNALastMapDecRef(long a0, long a1)

◆ astMapErase()

static void astMapErase ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5016 of file Native.java.

5017  {
5018  INTERNALastMapErase(a0, a1, a2);
5020  if (err != Z3_error_code.Z3_OK)
5021  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5022  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALastMapErase(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ astMapFind()

static long astMapFind ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4999 of file Native.java.

5000  {
5001  long res = INTERNALastMapFind(a0, a1, a2);
5003  if (err != Z3_error_code.Z3_OK)
5004  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5005  return res;
5006  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALastMapFind(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ astMapIncRef()

static void astMapIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4974 of file Native.java.

4975  {
4976  INTERNALastMapIncRef(a0, a1);
4978  if (err != Z3_error_code.Z3_OK)
4979  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4980  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALastMapIncRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ astMapInsert()

static void astMapInsert ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5008 of file Native.java.

5009  {
5010  INTERNALastMapInsert(a0, a1, a2, a3);
5012  if (err != Z3_error_code.Z3_OK)
5013  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5014  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALastMapInsert(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ astMapKeys()

static long astMapKeys ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5041 of file Native.java.

5042  {
5043  long res = INTERNALastMapKeys(a0, a1);
5045  if (err != Z3_error_code.Z3_OK)
5046  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5047  return res;
5048  }
static native long INTERNALastMapKeys(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ astMapReset()

static void astMapReset ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5024 of file Native.java.

5025  {
5026  INTERNALastMapReset(a0, a1);
5028  if (err != Z3_error_code.Z3_OK)
5029  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5030  }
static native void INTERNALastMapReset(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ astMapSize()

static int astMapSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5032 of file Native.java.

5033  {
5034  int res = INTERNALastMapSize(a0, a1);
5036  if (err != Z3_error_code.Z3_OK)
5037  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5038  return res;
5039  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALastMapSize(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ astMapToString()

static String astMapToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5050 of file Native.java.

5051  {
5052  String res = INTERNALastMapToString(a0, a1);
5054  if (err != Z3_error_code.Z3_OK)
5055  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5056  return res;
5057  }
static native String INTERNALastMapToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

◆ astToString()

static String astToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3809 of file Native.java.

3810  {
3811  String res = INTERNALastToString(a0, a1);
3813  if (err != Z3_error_code.Z3_OK)
3814  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3815  return res;
3816  }
static native String INTERNALastToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by AST.getSExpr(), and AST.toString().

◆ astVectorDecRef()

static void astVectorDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4897 of file Native.java.

4898  {
4899  INTERNALastVectorDecRef(a0, a1);
4901  if (err != Z3_error_code.Z3_OK)
4902  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4903  }
static native void INTERNALastVectorDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ astVectorGet()

static long astVectorGet ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4914 of file Native.java.

4915  {
4916  long res = INTERNALastVectorGet(a0, a1, a2);
4918  if (err != Z3_error_code.Z3_OK)
4919  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4920  return res;
4921  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALastVectorGet(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by ASTVector.get().

◆ astVectorIncRef()

static void astVectorIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4889 of file Native.java.

4890  {
4891  INTERNALastVectorIncRef(a0, a1);
4893  if (err != Z3_error_code.Z3_OK)
4894  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4895  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALastVectorIncRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ astVectorPush()

static void astVectorPush ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4939 of file Native.java.

4940  {
4941  INTERNALastVectorPush(a0, a1, a2);
4943  if (err != Z3_error_code.Z3_OK)
4944  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4945  }
static native void INTERNALastVectorPush(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by ASTVector.push().

◆ astVectorResize()

static void astVectorResize ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4931 of file Native.java.

4932  {
4933  INTERNALastVectorResize(a0, a1, a2);
4935  if (err != Z3_error_code.Z3_OK)
4936  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4937  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native void INTERNALastVectorResize(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)

Referenced by ASTVector.resize().

◆ astVectorSet()

static void astVectorSet ( long  a0,
long  a1,
int  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4923 of file Native.java.

4924  {
4925  INTERNALastVectorSet(a0, a1, a2, a3);
4927  if (err != Z3_error_code.Z3_OK)
4928  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4929  }
static native void INTERNALastVectorSet(long a0, long a1, int a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by ASTVector.set().

◆ astVectorSize()

static int astVectorSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4905 of file Native.java.

4906  {
4907  int res = INTERNALastVectorSize(a0, a1);
4909  if (err != Z3_error_code.Z3_OK)
4910  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4911  return res;
4912  }
static native int INTERNALastVectorSize(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by ASTVector.size().

◆ astVectorToString()

static String astVectorToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4956 of file Native.java.

4957  {
4958  String res = INTERNALastVectorToString(a0, a1);
4960  if (err != Z3_error_code.Z3_OK)
4961  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4962  return res;
4963  }
static native String INTERNALastVectorToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by ASTVector.toString().

◆ astVectorTranslate()

static long astVectorTranslate ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4947 of file Native.java.

4948  {
4949  long res = INTERNALastVectorTranslate(a0, a1, a2);
4951  if (err != Z3_error_code.Z3_OK)
4952  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4953  return res;
4954  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALastVectorTranslate(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by ASTVector.translate().

◆ benchmarkToSmtlibString()

static String benchmarkToSmtlibString ( long  a0,
String  a1,
String  a2,
String  a3,
String  a4,
int  a5,
long []  a6,
long  a7 
) throws Z3Exception
inlinestatic

Definition at line 3854 of file Native.java.

3855  {
3856  String res = INTERNALbenchmarkToSmtlibString(a0, a1, a2, a3, a4, a5, a6, a7);
3858  if (err != Z3_error_code.Z3_OK)
3859  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3860  return res;
3861  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALbenchmarkToSmtlibString(long a0, String a1, String a2, String a3, String a4, int a5, long[] a6, long a7)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Context.benchmarkToSMTString().

◆ closeLog()

static void closeLog ( )
inlinestatic

Definition at line 3791 of file Native.java.

3792  {
3793  INTERNALcloseLog();
3794  }
static native void INTERNALcloseLog()

Referenced by Log.close().

◆ datatypeUpdateField()

static long datatypeUpdateField ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 2790 of file Native.java.

2791  {
2792  long res = INTERNALdatatypeUpdateField(a0, a1, a2, a3);
2794  if (err != Z3_error_code.Z3_OK)
2795  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2796  return res;
2797  }
static native long INTERNALdatatypeUpdateField(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkUpdateField().

◆ decRef()

static void decRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 764 of file Native.java.

765  {
766  INTERNALdecRef(a0, a1);
768  if (err != Z3_error_code.Z3_OK)
769  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
770  }
static native void INTERNALdecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ delConfig()

static void delConfig ( long  a0)
inlinestatic

Definition at line 725 of file Native.java.

726  {
727  INTERNALdelConfig(a0);
728  }
static native void INTERNALdelConfig(long a0)

Referenced by Context.Context().

◆ delConstructor()

static void delConstructor ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1049 of file Native.java.

1050  {
1051  INTERNALdelConstructor(a0, a1);
1053  if (err != Z3_error_code.Z3_OK)
1054  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1055  }
static native void INTERNALdelConstructor(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by ConstructorDecRefQueue.decRef().

◆ delConstructorList()

static void delConstructorList ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1075 of file Native.java.

1076  {
1079  if (err != Z3_error_code.Z3_OK)
1080  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1081  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native void INTERNALdelConstructorList(long a0, long a1)
static final Z3_error_code fromInt(int v)

Referenced by ConstructorListDecRefQueue.decRef().

◆ delContext()

static void delContext ( long  a0) throws Z3Exception
inlinestatic

Definition at line 751 of file Native.java.

752  {
753  INTERNALdelContext(a0);
754  }
static native void INTERNALdelContext(long a0)

Referenced by Context.close().

◆ disableTrace()

static void disableTrace ( String  a0)
inlinestatic

Definition at line 3929 of file Native.java.

3930  {
3932  }
static native void INTERNALdisableTrace(String a0)

Referenced by Global.disableTrace().

◆ enableTrace()

static void enableTrace ( String  a0)
inlinestatic

Definition at line 3924 of file Native.java.

3925  {
3926  INTERNALenableTrace(a0);
3927  }
static native void INTERNALenableTrace(String a0)

Referenced by Global.enableTrace().

◆ evalSmtlib2String()

static String evalSmtlib2String ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 3881 of file Native.java.

3882  {
3883  String res = INTERNALevalSmtlib2String(a0, a1);
3885  if (err != Z3_error_code.Z3_OK)
3886  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3887  return res;
3888  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALevalSmtlib2String(long a0, String a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

◆ finalizeMemory()

static void finalizeMemory ( )
inlinestatic

Definition at line 3939 of file Native.java.

3940  {
3942  }
static native void INTERNALfinalizeMemory()

◆ fixedpointAddCover()

static void fixedpointAddCover ( long  a0,
long  a1,
int  a2,
long  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 5555 of file Native.java.

5556  {
5557  INTERNALfixedpointAddCover(a0, a1, a2, a3, a4);
5559  if (err != Z3_error_code.Z3_OK)
5560  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5561  }
static native void INTERNALfixedpointAddCover(long a0, long a1, int a2, long a3, long a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Fixedpoint.addCover().

◆ fixedpointAddFact()

static void fixedpointAddFact ( long  a0,
long  a1,
long  a2,
int  a3,
int []  a4 
) throws Z3Exception
inlinestatic

Definition at line 5477 of file Native.java.

5478  {
5479  INTERNALfixedpointAddFact(a0, a1, a2, a3, a4);
5481  if (err != Z3_error_code.Z3_OK)
5482  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5483  }
static native void INTERNALfixedpointAddFact(long a0, long a1, long a2, int a3, int[] a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Fixedpoint.addFact().

◆ fixedpointAddInvariant()

static void fixedpointAddInvariant ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 6649 of file Native.java.

6650  {
6651  INTERNALfixedpointAddInvariant(a0, a1, a2, a3);
6653  if (err != Z3_error_code.Z3_OK)
6654  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6655  }
static native void INTERNALfixedpointAddInvariant(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ fixedpointAddRule()

static void fixedpointAddRule ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5469 of file Native.java.

5470  {
5471  INTERNALfixedpointAddRule(a0, a1, a2, a3);
5473  if (err != Z3_error_code.Z3_OK)
5474  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5475  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native void INTERNALfixedpointAddRule(long a0, long a1, long a2, long a3)

Referenced by Fixedpoint.addRule().

◆ fixedpointAssert()

static void fixedpointAssert ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5485 of file Native.java.

5486  {
5487  INTERNALfixedpointAssert(a0, a1, a2);
5489  if (err != Z3_error_code.Z3_OK)
5490  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5491  }
static native void INTERNALfixedpointAssert(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Fixedpoint.add().

◆ fixedpointDecRef()

static void fixedpointDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5461 of file Native.java.

5462  {
5463  INTERNALfixedpointDecRef(a0, a1);
5465  if (err != Z3_error_code.Z3_OK)
5466  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5467  }
static native void INTERNALfixedpointDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ fixedpointFromFile()

static long fixedpointFromFile ( long  a0,
long  a1,
String  a2 
) throws Z3Exception
inlinestatic

Definition at line 5650 of file Native.java.

5651  {
5652  long res = INTERNALfixedpointFromFile(a0, a1, a2);
5654  if (err != Z3_error_code.Z3_OK)
5655  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5656  return res;
5657  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfixedpointFromFile(long a0, long a1, String a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Fixedpoint.ParseFile().

◆ fixedpointFromString()

static long fixedpointFromString ( long  a0,
long  a1,
String  a2 
) throws Z3Exception
inlinestatic

Definition at line 5641 of file Native.java.

5642  {
5643  long res = INTERNALfixedpointFromString(a0, a1, a2);
5645  if (err != Z3_error_code.Z3_OK)
5646  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5647  return res;
5648  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfixedpointFromString(long a0, long a1, String a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Fixedpoint.ParseString().

◆ fixedpointGetAnswer()

static long fixedpointGetAnswer ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5511 of file Native.java.

5512  {
5513  long res = INTERNALfixedpointGetAnswer(a0, a1);
5515  if (err != Z3_error_code.Z3_OK)
5516  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5517  return res;
5518  }
static native long INTERNALfixedpointGetAnswer(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Fixedpoint.getAnswer().

◆ fixedpointGetAssertions()

static long fixedpointGetAssertions ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5597 of file Native.java.

5598  {
5599  long res = INTERNALfixedpointGetAssertions(a0, a1);
5601  if (err != Z3_error_code.Z3_OK)
5602  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5603  return res;
5604  }
static native long INTERNALfixedpointGetAssertions(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Fixedpoint.getAssertions().

◆ fixedpointGetCoverDelta()

static long fixedpointGetCoverDelta ( long  a0,
long  a1,
int  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5546 of file Native.java.

5547  {
5548  long res = INTERNALfixedpointGetCoverDelta(a0, a1, a2, a3);
5550  if (err != Z3_error_code.Z3_OK)
5551  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5552  return res;
5553  }
static native long INTERNALfixedpointGetCoverDelta(long a0, long a1, int a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Fixedpoint.getCoverDelta().

◆ fixedpointGetGroundSatAnswer()

static long fixedpointGetGroundSatAnswer ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6622 of file Native.java.

6623  {
6624  long res = INTERNALfixedpointGetGroundSatAnswer(a0, a1);
6626  if (err != Z3_error_code.Z3_OK)
6627  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6628  return res;
6629  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native long INTERNALfixedpointGetGroundSatAnswer(long a0, long a1)

◆ fixedpointGetHelp()

static String fixedpointGetHelp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5614 of file Native.java.

5615  {
5616  String res = INTERNALfixedpointGetHelp(a0, a1);
5618  if (err != Z3_error_code.Z3_OK)
5619  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5620  return res;
5621  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)
static native String INTERNALfixedpointGetHelp(long a0, long a1)

Referenced by Fixedpoint.getHelp().

◆ fixedpointGetNumLevels()

static int fixedpointGetNumLevels ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5537 of file Native.java.

5538  {
5539  int res = INTERNALfixedpointGetNumLevels(a0, a1, a2);
5541  if (err != Z3_error_code.Z3_OK)
5542  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5543  return res;
5544  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALfixedpointGetNumLevels(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Fixedpoint.getNumLevels().

◆ fixedpointGetParamDescrs()

static long fixedpointGetParamDescrs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5623 of file Native.java.

5624  {
5625  long res = INTERNALfixedpointGetParamDescrs(a0, a1);
5627  if (err != Z3_error_code.Z3_OK)
5628  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5629  return res;
5630  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfixedpointGetParamDescrs(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Fixedpoint.getParameterDescriptions().

◆ fixedpointGetReachable()

static long fixedpointGetReachable ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 6657 of file Native.java.

6658  {
6659  long res = INTERNALfixedpointGetReachable(a0, a1, a2);
6661  if (err != Z3_error_code.Z3_OK)
6662  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6663  return res;
6664  }
static native long INTERNALfixedpointGetReachable(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ fixedpointGetReasonUnknown()

static String fixedpointGetReasonUnknown ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5520 of file Native.java.

5521  {
5524  if (err != Z3_error_code.Z3_OK)
5525  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5526  return res;
5527  }
static native String INTERNALfixedpointGetReasonUnknown(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Fixedpoint.getReasonUnknown().

◆ fixedpointGetRuleNamesAlongTrace()

static long fixedpointGetRuleNamesAlongTrace ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6640 of file Native.java.

6641  {
6642  long res = INTERNALfixedpointGetRuleNamesAlongTrace(a0, a1);
6644  if (err != Z3_error_code.Z3_OK)
6645  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6646  return res;
6647  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfixedpointGetRuleNamesAlongTrace(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ fixedpointGetRules()

static long fixedpointGetRules ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5588 of file Native.java.

5589  {
5590  long res = INTERNALfixedpointGetRules(a0, a1);
5592  if (err != Z3_error_code.Z3_OK)
5593  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5594  return res;
5595  }
static native long INTERNALfixedpointGetRules(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Fixedpoint.getRules().

◆ fixedpointGetRulesAlongTrace()

static long fixedpointGetRulesAlongTrace ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6631 of file Native.java.

6632  {
6633  long res = INTERNALfixedpointGetRulesAlongTrace(a0, a1);
6635  if (err != Z3_error_code.Z3_OK)
6636  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6637  return res;
6638  }
static native long INTERNALfixedpointGetRulesAlongTrace(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ fixedpointGetStatistics()

static long fixedpointGetStatistics ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5563 of file Native.java.

5564  {
5565  long res = INTERNALfixedpointGetStatistics(a0, a1);
5567  if (err != Z3_error_code.Z3_OK)
5568  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5569  return res;
5570  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native long INTERNALfixedpointGetStatistics(long a0, long a1)

Referenced by Fixedpoint.getStatistics().

◆ fixedpointIncRef()

static void fixedpointIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5453 of file Native.java.

5454  {
5455  INTERNALfixedpointIncRef(a0, a1);
5457  if (err != Z3_error_code.Z3_OK)
5458  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5459  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfixedpointIncRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ fixedpointQuery()

static int fixedpointQuery ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5493 of file Native.java.

5494  {
5495  int res = INTERNALfixedpointQuery(a0, a1, a2);
5497  if (err != Z3_error_code.Z3_OK)
5498  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5499  return res;
5500  }
static native int INTERNALfixedpointQuery(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Fixedpoint.query().

◆ fixedpointQueryFromLvl()

static int fixedpointQueryFromLvl ( long  a0,
long  a1,
long  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 6613 of file Native.java.

6614  {
6615  int res = INTERNALfixedpointQueryFromLvl(a0, a1, a2, a3);
6617  if (err != Z3_error_code.Z3_OK)
6618  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6619  return res;
6620  }
static native int INTERNALfixedpointQueryFromLvl(long a0, long a1, long a2, int a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ fixedpointQueryRelations()

static int fixedpointQueryRelations ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 5502 of file Native.java.

5503  {
5504  int res = INTERNALfixedpointQueryRelations(a0, a1, a2, a3);
5506  if (err != Z3_error_code.Z3_OK)
5507  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5508  return res;
5509  }
static native int INTERNALfixedpointQueryRelations(long a0, long a1, int a2, long[] a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Fixedpoint.query().

◆ fixedpointRegisterRelation()

static void fixedpointRegisterRelation ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5572 of file Native.java.

5573  {
5576  if (err != Z3_error_code.Z3_OK)
5577  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5578  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfixedpointRegisterRelation(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Fixedpoint.registerRelation().

◆ fixedpointSetParams()

static void fixedpointSetParams ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5606 of file Native.java.

5607  {
5608  INTERNALfixedpointSetParams(a0, a1, a2);
5610  if (err != Z3_error_code.Z3_OK)
5611  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5612  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfixedpointSetParams(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Fixedpoint.setParameters().

◆ fixedpointSetPredicateRepresentation()

static void fixedpointSetPredicateRepresentation ( long  a0,
long  a1,
long  a2,
int  a3,
long []  a4 
) throws Z3Exception
inlinestatic

Definition at line 5580 of file Native.java.

5581  {
5584  if (err != Z3_error_code.Z3_OK)
5585  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5586  }
static native void INTERNALfixedpointSetPredicateRepresentation(long a0, long a1, long a2, int a3, long[] a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Fixedpoint.setPredicateRepresentation().

◆ fixedpointToString()

static String fixedpointToString ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 5632 of file Native.java.

5633  {
5634  String res = INTERNALfixedpointToString(a0, a1, a2, a3);
5636  if (err != Z3_error_code.Z3_OK)
5637  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5638  return res;
5639  }
static native String INTERNALfixedpointToString(long a0, long a1, int a2, long[] a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Fixedpoint.toString().

◆ fixedpointUpdateRule()

static void fixedpointUpdateRule ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5529 of file Native.java.

5530  {
5531  INTERNALfixedpointUpdateRule(a0, a1, a2, a3);
5533  if (err != Z3_error_code.Z3_OK)
5534  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5535  }
static native void INTERNALfixedpointUpdateRule(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Fixedpoint.updateRule().

◆ fpaGetEbits()

static int fpaGetEbits ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6442 of file Native.java.

6443  {
6444  int res = INTERNALfpaGetEbits(a0, a1);
6446  if (err != Z3_error_code.Z3_OK)
6447  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6448  return res;
6449  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALfpaGetEbits(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FPSort.getEBits().

◆ fpaGetNumeralExponentBv()

static long fpaGetNumeralExponentBv ( long  a0,
long  a1,
boolean  a2 
) throws Z3Exception
inlinestatic

Definition at line 6586 of file Native.java.

6587  {
6588  long res = INTERNALfpaGetNumeralExponentBv(a0, a1, a2);
6590  if (err != Z3_error_code.Z3_OK)
6591  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6592  return res;
6593  }
static native long INTERNALfpaGetNumeralExponentBv(long a0, long a1, boolean a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FPNum.getExponentBV().

◆ fpaGetNumeralExponentInt64()

static boolean fpaGetNumeralExponentInt64 ( long  a0,
long  a1,
LongPtr  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 6577 of file Native.java.

6578  {
6579  boolean res = INTERNALfpaGetNumeralExponentInt64(a0, a1, a2, a3);
6581  if (err != Z3_error_code.Z3_OK)
6582  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6583  return res;
6584  }
static native boolean INTERNALfpaGetNumeralExponentInt64(long a0, long a1, LongPtr a2, boolean a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FPNum.getExponentInt64().

◆ fpaGetNumeralExponentString()

static String fpaGetNumeralExponentString ( long  a0,
long  a1,
boolean  a2 
) throws Z3Exception
inlinestatic

Definition at line 6568 of file Native.java.

6569  {
6570  String res = INTERNALfpaGetNumeralExponentString(a0, a1, a2);
6572  if (err != Z3_error_code.Z3_OK)
6573  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6574  return res;
6575  }
static native String INTERNALfpaGetNumeralExponentString(long a0, long a1, boolean a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by FPNum.getExponent().

◆ fpaGetNumeralSign()

static boolean fpaGetNumeralSign ( long  a0,
long  a1,
IntPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 6541 of file Native.java.

6542  {
6543  boolean res = INTERNALfpaGetNumeralSign(a0, a1, a2);
6545  if (err != Z3_error_code.Z3_OK)
6546  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6547  return res;
6548  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALfpaGetNumeralSign(long a0, long a1, IntPtr a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FPNum.getSign().

◆ fpaGetNumeralSignBv()

static long fpaGetNumeralSignBv ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6523 of file Native.java.

6524  {
6525  long res = INTERNALfpaGetNumeralSignBv(a0, a1);
6527  if (err != Z3_error_code.Z3_OK)
6528  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6529  return res;
6530  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfpaGetNumeralSignBv(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FPNum.getSignBV().

◆ fpaGetNumeralSignificandBv()

static long fpaGetNumeralSignificandBv ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6532 of file Native.java.

6533  {
6534  long res = INTERNALfpaGetNumeralSignificandBv(a0, a1);
6536  if (err != Z3_error_code.Z3_OK)
6537  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6538  return res;
6539  }
static native long INTERNALfpaGetNumeralSignificandBv(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FPNum.getSignificandBV().

◆ fpaGetNumeralSignificandString()

static String fpaGetNumeralSignificandString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6550 of file Native.java.

6551  {
6554  if (err != Z3_error_code.Z3_OK)
6555  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6556  return res;
6557  }
static native String INTERNALfpaGetNumeralSignificandString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by FPNum.getSignificand().

◆ fpaGetNumeralSignificandUint64()

static boolean fpaGetNumeralSignificandUint64 ( long  a0,
long  a1,
LongPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 6559 of file Native.java.

6560  {
6561  boolean res = INTERNALfpaGetNumeralSignificandUint64(a0, a1, a2);
6563  if (err != Z3_error_code.Z3_OK)
6564  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6565  return res;
6566  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALfpaGetNumeralSignificandUint64(long a0, long a1, LongPtr a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FPNum.getSignificandUInt64().

◆ fpaGetSbits()

static int fpaGetSbits ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6451 of file Native.java.

6452  {
6453  int res = INTERNALfpaGetSbits(a0, a1);
6455  if (err != Z3_error_code.Z3_OK)
6456  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6457  return res;
6458  }
static native int INTERNALfpaGetSbits(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FPSort.getSBits().

◆ fpaIsNumeralInf()

static boolean fpaIsNumeralInf ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6469 of file Native.java.

6470  {
6471  boolean res = INTERNALfpaIsNumeralInf(a0, a1);
6473  if (err != Z3_error_code.Z3_OK)
6474  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6475  return res;
6476  }
static native boolean INTERNALfpaIsNumeralInf(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FPNum.isInf().

◆ fpaIsNumeralNan()

static boolean fpaIsNumeralNan ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6460 of file Native.java.

6461  {
6462  boolean res = INTERNALfpaIsNumeralNan(a0, a1);
6464  if (err != Z3_error_code.Z3_OK)
6465  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6466  return res;
6467  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALfpaIsNumeralNan(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FPNum.isNaN().

◆ fpaIsNumeralNegative()

static boolean fpaIsNumeralNegative ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6514 of file Native.java.

6515  {
6516  boolean res = INTERNALfpaIsNumeralNegative(a0, a1);
6518  if (err != Z3_error_code.Z3_OK)
6519  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6520  return res;
6521  }
static native boolean INTERNALfpaIsNumeralNegative(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FPNum.isNegative().

◆ fpaIsNumeralNormal()

static boolean fpaIsNumeralNormal ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6487 of file Native.java.

6488  {
6489  boolean res = INTERNALfpaIsNumeralNormal(a0, a1);
6491  if (err != Z3_error_code.Z3_OK)
6492  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6493  return res;
6494  }
static native boolean INTERNALfpaIsNumeralNormal(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FPNum.isNormal().

◆ fpaIsNumeralPositive()

static boolean fpaIsNumeralPositive ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6505 of file Native.java.

6506  {
6507  boolean res = INTERNALfpaIsNumeralPositive(a0, a1);
6509  if (err != Z3_error_code.Z3_OK)
6510  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6511  return res;
6512  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALfpaIsNumeralPositive(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FPNum.isPositive().

◆ fpaIsNumeralSubnormal()

static boolean fpaIsNumeralSubnormal ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6496 of file Native.java.

6497  {
6498  boolean res = INTERNALfpaIsNumeralSubnormal(a0, a1);
6500  if (err != Z3_error_code.Z3_OK)
6501  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6502  return res;
6503  }
static native boolean INTERNALfpaIsNumeralSubnormal(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FPNum.isSubnormal().

◆ fpaIsNumeralZero()

static boolean fpaIsNumeralZero ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6478 of file Native.java.

6479  {
6480  boolean res = INTERNALfpaIsNumeralZero(a0, a1);
6482  if (err != Z3_error_code.Z3_OK)
6483  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6484  return res;
6485  }
static native boolean INTERNALfpaIsNumeralZero(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FPNum.isZero().

◆ funcDeclToAst()

static long funcDeclToAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2862 of file Native.java.

2863  {
2864  long res = INTERNALfuncDeclToAst(a0, a1);
2866  if (err != Z3_error_code.Z3_OK)
2867  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2868  return res;
2869  }
static native long INTERNALfuncDeclToAst(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ funcDeclToString()

static String funcDeclToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3836 of file Native.java.

3837  {
3838  String res = INTERNALfuncDeclToString(a0, a1);
3840  if (err != Z3_error_code.Z3_OK)
3841  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3842  return res;
3843  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALfuncDeclToString(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by FuncDecl.toString().

◆ funcEntryDecRef()

static void funcEntryDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3745 of file Native.java.

3746  {
3747  INTERNALfuncEntryDecRef(a0, a1);
3749  if (err != Z3_error_code.Z3_OK)
3750  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3751  }
static native void INTERNALfuncEntryDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ funcEntryGetArg()

static long funcEntryGetArg ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3771 of file Native.java.

3772  {
3773  long res = INTERNALfuncEntryGetArg(a0, a1, a2);
3775  if (err != Z3_error_code.Z3_OK)
3776  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3777  return res;
3778  }
static native long INTERNALfuncEntryGetArg(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ funcEntryGetNumArgs()

static int funcEntryGetNumArgs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3762 of file Native.java.

3763  {
3764  int res = INTERNALfuncEntryGetNumArgs(a0, a1);
3766  if (err != Z3_error_code.Z3_OK)
3767  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3768  return res;
3769  }
static native int INTERNALfuncEntryGetNumArgs(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ funcEntryGetValue()

static long funcEntryGetValue ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3753 of file Native.java.

3754  {
3755  long res = INTERNALfuncEntryGetValue(a0, a1);
3757  if (err != Z3_error_code.Z3_OK)
3758  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3759  return res;
3760  }
static native long INTERNALfuncEntryGetValue(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ funcEntryIncRef()

static void funcEntryIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3737 of file Native.java.

3738  {
3739  INTERNALfuncEntryIncRef(a0, a1);
3741  if (err != Z3_error_code.Z3_OK)
3742  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3743  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native void INTERNALfuncEntryIncRef(long a0, long a1)
static final Z3_error_code fromInt(int v)

◆ funcInterpAddEntry()

static void funcInterpAddEntry ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 3729 of file Native.java.

3730  {
3731  INTERNALfuncInterpAddEntry(a0, a1, a2, a3);
3733  if (err != Z3_error_code.Z3_OK)
3734  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3735  }
static native void INTERNALfuncInterpAddEntry(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ funcInterpDecRef()

static void funcInterpDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3677 of file Native.java.

3678  {
3679  INTERNALfuncInterpDecRef(a0, a1);
3681  if (err != Z3_error_code.Z3_OK)
3682  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3683  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfuncInterpDecRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ funcInterpGetArity()

static int funcInterpGetArity ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3720 of file Native.java.

3721  {
3722  int res = INTERNALfuncInterpGetArity(a0, a1);
3724  if (err != Z3_error_code.Z3_OK)
3725  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3726  return res;
3727  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALfuncInterpGetArity(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FuncInterp.getArity().

◆ funcInterpGetElse()

static long funcInterpGetElse ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3703 of file Native.java.

3704  {
3705  long res = INTERNALfuncInterpGetElse(a0, a1);
3707  if (err != Z3_error_code.Z3_OK)
3708  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3709  return res;
3710  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALfuncInterpGetElse(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FuncInterp.getElse().

◆ funcInterpGetEntry()

static long funcInterpGetEntry ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3694 of file Native.java.

3695  {
3696  long res = INTERNALfuncInterpGetEntry(a0, a1, a2);
3698  if (err != Z3_error_code.Z3_OK)
3699  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3700  return res;
3701  }
static native long INTERNALfuncInterpGetEntry(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FuncInterp.getEntries().

◆ funcInterpGetNumEntries()

static int funcInterpGetNumEntries ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3685 of file Native.java.

3686  {
3687  int res = INTERNALfuncInterpGetNumEntries(a0, a1);
3689  if (err != Z3_error_code.Z3_OK)
3690  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3691  return res;
3692  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALfuncInterpGetNumEntries(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FuncInterp.getNumEntries().

◆ funcInterpIncRef()

static void funcInterpIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3669 of file Native.java.

3670  {
3671  INTERNALfuncInterpIncRef(a0, a1);
3673  if (err != Z3_error_code.Z3_OK)
3674  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3675  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALfuncInterpIncRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ funcInterpSetElse()

static void funcInterpSetElse ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3712 of file Native.java.

3713  {
3714  INTERNALfuncInterpSetElse(a0, a1, a2);
3716  if (err != Z3_error_code.Z3_OK)
3717  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3718  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native void INTERNALfuncInterpSetElse(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)

◆ getAlgebraicNumberLower()

static long getAlgebraicNumberLower ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3267 of file Native.java.

3268  {
3269  long res = INTERNALgetAlgebraicNumberLower(a0, a1, a2);
3271  if (err != Z3_error_code.Z3_OK)
3272  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3273  return res;
3274  }
static native long INTERNALgetAlgebraicNumberLower(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by AlgebraicNum.toLower().

◆ getAlgebraicNumberUpper()

static long getAlgebraicNumberUpper ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3276 of file Native.java.

3277  {
3278  long res = INTERNALgetAlgebraicNumberUpper(a0, a1, a2);
3280  if (err != Z3_error_code.Z3_OK)
3281  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3282  return res;
3283  }
static native long INTERNALgetAlgebraicNumberUpper(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by AlgebraicNum.toUpper().

◆ getAppArg()

static long getAppArg ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3051 of file Native.java.

3052  {
3053  long res = INTERNALgetAppArg(a0, a1, a2);
3055  if (err != Z3_error_code.Z3_OK)
3056  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3057  return res;
3058  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetAppArg(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Expr.getArgs().

◆ getAppDecl()

static long getAppDecl ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3033 of file Native.java.

3034  {
3035  long res = INTERNALgetAppDecl(a0, a1);
3037  if (err != Z3_error_code.Z3_OK)
3038  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3039  return res;
3040  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native long INTERNALgetAppDecl(long a0, long a1)

Referenced by Expr.getFuncDecl().

◆ getAppNumArgs()

static int getAppNumArgs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3042 of file Native.java.

3043  {
3044  int res = INTERNALgetAppNumArgs(a0, a1);
3046  if (err != Z3_error_code.Z3_OK)
3047  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3048  return res;
3049  }
static native int INTERNALgetAppNumArgs(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Expr.getNumArgs().

◆ getArity()

static int getArity ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2916 of file Native.java.

2917  {
2918  int res = INTERNALgetArity(a0, a1);
2920  if (err != Z3_error_code.Z3_OK)
2921  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2922  return res;
2923  }
static native int INTERNALgetArity(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FuncDecl.getArity().

◆ getArraySortDomain()

static long getArraySortDomain ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2709 of file Native.java.

2710  {
2711  long res = INTERNALgetArraySortDomain(a0, a1);
2713  if (err != Z3_error_code.Z3_OK)
2714  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2715  return res;
2716  }
static native long INTERNALgetArraySortDomain(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by ArraySort.getDomain().

◆ getArraySortRange()

static long getArraySortRange ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2718 of file Native.java.

2719  {
2720  long res = INTERNALgetArraySortRange(a0, a1);
2722  if (err != Z3_error_code.Z3_OK)
2723  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2724  return res;
2725  }
static native long INTERNALgetArraySortRange(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by ArraySort.getRange().

◆ getAsArrayFuncDecl()

static long getAsArrayFuncDecl ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3643 of file Native.java.

3644  {
3645  long res = INTERNALgetAsArrayFuncDecl(a0, a1);
3647  if (err != Z3_error_code.Z3_OK)
3648  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3649  return res;
3650  }
static native long INTERNALgetAsArrayFuncDecl(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Model.getFuncInterp().

◆ getAstHash()

static int getAstHash ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3078 of file Native.java.

3079  {
3080  int res = INTERNALgetAstHash(a0, a1);
3082  if (err != Z3_error_code.Z3_OK)
3083  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3084  return res;
3085  }
static native int INTERNALgetAstHash(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by AST.hashCode().

◆ getAstId()

static int getAstId ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3069 of file Native.java.

3070  {
3071  int res = INTERNALgetAstId(a0, a1);
3073  if (err != Z3_error_code.Z3_OK)
3074  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3075  return res;
3076  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetAstId(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by AST.getId().

◆ getAstKind()

static int getAstKind ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3114 of file Native.java.

3115  {
3116  int res = INTERNALgetAstKind(a0, a1);
3118  if (err != Z3_error_code.Z3_OK)
3119  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3120  return res;
3121  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetAstKind(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by AST.getASTKind().

◆ getBoolValue()

static int getBoolValue ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3105 of file Native.java.

3106  {
3107  int res = INTERNALgetBoolValue(a0, a1);
3109  if (err != Z3_error_code.Z3_OK)
3110  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3111  return res;
3112  }
static native int INTERNALgetBoolValue(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Expr.getBoolValue().

◆ getBvSortSize()

static int getBvSortSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2691 of file Native.java.

2692  {
2693  int res = INTERNALgetBvSortSize(a0, a1);
2695  if (err != Z3_error_code.Z3_OK)
2696  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2697  return res;
2698  }
static native int INTERNALgetBvSortSize(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by BitVecSort.getSize().

◆ getDatatypeSortConstructor()

static long getDatatypeSortConstructor ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2763 of file Native.java.

2764  {
2765  long res = INTERNALgetDatatypeSortConstructor(a0, a1, a2);
2767  if (err != Z3_error_code.Z3_OK)
2768  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2769  return res;
2770  }
static native long INTERNALgetDatatypeSortConstructor(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by DatatypeSort.getAccessors(), ListSort.getConsDecl(), EnumSort.getConstDecl(), EnumSort.getConstDecls(), DatatypeSort.getConstructors(), and ListSort.getNilDecl().

◆ getDatatypeSortConstructorAccessor()

static long getDatatypeSortConstructorAccessor ( long  a0,
long  a1,
int  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 2781 of file Native.java.

2782  {
2783  long res = INTERNALgetDatatypeSortConstructorAccessor(a0, a1, a2, a3);
2785  if (err != Z3_error_code.Z3_OK)
2786  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2787  return res;
2788  }
static native long INTERNALgetDatatypeSortConstructorAccessor(long a0, long a1, int a2, int a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by DatatypeSort.getAccessors(), ListSort.getHeadDecl(), and ListSort.getTailDecl().

◆ getDatatypeSortNumConstructors()

static int getDatatypeSortNumConstructors ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2754 of file Native.java.

2755  {
2756  int res = INTERNALgetDatatypeSortNumConstructors(a0, a1);
2758  if (err != Z3_error_code.Z3_OK)
2759  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2760  return res;
2761  }
static native int INTERNALgetDatatypeSortNumConstructors(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by EnumSort.getConstDecls(), DatatypeSort.getNumConstructors(), and EnumSort.getTesterDecls().

◆ getDatatypeSortRecognizer()

static long getDatatypeSortRecognizer ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2772 of file Native.java.

2773  {
2774  long res = INTERNALgetDatatypeSortRecognizer(a0, a1, a2);
2776  if (err != Z3_error_code.Z3_OK)
2777  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2778  return res;
2779  }
static native long INTERNALgetDatatypeSortRecognizer(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by ListSort.getIsConsDecl(), ListSort.getIsNilDecl(), DatatypeSort.getRecognizers(), EnumSort.getTesterDecl(), and EnumSort.getTesterDecls().

◆ getDeclAstParameter()

static long getDeclAstParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2997 of file Native.java.

2998  {
2999  long res = INTERNALgetDeclAstParameter(a0, a1, a2);
3001  if (err != Z3_error_code.Z3_OK)
3002  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3003  return res;
3004  }
static native long INTERNALgetDeclAstParameter(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FuncDecl.getParameters().

◆ getDeclDoubleParameter()

static double getDeclDoubleParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2970 of file Native.java.

2971  {
2972  double res = INTERNALgetDeclDoubleParameter(a0, a1, a2);
2974  if (err != Z3_error_code.Z3_OK)
2975  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2976  return res;
2977  }
static native double INTERNALgetDeclDoubleParameter(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FuncDecl.getParameters().

◆ getDeclFuncDeclParameter()

static long getDeclFuncDeclParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3006 of file Native.java.

3007  {
3008  long res = INTERNALgetDeclFuncDeclParameter(a0, a1, a2);
3010  if (err != Z3_error_code.Z3_OK)
3011  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3012  return res;
3013  }
static native long INTERNALgetDeclFuncDeclParameter(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FuncDecl.getParameters().

◆ getDeclIntParameter()

static int getDeclIntParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2961 of file Native.java.

2962  {
2963  int res = INTERNALgetDeclIntParameter(a0, a1, a2);
2965  if (err != Z3_error_code.Z3_OK)
2966  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2967  return res;
2968  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetDeclIntParameter(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FuncDecl.getParameters().

◆ getDeclKind()

static int getDeclKind ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2898 of file Native.java.

2899  {
2900  int res = INTERNALgetDeclKind(a0, a1);
2902  if (err != Z3_error_code.Z3_OK)
2903  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2904  return res;
2905  }
static native int INTERNALgetDeclKind(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FuncDecl.getDeclKind().

◆ getDeclName()

static long getDeclName ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2889 of file Native.java.

2890  {
2891  long res = INTERNALgetDeclName(a0, a1);
2893  if (err != Z3_error_code.Z3_OK)
2894  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2895  return res;
2896  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetDeclName(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FuncDecl.getName().

◆ getDeclNumParameters()

static int getDeclNumParameters ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2943 of file Native.java.

2944  {
2945  int res = INTERNALgetDeclNumParameters(a0, a1);
2947  if (err != Z3_error_code.Z3_OK)
2948  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2949  return res;
2950  }
static native int INTERNALgetDeclNumParameters(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FuncDecl.getNumParameters().

◆ getDeclParameterKind()

static int getDeclParameterKind ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2952 of file Native.java.

2953  {
2954  int res = INTERNALgetDeclParameterKind(a0, a1, a2);
2956  if (err != Z3_error_code.Z3_OK)
2957  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2958  return res;
2959  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native int INTERNALgetDeclParameterKind(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)

◆ getDeclRationalParameter()

static String getDeclRationalParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3015 of file Native.java.

3016  {
3017  String res = INTERNALgetDeclRationalParameter(a0, a1, a2);
3019  if (err != Z3_error_code.Z3_OK)
3020  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3021  return res;
3022  }
static native String INTERNALgetDeclRationalParameter(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by FuncDecl.getParameters().

◆ getDeclSortParameter()

static long getDeclSortParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2988 of file Native.java.

2989  {
2990  long res = INTERNALgetDeclSortParameter(a0, a1, a2);
2992  if (err != Z3_error_code.Z3_OK)
2993  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2994  return res;
2995  }
static native long INTERNALgetDeclSortParameter(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ getDeclSymbolParameter()

static long getDeclSymbolParameter ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2979 of file Native.java.

2980  {
2981  long res = INTERNALgetDeclSymbolParameter(a0, a1, a2);
2983  if (err != Z3_error_code.Z3_OK)
2984  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2985  return res;
2986  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetDeclSymbolParameter(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ getDenominator()

static long getDenominator ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3204 of file Native.java.

3205  {
3206  long res = INTERNALgetDenominator(a0, a1);
3208  if (err != Z3_error_code.Z3_OK)
3209  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3210  return res;
3211  }
static native long INTERNALgetDenominator(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by RatNum.getDenominator().

◆ getDomain()

static long getDomain ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2925 of file Native.java.

2926  {
2927  long res = INTERNALgetDomain(a0, a1, a2);
2929  if (err != Z3_error_code.Z3_OK)
2930  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2931  return res;
2932  }
static native long INTERNALgetDomain(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FuncDecl.getDomain().

◆ getDomainSize()

static int getDomainSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2907 of file Native.java.

2908  {
2909  int res = INTERNALgetDomainSize(a0, a1);
2911  if (err != Z3_error_code.Z3_OK)
2912  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2913  return res;
2914  }
static native int INTERNALgetDomainSize(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FuncDecl.getDomainSize().

◆ getErrorCode()

static int getErrorCode ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3890 of file Native.java.

3891  {
3892  int res = INTERNALgetErrorCode(a0);
3893  return res;
3894  }
static native int INTERNALgetErrorCode(long a0)

◆ getErrorMsg()

static String getErrorMsg ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3904 of file Native.java.

3905  {
3906  String res = INTERNALgetErrorMsg(a0, a1);
3908  if (err != Z3_error_code.Z3_OK)
3909  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3910  return res;
3911  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

◆ getEstimatedAllocSize()

static long getEstimatedAllocSize ( )
inlinestatic

Definition at line 4874 of file Native.java.

4875  {
4876  long res = INTERNALgetEstimatedAllocSize();
4877  return res;
4878  }
static native long INTERNALgetEstimatedAllocSize()

◆ getFiniteDomainSortSize()

static boolean getFiniteDomainSortSize ( long  a0,
long  a1,
LongPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 2700 of file Native.java.

2701  {
2702  boolean res = INTERNALgetFiniteDomainSortSize(a0, a1, a2);
2704  if (err != Z3_error_code.Z3_OK)
2705  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2706  return res;
2707  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALgetFiniteDomainSortSize(long a0, long a1, LongPtr a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FiniteDomainSort.getSize().

◆ getFullVersion()

static String getFullVersion ( )
inlinestatic

Definition at line 3918 of file Native.java.

3919  {
3921  return res;
3922  }
static native String INTERNALgetFullVersion()
def String(name, ctx=None)
Definition: z3py.py:10087

Referenced by Version.getFullVersion().

◆ getFuncDeclId()

static int getFuncDeclId ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2880 of file Native.java.

2881  {
2882  int res = INTERNALgetFuncDeclId(a0, a1);
2884  if (err != Z3_error_code.Z3_OK)
2885  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2886  return res;
2887  }
static native int INTERNALgetFuncDeclId(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FuncDecl.getId().

◆ getImpliedEqualities()

static int getImpliedEqualities ( long  a0,
long  a1,
int  a2,
long []  a3,
int []  a4 
) throws Z3Exception
inlinestatic

Definition at line 4705 of file Native.java.

4706  {
4707  int res = INTERNALgetImpliedEqualities(a0, a1, a2, a3, a4);
4709  if (err != Z3_error_code.Z3_OK)
4710  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4711  return res;
4712  }
static native int INTERNALgetImpliedEqualities(long a0, long a1, int a2, long[] a3, int[] a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ getIndexValue()

static int getIndexValue ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3312 of file Native.java.

3313  {
3314  int res = INTERNALgetIndexValue(a0, a1);
3316  if (err != Z3_error_code.Z3_OK)
3317  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3318  return res;
3319  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetIndexValue(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Expr.getIndex().

◆ getLstring()

static String getLstring ( long  a0,
long  a1,
IntPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 2187 of file Native.java.

2188  {
2189  String res = INTERNALgetLstring(a0, a1, a2);
2191  if (err != Z3_error_code.Z3_OK)
2192  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2193  return res;
2194  }
static native String INTERNALgetLstring(long a0, long a1, IntPtr a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

◆ getNumeralDecimalString()

static String getNumeralDecimalString ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3177 of file Native.java.

3178  {
3179  String res = INTERNALgetNumeralDecimalString(a0, a1, a2);
3181  if (err != Z3_error_code.Z3_OK)
3182  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3183  return res;
3184  }
static native String INTERNALgetNumeralDecimalString(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by AlgebraicNum.toDecimal(), and RatNum.toDecimalString().

◆ getNumeralDouble()

static double getNumeralDouble ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3186 of file Native.java.

3187  {
3188  double res = INTERNALgetNumeralDouble(a0, a1);
3190  if (err != Z3_error_code.Z3_OK)
3191  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3192  return res;
3193  }
static native double INTERNALgetNumeralDouble(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ getNumeralInt()

static boolean getNumeralInt ( long  a0,
long  a1,
IntPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 3222 of file Native.java.

3223  {
3224  boolean res = INTERNALgetNumeralInt(a0, a1, a2);
3226  if (err != Z3_error_code.Z3_OK)
3227  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3228  return res;
3229  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALgetNumeralInt(long a0, long a1, IntPtr a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by BitVecNum.getInt(), IntNum.getInt(), and FiniteDomainNum.getInt().

◆ getNumeralInt64()

static boolean getNumeralInt64 ( long  a0,
long  a1,
LongPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 3249 of file Native.java.

3250  {
3251  boolean res = INTERNALgetNumeralInt64(a0, a1, a2);
3253  if (err != Z3_error_code.Z3_OK)
3254  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3255  return res;
3256  }
static native boolean INTERNALgetNumeralInt64(long a0, long a1, LongPtr a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by IntNum.getInt64(), FiniteDomainNum.getInt64(), and BitVecNum.getLong().

◆ getNumeralRationalInt64()

static boolean getNumeralRationalInt64 ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 3258 of file Native.java.

3259  {
3260  boolean res = INTERNALgetNumeralRationalInt64(a0, a1, a2, a3);
3262  if (err != Z3_error_code.Z3_OK)
3263  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3264  return res;
3265  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALgetNumeralRationalInt64(long a0, long a1, LongPtr a2, LongPtr a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ getNumeralSmall()

static boolean getNumeralSmall ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 3213 of file Native.java.

3214  {
3215  boolean res = INTERNALgetNumeralSmall(a0, a1, a2, a3);
3217  if (err != Z3_error_code.Z3_OK)
3218  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3219  return res;
3220  }
static native boolean INTERNALgetNumeralSmall(long a0, long a1, LongPtr a2, LongPtr a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ getNumeralString()

static String getNumeralString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3168 of file Native.java.

3169  {
3170  String res = INTERNALgetNumeralString(a0, a1);
3172  if (err != Z3_error_code.Z3_OK)
3173  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3174  return res;
3175  }
static native String INTERNALgetNumeralString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by IntNum.toString(), BitVecNum.toString(), FiniteDomainNum.toString(), RatNum.toString(), and FPNum.toString().

◆ getNumeralUint()

static boolean getNumeralUint ( long  a0,
long  a1,
IntPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 3231 of file Native.java.

3232  {
3233  boolean res = INTERNALgetNumeralUint(a0, a1, a2);
3235  if (err != Z3_error_code.Z3_OK)
3236  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3237  return res;
3238  }
static native boolean INTERNALgetNumeralUint(long a0, long a1, IntPtr a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ getNumeralUint64()

static boolean getNumeralUint64 ( long  a0,
long  a1,
LongPtr  a2 
) throws Z3Exception
inlinestatic

Definition at line 3240 of file Native.java.

3241  {
3242  boolean res = INTERNALgetNumeralUint64(a0, a1, a2);
3244  if (err != Z3_error_code.Z3_OK)
3245  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3246  return res;
3247  }
static native boolean INTERNALgetNumeralUint64(long a0, long a1, LongPtr a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ getNumerator()

static long getNumerator ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3195 of file Native.java.

3196  {
3197  long res = INTERNALgetNumerator(a0, a1);
3199  if (err != Z3_error_code.Z3_OK)
3200  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3201  return res;
3202  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetNumerator(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by RatNum.getNumerator().

◆ getNumProbes()

static int getNumProbes ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4359 of file Native.java.

4360  {
4361  int res = INTERNALgetNumProbes(a0);
4363  if (err != Z3_error_code.Z3_OK)
4364  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4365  return res;
4366  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetNumProbes(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.getNumProbes().

◆ getNumTactics()

static int getNumTactics ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4341 of file Native.java.

4342  {
4343  int res = INTERNALgetNumTactics(a0);
4345  if (err != Z3_error_code.Z3_OK)
4346  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4347  return res;
4348  }
static native int INTERNALgetNumTactics(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.getNumTactics().

◆ getPattern()

static long getPattern ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3303 of file Native.java.

3304  {
3305  long res = INTERNALgetPattern(a0, a1, a2);
3307  if (err != Z3_error_code.Z3_OK)
3308  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3309  return res;
3310  }
static native long INTERNALgetPattern(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Pattern.getTerms().

◆ getPatternNumTerms()

static int getPatternNumTerms ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3294 of file Native.java.

3295  {
3296  int res = INTERNALgetPatternNumTerms(a0, a1);
3298  if (err != Z3_error_code.Z3_OK)
3299  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3300  return res;
3301  }
static native int INTERNALgetPatternNumTerms(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Pattern.getNumTerms().

◆ getProbeName()

static String getProbeName ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 4368 of file Native.java.

4369  {
4370  String res = INTERNALgetProbeName(a0, a1);
4372  if (err != Z3_error_code.Z3_OK)
4373  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4374  return res;
4375  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetProbeName(long a0, int a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Context.getProbeNames().

◆ getQuantifierBody()

static long getQuantifierBody ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3420 of file Native.java.

3421  {
3422  long res = INTERNALgetQuantifierBody(a0, a1);
3424  if (err != Z3_error_code.Z3_OK)
3425  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3426  return res;
3427  }
static native long INTERNALgetQuantifierBody(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Lambda.getBody(), and Quantifier.getBody().

◆ getQuantifierBoundName()

static long getQuantifierBoundName ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3402 of file Native.java.

3403  {
3404  long res = INTERNALgetQuantifierBoundName(a0, a1, a2);
3406  if (err != Z3_error_code.Z3_OK)
3407  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3408  return res;
3409  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetQuantifierBoundName(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Lambda.getBoundVariableNames(), and Quantifier.getBoundVariableNames().

◆ getQuantifierBoundSort()

static long getQuantifierBoundSort ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3411 of file Native.java.

3412  {
3413  long res = INTERNALgetQuantifierBoundSort(a0, a1, a2);
3415  if (err != Z3_error_code.Z3_OK)
3416  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3417  return res;
3418  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetQuantifierBoundSort(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Lambda.getBoundVariableSorts(), and Quantifier.getBoundVariableSorts().

◆ getQuantifierNoPatternAst()

static long getQuantifierNoPatternAst ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3384 of file Native.java.

3385  {
3386  long res = INTERNALgetQuantifierNoPatternAst(a0, a1, a2);
3388  if (err != Z3_error_code.Z3_OK)
3389  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3390  return res;
3391  }
static native long INTERNALgetQuantifierNoPatternAst(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Quantifier.getNoPatterns().

◆ getQuantifierNumBound()

static int getQuantifierNumBound ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3393 of file Native.java.

3394  {
3395  int res = INTERNALgetQuantifierNumBound(a0, a1);
3397  if (err != Z3_error_code.Z3_OK)
3398  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3399  return res;
3400  }
static native int INTERNALgetQuantifierNumBound(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Lambda.getNumBound(), and Quantifier.getNumBound().

◆ getQuantifierNumNoPatterns()

static int getQuantifierNumNoPatterns ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3375 of file Native.java.

3376  {
3377  int res = INTERNALgetQuantifierNumNoPatterns(a0, a1);
3379  if (err != Z3_error_code.Z3_OK)
3380  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3381  return res;
3382  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetQuantifierNumNoPatterns(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Quantifier.getNumNoPatterns().

◆ getQuantifierNumPatterns()

static int getQuantifierNumPatterns ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3357 of file Native.java.

3358  {
3359  int res = INTERNALgetQuantifierNumPatterns(a0, a1);
3361  if (err != Z3_error_code.Z3_OK)
3362  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3363  return res;
3364  }
static native int INTERNALgetQuantifierNumPatterns(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Quantifier.getNumPatterns().

◆ getQuantifierPatternAst()

static long getQuantifierPatternAst ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3366 of file Native.java.

3367  {
3368  long res = INTERNALgetQuantifierPatternAst(a0, a1, a2);
3370  if (err != Z3_error_code.Z3_OK)
3371  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3372  return res;
3373  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetQuantifierPatternAst(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Quantifier.getPatterns().

◆ getQuantifierWeight()

static int getQuantifierWeight ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3348 of file Native.java.

3349  {
3350  int res = INTERNALgetQuantifierWeight(a0, a1);
3352  if (err != Z3_error_code.Z3_OK)
3353  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3354  return res;
3355  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetQuantifierWeight(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Quantifier.getWeight().

◆ getRange()

static long getRange ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2934 of file Native.java.

2935  {
2936  long res = INTERNALgetRange(a0, a1);
2938  if (err != Z3_error_code.Z3_OK)
2939  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2940  return res;
2941  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetRange(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Model.getFuncInterp(), and FuncDecl.getRange().

◆ getRelationArity()

static int getRelationArity ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2799 of file Native.java.

2800  {
2801  int res = INTERNALgetRelationArity(a0, a1);
2803  if (err != Z3_error_code.Z3_OK)
2804  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2805  return res;
2806  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetRelationArity(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by RelationSort.getArity().

◆ getRelationColumn()

static long getRelationColumn ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2808 of file Native.java.

2809  {
2810  long res = INTERNALgetRelationColumn(a0, a1, a2);
2812  if (err != Z3_error_code.Z3_OK)
2813  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2814  return res;
2815  }
static native long INTERNALgetRelationColumn(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by RelationSort.getColumnSorts().

◆ getReSortBasis()

static long getReSortBasis ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2124 of file Native.java.

2125  {
2126  long res = INTERNALgetReSortBasis(a0, a1);
2128  if (err != Z3_error_code.Z3_OK)
2129  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2130  return res;
2131  }
static native long INTERNALgetReSortBasis(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ getSeqSortBasis()

static long getSeqSortBasis ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2097 of file Native.java.

2098  {
2099  long res = INTERNALgetSeqSortBasis(a0, a1);
2101  if (err != Z3_error_code.Z3_OK)
2102  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2103  return res;
2104  }
static native long INTERNALgetSeqSortBasis(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ getSort()

static long getSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3087 of file Native.java.

3088  {
3089  long res = INTERNALgetSort(a0, a1);
3091  if (err != Z3_error_code.Z3_OK)
3092  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3093  return res;
3094  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetSort(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Expr.getSort(), Expr.isArray(), Expr.isBool(), Expr.isBV(), Expr.isFiniteDomain(), Expr.isInt(), Expr.isReal(), and Expr.isRelation().

◆ getSortId()

static int getSortId ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2655 of file Native.java.

2656  {
2657  int res = INTERNALgetSortId(a0, a1);
2659  if (err != Z3_error_code.Z3_OK)
2660  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2661  return res;
2662  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetSortId(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Sort.getId().

◆ getSortKind()

static int getSortKind ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2682 of file Native.java.

2683  {
2684  int res = INTERNALgetSortKind(a0, a1);
2686  if (err != Z3_error_code.Z3_OK)
2687  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2688  return res;
2689  }
static native int INTERNALgetSortKind(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Model.getFuncInterp(), Sort.getSortKind(), Expr.isArray(), Expr.isBV(), Expr.isFiniteDomain(), Expr.isInt(), Expr.isReal(), and Expr.isRelation().

◆ getSortName()

static long getSortName ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2646 of file Native.java.

2647  {
2648  long res = INTERNALgetSortName(a0, a1);
2650  if (err != Z3_error_code.Z3_OK)
2651  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2652  return res;
2653  }
static native long INTERNALgetSortName(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Sort.getName().

◆ getString()

static String getString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2178 of file Native.java.

2179  {
2180  String res = INTERNALgetString(a0, a1);
2182  if (err != Z3_error_code.Z3_OK)
2183  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2184  return res;
2185  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetString(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Expr.getString().

◆ getSymbolInt()

static int getSymbolInt ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2628 of file Native.java.

2629  {
2630  int res = INTERNALgetSymbolInt(a0, a1);
2632  if (err != Z3_error_code.Z3_OK)
2633  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2634  return res;
2635  }
static native int INTERNALgetSymbolInt(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by IntSymbol.getInt().

◆ getSymbolKind()

static int getSymbolKind ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2619 of file Native.java.

2620  {
2621  int res = INTERNALgetSymbolKind(a0, a1);
2623  if (err != Z3_error_code.Z3_OK)
2624  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2625  return res;
2626  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetSymbolKind(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Symbol.getKind().

◆ getSymbolString()

static String getSymbolString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2637 of file Native.java.

2638  {
2639  String res = INTERNALgetSymbolString(a0, a1);
2641  if (err != Z3_error_code.Z3_OK)
2642  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2643  return res;
2644  }
static native String INTERNALgetSymbolString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by StringSymbol.getString().

◆ getTacticName()

static String getTacticName ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 4350 of file Native.java.

4351  {
4352  String res = INTERNALgetTacticName(a0, a1);
4354  if (err != Z3_error_code.Z3_OK)
4355  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4356  return res;
4357  }
static native String INTERNALgetTacticName(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Context.getTacticNames().

◆ getTupleSortFieldDecl()

static long getTupleSortFieldDecl ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2745 of file Native.java.

2746  {
2747  long res = INTERNALgetTupleSortFieldDecl(a0, a1, a2);
2749  if (err != Z3_error_code.Z3_OK)
2750  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2751  return res;
2752  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALgetTupleSortFieldDecl(long a0, long a1, int a2)
static final Z3_error_code fromInt(int v)

Referenced by TupleSort.getFieldDecls().

◆ getTupleSortMkDecl()

static long getTupleSortMkDecl ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2727 of file Native.java.

2728  {
2729  long res = INTERNALgetTupleSortMkDecl(a0, a1);
2731  if (err != Z3_error_code.Z3_OK)
2732  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2733  return res;
2734  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgetTupleSortMkDecl(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by TupleSort.mkDecl().

◆ getTupleSortNumFields()

static int getTupleSortNumFields ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2736 of file Native.java.

2737  {
2738  int res = INTERNALgetTupleSortNumFields(a0, a1);
2740  if (err != Z3_error_code.Z3_OK)
2741  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2742  return res;
2743  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALgetTupleSortNumFields(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by TupleSort.getNumFields().

◆ getVersion()

static void getVersion ( IntPtr  a0,
IntPtr  a1,
IntPtr  a2,
IntPtr  a3 
)
inlinestatic

Definition at line 3913 of file Native.java.

3914  {
3915  INTERNALgetVersion(a0, a1, a2, a3);
3916  }
static native void INTERNALgetVersion(IntPtr a0, IntPtr a1, IntPtr a2, IntPtr a3)

Referenced by Version.getBuild(), Version.getMajor(), Version.getMinor(), Version.getRevision(), and Version.getString().

◆ globalParamGet()

static boolean globalParamGet ( String  a0,
StringPtr  a1 
)
inlinestatic

Definition at line 713 of file Native.java.

714  {
715  boolean res = INTERNALglobalParamGet(a0, a1);
716  return res;
717  }
static native boolean INTERNALglobalParamGet(String a0, StringPtr a1)

Referenced by Global.getParameter().

◆ globalParamResetAll()

static void globalParamResetAll ( )
inlinestatic

Definition at line 708 of file Native.java.

709  {
711  }
static native void INTERNALglobalParamResetAll()

Referenced by Global.resetParameters().

◆ globalParamSet()

static void globalParamSet ( String  a0,
String  a1 
)
inlinestatic

Definition at line 703 of file Native.java.

704  {
705  INTERNALglobalParamSet(a0, a1);
706  }
static native void INTERNALglobalParamSet(String a0, String a1)

Referenced by Global.setParameter().

◆ goalAssert()

static void goalAssert ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3978 of file Native.java.

3979  {
3980  INTERNALgoalAssert(a0, a1, a2);
3982  if (err != Z3_error_code.Z3_OK)
3983  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3984  }
static native void INTERNALgoalAssert(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Goal.add().

◆ goalConvertModel()

static long goalConvertModel ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4066 of file Native.java.

4067  {
4068  long res = INTERNALgoalConvertModel(a0, a1, a2);
4070  if (err != Z3_error_code.Z3_OK)
4071  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4072  return res;
4073  }
static native long INTERNALgoalConvertModel(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Goal.convertModel().

◆ goalDecRef()

static void goalDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3961 of file Native.java.

3962  {
3963  INTERNALgoalDecRef(a0, a1);
3965  if (err != Z3_error_code.Z3_OK)
3966  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3967  }
static native void INTERNALgoalDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ goalDepth()

static int goalDepth ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3995 of file Native.java.

3996  {
3997  int res = INTERNALgoalDepth(a0, a1);
3999  if (err != Z3_error_code.Z3_OK)
4000  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4001  return res;
4002  }
static native int INTERNALgoalDepth(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Goal.getDepth().

◆ goalFormula()

static long goalFormula ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4021 of file Native.java.

4022  {
4023  long res = INTERNALgoalFormula(a0, a1, a2);
4025  if (err != Z3_error_code.Z3_OK)
4026  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4027  return res;
4028  }
static native long INTERNALgoalFormula(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Goal.getFormulas().

◆ goalInconsistent()

static boolean goalInconsistent ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3986 of file Native.java.

3987  {
3988  boolean res = INTERNALgoalInconsistent(a0, a1);
3990  if (err != Z3_error_code.Z3_OK)
3991  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3992  return res;
3993  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALgoalInconsistent(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Goal.inconsistent().

◆ goalIncRef()

static void goalIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3953 of file Native.java.

3954  {
3955  INTERNALgoalIncRef(a0, a1);
3957  if (err != Z3_error_code.Z3_OK)
3958  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3959  }
static native void INTERNALgoalIncRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ goalIsDecidedSat()

static boolean goalIsDecidedSat ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4039 of file Native.java.

4040  {
4041  boolean res = INTERNALgoalIsDecidedSat(a0, a1);
4043  if (err != Z3_error_code.Z3_OK)
4044  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4045  return res;
4046  }
static native boolean INTERNALgoalIsDecidedSat(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Goal.isDecidedSat().

◆ goalIsDecidedUnsat()

static boolean goalIsDecidedUnsat ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4048 of file Native.java.

4049  {
4050  boolean res = INTERNALgoalIsDecidedUnsat(a0, a1);
4052  if (err != Z3_error_code.Z3_OK)
4053  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4054  return res;
4055  }
static native boolean INTERNALgoalIsDecidedUnsat(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Goal.isDecidedUnsat().

◆ goalNumExprs()

static int goalNumExprs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4030 of file Native.java.

4031  {
4032  int res = INTERNALgoalNumExprs(a0, a1);
4034  if (err != Z3_error_code.Z3_OK)
4035  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4036  return res;
4037  }
static native int INTERNALgoalNumExprs(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Goal.getNumExprs().

◆ goalPrecision()

static int goalPrecision ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3969 of file Native.java.

3970  {
3971  int res = INTERNALgoalPrecision(a0, a1);
3973  if (err != Z3_error_code.Z3_OK)
3974  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3975  return res;
3976  }
static native int INTERNALgoalPrecision(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Goal.getPrecision().

◆ goalReset()

static void goalReset ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4004 of file Native.java.

4005  {
4006  INTERNALgoalReset(a0, a1);
4008  if (err != Z3_error_code.Z3_OK)
4009  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4010  }
static native void INTERNALgoalReset(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Goal.reset().

◆ goalSize()

static int goalSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4012 of file Native.java.

4013  {
4014  int res = INTERNALgoalSize(a0, a1);
4016  if (err != Z3_error_code.Z3_OK)
4017  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4018  return res;
4019  }
static native int INTERNALgoalSize(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Goal.size().

◆ goalToDimacsString()

static String goalToDimacsString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4084 of file Native.java.

4085  {
4086  String res = INTERNALgoalToDimacsString(a0, a1);
4088  if (err != Z3_error_code.Z3_OK)
4089  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4090  return res;
4091  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgoalToDimacsString(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

◆ goalToString()

static String goalToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4075 of file Native.java.

4076  {
4077  String res = INTERNALgoalToString(a0, a1);
4079  if (err != Z3_error_code.Z3_OK)
4080  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4081  return res;
4082  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgoalToString(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Goal.toString().

◆ goalTranslate()

static long goalTranslate ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4057 of file Native.java.

4058  {
4059  long res = INTERNALgoalTranslate(a0, a1, a2);
4061  if (err != Z3_error_code.Z3_OK)
4062  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4063  return res;
4064  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALgoalTranslate(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Goal.translate().

◆ incRef()

static void incRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 756 of file Native.java.

757  {
758  INTERNALincRef(a0, a1);
760  if (err != Z3_error_code.Z3_OK)
761  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
762  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALincRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ INTERNALaddConstInterp()

static native void INTERNALaddConstInterp ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.addConstInterp().

◆ INTERNALaddFuncInterp()

static native long INTERNALaddFuncInterp ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.addFuncInterp().

◆ INTERNALaddRecDef()

static native void INTERNALaddRecDef ( long  a0,
long  a1,
int  a2,
long []  a3,
long  a4 
)
staticprotected

Referenced by Native.addRecDef().

◆ INTERNALalgebraicAdd()

static native long INTERNALalgebraicAdd ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicAdd().

◆ INTERNALalgebraicDiv()

static native long INTERNALalgebraicDiv ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicDiv().

◆ INTERNALalgebraicEq()

static native boolean INTERNALalgebraicEq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicEq().

◆ INTERNALalgebraicEval()

static native int INTERNALalgebraicEval ( long  a0,
long  a1,
int  a2,
long []  a3 
)
staticprotected

Referenced by Native.algebraicEval().

◆ INTERNALalgebraicGe()

static native boolean INTERNALalgebraicGe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicGe().

◆ INTERNALalgebraicGt()

static native boolean INTERNALalgebraicGt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicGt().

◆ INTERNALalgebraicIsNeg()

static native boolean INTERNALalgebraicIsNeg ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.algebraicIsNeg().

◆ INTERNALalgebraicIsPos()

static native boolean INTERNALalgebraicIsPos ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.algebraicIsPos().

◆ INTERNALalgebraicIsValue()

static native boolean INTERNALalgebraicIsValue ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.algebraicIsValue().

◆ INTERNALalgebraicIsZero()

static native boolean INTERNALalgebraicIsZero ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.algebraicIsZero().

◆ INTERNALalgebraicLe()

static native boolean INTERNALalgebraicLe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicLe().

◆ INTERNALalgebraicLt()

static native boolean INTERNALalgebraicLt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicLt().

◆ INTERNALalgebraicMul()

static native long INTERNALalgebraicMul ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicMul().

◆ INTERNALalgebraicNeq()

static native boolean INTERNALalgebraicNeq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicNeq().

◆ INTERNALalgebraicPower()

static native long INTERNALalgebraicPower ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.algebraicPower().

◆ INTERNALalgebraicRoot()

static native long INTERNALalgebraicRoot ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.algebraicRoot().

◆ INTERNALalgebraicRoots()

static native long INTERNALalgebraicRoots ( long  a0,
long  a1,
int  a2,
long []  a3 
)
staticprotected

Referenced by Native.algebraicRoots().

◆ INTERNALalgebraicSign()

static native int INTERNALalgebraicSign ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.algebraicSign().

◆ INTERNALalgebraicSub()

static native long INTERNALalgebraicSub ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.algebraicSub().

◆ INTERNALappendLog()

static native void INTERNALappendLog ( String  a0)
staticprotected

Referenced by Native.appendLog().

◆ INTERNALapplyResultDecRef()

static native void INTERNALapplyResultDecRef ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALapplyResultGetNumSubgoals()

static native int INTERNALapplyResultGetNumSubgoals ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALapplyResultGetSubgoal()

static native long INTERNALapplyResultGetSubgoal ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALapplyResultIncRef()

static native void INTERNALapplyResultIncRef ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALapplyResultToString()

static native String INTERNALapplyResultToString ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALappToAst()

static native long INTERNALappToAst ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.appToAst().

◆ INTERNALastMapContains()

static native boolean INTERNALastMapContains ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.astMapContains().

◆ INTERNALastMapDecRef()

static native void INTERNALastMapDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astMapDecRef().

◆ INTERNALastMapErase()

static native void INTERNALastMapErase ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.astMapErase().

◆ INTERNALastMapFind()

static native long INTERNALastMapFind ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.astMapFind().

◆ INTERNALastMapIncRef()

static native void INTERNALastMapIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astMapIncRef().

◆ INTERNALastMapInsert()

static native void INTERNALastMapInsert ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.astMapInsert().

◆ INTERNALastMapKeys()

static native long INTERNALastMapKeys ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astMapKeys().

◆ INTERNALastMapReset()

static native void INTERNALastMapReset ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astMapReset().

◆ INTERNALastMapSize()

static native int INTERNALastMapSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astMapSize().

◆ INTERNALastMapToString()

static native String INTERNALastMapToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astMapToString().

◆ INTERNALastToString()

static native String INTERNALastToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astToString().

◆ INTERNALastVectorDecRef()

static native void INTERNALastVectorDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astVectorDecRef().

◆ INTERNALastVectorGet()

static native long INTERNALastVectorGet ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.astVectorGet().

◆ INTERNALastVectorIncRef()

static native void INTERNALastVectorIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astVectorIncRef().

◆ INTERNALastVectorPush()

static native void INTERNALastVectorPush ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.astVectorPush().

◆ INTERNALastVectorResize()

static native void INTERNALastVectorResize ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.astVectorResize().

◆ INTERNALastVectorSet()

static native void INTERNALastVectorSet ( long  a0,
long  a1,
int  a2,
long  a3 
)
staticprotected

Referenced by Native.astVectorSet().

◆ INTERNALastVectorSize()

static native int INTERNALastVectorSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.astVectorSize().

◆ INTERNALastVectorToString()

static native String INTERNALastVectorToString ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALastVectorTranslate()

static native long INTERNALastVectorTranslate ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALbenchmarkToSmtlibString()

static native String INTERNALbenchmarkToSmtlibString ( long  a0,
String  a1,
String  a2,
String  a3,
String  a4,
int  a5,
long []  a6,
long  a7 
)
staticprotected

◆ INTERNALcloseLog()

static native void INTERNALcloseLog ( )
staticprotected

Referenced by Native.closeLog().

◆ INTERNALdatatypeUpdateField()

static native long INTERNALdatatypeUpdateField ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

◆ INTERNALdecRef()

static native void INTERNALdecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.decRef().

◆ INTERNALdelConfig()

static native void INTERNALdelConfig ( long  a0)
staticprotected

Referenced by Native.delConfig().

◆ INTERNALdelConstructor()

static native void INTERNALdelConstructor ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.delConstructor().

◆ INTERNALdelConstructorList()

static native void INTERNALdelConstructorList ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALdelContext()

static native void INTERNALdelContext ( long  a0)
staticprotected

Referenced by Native.delContext().

◆ INTERNALdisableTrace()

static native void INTERNALdisableTrace ( String  a0)
staticprotected

Referenced by Native.disableTrace().

◆ INTERNALenableTrace()

static native void INTERNALenableTrace ( String  a0)
staticprotected

Referenced by Native.enableTrace().

◆ INTERNALevalSmtlib2String()

static native String INTERNALevalSmtlib2String ( long  a0,
String  a1 
)
staticprotected

◆ INTERNALfinalizeMemory()

static native void INTERNALfinalizeMemory ( )
staticprotected

Referenced by Native.finalizeMemory().

◆ INTERNALfixedpointAddCover()

static native void INTERNALfixedpointAddCover ( long  a0,
long  a1,
int  a2,
long  a3,
long  a4 
)
staticprotected

◆ INTERNALfixedpointAddFact()

static native void INTERNALfixedpointAddFact ( long  a0,
long  a1,
long  a2,
int  a3,
int []  a4 
)
staticprotected

◆ INTERNALfixedpointAddInvariant()

static native void INTERNALfixedpointAddInvariant ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

◆ INTERNALfixedpointAddRule()

static native void INTERNALfixedpointAddRule ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

◆ INTERNALfixedpointAssert()

static native void INTERNALfixedpointAssert ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.fixedpointAssert().

◆ INTERNALfixedpointDecRef()

static native void INTERNALfixedpointDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.fixedpointDecRef().

◆ INTERNALfixedpointFromFile()

static native long INTERNALfixedpointFromFile ( long  a0,
long  a1,
String  a2 
)
staticprotected

◆ INTERNALfixedpointFromString()

static native long INTERNALfixedpointFromString ( long  a0,
long  a1,
String  a2 
)
staticprotected

◆ INTERNALfixedpointGetAnswer()

static native long INTERNALfixedpointGetAnswer ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfixedpointGetAssertions()

static native long INTERNALfixedpointGetAssertions ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfixedpointGetCoverDelta()

static native long INTERNALfixedpointGetCoverDelta ( long  a0,
long  a1,
int  a2,
long  a3 
)
staticprotected

◆ INTERNALfixedpointGetGroundSatAnswer()

static native long INTERNALfixedpointGetGroundSatAnswer ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfixedpointGetHelp()

static native String INTERNALfixedpointGetHelp ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfixedpointGetNumLevels()

static native int INTERNALfixedpointGetNumLevels ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALfixedpointGetParamDescrs()

static native long INTERNALfixedpointGetParamDescrs ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfixedpointGetReachable()

static native long INTERNALfixedpointGetReachable ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALfixedpointGetReasonUnknown()

static native String INTERNALfixedpointGetReasonUnknown ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfixedpointGetRuleNamesAlongTrace()

static native long INTERNALfixedpointGetRuleNamesAlongTrace ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfixedpointGetRules()

static native long INTERNALfixedpointGetRules ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfixedpointGetRulesAlongTrace()

static native long INTERNALfixedpointGetRulesAlongTrace ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfixedpointGetStatistics()

static native long INTERNALfixedpointGetStatistics ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfixedpointIncRef()

static native void INTERNALfixedpointIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.fixedpointIncRef().

◆ INTERNALfixedpointQuery()

static native int INTERNALfixedpointQuery ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.fixedpointQuery().

◆ INTERNALfixedpointQueryFromLvl()

static native int INTERNALfixedpointQueryFromLvl ( long  a0,
long  a1,
long  a2,
int  a3 
)
staticprotected

◆ INTERNALfixedpointQueryRelations()

static native int INTERNALfixedpointQueryRelations ( long  a0,
long  a1,
int  a2,
long []  a3 
)
staticprotected

◆ INTERNALfixedpointRegisterRelation()

static native void INTERNALfixedpointRegisterRelation ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALfixedpointSetParams()

static native void INTERNALfixedpointSetParams ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALfixedpointSetPredicateRepresentation()

static native void INTERNALfixedpointSetPredicateRepresentation ( long  a0,
long  a1,
long  a2,
int  a3,
long []  a4 
)
staticprotected

◆ INTERNALfixedpointToString()

static native String INTERNALfixedpointToString ( long  a0,
long  a1,
int  a2,
long []  a3 
)
staticprotected

◆ INTERNALfixedpointUpdateRule()

static native void INTERNALfixedpointUpdateRule ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

◆ INTERNALfpaGetEbits()

static native int INTERNALfpaGetEbits ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.fpaGetEbits().

◆ INTERNALfpaGetNumeralExponentBv()

static native long INTERNALfpaGetNumeralExponentBv ( long  a0,
long  a1,
boolean  a2 
)
staticprotected

◆ INTERNALfpaGetNumeralExponentInt64()

static native boolean INTERNALfpaGetNumeralExponentInt64 ( long  a0,
long  a1,
LongPtr  a2,
boolean  a3 
)
staticprotected

◆ INTERNALfpaGetNumeralExponentString()

static native String INTERNALfpaGetNumeralExponentString ( long  a0,
long  a1,
boolean  a2 
)
staticprotected

◆ INTERNALfpaGetNumeralSign()

static native boolean INTERNALfpaGetNumeralSign ( long  a0,
long  a1,
IntPtr  a2 
)
staticprotected

◆ INTERNALfpaGetNumeralSignBv()

static native long INTERNALfpaGetNumeralSignBv ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfpaGetNumeralSignificandBv()

static native long INTERNALfpaGetNumeralSignificandBv ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfpaGetNumeralSignificandString()

static native String INTERNALfpaGetNumeralSignificandString ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfpaGetNumeralSignificandUint64()

static native boolean INTERNALfpaGetNumeralSignificandUint64 ( long  a0,
long  a1,
LongPtr  a2 
)
staticprotected

◆ INTERNALfpaGetSbits()

static native int INTERNALfpaGetSbits ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.fpaGetSbits().

◆ INTERNALfpaIsNumeralInf()

static native boolean INTERNALfpaIsNumeralInf ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.fpaIsNumeralInf().

◆ INTERNALfpaIsNumeralNan()

static native boolean INTERNALfpaIsNumeralNan ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.fpaIsNumeralNan().

◆ INTERNALfpaIsNumeralNegative()

static native boolean INTERNALfpaIsNumeralNegative ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfpaIsNumeralNormal()

static native boolean INTERNALfpaIsNumeralNormal ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfpaIsNumeralPositive()

static native boolean INTERNALfpaIsNumeralPositive ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfpaIsNumeralSubnormal()

static native boolean INTERNALfpaIsNumeralSubnormal ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfpaIsNumeralZero()

static native boolean INTERNALfpaIsNumeralZero ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.fpaIsNumeralZero().

◆ INTERNALfuncDeclToAst()

static native long INTERNALfuncDeclToAst ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.funcDeclToAst().

◆ INTERNALfuncDeclToString()

static native String INTERNALfuncDeclToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.funcDeclToString().

◆ INTERNALfuncEntryDecRef()

static native void INTERNALfuncEntryDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.funcEntryDecRef().

◆ INTERNALfuncEntryGetArg()

static native long INTERNALfuncEntryGetArg ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.funcEntryGetArg().

◆ INTERNALfuncEntryGetNumArgs()

static native int INTERNALfuncEntryGetNumArgs ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfuncEntryGetValue()

static native long INTERNALfuncEntryGetValue ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfuncEntryIncRef()

static native void INTERNALfuncEntryIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.funcEntryIncRef().

◆ INTERNALfuncInterpAddEntry()

static native void INTERNALfuncInterpAddEntry ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

◆ INTERNALfuncInterpDecRef()

static native void INTERNALfuncInterpDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.funcInterpDecRef().

◆ INTERNALfuncInterpGetArity()

static native int INTERNALfuncInterpGetArity ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfuncInterpGetElse()

static native long INTERNALfuncInterpGetElse ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfuncInterpGetEntry()

static native long INTERNALfuncInterpGetEntry ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALfuncInterpGetNumEntries()

static native int INTERNALfuncInterpGetNumEntries ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALfuncInterpIncRef()

static native void INTERNALfuncInterpIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.funcInterpIncRef().

◆ INTERNALfuncInterpSetElse()

static native void INTERNALfuncInterpSetElse ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALgetAlgebraicNumberLower()

static native long INTERNALgetAlgebraicNumberLower ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALgetAlgebraicNumberUpper()

static native long INTERNALgetAlgebraicNumberUpper ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALgetAppArg()

static native long INTERNALgetAppArg ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.getAppArg().

◆ INTERNALgetAppDecl()

static native long INTERNALgetAppDecl ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getAppDecl().

◆ INTERNALgetAppNumArgs()

static native int INTERNALgetAppNumArgs ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getAppNumArgs().

◆ INTERNALgetArity()

static native int INTERNALgetArity ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getArity().

◆ INTERNALgetArraySortDomain()

static native long INTERNALgetArraySortDomain ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALgetArraySortRange()

static native long INTERNALgetArraySortRange ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALgetAsArrayFuncDecl()

static native long INTERNALgetAsArrayFuncDecl ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALgetAstHash()

static native int INTERNALgetAstHash ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getAstHash().

◆ INTERNALgetAstId()

static native int INTERNALgetAstId ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getAstId().

◆ INTERNALgetAstKind()

static native int INTERNALgetAstKind ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getAstKind().

◆ INTERNALgetBoolValue()

static native int INTERNALgetBoolValue ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getBoolValue().

◆ INTERNALgetBvSortSize()

static native int INTERNALgetBvSortSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getBvSortSize().

◆ INTERNALgetDatatypeSortConstructor()

static native long INTERNALgetDatatypeSortConstructor ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALgetDatatypeSortConstructorAccessor()

static native long INTERNALgetDatatypeSortConstructorAccessor ( long  a0,
long  a1,
int  a2,
int  a3 
)
staticprotected

◆ INTERNALgetDatatypeSortNumConstructors()

static native int INTERNALgetDatatypeSortNumConstructors ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALgetDatatypeSortRecognizer()

static native long INTERNALgetDatatypeSortRecognizer ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALgetDeclAstParameter()

static native long INTERNALgetDeclAstParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALgetDeclDoubleParameter()

static native double INTERNALgetDeclDoubleParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALgetDeclFuncDeclParameter()

static native long INTERNALgetDeclFuncDeclParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALgetDeclIntParameter()

static native int INTERNALgetDeclIntParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALgetDeclKind()

static native int INTERNALgetDeclKind ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getDeclKind().

◆ INTERNALgetDeclName()

static native long INTERNALgetDeclName ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getDeclName().

◆ INTERNALgetDeclNumParameters()

static native int INTERNALgetDeclNumParameters ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALgetDeclParameterKind()

static native int INTERNALgetDeclParameterKind ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALgetDeclRationalParameter()

static native String INTERNALgetDeclRationalParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALgetDeclSortParameter()

static native long INTERNALgetDeclSortParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALgetDeclSymbolParameter()

static native long INTERNALgetDeclSymbolParameter ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALgetDenominator()

static native long INTERNALgetDenominator ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getDenominator().

◆ INTERNALgetDomain()

static native long INTERNALgetDomain ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.getDomain().

◆ INTERNALgetDomainSize()

static native int INTERNALgetDomainSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getDomainSize().

◆ INTERNALgetErrorCode()

static native int INTERNALgetErrorCode ( long  a0)
staticprotected

Referenced by Native.addConstInterp(), Native.addFuncInterp(), Native.addRecDef(), Native.algebraicAdd(), Native.algebraicDiv(), Native.algebraicEq(), Native.algebraicEval(), Native.algebraicGe(), Native.algebraicGt(), Native.algebraicIsNeg(), Native.algebraicIsPos(), Native.algebraicIsValue(), Native.algebraicIsZero(), Native.algebraicLe(), Native.algebraicLt(), Native.algebraicMul(), Native.algebraicNeq(), Native.algebraicPower(), Native.algebraicRoot(), Native.algebraicRoots(), Native.algebraicSign(), Native.algebraicSub(), Native.applyResultDecRef(), Native.applyResultGetNumSubgoals(), Native.applyResultGetSubgoal(), Native.applyResultIncRef(), Native.applyResultToString(), Native.appToAst(), Native.astMapContains(), Native.astMapDecRef(), Native.astMapErase(), Native.astMapFind(), Native.astMapIncRef(), Native.astMapInsert(), Native.astMapKeys(), Native.astMapReset(), Native.astMapSize(), Native.astMapToString(), Native.astToString(), Native.astVectorDecRef(), Native.astVectorGet(), Native.astVectorIncRef(), Native.astVectorPush(), Native.astVectorResize(), Native.astVectorSet(), Native.astVectorSize(), Native.astVectorToString(), Native.astVectorTranslate(), Native.benchmarkToSmtlibString(), Native.datatypeUpdateField(), Native.decRef(), Native.delConstructor(), Native.delConstructorList(), Native.evalSmtlib2String(), Native.fixedpointAddCover(), Native.fixedpointAddFact(), Native.fixedpointAddInvariant(), Native.fixedpointAddRule(), Native.fixedpointAssert(), Native.fixedpointDecRef(), Native.fixedpointFromFile(), Native.fixedpointFromString(), Native.fixedpointGetAnswer(), Native.fixedpointGetAssertions(), Native.fixedpointGetCoverDelta(), Native.fixedpointGetGroundSatAnswer(), Native.fixedpointGetHelp(), Native.fixedpointGetNumLevels(), Native.fixedpointGetParamDescrs(), Native.fixedpointGetReachable(), Native.fixedpointGetReasonUnknown(), Native.fixedpointGetRuleNamesAlongTrace(), Native.fixedpointGetRules(), Native.fixedpointGetRulesAlongTrace(), Native.fixedpointGetStatistics(), Native.fixedpointIncRef(), Native.fixedpointQuery(), Native.fixedpointQueryFromLvl(), Native.fixedpointQueryRelations(), Native.fixedpointRegisterRelation(), Native.fixedpointSetParams(), Native.fixedpointSetPredicateRepresentation(), Native.fixedpointToString(), Native.fixedpointUpdateRule(), Native.fpaGetEbits(), Native.fpaGetNumeralExponentBv(), Native.fpaGetNumeralExponentInt64(), Native.fpaGetNumeralExponentString(), Native.fpaGetNumeralSign(), Native.fpaGetNumeralSignBv(), Native.fpaGetNumeralSignificandBv(), Native.fpaGetNumeralSignificandString(), Native.fpaGetNumeralSignificandUint64(), Native.fpaGetSbits(), Native.fpaIsNumeralInf(), Native.fpaIsNumeralNan(), Native.fpaIsNumeralNegative(), Native.fpaIsNumeralNormal(), Native.fpaIsNumeralPositive(), Native.fpaIsNumeralSubnormal(), Native.fpaIsNumeralZero(), Native.funcDeclToAst(), Native.funcDeclToString(), Native.funcEntryDecRef(), Native.funcEntryGetArg(), Native.funcEntryGetNumArgs(), Native.funcEntryGetValue(), Native.funcEntryIncRef(), Native.funcInterpAddEntry(), Native.funcInterpDecRef(), Native.funcInterpGetArity(), Native.funcInterpGetElse(), Native.funcInterpGetEntry(), Native.funcInterpGetNumEntries(), Native.funcInterpIncRef(), Native.funcInterpSetElse(), Native.getAlgebraicNumberLower(), Native.getAlgebraicNumberUpper(), Native.getAppArg(), Native.getAppDecl(), Native.getAppNumArgs(), Native.getArity(), Native.getArraySortDomain(), Native.getArraySortRange(), Native.getAsArrayFuncDecl(), Native.getAstHash(), Native.getAstId(), Native.getAstKind(), Native.getBoolValue(), Native.getBvSortSize(), Native.getDatatypeSortConstructor(), Native.getDatatypeSortConstructorAccessor(), Native.getDatatypeSortNumConstructors(), Native.getDatatypeSortRecognizer(), Native.getDeclAstParameter(), Native.getDeclDoubleParameter(), Native.getDeclFuncDeclParameter(), Native.getDeclIntParameter(), Native.getDeclKind(), Native.getDeclName(), Native.getDeclNumParameters(), Native.getDeclParameterKind(), Native.getDeclRationalParameter(), Native.getDeclSortParameter(), Native.getDeclSymbolParameter(), Native.getDenominator(), Native.getDomain(), Native.getDomainSize(), Native.getErrorCode(), Native.getErrorMsg(), Native.getFiniteDomainSortSize(), Native.getFuncDeclId(), Native.getImpliedEqualities(), Native.getIndexValue(), Native.getLstring(), Native.getNumeralDecimalString(), Native.getNumeralDouble(), Native.getNumeralInt(), Native.getNumeralInt64(), Native.getNumeralRationalInt64(), Native.getNumeralSmall(), Native.getNumeralString(), Native.getNumeralUint(), Native.getNumeralUint64(), Native.getNumerator(), Native.getNumProbes(), Native.getNumTactics(), Native.getPattern(), Native.getPatternNumTerms(), Native.getProbeName(), Native.getQuantifierBody(), Native.getQuantifierBoundName(), Native.getQuantifierBoundSort(), Native.getQuantifierNoPatternAst(), Native.getQuantifierNumBound(), Native.getQuantifierNumNoPatterns(), Native.getQuantifierNumPatterns(), Native.getQuantifierPatternAst(), Native.getQuantifierWeight(), Native.getRange(), Native.getRelationArity(), Native.getRelationColumn(), Native.getReSortBasis(), Native.getSeqSortBasis(), Native.getSort(), Native.getSortId(), Native.getSortKind(), Native.getSortName(), Native.getString(), Native.getSymbolInt(), Native.getSymbolKind(), Native.getSymbolString(), Native.getTacticName(), Native.getTupleSortFieldDecl(), Native.getTupleSortMkDecl(), Native.getTupleSortNumFields(), Native.goalAssert(), Native.goalConvertModel(), Native.goalDecRef(), Native.goalDepth(), Native.goalFormula(), Native.goalInconsistent(), Native.goalIncRef(), Native.goalIsDecidedSat(), Native.goalIsDecidedUnsat(), Native.goalNumExprs(), Native.goalPrecision(), Native.goalReset(), Native.goalSize(), Native.goalToDimacsString(), Native.goalToString(), Native.goalTranslate(), Native.incRef(), Native.interrupt(), Native.isAlgebraicNumber(), Native.isApp(), Native.isAsArray(), Native.isEqAst(), Native.isEqFuncDecl(), Native.isEqSort(), Native.isLambda(), Native.isNumeralAst(), Native.isQuantifierExists(), Native.isQuantifierForall(), Native.isReSort(), Native.isSeqSort(), Native.isString(), Native.isStringSort(), Native.isWellSorted(), Native.mkAdd(), Native.mkAnd(), Native.mkApp(), Native.mkArrayDefault(), Native.mkArrayExt(), Native.mkArraySort(), Native.mkArraySortN(), Native.mkAsArray(), Native.mkAstMap(), Native.mkAstVector(), Native.mkAtleast(), Native.mkAtmost(), Native.mkBoolSort(), Native.mkBound(), Native.mkBv2int(), Native.mkBvadd(), Native.mkBvaddNoOverflow(), Native.mkBvaddNoUnderflow(), Native.mkBvand(), Native.mkBvashr(), Native.mkBvlshr(), Native.mkBvmul(), Native.mkBvmulNoOverflow(), Native.mkBvmulNoUnderflow(), Native.mkBvnand(), Native.mkBvneg(), Native.mkBvnegNoOverflow(), Native.mkBvnor(), Native.mkBvnot(), Native.mkBvNumeral(), Native.mkBvor(), Native.mkBvredand(), Native.mkBvredor(), Native.mkBvsdiv(), Native.mkBvsdivNoOverflow(), Native.mkBvsge(), Native.mkBvsgt(), Native.mkBvshl(), Native.mkBvsle(), Native.mkBvslt(), Native.mkBvsmod(), Native.mkBvSort(), Native.mkBvsrem(), Native.mkBvsub(), Native.mkBvsubNoOverflow(), Native.mkBvsubNoUnderflow(), Native.mkBvudiv(), Native.mkBvuge(), Native.mkBvugt(), Native.mkBvule(), Native.mkBvult(), Native.mkBvurem(), Native.mkBvxnor(), Native.mkBvxor(), Native.mkConcat(), Native.mkConst(), Native.mkConstArray(), Native.mkConstructor(), Native.mkConstructorList(), Native.mkDatatype(), Native.mkDatatypes(), Native.mkDistinct(), Native.mkDiv(), Native.mkEmptySet(), Native.mkEnumerationSort(), Native.mkEq(), Native.mkExists(), Native.mkExistsConst(), Native.mkExtract(), Native.mkExtRotateLeft(), Native.mkExtRotateRight(), Native.mkFalse(), Native.mkFiniteDomainSort(), Native.mkFixedpoint(), Native.mkForall(), Native.mkForallConst(), Native.mkFpaAbs(), Native.mkFpaAdd(), Native.mkFpaDiv(), Native.mkFpaEq(), Native.mkFpaFma(), Native.mkFpaFp(), Native.mkFpaGeq(), Native.mkFpaGt(), Native.mkFpaInf(), Native.mkFpaIsInfinite(), Native.mkFpaIsNan(), Native.mkFpaIsNegative(), Native.mkFpaIsNormal(), Native.mkFpaIsPositive(), Native.mkFpaIsSubnormal(), Native.mkFpaIsZero(), Native.mkFpaLeq(), Native.mkFpaLt(), Native.mkFpaMax(), Native.mkFpaMin(), Native.mkFpaMul(), Native.mkFpaNan(), Native.mkFpaNeg(), Native.mkFpaNumeralDouble(), Native.mkFpaNumeralFloat(), Native.mkFpaNumeralInt(), Native.mkFpaNumeralInt64Uint64(), Native.mkFpaNumeralIntUint(), Native.mkFpaRem(), Native.mkFpaRna(), Native.mkFpaRne(), Native.mkFpaRoundingModeSort(), Native.mkFpaRoundNearestTiesToAway(), Native.mkFpaRoundNearestTiesToEven(), Native.mkFpaRoundToIntegral(), Native.mkFpaRoundTowardNegative(), Native.mkFpaRoundTowardPositive(), Native.mkFpaRoundTowardZero(), Native.mkFpaRtn(), Native.mkFpaRtp(), Native.mkFpaRtz(), Native.mkFpaSort(), Native.mkFpaSort128(), Native.mkFpaSort16(), Native.mkFpaSort32(), Native.mkFpaSort64(), Native.mkFpaSortDouble(), Native.mkFpaSortHalf(), Native.mkFpaSortQuadruple(), Native.mkFpaSortSingle(), Native.mkFpaSqrt(), Native.mkFpaSub(), Native.mkFpaToFpBv(), Native.mkFpaToFpFloat(), Native.mkFpaToFpIntReal(), Native.mkFpaToFpReal(), Native.mkFpaToFpSigned(), Native.mkFpaToFpUnsigned(), Native.mkFpaToIeeeBv(), Native.mkFpaToReal(), Native.mkFpaToSbv(), Native.mkFpaToUbv(), Native.mkFpaZero(), Native.mkFreshConst(), Native.mkFreshFuncDecl(), Native.mkFullSet(), Native.mkFuncDecl(), Native.mkGe(), Native.mkGoal(), Native.mkGt(), Native.mkIff(), Native.mkImplies(), Native.mkInt(), Native.mkInt2bv(), Native.mkInt2real(), Native.mkInt64(), Native.mkIntSort(), Native.mkIntSymbol(), Native.mkIntToStr(), Native.mkIsInt(), Native.mkIte(), Native.mkLambda(), Native.mkLambdaConst(), Native.mkLe(), Native.mkLinearOrder(), Native.mkListSort(), Native.mkLstring(), Native.mkLt(), Native.mkMap(), Native.mkMod(), Native.mkModel(), Native.mkMul(), Native.mkNot(), Native.mkNumeral(), Native.mkOptimize(), Native.mkOr(), Native.mkParams(), Native.mkPartialOrder(), Native.mkPattern(), Native.mkPbeq(), Native.mkPbge(), Native.mkPble(), Native.mkPiecewiseLinearOrder(), Native.mkPower(), Native.mkProbe(), Native.mkQuantifier(), Native.mkQuantifierConst(), Native.mkQuantifierConstEx(), Native.mkQuantifierEx(), Native.mkReal(), Native.mkReal2int(), Native.mkRealSort(), Native.mkRecFuncDecl(), Native.mkReComplement(), Native.mkReConcat(), Native.mkReEmpty(), Native.mkReFull(), Native.mkReIntersect(), Native.mkReLoop(), Native.mkRem(), Native.mkReOption(), Native.mkRepeat(), Native.mkRePlus(), Native.mkReRange(), Native.mkReSort(), Native.mkReStar(), Native.mkReUnion(), Native.mkRotateLeft(), Native.mkRotateRight(), Native.mkSelect(), Native.mkSelectN(), Native.mkSeqAt(), Native.mkSeqConcat(), Native.mkSeqContains(), Native.mkSeqEmpty(), Native.mkSeqExtract(), Native.mkSeqIndex(), Native.mkSeqInRe(), Native.mkSeqLastIndex(), Native.mkSeqLength(), Native.mkSeqNth(), Native.mkSeqPrefix(), Native.mkSeqReplace(), Native.mkSeqSort(), Native.mkSeqSuffix(), Native.mkSeqToRe(), Native.mkSeqUnit(), Native.mkSetAdd(), Native.mkSetComplement(), Native.mkSetDel(), Native.mkSetDifference(), Native.mkSetHasSize(), Native.mkSetIntersect(), Native.mkSetMember(), Native.mkSetSort(), Native.mkSetSubset(), Native.mkSetUnion(), Native.mkSignExt(), Native.mkSimpleSolver(), Native.mkSolver(), Native.mkSolverForLogic(), Native.mkSolverFromTactic(), Native.mkStore(), Native.mkStoreN(), Native.mkString(), Native.mkStringSort(), Native.mkStringSymbol(), Native.mkStrLe(), Native.mkStrLt(), Native.mkStrToInt(), Native.mkSub(), Native.mkTactic(), Native.mkTransitiveClosure(), Native.mkTreeOrder(), Native.mkTrue(), Native.mkTupleSort(), Native.mkUnaryMinus(), Native.mkUninterpretedSort(), Native.mkUnsignedInt(), Native.mkUnsignedInt64(), Native.mkXor(), Native.mkZeroExt(), Native.modelDecRef(), Native.modelEval(), Native.modelExtrapolate(), Native.modelGetConstDecl(), Native.modelGetConstInterp(), Native.modelGetFuncDecl(), Native.modelGetFuncInterp(), Native.modelGetNumConsts(), Native.modelGetNumFuncs(), Native.modelGetNumSorts(), Native.modelGetSort(), Native.modelGetSortUniverse(), Native.modelHasInterp(), Native.modelIncRef(), Native.modelToString(), Native.modelTranslate(), Native.optimizeAssert(), Native.optimizeAssertAndTrack(), Native.optimizeAssertSoft(), Native.optimizeCheck(), Native.optimizeDecRef(), Native.optimizeFromFile(), Native.optimizeFromString(), Native.optimizeGetAssertions(), Native.optimizeGetHelp(), Native.optimizeGetLower(), Native.optimizeGetLowerAsVector(), Native.optimizeGetModel(), Native.optimizeGetObjectives(), Native.optimizeGetParamDescrs(), Native.optimizeGetReasonUnknown(), Native.optimizeGetStatistics(), Native.optimizeGetUnsatCore(), Native.optimizeGetUpper(), Native.optimizeGetUpperAsVector(), Native.optimizeIncRef(), Native.optimizeMaximize(), Native.optimizeMinimize(), Native.optimizePop(), Native.optimizePush(), Native.optimizeSetParams(), Native.optimizeToString(), Native.paramDescrsDecRef(), Native.paramDescrsGetDocumentation(), Native.paramDescrsGetKind(), Native.paramDescrsGetName(), Native.paramDescrsIncRef(), Native.paramDescrsSize(), Native.paramDescrsToString(), Native.paramsDecRef(), Native.paramsIncRef(), Native.paramsSetBool(), Native.paramsSetDouble(), Native.paramsSetSymbol(), Native.paramsSetUint(), Native.paramsToString(), Native.paramsValidate(), Native.parseSmtlib2File(), Native.parseSmtlib2String(), Native.patternToAst(), Native.patternToString(), Native.polynomialSubresultants(), Native.probeAnd(), Native.probeApply(), Native.probeConst(), Native.probeDecRef(), Native.probeEq(), Native.probeGe(), Native.probeGetDescr(), Native.probeGt(), Native.probeIncRef(), Native.probeLe(), Native.probeLt(), Native.probeNot(), Native.probeOr(), Native.qeLite(), Native.qeModelProject(), Native.qeModelProjectSkolem(), Native.queryConstructor(), Native.rcfAdd(), Native.rcfDel(), Native.rcfDiv(), Native.rcfEq(), Native.rcfGe(), Native.rcfGetNumeratorDenominator(), Native.rcfGt(), Native.rcfInv(), Native.rcfLe(), Native.rcfLt(), Native.rcfMkE(), Native.rcfMkInfinitesimal(), Native.rcfMkPi(), Native.rcfMkRational(), Native.rcfMkRoots(), Native.rcfMkSmallInt(), Native.rcfMul(), Native.rcfNeg(), Native.rcfNeq(), Native.rcfNumToDecimalString(), Native.rcfNumToString(), Native.rcfPower(), Native.rcfSub(), Native.setAstPrintMode(), Native.setError(), Native.simplify(), Native.simplifyEx(), Native.simplifyGetHelp(), Native.simplifyGetParamDescrs(), Native.solverAssert(), Native.solverAssertAndTrack(), Native.solverCheck(), Native.solverCheckAssumptions(), Native.solverCube(), Native.solverDecRef(), Native.solverFromFile(), Native.solverFromString(), Native.solverGetAssertions(), Native.solverGetConsequences(), Native.solverGetHelp(), Native.solverGetLevels(), Native.solverGetModel(), Native.solverGetNonUnits(), Native.solverGetNumScopes(), Native.solverGetParamDescrs(), Native.solverGetProof(), Native.solverGetReasonUnknown(), Native.solverGetStatistics(), Native.solverGetTrail(), Native.solverGetUnits(), Native.solverGetUnsatCore(), Native.solverImportModelConverter(), Native.solverIncRef(), Native.solverPop(), Native.solverPush(), Native.solverReset(), Native.solverSetParams(), Native.solverToDimacsString(), Native.solverToString(), Native.solverTranslate(), Native.sortToAst(), Native.sortToString(), Native.statsDecRef(), Native.statsGetDoubleValue(), Native.statsGetKey(), Native.statsGetUintValue(), Native.statsIncRef(), Native.statsIsDouble(), Native.statsIsUint(), Native.statsSize(), Native.statsToString(), Native.substitute(), Native.substituteVars(), Native.tacticAndThen(), Native.tacticApply(), Native.tacticApplyEx(), Native.tacticCond(), Native.tacticDecRef(), Native.tacticFail(), Native.tacticFailIf(), Native.tacticFailIfNotDecided(), Native.tacticGetDescr(), Native.tacticGetHelp(), Native.tacticGetParamDescrs(), Native.tacticIncRef(), Native.tacticOrElse(), Native.tacticParAndThen(), Native.tacticParOr(), Native.tacticRepeat(), Native.tacticSkip(), Native.tacticTryFor(), Native.tacticUsingParams(), Native.tacticWhen(), Native.toApp(), Native.toFuncDecl(), Native.translate(), Native.updateParamValue(), and Native.updateTerm().

◆ INTERNALgetErrorMsg()

static native String INTERNALgetErrorMsg ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.addConstInterp(), Native.addFuncInterp(), Native.addRecDef(), Native.algebraicAdd(), Native.algebraicDiv(), Native.algebraicEq(), Native.algebraicEval(), Native.algebraicGe(), Native.algebraicGt(), Native.algebraicIsNeg(), Native.algebraicIsPos(), Native.algebraicIsValue(), Native.algebraicIsZero(), Native.algebraicLe(), Native.algebraicLt(), Native.algebraicMul(), Native.algebraicNeq(), Native.algebraicPower(), Native.algebraicRoot(), Native.algebraicRoots(), Native.algebraicSign(), Native.algebraicSub(), Native.applyResultDecRef(), Native.applyResultGetNumSubgoals(), Native.applyResultGetSubgoal(), Native.applyResultIncRef(), Native.applyResultToString(), Native.appToAst(), Native.astMapContains(), Native.astMapDecRef(), Native.astMapErase(), Native.astMapFind(), Native.astMapIncRef(), Native.astMapInsert(), Native.astMapKeys(), Native.astMapReset(), Native.astMapSize(), Native.astMapToString(), Native.astToString(), Native.astVectorDecRef(), Native.astVectorGet(), Native.astVectorIncRef(), Native.astVectorPush(), Native.astVectorResize(), Native.astVectorSet(), Native.astVectorSize(), Native.astVectorToString(), Native.astVectorTranslate(), Native.benchmarkToSmtlibString(), Native.datatypeUpdateField(), Native.decRef(), Native.delConstructor(), Native.delConstructorList(), Native.evalSmtlib2String(), Native.fixedpointAddCover(), Native.fixedpointAddFact(), Native.fixedpointAddInvariant(), Native.fixedpointAddRule(), Native.fixedpointAssert(), Native.fixedpointDecRef(), Native.fixedpointFromFile(), Native.fixedpointFromString(), Native.fixedpointGetAnswer(), Native.fixedpointGetAssertions(), Native.fixedpointGetCoverDelta(), Native.fixedpointGetGroundSatAnswer(), Native.fixedpointGetHelp(), Native.fixedpointGetNumLevels(), Native.fixedpointGetParamDescrs(), Native.fixedpointGetReachable(), Native.fixedpointGetReasonUnknown(), Native.fixedpointGetRuleNamesAlongTrace(), Native.fixedpointGetRules(), Native.fixedpointGetRulesAlongTrace(), Native.fixedpointGetStatistics(), Native.fixedpointIncRef(), Native.fixedpointQuery(), Native.fixedpointQueryFromLvl(), Native.fixedpointQueryRelations(), Native.fixedpointRegisterRelation(), Native.fixedpointSetParams(), Native.fixedpointSetPredicateRepresentation(), Native.fixedpointToString(), Native.fixedpointUpdateRule(), Native.fpaGetEbits(), Native.fpaGetNumeralExponentBv(), Native.fpaGetNumeralExponentInt64(), Native.fpaGetNumeralExponentString(), Native.fpaGetNumeralSign(), Native.fpaGetNumeralSignBv(), Native.fpaGetNumeralSignificandBv(), Native.fpaGetNumeralSignificandString(), Native.fpaGetNumeralSignificandUint64(), Native.fpaGetSbits(), Native.fpaIsNumeralInf(), Native.fpaIsNumeralNan(), Native.fpaIsNumeralNegative(), Native.fpaIsNumeralNormal(), Native.fpaIsNumeralPositive(), Native.fpaIsNumeralSubnormal(), Native.fpaIsNumeralZero(), Native.funcDeclToAst(), Native.funcDeclToString(), Native.funcEntryDecRef(), Native.funcEntryGetArg(), Native.funcEntryGetNumArgs(), Native.funcEntryGetValue(), Native.funcEntryIncRef(), Native.funcInterpAddEntry(), Native.funcInterpDecRef(), Native.funcInterpGetArity(), Native.funcInterpGetElse(), Native.funcInterpGetEntry(), Native.funcInterpGetNumEntries(), Native.funcInterpIncRef(), Native.funcInterpSetElse(), Native.getAlgebraicNumberLower(), Native.getAlgebraicNumberUpper(), Native.getAppArg(), Native.getAppDecl(), Native.getAppNumArgs(), Native.getArity(), Native.getArraySortDomain(), Native.getArraySortRange(), Native.getAsArrayFuncDecl(), Native.getAstHash(), Native.getAstId(), Native.getAstKind(), Native.getBoolValue(), Native.getBvSortSize(), Native.getDatatypeSortConstructor(), Native.getDatatypeSortConstructorAccessor(), Native.getDatatypeSortNumConstructors(), Native.getDatatypeSortRecognizer(), Native.getDeclAstParameter(), Native.getDeclDoubleParameter(), Native.getDeclFuncDeclParameter(), Native.getDeclIntParameter(), Native.getDeclKind(), Native.getDeclName(), Native.getDeclNumParameters(), Native.getDeclParameterKind(), Native.getDeclRationalParameter(), Native.getDeclSortParameter(), Native.getDeclSymbolParameter(), Native.getDenominator(), Native.getDomain(), Native.getDomainSize(), Native.getErrorMsg(), Native.getFiniteDomainSortSize(), Native.getFuncDeclId(), Native.getImpliedEqualities(), Native.getIndexValue(), Native.getLstring(), Native.getNumeralDecimalString(), Native.getNumeralDouble(), Native.getNumeralInt(), Native.getNumeralInt64(), Native.getNumeralRationalInt64(), Native.getNumeralSmall(), Native.getNumeralString(), Native.getNumeralUint(), Native.getNumeralUint64(), Native.getNumerator(), Native.getNumProbes(), Native.getNumTactics(), Native.getPattern(), Native.getPatternNumTerms(), Native.getProbeName(), Native.getQuantifierBody(), Native.getQuantifierBoundName(), Native.getQuantifierBoundSort(), Native.getQuantifierNoPatternAst(), Native.getQuantifierNumBound(), Native.getQuantifierNumNoPatterns(), Native.getQuantifierNumPatterns(), Native.getQuantifierPatternAst(), Native.getQuantifierWeight(), Native.getRange(), Native.getRelationArity(), Native.getRelationColumn(), Native.getReSortBasis(), Native.getSeqSortBasis(), Native.getSort(), Native.getSortId(), Native.getSortKind(), Native.getSortName(), Native.getString(), Native.getSymbolInt(), Native.getSymbolKind(), Native.getSymbolString(), Native.getTacticName(), Native.getTupleSortFieldDecl(), Native.getTupleSortMkDecl(), Native.getTupleSortNumFields(), Native.goalAssert(), Native.goalConvertModel(), Native.goalDecRef(), Native.goalDepth(), Native.goalFormula(), Native.goalInconsistent(), Native.goalIncRef(), Native.goalIsDecidedSat(), Native.goalIsDecidedUnsat(), Native.goalNumExprs(), Native.goalPrecision(), Native.goalReset(), Native.goalSize(), Native.goalToDimacsString(), Native.goalToString(), Native.goalTranslate(), Native.incRef(), Native.interrupt(), Native.isAlgebraicNumber(), Native.isApp(), Native.isAsArray(), Native.isEqAst(), Native.isEqFuncDecl(), Native.isEqSort(), Native.isLambda(), Native.isNumeralAst(), Native.isQuantifierExists(), Native.isQuantifierForall(), Native.isReSort(), Native.isSeqSort(), Native.isString(), Native.isStringSort(), Native.isWellSorted(), Native.mkAdd(), Native.mkAnd(), Native.mkApp(), Native.mkArrayDefault(), Native.mkArrayExt(), Native.mkArraySort(), Native.mkArraySortN(), Native.mkAsArray(), Native.mkAstMap(), Native.mkAstVector(), Native.mkAtleast(), Native.mkAtmost(), Native.mkBoolSort(), Native.mkBound(), Native.mkBv2int(), Native.mkBvadd(), Native.mkBvaddNoOverflow(), Native.mkBvaddNoUnderflow(), Native.mkBvand(), Native.mkBvashr(), Native.mkBvlshr(), Native.mkBvmul(), Native.mkBvmulNoOverflow(), Native.mkBvmulNoUnderflow(), Native.mkBvnand(), Native.mkBvneg(), Native.mkBvnegNoOverflow(), Native.mkBvnor(), Native.mkBvnot(), Native.mkBvNumeral(), Native.mkBvor(), Native.mkBvredand(), Native.mkBvredor(), Native.mkBvsdiv(), Native.mkBvsdivNoOverflow(), Native.mkBvsge(), Native.mkBvsgt(), Native.mkBvshl(), Native.mkBvsle(), Native.mkBvslt(), Native.mkBvsmod(), Native.mkBvSort(), Native.mkBvsrem(), Native.mkBvsub(), Native.mkBvsubNoOverflow(), Native.mkBvsubNoUnderflow(), Native.mkBvudiv(), Native.mkBvuge(), Native.mkBvugt(), Native.mkBvule(), Native.mkBvult(), Native.mkBvurem(), Native.mkBvxnor(), Native.mkBvxor(), Native.mkConcat(), Native.mkConst(), Native.mkConstArray(), Native.mkConstructor(), Native.mkConstructorList(), Native.mkDatatype(), Native.mkDatatypes(), Native.mkDistinct(), Native.mkDiv(), Native.mkEmptySet(), Native.mkEnumerationSort(), Native.mkEq(), Native.mkExists(), Native.mkExistsConst(), Native.mkExtract(), Native.mkExtRotateLeft(), Native.mkExtRotateRight(), Native.mkFalse(), Native.mkFiniteDomainSort(), Native.mkFixedpoint(), Native.mkForall(), Native.mkForallConst(), Native.mkFpaAbs(), Native.mkFpaAdd(), Native.mkFpaDiv(), Native.mkFpaEq(), Native.mkFpaFma(), Native.mkFpaFp(), Native.mkFpaGeq(), Native.mkFpaGt(), Native.mkFpaInf(), Native.mkFpaIsInfinite(), Native.mkFpaIsNan(), Native.mkFpaIsNegative(), Native.mkFpaIsNormal(), Native.mkFpaIsPositive(), Native.mkFpaIsSubnormal(), Native.mkFpaIsZero(), Native.mkFpaLeq(), Native.mkFpaLt(), Native.mkFpaMax(), Native.mkFpaMin(), Native.mkFpaMul(), Native.mkFpaNan(), Native.mkFpaNeg(), Native.mkFpaNumeralDouble(), Native.mkFpaNumeralFloat(), Native.mkFpaNumeralInt(), Native.mkFpaNumeralInt64Uint64(), Native.mkFpaNumeralIntUint(), Native.mkFpaRem(), Native.mkFpaRna(), Native.mkFpaRne(), Native.mkFpaRoundingModeSort(), Native.mkFpaRoundNearestTiesToAway(), Native.mkFpaRoundNearestTiesToEven(), Native.mkFpaRoundToIntegral(), Native.mkFpaRoundTowardNegative(), Native.mkFpaRoundTowardPositive(), Native.mkFpaRoundTowardZero(), Native.mkFpaRtn(), Native.mkFpaRtp(), Native.mkFpaRtz(), Native.mkFpaSort(), Native.mkFpaSort128(), Native.mkFpaSort16(), Native.mkFpaSort32(), Native.mkFpaSort64(), Native.mkFpaSortDouble(), Native.mkFpaSortHalf(), Native.mkFpaSortQuadruple(), Native.mkFpaSortSingle(), Native.mkFpaSqrt(), Native.mkFpaSub(), Native.mkFpaToFpBv(), Native.mkFpaToFpFloat(), Native.mkFpaToFpIntReal(), Native.mkFpaToFpReal(), Native.mkFpaToFpSigned(), Native.mkFpaToFpUnsigned(), Native.mkFpaToIeeeBv(), Native.mkFpaToReal(), Native.mkFpaToSbv(), Native.mkFpaToUbv(), Native.mkFpaZero(), Native.mkFreshConst(), Native.mkFreshFuncDecl(), Native.mkFullSet(), Native.mkFuncDecl(), Native.mkGe(), Native.mkGoal(), Native.mkGt(), Native.mkIff(), Native.mkImplies(), Native.mkInt(), Native.mkInt2bv(), Native.mkInt2real(), Native.mkInt64(), Native.mkIntSort(), Native.mkIntSymbol(), Native.mkIntToStr(), Native.mkIsInt(), Native.mkIte(), Native.mkLambda(), Native.mkLambdaConst(), Native.mkLe(), Native.mkLinearOrder(), Native.mkListSort(), Native.mkLstring(), Native.mkLt(), Native.mkMap(), Native.mkMod(), Native.mkModel(), Native.mkMul(), Native.mkNot(), Native.mkNumeral(), Native.mkOptimize(), Native.mkOr(), Native.mkParams(), Native.mkPartialOrder(), Native.mkPattern(), Native.mkPbeq(), Native.mkPbge(), Native.mkPble(), Native.mkPiecewiseLinearOrder(), Native.mkPower(), Native.mkProbe(), Native.mkQuantifier(), Native.mkQuantifierConst(), Native.mkQuantifierConstEx(), Native.mkQuantifierEx(), Native.mkReal(), Native.mkReal2int(), Native.mkRealSort(), Native.mkRecFuncDecl(), Native.mkReComplement(), Native.mkReConcat(), Native.mkReEmpty(), Native.mkReFull(), Native.mkReIntersect(), Native.mkReLoop(), Native.mkRem(), Native.mkReOption(), Native.mkRepeat(), Native.mkRePlus(), Native.mkReRange(), Native.mkReSort(), Native.mkReStar(), Native.mkReUnion(), Native.mkRotateLeft(), Native.mkRotateRight(), Native.mkSelect(), Native.mkSelectN(), Native.mkSeqAt(), Native.mkSeqConcat(), Native.mkSeqContains(), Native.mkSeqEmpty(), Native.mkSeqExtract(), Native.mkSeqIndex(), Native.mkSeqInRe(), Native.mkSeqLastIndex(), Native.mkSeqLength(), Native.mkSeqNth(), Native.mkSeqPrefix(), Native.mkSeqReplace(), Native.mkSeqSort(), Native.mkSeqSuffix(), Native.mkSeqToRe(), Native.mkSeqUnit(), Native.mkSetAdd(), Native.mkSetComplement(), Native.mkSetDel(), Native.mkSetDifference(), Native.mkSetHasSize(), Native.mkSetIntersect(), Native.mkSetMember(), Native.mkSetSort(), Native.mkSetSubset(), Native.mkSetUnion(), Native.mkSignExt(), Native.mkSimpleSolver(), Native.mkSolver(), Native.mkSolverForLogic(), Native.mkSolverFromTactic(), Native.mkStore(), Native.mkStoreN(), Native.mkString(), Native.mkStringSort(), Native.mkStringSymbol(), Native.mkStrLe(), Native.mkStrLt(), Native.mkStrToInt(), Native.mkSub(), Native.mkTactic(), Native.mkTransitiveClosure(), Native.mkTreeOrder(), Native.mkTrue(), Native.mkTupleSort(), Native.mkUnaryMinus(), Native.mkUninterpretedSort(), Native.mkUnsignedInt(), Native.mkUnsignedInt64(), Native.mkXor(), Native.mkZeroExt(), Native.modelDecRef(), Native.modelEval(), Native.modelExtrapolate(), Native.modelGetConstDecl(), Native.modelGetConstInterp(), Native.modelGetFuncDecl(), Native.modelGetFuncInterp(), Native.modelGetNumConsts(), Native.modelGetNumFuncs(), Native.modelGetNumSorts(), Native.modelGetSort(), Native.modelGetSortUniverse(), Native.modelHasInterp(), Native.modelIncRef(), Native.modelToString(), Native.modelTranslate(), Native.optimizeAssert(), Native.optimizeAssertAndTrack(), Native.optimizeAssertSoft(), Native.optimizeCheck(), Native.optimizeDecRef(), Native.optimizeFromFile(), Native.optimizeFromString(), Native.optimizeGetAssertions(), Native.optimizeGetHelp(), Native.optimizeGetLower(), Native.optimizeGetLowerAsVector(), Native.optimizeGetModel(), Native.optimizeGetObjectives(), Native.optimizeGetParamDescrs(), Native.optimizeGetReasonUnknown(), Native.optimizeGetStatistics(), Native.optimizeGetUnsatCore(), Native.optimizeGetUpper(), Native.optimizeGetUpperAsVector(), Native.optimizeIncRef(), Native.optimizeMaximize(), Native.optimizeMinimize(), Native.optimizePop(), Native.optimizePush(), Native.optimizeSetParams(), Native.optimizeToString(), Native.paramDescrsDecRef(), Native.paramDescrsGetDocumentation(), Native.paramDescrsGetKind(), Native.paramDescrsGetName(), Native.paramDescrsIncRef(), Native.paramDescrsSize(), Native.paramDescrsToString(), Native.paramsDecRef(), Native.paramsIncRef(), Native.paramsSetBool(), Native.paramsSetDouble(), Native.paramsSetSymbol(), Native.paramsSetUint(), Native.paramsToString(), Native.paramsValidate(), Native.parseSmtlib2File(), Native.parseSmtlib2String(), Native.patternToAst(), Native.patternToString(), Native.polynomialSubresultants(), Native.probeAnd(), Native.probeApply(), Native.probeConst(), Native.probeDecRef(), Native.probeEq(), Native.probeGe(), Native.probeGetDescr(), Native.probeGt(), Native.probeIncRef(), Native.probeLe(), Native.probeLt(), Native.probeNot(), Native.probeOr(), Native.qeLite(), Native.qeModelProject(), Native.qeModelProjectSkolem(), Native.queryConstructor(), Native.rcfAdd(), Native.rcfDel(), Native.rcfDiv(), Native.rcfEq(), Native.rcfGe(), Native.rcfGetNumeratorDenominator(), Native.rcfGt(), Native.rcfInv(), Native.rcfLe(), Native.rcfLt(), Native.rcfMkE(), Native.rcfMkInfinitesimal(), Native.rcfMkPi(), Native.rcfMkRational(), Native.rcfMkRoots(), Native.rcfMkSmallInt(), Native.rcfMul(), Native.rcfNeg(), Native.rcfNeq(), Native.rcfNumToDecimalString(), Native.rcfNumToString(), Native.rcfPower(), Native.rcfSub(), Native.setAstPrintMode(), Native.setError(), Native.simplify(), Native.simplifyEx(), Native.simplifyGetHelp(), Native.simplifyGetParamDescrs(), Native.solverAssert(), Native.solverAssertAndTrack(), Native.solverCheck(), Native.solverCheckAssumptions(), Native.solverCube(), Native.solverDecRef(), Native.solverFromFile(), Native.solverFromString(), Native.solverGetAssertions(), Native.solverGetConsequences(), Native.solverGetHelp(), Native.solverGetLevels(), Native.solverGetModel(), Native.solverGetNonUnits(), Native.solverGetNumScopes(), Native.solverGetParamDescrs(), Native.solverGetProof(), Native.solverGetReasonUnknown(), Native.solverGetStatistics(), Native.solverGetTrail(), Native.solverGetUnits(), Native.solverGetUnsatCore(), Native.solverImportModelConverter(), Native.solverIncRef(), Native.solverPop(), Native.solverPush(), Native.solverReset(), Native.solverSetParams(), Native.solverToDimacsString(), Native.solverToString(), Native.solverTranslate(), Native.sortToAst(), Native.sortToString(), Native.statsDecRef(), Native.statsGetDoubleValue(), Native.statsGetKey(), Native.statsGetUintValue(), Native.statsIncRef(), Native.statsIsDouble(), Native.statsIsUint(), Native.statsSize(), Native.statsToString(), Native.substitute(), Native.substituteVars(), Native.tacticAndThen(), Native.tacticApply(), Native.tacticApplyEx(), Native.tacticCond(), Native.tacticDecRef(), Native.tacticFail(), Native.tacticFailIf(), Native.tacticFailIfNotDecided(), Native.tacticGetDescr(), Native.tacticGetHelp(), Native.tacticGetParamDescrs(), Native.tacticIncRef(), Native.tacticOrElse(), Native.tacticParAndThen(), Native.tacticParOr(), Native.tacticRepeat(), Native.tacticSkip(), Native.tacticTryFor(), Native.tacticUsingParams(), Native.tacticWhen(), Native.toApp(), Native.toFuncDecl(), Native.translate(), Native.updateParamValue(), and Native.updateTerm().

◆ INTERNALgetEstimatedAllocSize()

static native long INTERNALgetEstimatedAllocSize ( )
staticprotected

◆ INTERNALgetFiniteDomainSortSize()

static native boolean INTERNALgetFiniteDomainSortSize ( long  a0,
long  a1,
LongPtr  a2 
)
staticprotected

◆ INTERNALgetFullVersion()

static native String INTERNALgetFullVersion ( )
staticprotected

Referenced by Native.getFullVersion().

◆ INTERNALgetFuncDeclId()

static native int INTERNALgetFuncDeclId ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getFuncDeclId().

◆ INTERNALgetImpliedEqualities()

static native int INTERNALgetImpliedEqualities ( long  a0,
long  a1,
int  a2,
long []  a3,
int []  a4 
)
staticprotected

◆ INTERNALgetIndexValue()

static native int INTERNALgetIndexValue ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getIndexValue().

◆ INTERNALgetLstring()

static native String INTERNALgetLstring ( long  a0,
long  a1,
IntPtr  a2 
)
staticprotected

Referenced by Native.getLstring().

◆ INTERNALgetNumeralDecimalString()

static native String INTERNALgetNumeralDecimalString ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALgetNumeralDouble()

static native double INTERNALgetNumeralDouble ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getNumeralDouble().

◆ INTERNALgetNumeralInt()

static native boolean INTERNALgetNumeralInt ( long  a0,
long  a1,
IntPtr  a2 
)
staticprotected

Referenced by Native.getNumeralInt().

◆ INTERNALgetNumeralInt64()

static native boolean INTERNALgetNumeralInt64 ( long  a0,
long  a1,
LongPtr  a2 
)
staticprotected

Referenced by Native.getNumeralInt64().

◆ INTERNALgetNumeralRationalInt64()

static native boolean INTERNALgetNumeralRationalInt64 ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
)
staticprotected

◆ INTERNALgetNumeralSmall()

static native boolean INTERNALgetNumeralSmall ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
)
staticprotected

Referenced by Native.getNumeralSmall().

◆ INTERNALgetNumeralString()

static native String INTERNALgetNumeralString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getNumeralString().

◆ INTERNALgetNumeralUint()

static native boolean INTERNALgetNumeralUint ( long  a0,
long  a1,
IntPtr  a2 
)
staticprotected

Referenced by Native.getNumeralUint().

◆ INTERNALgetNumeralUint64()

static native boolean INTERNALgetNumeralUint64 ( long  a0,
long  a1,
LongPtr  a2 
)
staticprotected

Referenced by Native.getNumeralUint64().

◆ INTERNALgetNumerator()

static native long INTERNALgetNumerator ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getNumerator().

◆ INTERNALgetNumProbes()

static native int INTERNALgetNumProbes ( long  a0)
staticprotected

Referenced by Native.getNumProbes().

◆ INTERNALgetNumTactics()

static native int INTERNALgetNumTactics ( long  a0)
staticprotected

Referenced by Native.getNumTactics().

◆ INTERNALgetPattern()

static native long INTERNALgetPattern ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.getPattern().

◆ INTERNALgetPatternNumTerms()

static native int INTERNALgetPatternNumTerms ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALgetProbeName()

static native String INTERNALgetProbeName ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.getProbeName().

◆ INTERNALgetQuantifierBody()

static native long INTERNALgetQuantifierBody ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALgetQuantifierBoundName()

static native long INTERNALgetQuantifierBoundName ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALgetQuantifierBoundSort()

static native long INTERNALgetQuantifierBoundSort ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALgetQuantifierNoPatternAst()

static native long INTERNALgetQuantifierNoPatternAst ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALgetQuantifierNumBound()

static native int INTERNALgetQuantifierNumBound ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALgetQuantifierNumNoPatterns()

static native int INTERNALgetQuantifierNumNoPatterns ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALgetQuantifierNumPatterns()

static native int INTERNALgetQuantifierNumPatterns ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALgetQuantifierPatternAst()

static native long INTERNALgetQuantifierPatternAst ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALgetQuantifierWeight()

static native int INTERNALgetQuantifierWeight ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALgetRange()

static native long INTERNALgetRange ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getRange().

◆ INTERNALgetRelationArity()

static native int INTERNALgetRelationArity ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getRelationArity().

◆ INTERNALgetRelationColumn()

static native long INTERNALgetRelationColumn ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALgetReSortBasis()

static native long INTERNALgetReSortBasis ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getReSortBasis().

◆ INTERNALgetSeqSortBasis()

static native long INTERNALgetSeqSortBasis ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSeqSortBasis().

◆ INTERNALgetSort()

static native long INTERNALgetSort ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSort().

◆ INTERNALgetSortId()

static native int INTERNALgetSortId ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSortId().

◆ INTERNALgetSortKind()

static native int INTERNALgetSortKind ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSortKind().

◆ INTERNALgetSortName()

static native long INTERNALgetSortName ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSortName().

◆ INTERNALgetString()

static native String INTERNALgetString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getString().

◆ INTERNALgetSymbolInt()

static native int INTERNALgetSymbolInt ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSymbolInt().

◆ INTERNALgetSymbolKind()

static native int INTERNALgetSymbolKind ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSymbolKind().

◆ INTERNALgetSymbolString()

static native String INTERNALgetSymbolString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.getSymbolString().

◆ INTERNALgetTacticName()

static native String INTERNALgetTacticName ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.getTacticName().

◆ INTERNALgetTupleSortFieldDecl()

static native long INTERNALgetTupleSortFieldDecl ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALgetTupleSortMkDecl()

static native long INTERNALgetTupleSortMkDecl ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALgetTupleSortNumFields()

static native int INTERNALgetTupleSortNumFields ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALgetVersion()

static native void INTERNALgetVersion ( IntPtr  a0,
IntPtr  a1,
IntPtr  a2,
IntPtr  a3 
)
staticprotected

Referenced by Native.getVersion().

◆ INTERNALglobalParamGet()

static native boolean INTERNALglobalParamGet ( String  a0,
StringPtr  a1 
)
staticprotected

Referenced by Native.globalParamGet().

◆ INTERNALglobalParamResetAll()

static native void INTERNALglobalParamResetAll ( )
staticprotected

◆ INTERNALglobalParamSet()

static native void INTERNALglobalParamSet ( String  a0,
String  a1 
)
staticprotected

Referenced by Native.globalParamSet().

◆ INTERNALgoalAssert()

static native void INTERNALgoalAssert ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.goalAssert().

◆ INTERNALgoalConvertModel()

static native long INTERNALgoalConvertModel ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.goalConvertModel().

◆ INTERNALgoalDecRef()

static native void INTERNALgoalDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalDecRef().

◆ INTERNALgoalDepth()

static native int INTERNALgoalDepth ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalDepth().

◆ INTERNALgoalFormula()

static native long INTERNALgoalFormula ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.goalFormula().

◆ INTERNALgoalInconsistent()

static native boolean INTERNALgoalInconsistent ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalInconsistent().

◆ INTERNALgoalIncRef()

static native void INTERNALgoalIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalIncRef().

◆ INTERNALgoalIsDecidedSat()

static native boolean INTERNALgoalIsDecidedSat ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalIsDecidedSat().

◆ INTERNALgoalIsDecidedUnsat()

static native boolean INTERNALgoalIsDecidedUnsat ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALgoalNumExprs()

static native int INTERNALgoalNumExprs ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalNumExprs().

◆ INTERNALgoalPrecision()

static native int INTERNALgoalPrecision ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalPrecision().

◆ INTERNALgoalReset()

static native void INTERNALgoalReset ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalReset().

◆ INTERNALgoalSize()

static native int INTERNALgoalSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalSize().

◆ INTERNALgoalToDimacsString()

static native String INTERNALgoalToDimacsString ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALgoalToString()

static native String INTERNALgoalToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.goalToString().

◆ INTERNALgoalTranslate()

static native long INTERNALgoalTranslate ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.goalTranslate().

◆ INTERNALincRef()

static native void INTERNALincRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.incRef().

◆ INTERNALinterrupt()

static native void INTERNALinterrupt ( long  a0)
staticprotected

Referenced by Native.interrupt().

◆ INTERNALisAlgebraicNumber()

static native boolean INTERNALisAlgebraicNumber ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALisApp()

static native boolean INTERNALisApp ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.isApp().

◆ INTERNALisAsArray()

static native boolean INTERNALisAsArray ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.isAsArray().

◆ INTERNALisEqAst()

static native boolean INTERNALisEqAst ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.isEqAst().

◆ INTERNALisEqFuncDecl()

static native boolean INTERNALisEqFuncDecl ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.isEqFuncDecl().

◆ INTERNALisEqSort()

static native boolean INTERNALisEqSort ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.isEqSort().

◆ INTERNALisLambda()

static native boolean INTERNALisLambda ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.isLambda().

◆ INTERNALisNumeralAst()

static native boolean INTERNALisNumeralAst ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.isNumeralAst().

◆ INTERNALisQuantifierExists()

static native boolean INTERNALisQuantifierExists ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALisQuantifierForall()

static native boolean INTERNALisQuantifierForall ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALisReSort()

static native boolean INTERNALisReSort ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.isReSort().

◆ INTERNALisSeqSort()

static native boolean INTERNALisSeqSort ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.isSeqSort().

◆ INTERNALisString()

static native boolean INTERNALisString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.isString().

◆ INTERNALisStringSort()

static native boolean INTERNALisStringSort ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.isStringSort().

◆ INTERNALisWellSorted()

static native boolean INTERNALisWellSorted ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.isWellSorted().

◆ INTERNALmkAdd()

static native long INTERNALmkAdd ( long  a0,
int  a1,
long []  a2 
)
staticprotected

Referenced by Native.mkAdd().

◆ INTERNALmkAnd()

static native long INTERNALmkAnd ( long  a0,
int  a1,
long []  a2 
)
staticprotected

Referenced by Native.mkAnd().

◆ INTERNALmkApp()

static native long INTERNALmkApp ( long  a0,
long  a1,
int  a2,
long []  a3 
)
staticprotected

Referenced by Native.mkApp().

◆ INTERNALmkArrayDefault()

static native long INTERNALmkArrayDefault ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkArrayDefault().

◆ INTERNALmkArrayExt()

static native long INTERNALmkArrayExt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkArrayExt().

◆ INTERNALmkArraySort()

static native long INTERNALmkArraySort ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkArraySort().

◆ INTERNALmkArraySortN()

static native long INTERNALmkArraySortN ( long  a0,
int  a1,
long []  a2,
long  a3 
)
staticprotected

Referenced by Native.mkArraySortN().

◆ INTERNALmkAsArray()

static native long INTERNALmkAsArray ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkAsArray().

◆ INTERNALmkAstMap()

static native long INTERNALmkAstMap ( long  a0)
staticprotected

Referenced by Native.mkAstMap().

◆ INTERNALmkAstVector()

static native long INTERNALmkAstVector ( long  a0)
staticprotected

Referenced by Native.mkAstVector().

◆ INTERNALmkAtleast()

static native long INTERNALmkAtleast ( long  a0,
int  a1,
long []  a2,
int  a3 
)
staticprotected

Referenced by Native.mkAtleast().

◆ INTERNALmkAtmost()

static native long INTERNALmkAtmost ( long  a0,
int  a1,
long []  a2,
int  a3 
)
staticprotected

Referenced by Native.mkAtmost().

◆ INTERNALmkBoolSort()

static native long INTERNALmkBoolSort ( long  a0)
staticprotected

Referenced by Native.mkBoolSort().

◆ INTERNALmkBound()

static native long INTERNALmkBound ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBound().

◆ INTERNALmkBv2int()

static native long INTERNALmkBv2int ( long  a0,
long  a1,
boolean  a2 
)
staticprotected

Referenced by Native.mkBv2int().

◆ INTERNALmkBvadd()

static native long INTERNALmkBvadd ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvadd().

◆ INTERNALmkBvaddNoOverflow()

static native long INTERNALmkBvaddNoOverflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
)
staticprotected

◆ INTERNALmkBvaddNoUnderflow()

static native long INTERNALmkBvaddNoUnderflow ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALmkBvand()

static native long INTERNALmkBvand ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvand().

◆ INTERNALmkBvashr()

static native long INTERNALmkBvashr ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvashr().

◆ INTERNALmkBvlshr()

static native long INTERNALmkBvlshr ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvlshr().

◆ INTERNALmkBvmul()

static native long INTERNALmkBvmul ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvmul().

◆ INTERNALmkBvmulNoOverflow()

static native long INTERNALmkBvmulNoOverflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
)
staticprotected

◆ INTERNALmkBvmulNoUnderflow()

static native long INTERNALmkBvmulNoUnderflow ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALmkBvnand()

static native long INTERNALmkBvnand ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvnand().

◆ INTERNALmkBvneg()

static native long INTERNALmkBvneg ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkBvneg().

◆ INTERNALmkBvnegNoOverflow()

static native long INTERNALmkBvnegNoOverflow ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALmkBvnor()

static native long INTERNALmkBvnor ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvnor().

◆ INTERNALmkBvnot()

static native long INTERNALmkBvnot ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkBvnot().

◆ INTERNALmkBvNumeral()

static native long INTERNALmkBvNumeral ( long  a0,
int  a1,
boolean []  a2 
)
staticprotected

Referenced by Native.mkBvNumeral().

◆ INTERNALmkBvor()

static native long INTERNALmkBvor ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvor().

◆ INTERNALmkBvredand()

static native long INTERNALmkBvredand ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkBvredand().

◆ INTERNALmkBvredor()

static native long INTERNALmkBvredor ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkBvredor().

◆ INTERNALmkBvsdiv()

static native long INTERNALmkBvsdiv ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsdiv().

◆ INTERNALmkBvsdivNoOverflow()

static native long INTERNALmkBvsdivNoOverflow ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALmkBvsge()

static native long INTERNALmkBvsge ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsge().

◆ INTERNALmkBvsgt()

static native long INTERNALmkBvsgt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsgt().

◆ INTERNALmkBvshl()

static native long INTERNALmkBvshl ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvshl().

◆ INTERNALmkBvsle()

static native long INTERNALmkBvsle ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsle().

◆ INTERNALmkBvslt()

static native long INTERNALmkBvslt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvslt().

◆ INTERNALmkBvsmod()

static native long INTERNALmkBvsmod ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsmod().

◆ INTERNALmkBvSort()

static native long INTERNALmkBvSort ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.mkBvSort().

◆ INTERNALmkBvsrem()

static native long INTERNALmkBvsrem ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsrem().

◆ INTERNALmkBvsub()

static native long INTERNALmkBvsub ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvsub().

◆ INTERNALmkBvsubNoOverflow()

static native long INTERNALmkBvsubNoOverflow ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALmkBvsubNoUnderflow()

static native long INTERNALmkBvsubNoUnderflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
)
staticprotected

◆ INTERNALmkBvudiv()

static native long INTERNALmkBvudiv ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvudiv().

◆ INTERNALmkBvuge()

static native long INTERNALmkBvuge ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvuge().

◆ INTERNALmkBvugt()

static native long INTERNALmkBvugt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvugt().

◆ INTERNALmkBvule()

static native long INTERNALmkBvule ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvule().

◆ INTERNALmkBvult()

static native long INTERNALmkBvult ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvult().

◆ INTERNALmkBvurem()

static native long INTERNALmkBvurem ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvurem().

◆ INTERNALmkBvxnor()

static native long INTERNALmkBvxnor ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvxnor().

◆ INTERNALmkBvxor()

static native long INTERNALmkBvxor ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkBvxor().

◆ INTERNALmkConcat()

static native long INTERNALmkConcat ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkConcat().

◆ INTERNALmkConfig()

static native long INTERNALmkConfig ( )
staticprotected

Referenced by Native.mkConfig().

◆ INTERNALmkConst()

static native long INTERNALmkConst ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkConst().

◆ INTERNALmkConstArray()

static native long INTERNALmkConstArray ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkConstArray().

◆ INTERNALmkConstructor()

static native long INTERNALmkConstructor ( long  a0,
long  a1,
long  a2,
int  a3,
long []  a4,
long []  a5,
int []  a6 
)
staticprotected

Referenced by Native.mkConstructor().

◆ INTERNALmkConstructorList()

static native long INTERNALmkConstructorList ( long  a0,
int  a1,
long []  a2 
)
staticprotected

◆ INTERNALmkContext()

static native long INTERNALmkContext ( long  a0)
staticprotected

Referenced by Native.mkContext().

◆ INTERNALmkContextRc()

static native long INTERNALmkContextRc ( long  a0)
staticprotected

Referenced by Native.mkContextRc().

◆ INTERNALmkDatatype()

static native long INTERNALmkDatatype ( long  a0,
long  a1,
int  a2,
long []  a3 
)
staticprotected

Referenced by Native.mkDatatype().

◆ INTERNALmkDatatypes()

static native void INTERNALmkDatatypes ( long  a0,
int  a1,
long []  a2,
long []  a3,
long []  a4 
)
staticprotected

Referenced by Native.mkDatatypes().

◆ INTERNALmkDistinct()

static native long INTERNALmkDistinct ( long  a0,
int  a1,
long []  a2 
)
staticprotected

Referenced by Native.mkDistinct().

◆ INTERNALmkDiv()

static native long INTERNALmkDiv ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkDiv().

◆ INTERNALmkEmptySet()

static native long INTERNALmkEmptySet ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkEmptySet().

◆ INTERNALmkEnumerationSort()

static native long INTERNALmkEnumerationSort ( long  a0,
long  a1,
int  a2,
long []  a3,
long []  a4,
long []  a5 
)
staticprotected

◆ INTERNALmkEq()

static native long INTERNALmkEq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkEq().

◆ INTERNALmkExists()

static native long INTERNALmkExists ( long  a0,
int  a1,
int  a2,
long []  a3,
int  a4,
long []  a5,
long []  a6,
long  a7 
)
staticprotected

Referenced by Native.mkExists().

◆ INTERNALmkExistsConst()

static native long INTERNALmkExistsConst ( long  a0,
int  a1,
int  a2,
long []  a3,
int  a4,
long []  a5,
long  a6 
)
staticprotected

Referenced by Native.mkExistsConst().

◆ INTERNALmkExtract()

static native long INTERNALmkExtract ( long  a0,
int  a1,
int  a2,
long  a3 
)
staticprotected

Referenced by Native.mkExtract().

◆ INTERNALmkExtRotateLeft()

static native long INTERNALmkExtRotateLeft ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkExtRotateLeft().

◆ INTERNALmkExtRotateRight()

static native long INTERNALmkExtRotateRight ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkExtRotateRight().

◆ INTERNALmkFalse()

static native long INTERNALmkFalse ( long  a0)
staticprotected

Referenced by Native.mkFalse().

◆ INTERNALmkFiniteDomainSort()

static native long INTERNALmkFiniteDomainSort ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALmkFixedpoint()

static native long INTERNALmkFixedpoint ( long  a0)
staticprotected

Referenced by Native.mkFixedpoint().

◆ INTERNALmkForall()

static native long INTERNALmkForall ( long  a0,
int  a1,
int  a2,
long []  a3,
int  a4,
long []  a5,
long []  a6,
long  a7 
)
staticprotected

Referenced by Native.mkForall().

◆ INTERNALmkForallConst()

static native long INTERNALmkForallConst ( long  a0,
int  a1,
int  a2,
long []  a3,
int  a4,
long []  a5,
long  a6 
)
staticprotected

Referenced by Native.mkForallConst().

◆ INTERNALmkFpaAbs()

static native long INTERNALmkFpaAbs ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaAbs().

◆ INTERNALmkFpaAdd()

static native long INTERNALmkFpaAdd ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkFpaAdd().

◆ INTERNALmkFpaDiv()

static native long INTERNALmkFpaDiv ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkFpaDiv().

◆ INTERNALmkFpaEq()

static native long INTERNALmkFpaEq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaEq().

◆ INTERNALmkFpaFma()

static native long INTERNALmkFpaFma ( long  a0,
long  a1,
long  a2,
long  a3,
long  a4 
)
staticprotected

Referenced by Native.mkFpaFma().

◆ INTERNALmkFpaFp()

static native long INTERNALmkFpaFp ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkFpaFp().

◆ INTERNALmkFpaGeq()

static native long INTERNALmkFpaGeq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaGeq().

◆ INTERNALmkFpaGt()

static native long INTERNALmkFpaGt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaGt().

◆ INTERNALmkFpaInf()

static native long INTERNALmkFpaInf ( long  a0,
long  a1,
boolean  a2 
)
staticprotected

Referenced by Native.mkFpaInf().

◆ INTERNALmkFpaIsInfinite()

static native long INTERNALmkFpaIsInfinite ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaIsInfinite().

◆ INTERNALmkFpaIsNan()

static native long INTERNALmkFpaIsNan ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaIsNan().

◆ INTERNALmkFpaIsNegative()

static native long INTERNALmkFpaIsNegative ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaIsNegative().

◆ INTERNALmkFpaIsNormal()

static native long INTERNALmkFpaIsNormal ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaIsNormal().

◆ INTERNALmkFpaIsPositive()

static native long INTERNALmkFpaIsPositive ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaIsPositive().

◆ INTERNALmkFpaIsSubnormal()

static native long INTERNALmkFpaIsSubnormal ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaIsSubnormal().

◆ INTERNALmkFpaIsZero()

static native long INTERNALmkFpaIsZero ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaIsZero().

◆ INTERNALmkFpaLeq()

static native long INTERNALmkFpaLeq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaLeq().

◆ INTERNALmkFpaLt()

static native long INTERNALmkFpaLt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaLt().

◆ INTERNALmkFpaMax()

static native long INTERNALmkFpaMax ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaMax().

◆ INTERNALmkFpaMin()

static native long INTERNALmkFpaMin ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaMin().

◆ INTERNALmkFpaMul()

static native long INTERNALmkFpaMul ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkFpaMul().

◆ INTERNALmkFpaNan()

static native long INTERNALmkFpaNan ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaNan().

◆ INTERNALmkFpaNeg()

static native long INTERNALmkFpaNeg ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaNeg().

◆ INTERNALmkFpaNumeralDouble()

static native long INTERNALmkFpaNumeralDouble ( long  a0,
double  a1,
long  a2 
)
staticprotected

◆ INTERNALmkFpaNumeralFloat()

static native long INTERNALmkFpaNumeralFloat ( long  a0,
float  a1,
long  a2 
)
staticprotected

◆ INTERNALmkFpaNumeralInt()

static native long INTERNALmkFpaNumeralInt ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaNumeralInt().

◆ INTERNALmkFpaNumeralInt64Uint64()

static native long INTERNALmkFpaNumeralInt64Uint64 ( long  a0,
boolean  a1,
long  a2,
long  a3,
long  a4 
)
staticprotected

◆ INTERNALmkFpaNumeralIntUint()

static native long INTERNALmkFpaNumeralIntUint ( long  a0,
boolean  a1,
int  a2,
int  a3,
long  a4 
)
staticprotected

◆ INTERNALmkFpaRem()

static native long INTERNALmkFpaRem ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaRem().

◆ INTERNALmkFpaRna()

static native long INTERNALmkFpaRna ( long  a0)
staticprotected

Referenced by Native.mkFpaRna().

◆ INTERNALmkFpaRne()

static native long INTERNALmkFpaRne ( long  a0)
staticprotected

Referenced by Native.mkFpaRne().

◆ INTERNALmkFpaRoundingModeSort()

static native long INTERNALmkFpaRoundingModeSort ( long  a0)
staticprotected

◆ INTERNALmkFpaRoundNearestTiesToAway()

static native long INTERNALmkFpaRoundNearestTiesToAway ( long  a0)
staticprotected

◆ INTERNALmkFpaRoundNearestTiesToEven()

static native long INTERNALmkFpaRoundNearestTiesToEven ( long  a0)
staticprotected

◆ INTERNALmkFpaRoundToIntegral()

static native long INTERNALmkFpaRoundToIntegral ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALmkFpaRoundTowardNegative()

static native long INTERNALmkFpaRoundTowardNegative ( long  a0)
staticprotected

◆ INTERNALmkFpaRoundTowardPositive()

static native long INTERNALmkFpaRoundTowardPositive ( long  a0)
staticprotected

◆ INTERNALmkFpaRoundTowardZero()

static native long INTERNALmkFpaRoundTowardZero ( long  a0)
staticprotected

◆ INTERNALmkFpaRtn()

static native long INTERNALmkFpaRtn ( long  a0)
staticprotected

Referenced by Native.mkFpaRtn().

◆ INTERNALmkFpaRtp()

static native long INTERNALmkFpaRtp ( long  a0)
staticprotected

Referenced by Native.mkFpaRtp().

◆ INTERNALmkFpaRtz()

static native long INTERNALmkFpaRtz ( long  a0)
staticprotected

Referenced by Native.mkFpaRtz().

◆ INTERNALmkFpaSort()

static native long INTERNALmkFpaSort ( long  a0,
int  a1,
int  a2 
)
staticprotected

Referenced by Native.mkFpaSort().

◆ INTERNALmkFpaSort128()

static native long INTERNALmkFpaSort128 ( long  a0)
staticprotected

Referenced by Native.mkFpaSort128().

◆ INTERNALmkFpaSort16()

static native long INTERNALmkFpaSort16 ( long  a0)
staticprotected

Referenced by Native.mkFpaSort16().

◆ INTERNALmkFpaSort32()

static native long INTERNALmkFpaSort32 ( long  a0)
staticprotected

Referenced by Native.mkFpaSort32().

◆ INTERNALmkFpaSort64()

static native long INTERNALmkFpaSort64 ( long  a0)
staticprotected

Referenced by Native.mkFpaSort64().

◆ INTERNALmkFpaSortDouble()

static native long INTERNALmkFpaSortDouble ( long  a0)
staticprotected

Referenced by Native.mkFpaSortDouble().

◆ INTERNALmkFpaSortHalf()

static native long INTERNALmkFpaSortHalf ( long  a0)
staticprotected

Referenced by Native.mkFpaSortHalf().

◆ INTERNALmkFpaSortQuadruple()

static native long INTERNALmkFpaSortQuadruple ( long  a0)
staticprotected

◆ INTERNALmkFpaSortSingle()

static native long INTERNALmkFpaSortSingle ( long  a0)
staticprotected

Referenced by Native.mkFpaSortSingle().

◆ INTERNALmkFpaSqrt()

static native long INTERNALmkFpaSqrt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaSqrt().

◆ INTERNALmkFpaSub()

static native long INTERNALmkFpaSub ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkFpaSub().

◆ INTERNALmkFpaToFpBv()

static native long INTERNALmkFpaToFpBv ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFpaToFpBv().

◆ INTERNALmkFpaToFpFloat()

static native long INTERNALmkFpaToFpFloat ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkFpaToFpFloat().

◆ INTERNALmkFpaToFpIntReal()

static native long INTERNALmkFpaToFpIntReal ( long  a0,
long  a1,
long  a2,
long  a3,
long  a4 
)
staticprotected

Referenced by Native.mkFpaToFpIntReal().

◆ INTERNALmkFpaToFpReal()

static native long INTERNALmkFpaToFpReal ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkFpaToFpReal().

◆ INTERNALmkFpaToFpSigned()

static native long INTERNALmkFpaToFpSigned ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkFpaToFpSigned().

◆ INTERNALmkFpaToFpUnsigned()

static native long INTERNALmkFpaToFpUnsigned ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

◆ INTERNALmkFpaToIeeeBv()

static native long INTERNALmkFpaToIeeeBv ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaToIeeeBv().

◆ INTERNALmkFpaToReal()

static native long INTERNALmkFpaToReal ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFpaToReal().

◆ INTERNALmkFpaToSbv()

static native long INTERNALmkFpaToSbv ( long  a0,
long  a1,
long  a2,
int  a3 
)
staticprotected

Referenced by Native.mkFpaToSbv().

◆ INTERNALmkFpaToUbv()

static native long INTERNALmkFpaToUbv ( long  a0,
long  a1,
long  a2,
int  a3 
)
staticprotected

Referenced by Native.mkFpaToUbv().

◆ INTERNALmkFpaZero()

static native long INTERNALmkFpaZero ( long  a0,
long  a1,
boolean  a2 
)
staticprotected

Referenced by Native.mkFpaZero().

◆ INTERNALmkFreshConst()

static native long INTERNALmkFreshConst ( long  a0,
String  a1,
long  a2 
)
staticprotected

Referenced by Native.mkFreshConst().

◆ INTERNALmkFreshFuncDecl()

static native long INTERNALmkFreshFuncDecl ( long  a0,
String  a1,
int  a2,
long []  a3,
long  a4 
)
staticprotected

Referenced by Native.mkFreshFuncDecl().

◆ INTERNALmkFullSet()

static native long INTERNALmkFullSet ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkFullSet().

◆ INTERNALmkFuncDecl()

static native long INTERNALmkFuncDecl ( long  a0,
long  a1,
int  a2,
long []  a3,
long  a4 
)
staticprotected

Referenced by Native.mkFuncDecl().

◆ INTERNALmkGe()

static native long INTERNALmkGe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkGe().

◆ INTERNALmkGoal()

static native long INTERNALmkGoal ( long  a0,
boolean  a1,
boolean  a2,
boolean  a3 
)
staticprotected

Referenced by Native.mkGoal().

◆ INTERNALmkGt()

static native long INTERNALmkGt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkGt().

◆ INTERNALmkIff()

static native long INTERNALmkIff ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkIff().

◆ INTERNALmkImplies()

static native long INTERNALmkImplies ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkImplies().

◆ INTERNALmkInt()

static native long INTERNALmkInt ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkInt().

◆ INTERNALmkInt2bv()

static native long INTERNALmkInt2bv ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkInt2bv().

◆ INTERNALmkInt2real()

static native long INTERNALmkInt2real ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkInt2real().

◆ INTERNALmkInt64()

static native long INTERNALmkInt64 ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkInt64().

◆ INTERNALmkIntSort()

static native long INTERNALmkIntSort ( long  a0)
staticprotected

Referenced by Native.mkIntSort().

◆ INTERNALmkIntSymbol()

static native long INTERNALmkIntSymbol ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.mkIntSymbol().

◆ INTERNALmkIntToStr()

static native long INTERNALmkIntToStr ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkIntToStr().

◆ INTERNALmkIsInt()

static native long INTERNALmkIsInt ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkIsInt().

◆ INTERNALmkIte()

static native long INTERNALmkIte ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkIte().

◆ INTERNALmkLambda()

static native long INTERNALmkLambda ( long  a0,
int  a1,
long []  a2,
long []  a3,
long  a4 
)
staticprotected

Referenced by Native.mkLambda().

◆ INTERNALmkLambdaConst()

static native long INTERNALmkLambdaConst ( long  a0,
int  a1,
long []  a2,
long  a3 
)
staticprotected

Referenced by Native.mkLambdaConst().

◆ INTERNALmkLe()

static native long INTERNALmkLe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkLe().

◆ INTERNALmkLinearOrder()

static native long INTERNALmkLinearOrder ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.mkLinearOrder().

◆ INTERNALmkListSort()

static native long INTERNALmkListSort ( long  a0,
long  a1,
long  a2,
LongPtr  a3,
LongPtr  a4,
LongPtr  a5,
LongPtr  a6,
LongPtr  a7,
LongPtr  a8 
)
staticprotected

Referenced by Native.mkListSort().

◆ INTERNALmkLstring()

static native long INTERNALmkLstring ( long  a0,
int  a1,
String  a2 
)
staticprotected

Referenced by Native.mkLstring().

◆ INTERNALmkLt()

static native long INTERNALmkLt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkLt().

◆ INTERNALmkMap()

static native long INTERNALmkMap ( long  a0,
long  a1,
int  a2,
long []  a3 
)
staticprotected

Referenced by Native.mkMap().

◆ INTERNALmkMod()

static native long INTERNALmkMod ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkMod().

◆ INTERNALmkModel()

static native long INTERNALmkModel ( long  a0)
staticprotected

Referenced by Native.mkModel().

◆ INTERNALmkMul()

static native long INTERNALmkMul ( long  a0,
int  a1,
long []  a2 
)
staticprotected

Referenced by Native.mkMul().

◆ INTERNALmkNot()

static native long INTERNALmkNot ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkNot().

◆ INTERNALmkNumeral()

static native long INTERNALmkNumeral ( long  a0,
String  a1,
long  a2 
)
staticprotected

Referenced by Native.mkNumeral().

◆ INTERNALmkOptimize()

static native long INTERNALmkOptimize ( long  a0)
staticprotected

Referenced by Native.mkOptimize().

◆ INTERNALmkOr()

static native long INTERNALmkOr ( long  a0,
int  a1,
long []  a2 
)
staticprotected

Referenced by Native.mkOr().

◆ INTERNALmkParams()

static native long INTERNALmkParams ( long  a0)
staticprotected

Referenced by Native.mkParams().

◆ INTERNALmkPartialOrder()

static native long INTERNALmkPartialOrder ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.mkPartialOrder().

◆ INTERNALmkPattern()

static native long INTERNALmkPattern ( long  a0,
int  a1,
long []  a2 
)
staticprotected

Referenced by Native.mkPattern().

◆ INTERNALmkPbeq()

static native long INTERNALmkPbeq ( long  a0,
int  a1,
long []  a2,
int []  a3,
int  a4 
)
staticprotected

Referenced by Native.mkPbeq().

◆ INTERNALmkPbge()

static native long INTERNALmkPbge ( long  a0,
int  a1,
long []  a2,
int []  a3,
int  a4 
)
staticprotected

Referenced by Native.mkPbge().

◆ INTERNALmkPble()

static native long INTERNALmkPble ( long  a0,
int  a1,
long []  a2,
int []  a3,
int  a4 
)
staticprotected

Referenced by Native.mkPble().

◆ INTERNALmkPiecewiseLinearOrder()

static native long INTERNALmkPiecewiseLinearOrder ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALmkPower()

static native long INTERNALmkPower ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkPower().

◆ INTERNALmkProbe()

static native long INTERNALmkProbe ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.mkProbe().

◆ INTERNALmkQuantifier()

static native long INTERNALmkQuantifier ( long  a0,
boolean  a1,
int  a2,
int  a3,
long []  a4,
int  a5,
long []  a6,
long []  a7,
long  a8 
)
staticprotected

Referenced by Native.mkQuantifier().

◆ INTERNALmkQuantifierConst()

static native long INTERNALmkQuantifierConst ( long  a0,
boolean  a1,
int  a2,
int  a3,
long []  a4,
int  a5,
long []  a6,
long  a7 
)
staticprotected

◆ INTERNALmkQuantifierConstEx()

static native long INTERNALmkQuantifierConstEx ( long  a0,
boolean  a1,
int  a2,
long  a3,
long  a4,
int  a5,
long []  a6,
int  a7,
long []  a8,
int  a9,
long []  a10,
long  a11 
)
staticprotected

◆ INTERNALmkQuantifierEx()

static native long INTERNALmkQuantifierEx ( long  a0,
boolean  a1,
int  a2,
long  a3,
long  a4,
int  a5,
long []  a6,
int  a7,
long []  a8,
int  a9,
long []  a10,
long []  a11,
long  a12 
)
staticprotected

Referenced by Native.mkQuantifierEx().

◆ INTERNALmkReal()

static native long INTERNALmkReal ( long  a0,
int  a1,
int  a2 
)
staticprotected

Referenced by Native.mkReal().

◆ INTERNALmkReal2int()

static native long INTERNALmkReal2int ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkReal2int().

◆ INTERNALmkRealSort()

static native long INTERNALmkRealSort ( long  a0)
staticprotected

Referenced by Native.mkRealSort().

◆ INTERNALmkRecFuncDecl()

static native long INTERNALmkRecFuncDecl ( long  a0,
long  a1,
int  a2,
long []  a3,
long  a4 
)
staticprotected

Referenced by Native.mkRecFuncDecl().

◆ INTERNALmkReComplement()

static native long INTERNALmkReComplement ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkReComplement().

◆ INTERNALmkReConcat()

static native long INTERNALmkReConcat ( long  a0,
int  a1,
long []  a2 
)
staticprotected

Referenced by Native.mkReConcat().

◆ INTERNALmkReEmpty()

static native long INTERNALmkReEmpty ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkReEmpty().

◆ INTERNALmkReFull()

static native long INTERNALmkReFull ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkReFull().

◆ INTERNALmkReIntersect()

static native long INTERNALmkReIntersect ( long  a0,
int  a1,
long []  a2 
)
staticprotected

Referenced by Native.mkReIntersect().

◆ INTERNALmkReLoop()

static native long INTERNALmkReLoop ( long  a0,
long  a1,
int  a2,
int  a3 
)
staticprotected

Referenced by Native.mkReLoop().

◆ INTERNALmkRem()

static native long INTERNALmkRem ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkRem().

◆ INTERNALmkReOption()

static native long INTERNALmkReOption ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkReOption().

◆ INTERNALmkRepeat()

static native long INTERNALmkRepeat ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkRepeat().

◆ INTERNALmkRePlus()

static native long INTERNALmkRePlus ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkRePlus().

◆ INTERNALmkReRange()

static native long INTERNALmkReRange ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkReRange().

◆ INTERNALmkReSort()

static native long INTERNALmkReSort ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkReSort().

◆ INTERNALmkReStar()

static native long INTERNALmkReStar ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkReStar().

◆ INTERNALmkReUnion()

static native long INTERNALmkReUnion ( long  a0,
int  a1,
long []  a2 
)
staticprotected

Referenced by Native.mkReUnion().

◆ INTERNALmkRotateLeft()

static native long INTERNALmkRotateLeft ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkRotateLeft().

◆ INTERNALmkRotateRight()

static native long INTERNALmkRotateRight ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkRotateRight().

◆ INTERNALmkSelect()

static native long INTERNALmkSelect ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSelect().

◆ INTERNALmkSelectN()

static native long INTERNALmkSelectN ( long  a0,
long  a1,
int  a2,
long []  a3 
)
staticprotected

Referenced by Native.mkSelectN().

◆ INTERNALmkSeqAt()

static native long INTERNALmkSeqAt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSeqAt().

◆ INTERNALmkSeqConcat()

static native long INTERNALmkSeqConcat ( long  a0,
int  a1,
long []  a2 
)
staticprotected

Referenced by Native.mkSeqConcat().

◆ INTERNALmkSeqContains()

static native long INTERNALmkSeqContains ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSeqContains().

◆ INTERNALmkSeqEmpty()

static native long INTERNALmkSeqEmpty ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkSeqEmpty().

◆ INTERNALmkSeqExtract()

static native long INTERNALmkSeqExtract ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkSeqExtract().

◆ INTERNALmkSeqIndex()

static native long INTERNALmkSeqIndex ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkSeqIndex().

◆ INTERNALmkSeqInRe()

static native long INTERNALmkSeqInRe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSeqInRe().

◆ INTERNALmkSeqLastIndex()

static native long INTERNALmkSeqLastIndex ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSeqLastIndex().

◆ INTERNALmkSeqLength()

static native long INTERNALmkSeqLength ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkSeqLength().

◆ INTERNALmkSeqNth()

static native long INTERNALmkSeqNth ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSeqNth().

◆ INTERNALmkSeqPrefix()

static native long INTERNALmkSeqPrefix ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSeqPrefix().

◆ INTERNALmkSeqReplace()

static native long INTERNALmkSeqReplace ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkSeqReplace().

◆ INTERNALmkSeqSort()

static native long INTERNALmkSeqSort ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkSeqSort().

◆ INTERNALmkSeqSuffix()

static native long INTERNALmkSeqSuffix ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSeqSuffix().

◆ INTERNALmkSeqToRe()

static native long INTERNALmkSeqToRe ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkSeqToRe().

◆ INTERNALmkSeqUnit()

static native long INTERNALmkSeqUnit ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkSeqUnit().

◆ INTERNALmkSetAdd()

static native long INTERNALmkSetAdd ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSetAdd().

◆ INTERNALmkSetComplement()

static native long INTERNALmkSetComplement ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkSetComplement().

◆ INTERNALmkSetDel()

static native long INTERNALmkSetDel ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSetDel().

◆ INTERNALmkSetDifference()

static native long INTERNALmkSetDifference ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSetDifference().

◆ INTERNALmkSetHasSize()

static native long INTERNALmkSetHasSize ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSetHasSize().

◆ INTERNALmkSetIntersect()

static native long INTERNALmkSetIntersect ( long  a0,
int  a1,
long []  a2 
)
staticprotected

Referenced by Native.mkSetIntersect().

◆ INTERNALmkSetMember()

static native long INTERNALmkSetMember ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSetMember().

◆ INTERNALmkSetSort()

static native long INTERNALmkSetSort ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkSetSort().

◆ INTERNALmkSetSubset()

static native long INTERNALmkSetSubset ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSetSubset().

◆ INTERNALmkSetUnion()

static native long INTERNALmkSetUnion ( long  a0,
int  a1,
long []  a2 
)
staticprotected

Referenced by Native.mkSetUnion().

◆ INTERNALmkSignExt()

static native long INTERNALmkSignExt ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkSignExt().

◆ INTERNALmkSimpleSolver()

static native long INTERNALmkSimpleSolver ( long  a0)
staticprotected

Referenced by Native.mkSimpleSolver().

◆ INTERNALmkSolver()

static native long INTERNALmkSolver ( long  a0)
staticprotected

Referenced by Native.mkSolver().

◆ INTERNALmkSolverForLogic()

static native long INTERNALmkSolverForLogic ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkSolverForLogic().

◆ INTERNALmkSolverFromTactic()

static native long INTERNALmkSolverFromTactic ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALmkStore()

static native long INTERNALmkStore ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.mkStore().

◆ INTERNALmkStoreN()

static native long INTERNALmkStoreN ( long  a0,
long  a1,
int  a2,
long []  a3,
long  a4 
)
staticprotected

Referenced by Native.mkStoreN().

◆ INTERNALmkString()

static native long INTERNALmkString ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.mkString().

◆ INTERNALmkStringSort()

static native long INTERNALmkStringSort ( long  a0)
staticprotected

Referenced by Native.mkStringSort().

◆ INTERNALmkStringSymbol()

static native long INTERNALmkStringSymbol ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.mkStringSymbol().

◆ INTERNALmkStrLe()

static native long INTERNALmkStrLe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkStrLe().

◆ INTERNALmkStrLt()

static native long INTERNALmkStrLt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkStrLt().

◆ INTERNALmkStrToInt()

static native long INTERNALmkStrToInt ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkStrToInt().

◆ INTERNALmkSub()

static native long INTERNALmkSub ( long  a0,
int  a1,
long []  a2 
)
staticprotected

Referenced by Native.mkSub().

◆ INTERNALmkTactic()

static native long INTERNALmkTactic ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.mkTactic().

◆ INTERNALmkTransitiveClosure()

static native long INTERNALmkTransitiveClosure ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALmkTreeOrder()

static native long INTERNALmkTreeOrder ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.mkTreeOrder().

◆ INTERNALmkTrue()

static native long INTERNALmkTrue ( long  a0)
staticprotected

Referenced by Native.mkTrue().

◆ INTERNALmkTupleSort()

static native long INTERNALmkTupleSort ( long  a0,
long  a1,
int  a2,
long []  a3,
long []  a4,
LongPtr  a5,
long []  a6 
)
staticprotected

Referenced by Native.mkTupleSort().

◆ INTERNALmkUnaryMinus()

static native long INTERNALmkUnaryMinus ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.mkUnaryMinus().

◆ INTERNALmkUninterpretedSort()

static native long INTERNALmkUninterpretedSort ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALmkUnsignedInt()

static native long INTERNALmkUnsignedInt ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkUnsignedInt().

◆ INTERNALmkUnsignedInt64()

static native long INTERNALmkUnsignedInt64 ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkUnsignedInt64().

◆ INTERNALmkXor()

static native long INTERNALmkXor ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.mkXor().

◆ INTERNALmkZeroExt()

static native long INTERNALmkZeroExt ( long  a0,
int  a1,
long  a2 
)
staticprotected

Referenced by Native.mkZeroExt().

◆ INTERNALmodelDecRef()

static native void INTERNALmodelDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.modelDecRef().

◆ INTERNALmodelEval()

static native boolean INTERNALmodelEval ( long  a0,
long  a1,
long  a2,
boolean  a3,
LongPtr  a4 
)
staticprotected

Referenced by Native.modelEval().

◆ INTERNALmodelExtrapolate()

static native long INTERNALmodelExtrapolate ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.modelExtrapolate().

◆ INTERNALmodelGetConstDecl()

static native long INTERNALmodelGetConstDecl ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALmodelGetConstInterp()

static native long INTERNALmodelGetConstInterp ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALmodelGetFuncDecl()

static native long INTERNALmodelGetFuncDecl ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.modelGetFuncDecl().

◆ INTERNALmodelGetFuncInterp()

static native long INTERNALmodelGetFuncInterp ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALmodelGetNumConsts()

static native int INTERNALmodelGetNumConsts ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALmodelGetNumFuncs()

static native int INTERNALmodelGetNumFuncs ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.modelGetNumFuncs().

◆ INTERNALmodelGetNumSorts()

static native int INTERNALmodelGetNumSorts ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.modelGetNumSorts().

◆ INTERNALmodelGetSort()

static native long INTERNALmodelGetSort ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.modelGetSort().

◆ INTERNALmodelGetSortUniverse()

static native long INTERNALmodelGetSortUniverse ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALmodelHasInterp()

static native boolean INTERNALmodelHasInterp ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.modelHasInterp().

◆ INTERNALmodelIncRef()

static native void INTERNALmodelIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.modelIncRef().

◆ INTERNALmodelToString()

static native String INTERNALmodelToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.modelToString().

◆ INTERNALmodelTranslate()

static native long INTERNALmodelTranslate ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.modelTranslate().

◆ INTERNALopenLog()

static native int INTERNALopenLog ( String  a0)
staticprotected

Referenced by Native.openLog().

◆ INTERNALoptimizeAssert()

static native void INTERNALoptimizeAssert ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.optimizeAssert().

◆ INTERNALoptimizeAssertAndTrack()

static native void INTERNALoptimizeAssertAndTrack ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

◆ INTERNALoptimizeAssertSoft()

static native int INTERNALoptimizeAssertSoft ( long  a0,
long  a1,
long  a2,
String  a3,
long  a4 
)
staticprotected

◆ INTERNALoptimizeCheck()

static native int INTERNALoptimizeCheck ( long  a0,
long  a1,
int  a2,
long []  a3 
)
staticprotected

Referenced by Native.optimizeCheck().

◆ INTERNALoptimizeDecRef()

static native void INTERNALoptimizeDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.optimizeDecRef().

◆ INTERNALoptimizeFromFile()

static native void INTERNALoptimizeFromFile ( long  a0,
long  a1,
String  a2 
)
staticprotected

Referenced by Native.optimizeFromFile().

◆ INTERNALoptimizeFromString()

static native void INTERNALoptimizeFromString ( long  a0,
long  a1,
String  a2 
)
staticprotected

◆ INTERNALoptimizeGetAssertions()

static native long INTERNALoptimizeGetAssertions ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALoptimizeGetHelp()

static native String INTERNALoptimizeGetHelp ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.optimizeGetHelp().

◆ INTERNALoptimizeGetLower()

static native long INTERNALoptimizeGetLower ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.optimizeGetLower().

◆ INTERNALoptimizeGetLowerAsVector()

static native long INTERNALoptimizeGetLowerAsVector ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALoptimizeGetModel()

static native long INTERNALoptimizeGetModel ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.optimizeGetModel().

◆ INTERNALoptimizeGetObjectives()

static native long INTERNALoptimizeGetObjectives ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALoptimizeGetParamDescrs()

static native long INTERNALoptimizeGetParamDescrs ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALoptimizeGetReasonUnknown()

static native String INTERNALoptimizeGetReasonUnknown ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALoptimizeGetStatistics()

static native long INTERNALoptimizeGetStatistics ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALoptimizeGetUnsatCore()

static native long INTERNALoptimizeGetUnsatCore ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALoptimizeGetUpper()

static native long INTERNALoptimizeGetUpper ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.optimizeGetUpper().

◆ INTERNALoptimizeGetUpperAsVector()

static native long INTERNALoptimizeGetUpperAsVector ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALoptimizeIncRef()

static native void INTERNALoptimizeIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.optimizeIncRef().

◆ INTERNALoptimizeMaximize()

static native int INTERNALoptimizeMaximize ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.optimizeMaximize().

◆ INTERNALoptimizeMinimize()

static native int INTERNALoptimizeMinimize ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.optimizeMinimize().

◆ INTERNALoptimizePop()

static native void INTERNALoptimizePop ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.optimizePop().

◆ INTERNALoptimizePush()

static native void INTERNALoptimizePush ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.optimizePush().

◆ INTERNALoptimizeSetParams()

static native void INTERNALoptimizeSetParams ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALoptimizeToString()

static native String INTERNALoptimizeToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.optimizeToString().

◆ INTERNALparamDescrsDecRef()

static native void INTERNALparamDescrsDecRef ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALparamDescrsGetDocumentation()

static native String INTERNALparamDescrsGetDocumentation ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALparamDescrsGetKind()

static native int INTERNALparamDescrsGetKind ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALparamDescrsGetName()

static native long INTERNALparamDescrsGetName ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALparamDescrsIncRef()

static native void INTERNALparamDescrsIncRef ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALparamDescrsSize()

static native int INTERNALparamDescrsSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.paramDescrsSize().

◆ INTERNALparamDescrsToString()

static native String INTERNALparamDescrsToString ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALparamsDecRef()

static native void INTERNALparamsDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.paramsDecRef().

◆ INTERNALparamsIncRef()

static native void INTERNALparamsIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.paramsIncRef().

◆ INTERNALparamsSetBool()

static native void INTERNALparamsSetBool ( long  a0,
long  a1,
long  a2,
boolean  a3 
)
staticprotected

Referenced by Native.paramsSetBool().

◆ INTERNALparamsSetDouble()

static native void INTERNALparamsSetDouble ( long  a0,
long  a1,
long  a2,
double  a3 
)
staticprotected

Referenced by Native.paramsSetDouble().

◆ INTERNALparamsSetSymbol()

static native void INTERNALparamsSetSymbol ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.paramsSetSymbol().

◆ INTERNALparamsSetUint()

static native void INTERNALparamsSetUint ( long  a0,
long  a1,
long  a2,
int  a3 
)
staticprotected

Referenced by Native.paramsSetUint().

◆ INTERNALparamsToString()

static native String INTERNALparamsToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.paramsToString().

◆ INTERNALparamsValidate()

static native void INTERNALparamsValidate ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.paramsValidate().

◆ INTERNALparseSmtlib2File()

static native long INTERNALparseSmtlib2File ( long  a0,
String  a1,
int  a2,
long []  a3,
long []  a4,
int  a5,
long []  a6,
long []  a7 
)
staticprotected

Referenced by Native.parseSmtlib2File().

◆ INTERNALparseSmtlib2String()

static native long INTERNALparseSmtlib2String ( long  a0,
String  a1,
int  a2,
long []  a3,
long []  a4,
int  a5,
long []  a6,
long []  a7 
)
staticprotected

◆ INTERNALpatternToAst()

static native long INTERNALpatternToAst ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.patternToAst().

◆ INTERNALpatternToString()

static native String INTERNALpatternToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.patternToString().

◆ INTERNALpolynomialSubresultants()

static native long INTERNALpolynomialSubresultants ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

◆ INTERNALprobeAnd()

static native long INTERNALprobeAnd ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeAnd().

◆ INTERNALprobeApply()

static native double INTERNALprobeApply ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeApply().

◆ INTERNALprobeConst()

static native long INTERNALprobeConst ( long  a0,
double  a1 
)
staticprotected

Referenced by Native.probeConst().

◆ INTERNALprobeDecRef()

static native void INTERNALprobeDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.probeDecRef().

◆ INTERNALprobeEq()

static native long INTERNALprobeEq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeEq().

◆ INTERNALprobeGe()

static native long INTERNALprobeGe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeGe().

◆ INTERNALprobeGetDescr()

static native String INTERNALprobeGetDescr ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.probeGetDescr().

◆ INTERNALprobeGt()

static native long INTERNALprobeGt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeGt().

◆ INTERNALprobeIncRef()

static native void INTERNALprobeIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.probeIncRef().

◆ INTERNALprobeLe()

static native long INTERNALprobeLe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeLe().

◆ INTERNALprobeLt()

static native long INTERNALprobeLt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeLt().

◆ INTERNALprobeNot()

static native long INTERNALprobeNot ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.probeNot().

◆ INTERNALprobeOr()

static native long INTERNALprobeOr ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.probeOr().

◆ INTERNALqeLite()

static native long INTERNALqeLite ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.qeLite().

◆ INTERNALqeModelProject()

static native long INTERNALqeModelProject ( long  a0,
long  a1,
int  a2,
long []  a3,
long  a4 
)
staticprotected

Referenced by Native.qeModelProject().

◆ INTERNALqeModelProjectSkolem()

static native long INTERNALqeModelProjectSkolem ( long  a0,
long  a1,
int  a2,
long []  a3,
long  a4,
long  a5 
)
staticprotected

◆ INTERNALqueryConstructor()

static native void INTERNALqueryConstructor ( long  a0,
long  a1,
int  a2,
LongPtr  a3,
LongPtr  a4,
long []  a5 
)
staticprotected

Referenced by Native.queryConstructor().

◆ INTERNALrcfAdd()

static native long INTERNALrcfAdd ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfAdd().

◆ INTERNALrcfDel()

static native void INTERNALrcfDel ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.rcfDel().

◆ INTERNALrcfDiv()

static native long INTERNALrcfDiv ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfDiv().

◆ INTERNALrcfEq()

static native boolean INTERNALrcfEq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfEq().

◆ INTERNALrcfGe()

static native boolean INTERNALrcfGe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfGe().

◆ INTERNALrcfGetNumeratorDenominator()

static native void INTERNALrcfGetNumeratorDenominator ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
)
staticprotected

◆ INTERNALrcfGt()

static native boolean INTERNALrcfGt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfGt().

◆ INTERNALrcfInv()

static native long INTERNALrcfInv ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.rcfInv().

◆ INTERNALrcfLe()

static native boolean INTERNALrcfLe ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfLe().

◆ INTERNALrcfLt()

static native boolean INTERNALrcfLt ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfLt().

◆ INTERNALrcfMkE()

static native long INTERNALrcfMkE ( long  a0)
staticprotected

Referenced by Native.rcfMkE().

◆ INTERNALrcfMkInfinitesimal()

static native long INTERNALrcfMkInfinitesimal ( long  a0)
staticprotected

◆ INTERNALrcfMkPi()

static native long INTERNALrcfMkPi ( long  a0)
staticprotected

Referenced by Native.rcfMkPi().

◆ INTERNALrcfMkRational()

static native long INTERNALrcfMkRational ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.rcfMkRational().

◆ INTERNALrcfMkRoots()

static native int INTERNALrcfMkRoots ( long  a0,
int  a1,
long []  a2,
long []  a3 
)
staticprotected

Referenced by Native.rcfMkRoots().

◆ INTERNALrcfMkSmallInt()

static native long INTERNALrcfMkSmallInt ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.rcfMkSmallInt().

◆ INTERNALrcfMul()

static native long INTERNALrcfMul ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfMul().

◆ INTERNALrcfNeg()

static native long INTERNALrcfNeg ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.rcfNeg().

◆ INTERNALrcfNeq()

static native boolean INTERNALrcfNeq ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfNeq().

◆ INTERNALrcfNumToDecimalString()

static native String INTERNALrcfNumToDecimalString ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALrcfNumToString()

static native String INTERNALrcfNumToString ( long  a0,
long  a1,
boolean  a2,
boolean  a3 
)
staticprotected

Referenced by Native.rcfNumToString().

◆ INTERNALrcfPower()

static native long INTERNALrcfPower ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.rcfPower().

◆ INTERNALrcfSub()

static native long INTERNALrcfSub ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.rcfSub().

◆ INTERNALresetMemory()

static native void INTERNALresetMemory ( )
staticprotected

Referenced by Native.resetMemory().

◆ INTERNALsetAstPrintMode()

static native void INTERNALsetAstPrintMode ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.setAstPrintMode().

◆ INTERNALsetError()

static native void INTERNALsetError ( long  a0,
int  a1 
)
staticprotected

Referenced by Native.setError().

◆ INTERNALsetParamValue()

static native void INTERNALsetParamValue ( long  a0,
String  a1,
String  a2 
)
staticprotected

Referenced by Native.setParamValue().

◆ INTERNALsimplify()

static native long INTERNALsimplify ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.simplify().

◆ INTERNALsimplifyEx()

static native long INTERNALsimplifyEx ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.simplifyEx().

◆ INTERNALsimplifyGetHelp()

static native String INTERNALsimplifyGetHelp ( long  a0)
staticprotected

Referenced by Native.simplifyGetHelp().

◆ INTERNALsimplifyGetParamDescrs()

static native long INTERNALsimplifyGetParamDescrs ( long  a0)
staticprotected

◆ INTERNALsolverAssert()

static native void INTERNALsolverAssert ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.solverAssert().

◆ INTERNALsolverAssertAndTrack()

static native void INTERNALsolverAssertAndTrack ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

◆ INTERNALsolverCheck()

static native int INTERNALsolverCheck ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverCheck().

◆ INTERNALsolverCheckAssumptions()

static native int INTERNALsolverCheckAssumptions ( long  a0,
long  a1,
int  a2,
long []  a3 
)
staticprotected

◆ INTERNALsolverCube()

static native long INTERNALsolverCube ( long  a0,
long  a1,
long  a2,
int  a3 
)
staticprotected

Referenced by Native.solverCube().

◆ INTERNALsolverDecRef()

static native void INTERNALsolverDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverDecRef().

◆ INTERNALsolverFromFile()

static native void INTERNALsolverFromFile ( long  a0,
long  a1,
String  a2 
)
staticprotected

Referenced by Native.solverFromFile().

◆ INTERNALsolverFromString()

static native void INTERNALsolverFromString ( long  a0,
long  a1,
String  a2 
)
staticprotected

Referenced by Native.solverFromString().

◆ INTERNALsolverGetAssertions()

static native long INTERNALsolverGetAssertions ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALsolverGetConsequences()

static native int INTERNALsolverGetConsequences ( long  a0,
long  a1,
long  a2,
long  a3,
long  a4 
)
staticprotected

◆ INTERNALsolverGetHelp()

static native String INTERNALsolverGetHelp ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverGetHelp().

◆ INTERNALsolverGetLevels()

static native void INTERNALsolverGetLevels ( long  a0,
long  a1,
long  a2,
int  a3,
int []  a4 
)
staticprotected

Referenced by Native.solverGetLevels().

◆ INTERNALsolverGetModel()

static native long INTERNALsolverGetModel ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverGetModel().

◆ INTERNALsolverGetNonUnits()

static native long INTERNALsolverGetNonUnits ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALsolverGetNumScopes()

static native int INTERNALsolverGetNumScopes ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALsolverGetParamDescrs()

static native long INTERNALsolverGetParamDescrs ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALsolverGetProof()

static native long INTERNALsolverGetProof ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverGetProof().

◆ INTERNALsolverGetReasonUnknown()

static native String INTERNALsolverGetReasonUnknown ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALsolverGetStatistics()

static native long INTERNALsolverGetStatistics ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALsolverGetTrail()

static native long INTERNALsolverGetTrail ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverGetTrail().

◆ INTERNALsolverGetUnits()

static native long INTERNALsolverGetUnits ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverGetUnits().

◆ INTERNALsolverGetUnsatCore()

static native long INTERNALsolverGetUnsatCore ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALsolverImportModelConverter()

static native void INTERNALsolverImportModelConverter ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALsolverIncRef()

static native void INTERNALsolverIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverIncRef().

◆ INTERNALsolverPop()

static native void INTERNALsolverPop ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.solverPop().

◆ INTERNALsolverPush()

static native void INTERNALsolverPush ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverPush().

◆ INTERNALsolverReset()

static native void INTERNALsolverReset ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverReset().

◆ INTERNALsolverSetParams()

static native void INTERNALsolverSetParams ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.solverSetParams().

◆ INTERNALsolverToDimacsString()

static native String INTERNALsolverToDimacsString ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALsolverToString()

static native String INTERNALsolverToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.solverToString().

◆ INTERNALsolverTranslate()

static native long INTERNALsolverTranslate ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.solverTranslate().

◆ INTERNALsortToAst()

static native long INTERNALsortToAst ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.sortToAst().

◆ INTERNALsortToString()

static native String INTERNALsortToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.sortToString().

◆ INTERNALstatsDecRef()

static native void INTERNALstatsDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.statsDecRef().

◆ INTERNALstatsGetDoubleValue()

static native double INTERNALstatsGetDoubleValue ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALstatsGetKey()

static native String INTERNALstatsGetKey ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.statsGetKey().

◆ INTERNALstatsGetUintValue()

static native int INTERNALstatsGetUintValue ( long  a0,
long  a1,
int  a2 
)
staticprotected

◆ INTERNALstatsIncRef()

static native void INTERNALstatsIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.statsIncRef().

◆ INTERNALstatsIsDouble()

static native boolean INTERNALstatsIsDouble ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.statsIsDouble().

◆ INTERNALstatsIsUint()

static native boolean INTERNALstatsIsUint ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.statsIsUint().

◆ INTERNALstatsSize()

static native int INTERNALstatsSize ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.statsSize().

◆ INTERNALstatsToString()

static native String INTERNALstatsToString ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.statsToString().

◆ INTERNALsubstitute()

static native long INTERNALsubstitute ( long  a0,
long  a1,
int  a2,
long []  a3,
long []  a4 
)
staticprotected

Referenced by Native.substitute().

◆ INTERNALsubstituteVars()

static native long INTERNALsubstituteVars ( long  a0,
long  a1,
int  a2,
long []  a3 
)
staticprotected

Referenced by Native.substituteVars().

◆ INTERNALtacticAndThen()

static native long INTERNALtacticAndThen ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.tacticAndThen().

◆ INTERNALtacticApply()

static native long INTERNALtacticApply ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.tacticApply().

◆ INTERNALtacticApplyEx()

static native long INTERNALtacticApplyEx ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.tacticApplyEx().

◆ INTERNALtacticCond()

static native long INTERNALtacticCond ( long  a0,
long  a1,
long  a2,
long  a3 
)
staticprotected

Referenced by Native.tacticCond().

◆ INTERNALtacticDecRef()

static native void INTERNALtacticDecRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.tacticDecRef().

◆ INTERNALtacticFail()

static native long INTERNALtacticFail ( long  a0)
staticprotected

Referenced by Native.tacticFail().

◆ INTERNALtacticFailIf()

static native long INTERNALtacticFailIf ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.tacticFailIf().

◆ INTERNALtacticFailIfNotDecided()

static native long INTERNALtacticFailIfNotDecided ( long  a0)
staticprotected

◆ INTERNALtacticGetDescr()

static native String INTERNALtacticGetDescr ( long  a0,
String  a1 
)
staticprotected

Referenced by Native.tacticGetDescr().

◆ INTERNALtacticGetHelp()

static native String INTERNALtacticGetHelp ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.tacticGetHelp().

◆ INTERNALtacticGetParamDescrs()

static native long INTERNALtacticGetParamDescrs ( long  a0,
long  a1 
)
staticprotected

◆ INTERNALtacticIncRef()

static native void INTERNALtacticIncRef ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.tacticIncRef().

◆ INTERNALtacticOrElse()

static native long INTERNALtacticOrElse ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.tacticOrElse().

◆ INTERNALtacticParAndThen()

static native long INTERNALtacticParAndThen ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.tacticParAndThen().

◆ INTERNALtacticParOr()

static native long INTERNALtacticParOr ( long  a0,
int  a1,
long []  a2 
)
staticprotected

Referenced by Native.tacticParOr().

◆ INTERNALtacticRepeat()

static native long INTERNALtacticRepeat ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.tacticRepeat().

◆ INTERNALtacticSkip()

static native long INTERNALtacticSkip ( long  a0)
staticprotected

Referenced by Native.tacticSkip().

◆ INTERNALtacticTryFor()

static native long INTERNALtacticTryFor ( long  a0,
long  a1,
int  a2 
)
staticprotected

Referenced by Native.tacticTryFor().

◆ INTERNALtacticUsingParams()

static native long INTERNALtacticUsingParams ( long  a0,
long  a1,
long  a2 
)
staticprotected

◆ INTERNALtacticWhen()

static native long INTERNALtacticWhen ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.tacticWhen().

◆ INTERNALtoApp()

static native long INTERNALtoApp ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.toApp().

◆ INTERNALtoFuncDecl()

static native long INTERNALtoFuncDecl ( long  a0,
long  a1 
)
staticprotected

Referenced by Native.toFuncDecl().

◆ INTERNALtoggleWarningMessages()

static native void INTERNALtoggleWarningMessages ( boolean  a0)
staticprotected

◆ INTERNALtranslate()

static native long INTERNALtranslate ( long  a0,
long  a1,
long  a2 
)
staticprotected

Referenced by Native.translate().

◆ INTERNALupdateParamValue()

static native void INTERNALupdateParamValue ( long  a0,
String  a1,
String  a2 
)
staticprotected

Referenced by Native.updateParamValue().

◆ INTERNALupdateTerm()

static native long INTERNALupdateTerm ( long  a0,
long  a1,
int  a2,
long []  a3 
)
staticprotected

Referenced by Native.updateTerm().

◆ interrupt()

static void interrupt ( long  a0) throws Z3Exception
inlinestatic

Definition at line 780 of file Native.java.

781  {
782  INTERNALinterrupt(a0);
784  if (err != Z3_error_code.Z3_OK)
785  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
786  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALinterrupt(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.interrupt().

◆ isAlgebraicNumber()

static boolean isAlgebraicNumber ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3141 of file Native.java.

3142  {
3143  boolean res = INTERNALisAlgebraicNumber(a0, a1);
3145  if (err != Z3_error_code.Z3_OK)
3146  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3147  return res;
3148  }
static native boolean INTERNALisAlgebraicNumber(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Expr.isAlgebraicNumber().

◆ isApp()

static boolean isApp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3123 of file Native.java.

3124  {
3125  boolean res = INTERNALisApp(a0, a1);
3127  if (err != Z3_error_code.Z3_OK)
3128  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3129  return res;
3130  }
static native boolean INTERNALisApp(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Expr.isArray(), Expr.isFiniteDomain(), and Expr.isRelation().

◆ isAsArray()

static boolean isAsArray ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3634 of file Native.java.

3635  {
3636  boolean res = INTERNALisAsArray(a0, a1);
3638  if (err != Z3_error_code.Z3_OK)
3639  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3640  return res;
3641  }
static native boolean INTERNALisAsArray(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Model.getFuncInterp().

◆ isEqAst()

static boolean isEqAst ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3060 of file Native.java.

3061  {
3062  boolean res = INTERNALisEqAst(a0, a1, a2);
3064  if (err != Z3_error_code.Z3_OK)
3065  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3066  return res;
3067  }
static native boolean INTERNALisEqAst(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by AST.equals().

◆ isEqFuncDecl()

static boolean isEqFuncDecl ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2871 of file Native.java.

2872  {
2873  boolean res = INTERNALisEqFuncDecl(a0, a1, a2);
2875  if (err != Z3_error_code.Z3_OK)
2876  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2877  return res;
2878  }
static native boolean INTERNALisEqFuncDecl(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FuncDecl.equals().

◆ isEqSort()

static boolean isEqSort ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2673 of file Native.java.

2674  {
2675  boolean res = INTERNALisEqSort(a0, a1, a2);
2677  if (err != Z3_error_code.Z3_OK)
2678  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2679  return res;
2680  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALisEqSort(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Sort.equals(), and Expr.isBool().

◆ isLambda()

static boolean isLambda ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3339 of file Native.java.

3340  {
3341  boolean res = INTERNALisLambda(a0, a1);
3343  if (err != Z3_error_code.Z3_OK)
3344  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3345  return res;
3346  }
static native boolean INTERNALisLambda(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ isNumeralAst()

static boolean isNumeralAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3132 of file Native.java.

3133  {
3134  boolean res = INTERNALisNumeralAst(a0, a1);
3136  if (err != Z3_error_code.Z3_OK)
3137  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3138  return res;
3139  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALisNumeralAst(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Expr.isNumeral().

◆ isQuantifierExists()

static boolean isQuantifierExists ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3330 of file Native.java.

3331  {
3332  boolean res = INTERNALisQuantifierExists(a0, a1);
3334  if (err != Z3_error_code.Z3_OK)
3335  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3336  return res;
3337  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALisQuantifierExists(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Quantifier.isExistential().

◆ isQuantifierForall()

static boolean isQuantifierForall ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3321 of file Native.java.

3322  {
3323  boolean res = INTERNALisQuantifierForall(a0, a1);
3325  if (err != Z3_error_code.Z3_OK)
3326  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3327  return res;
3328  }
static native boolean INTERNALisQuantifierForall(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Quantifier.isUniversal().

◆ isReSort()

static boolean isReSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2115 of file Native.java.

2116  {
2117  boolean res = INTERNALisReSort(a0, a1);
2119  if (err != Z3_error_code.Z3_OK)
2120  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2121  return res;
2122  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALisReSort(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ isSeqSort()

static boolean isSeqSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2088 of file Native.java.

2089  {
2090  boolean res = INTERNALisSeqSort(a0, a1);
2092  if (err != Z3_error_code.Z3_OK)
2093  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2094  return res;
2095  }
static native boolean INTERNALisSeqSort(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ isString()

static boolean isString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2169 of file Native.java.

2170  {
2171  boolean res = INTERNALisString(a0, a1);
2173  if (err != Z3_error_code.Z3_OK)
2174  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2175  return res;
2176  }
static native boolean INTERNALisString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Expr.isString().

◆ isStringSort()

static boolean isStringSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2142 of file Native.java.

2143  {
2144  boolean res = INTERNALisStringSort(a0, a1);
2146  if (err != Z3_error_code.Z3_OK)
2147  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2148  return res;
2149  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native boolean INTERNALisStringSort(long a0, long a1)
static final Z3_error_code fromInt(int v)

◆ isWellSorted()

static boolean isWellSorted ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3096 of file Native.java.

3097  {
3098  boolean res = INTERNALisWellSorted(a0, a1);
3100  if (err != Z3_error_code.Z3_OK)
3101  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3102  return res;
3103  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALisWellSorted(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Expr.isWellSorted().

◆ mkAdd()

static long mkAdd ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 1260 of file Native.java.

1261  {
1262  long res = INTERNALmkAdd(a0, a1, a2);
1264  if (err != Z3_error_code.Z3_OK)
1265  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1266  return res;
1267  }
static native long INTERNALmkAdd(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkAdd().

◆ mkAnd()

static long mkAnd ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 1242 of file Native.java.

1243  {
1244  long res = INTERNALmkAnd(a0, a1, a2);
1246  if (err != Z3_error_code.Z3_OK)
1247  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1248  return res;
1249  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkAnd(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkAnd().

◆ mkApp()

static long mkApp ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 1108 of file Native.java.

1109  {
1110  long res = INTERNALmkApp(a0, a1, a2, a3);
1112  if (err != Z3_error_code.Z3_OK)
1113  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1114  return res;
1115  }
static native long INTERNALmkApp(long a0, long a1, int a2, long[] a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkArrayDefault()

static long mkArrayDefault ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1881 of file Native.java.

1882  {
1883  long res = INTERNALmkArrayDefault(a0, a1);
1885  if (err != Z3_error_code.Z3_OK)
1886  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1887  return res;
1888  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native long INTERNALmkArrayDefault(long a0, long a1)

Referenced by Context.mkTermArray().

◆ mkArrayExt()

static long mkArrayExt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2007 of file Native.java.

2008  {
2009  long res = INTERNALmkArrayExt(a0, a1, a2);
2011  if (err != Z3_error_code.Z3_OK)
2012  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2013  return res;
2014  }
static native long INTERNALmkArrayExt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkArrayExt().

◆ mkArraySort()

static long mkArraySort ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 995 of file Native.java.

996  {
997  long res = INTERNALmkArraySort(a0, a1, a2);
999  if (err != Z3_error_code.Z3_OK)
1000  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1001  return res;
1002  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkArraySort(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkArraySortN()

static long mkArraySortN ( long  a0,
int  a1,
long []  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 1004 of file Native.java.

1005  {
1006  long res = INTERNALmkArraySortN(a0, a1, a2, a3);
1008  if (err != Z3_error_code.Z3_OK)
1009  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1010  return res;
1011  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkArraySortN(long a0, int a1, long[] a2, long a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkAsArray()

static long mkAsArray ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1890 of file Native.java.

1891  {
1892  long res = INTERNALmkAsArray(a0, a1);
1894  if (err != Z3_error_code.Z3_OK)
1895  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1896  return res;
1897  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkAsArray(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkAstMap()

static long mkAstMap ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4965 of file Native.java.

4966  {
4967  long res = INTERNALmkAstMap(a0);
4969  if (err != Z3_error_code.Z3_OK)
4970  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4971  return res;
4972  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkAstMap(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkAstVector()

static long mkAstVector ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4880 of file Native.java.

4881  {
4882  long res = INTERNALmkAstVector(a0);
4884  if (err != Z3_error_code.Z3_OK)
4885  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4886  return res;
4887  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkAstVector(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkAtleast()

static long mkAtleast ( long  a0,
int  a1,
long []  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 2826 of file Native.java.

2827  {
2828  long res = INTERNALmkAtleast(a0, a1, a2, a3);
2830  if (err != Z3_error_code.Z3_OK)
2831  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2832  return res;
2833  }
static native long INTERNALmkAtleast(long a0, int a1, long[] a2, int a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkAtLeast().

◆ mkAtmost()

static long mkAtmost ( long  a0,
int  a1,
long []  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 2817 of file Native.java.

2818  {
2819  long res = INTERNALmkAtmost(a0, a1, a2, a3);
2821  if (err != Z3_error_code.Z3_OK)
2822  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2823  return res;
2824  }
static native long INTERNALmkAtmost(long a0, int a1, long[] a2, int a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkAtMost().

◆ mkBoolSort()

static long mkBoolSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 950 of file Native.java.

951  {
952  long res = INTERNALmkBoolSort(a0);
954  if (err != Z3_error_code.Z3_OK)
955  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
956  return res;
957  }
static native long INTERNALmkBoolSort(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Expr.isBool().

◆ mkBound()

static long mkBound ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2520 of file Native.java.

2521  {
2522  long res = INTERNALmkBound(a0, a1, a2);
2524  if (err != Z3_error_code.Z3_OK)
2525  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2526  return res;
2527  }
static native long INTERNALmkBound(long a0, int a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBound().

◆ mkBv2int()

static long mkBv2int ( long  a0,
long  a1,
boolean  a2 
) throws Z3Exception
inlinestatic

Definition at line 1746 of file Native.java.

1747  {
1748  long res = INTERNALmkBv2int(a0, a1, a2);
1750  if (err != Z3_error_code.Z3_OK)
1751  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1752  return res;
1753  }
static native long INTERNALmkBv2int(long a0, long a1, boolean a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBV2Int().

◆ mkBvadd()

static long mkBvadd ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1485 of file Native.java.

1486  {
1487  long res = INTERNALmkBvadd(a0, a1, a2);
1489  if (err != Z3_error_code.Z3_OK)
1490  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1491  return res;
1492  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvadd(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVAdd().

◆ mkBvaddNoOverflow()

static long mkBvaddNoOverflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 1755 of file Native.java.

1756  {
1757  long res = INTERNALmkBvaddNoOverflow(a0, a1, a2, a3);
1759  if (err != Z3_error_code.Z3_OK)
1760  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1761  return res;
1762  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvaddNoOverflow(long a0, long a1, long a2, boolean a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVAddNoOverflow().

◆ mkBvaddNoUnderflow()

static long mkBvaddNoUnderflow ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1764 of file Native.java.

1765  {
1766  long res = INTERNALmkBvaddNoUnderflow(a0, a1, a2);
1768  if (err != Z3_error_code.Z3_OK)
1769  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1770  return res;
1771  }
static native long INTERNALmkBvaddNoUnderflow(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVAddNoUnderflow().

◆ mkBvand()

static long mkBvand ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1422 of file Native.java.

1423  {
1424  long res = INTERNALmkBvand(a0, a1, a2);
1426  if (err != Z3_error_code.Z3_OK)
1427  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1428  return res;
1429  }
static native long INTERNALmkBvand(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVAND().

◆ mkBvashr()

static long mkBvashr ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1692 of file Native.java.

1693  {
1694  long res = INTERNALmkBvashr(a0, a1, a2);
1696  if (err != Z3_error_code.Z3_OK)
1697  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1698  return res;
1699  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALmkBvashr(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVASHR().

◆ mkBvlshr()

static long mkBvlshr ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1683 of file Native.java.

1684  {
1685  long res = INTERNALmkBvlshr(a0, a1, a2);
1687  if (err != Z3_error_code.Z3_OK)
1688  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1689  return res;
1690  }
static native long INTERNALmkBvlshr(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVLSHR().

◆ mkBvmul()

static long mkBvmul ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1503 of file Native.java.

1504  {
1505  long res = INTERNALmkBvmul(a0, a1, a2);
1507  if (err != Z3_error_code.Z3_OK)
1508  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1509  return res;
1510  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvmul(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVMul().

◆ mkBvmulNoOverflow()

static long mkBvmulNoOverflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 1809 of file Native.java.

1810  {
1811  long res = INTERNALmkBvmulNoOverflow(a0, a1, a2, a3);
1813  if (err != Z3_error_code.Z3_OK)
1814  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1815  return res;
1816  }
static native long INTERNALmkBvmulNoOverflow(long a0, long a1, long a2, boolean a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVMulNoOverflow().

◆ mkBvmulNoUnderflow()

static long mkBvmulNoUnderflow ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1818 of file Native.java.

1819  {
1820  long res = INTERNALmkBvmulNoUnderflow(a0, a1, a2);
1822  if (err != Z3_error_code.Z3_OK)
1823  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1824  return res;
1825  }
static native long INTERNALmkBvmulNoUnderflow(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVMulNoUnderflow().

◆ mkBvnand()

static long mkBvnand ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1449 of file Native.java.

1450  {
1451  long res = INTERNALmkBvnand(a0, a1, a2);
1453  if (err != Z3_error_code.Z3_OK)
1454  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1455  return res;
1456  }
static native long INTERNALmkBvnand(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVNAND().

◆ mkBvneg()

static long mkBvneg ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1476 of file Native.java.

1477  {
1478  long res = INTERNALmkBvneg(a0, a1);
1480  if (err != Z3_error_code.Z3_OK)
1481  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1482  return res;
1483  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvneg(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVNeg().

◆ mkBvnegNoOverflow()

static long mkBvnegNoOverflow ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1800 of file Native.java.

1801  {
1802  long res = INTERNALmkBvnegNoOverflow(a0, a1);
1804  if (err != Z3_error_code.Z3_OK)
1805  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1806  return res;
1807  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvnegNoOverflow(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVNegNoOverflow().

◆ mkBvnor()

static long mkBvnor ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1458 of file Native.java.

1459  {
1460  long res = INTERNALmkBvnor(a0, a1, a2);
1462  if (err != Z3_error_code.Z3_OK)
1463  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1464  return res;
1465  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvnor(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVNOR().

◆ mkBvnot()

static long mkBvnot ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1395 of file Native.java.

1396  {
1397  long res = INTERNALmkBvnot(a0, a1);
1399  if (err != Z3_error_code.Z3_OK)
1400  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1401  return res;
1402  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvnot(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVNot().

◆ mkBvNumeral()

static long mkBvNumeral ( long  a0,
int  a1,
boolean []  a2 
) throws Z3Exception
inlinestatic

Definition at line 2070 of file Native.java.

2071  {
2072  long res = INTERNALmkBvNumeral(a0, a1, a2);
2074  if (err != Z3_error_code.Z3_OK)
2075  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2076  return res;
2077  }
static native long INTERNALmkBvNumeral(long a0, int a1, boolean[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkBvor()

static long mkBvor ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1431 of file Native.java.

1432  {
1433  long res = INTERNALmkBvor(a0, a1, a2);
1435  if (err != Z3_error_code.Z3_OK)
1436  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1437  return res;
1438  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvor(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVOR().

◆ mkBvredand()

static long mkBvredand ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1404 of file Native.java.

1405  {
1406  long res = INTERNALmkBvredand(a0, a1);
1408  if (err != Z3_error_code.Z3_OK)
1409  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1410  return res;
1411  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvredand(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVRedAND().

◆ mkBvredor()

static long mkBvredor ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1413 of file Native.java.

1414  {
1415  long res = INTERNALmkBvredor(a0, a1);
1417  if (err != Z3_error_code.Z3_OK)
1418  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1419  return res;
1420  }
static native long INTERNALmkBvredor(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVRedOR().

◆ mkBvsdiv()

static long mkBvsdiv ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1521 of file Native.java.

1522  {
1523  long res = INTERNALmkBvsdiv(a0, a1, a2);
1525  if (err != Z3_error_code.Z3_OK)
1526  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1527  return res;
1528  }
static native long INTERNALmkBvsdiv(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVSDiv().

◆ mkBvsdivNoOverflow()

static long mkBvsdivNoOverflow ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1791 of file Native.java.

1792  {
1793  long res = INTERNALmkBvsdivNoOverflow(a0, a1, a2);
1795  if (err != Z3_error_code.Z3_OK)
1796  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1797  return res;
1798  }
static native long INTERNALmkBvsdivNoOverflow(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVSDivNoOverflow().

◆ mkBvsge()

static long mkBvsge ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1602 of file Native.java.

1603  {
1604  long res = INTERNALmkBvsge(a0, a1, a2);
1606  if (err != Z3_error_code.Z3_OK)
1607  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1608  return res;
1609  }
static native long INTERNALmkBvsge(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVSGE().

◆ mkBvsgt()

static long mkBvsgt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1620 of file Native.java.

1621  {
1622  long res = INTERNALmkBvsgt(a0, a1, a2);
1624  if (err != Z3_error_code.Z3_OK)
1625  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1626  return res;
1627  }
static native long INTERNALmkBvsgt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVSGT().

◆ mkBvshl()

static long mkBvshl ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1674 of file Native.java.

1675  {
1676  long res = INTERNALmkBvshl(a0, a1, a2);
1678  if (err != Z3_error_code.Z3_OK)
1679  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1680  return res;
1681  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvshl(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVSHL().

◆ mkBvsle()

static long mkBvsle ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1584 of file Native.java.

1585  {
1586  long res = INTERNALmkBvsle(a0, a1, a2);
1588  if (err != Z3_error_code.Z3_OK)
1589  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1590  return res;
1591  }
static native long INTERNALmkBvsle(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVSLE().

◆ mkBvslt()

static long mkBvslt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1566 of file Native.java.

1567  {
1568  long res = INTERNALmkBvslt(a0, a1, a2);
1570  if (err != Z3_error_code.Z3_OK)
1571  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1572  return res;
1573  }
static native long INTERNALmkBvslt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVSLT().

◆ mkBvsmod()

static long mkBvsmod ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1548 of file Native.java.

1549  {
1550  long res = INTERNALmkBvsmod(a0, a1, a2);
1552  if (err != Z3_error_code.Z3_OK)
1553  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1554  return res;
1555  }
static native long INTERNALmkBvsmod(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVSMod().

◆ mkBvSort()

static long mkBvSort ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 977 of file Native.java.

978  {
979  long res = INTERNALmkBvSort(a0, a1);
981  if (err != Z3_error_code.Z3_OK)
982  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
983  return res;
984  }
static native long INTERNALmkBvSort(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBitVecSort().

◆ mkBvsrem()

static long mkBvsrem ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1539 of file Native.java.

1540  {
1541  long res = INTERNALmkBvsrem(a0, a1, a2);
1543  if (err != Z3_error_code.Z3_OK)
1544  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1545  return res;
1546  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvsrem(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVSRem().

◆ mkBvsub()

static long mkBvsub ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1494 of file Native.java.

1495  {
1496  long res = INTERNALmkBvsub(a0, a1, a2);
1498  if (err != Z3_error_code.Z3_OK)
1499  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1500  return res;
1501  }
static native long INTERNALmkBvsub(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVSub().

◆ mkBvsubNoOverflow()

static long mkBvsubNoOverflow ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1773 of file Native.java.

1774  {
1775  long res = INTERNALmkBvsubNoOverflow(a0, a1, a2);
1777  if (err != Z3_error_code.Z3_OK)
1778  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1779  return res;
1780  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvsubNoOverflow(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVSubNoOverflow().

◆ mkBvsubNoUnderflow()

static long mkBvsubNoUnderflow ( long  a0,
long  a1,
long  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 1782 of file Native.java.

1783  {
1784  long res = INTERNALmkBvsubNoUnderflow(a0, a1, a2, a3);
1786  if (err != Z3_error_code.Z3_OK)
1787  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1788  return res;
1789  }
static native long INTERNALmkBvsubNoUnderflow(long a0, long a1, long a2, boolean a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVSubNoUnderflow().

◆ mkBvudiv()

static long mkBvudiv ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1512 of file Native.java.

1513  {
1514  long res = INTERNALmkBvudiv(a0, a1, a2);
1516  if (err != Z3_error_code.Z3_OK)
1517  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1518  return res;
1519  }
static native long INTERNALmkBvudiv(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVUDiv().

◆ mkBvuge()

static long mkBvuge ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1593 of file Native.java.

1594  {
1595  long res = INTERNALmkBvuge(a0, a1, a2);
1597  if (err != Z3_error_code.Z3_OK)
1598  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1599  return res;
1600  }
static native long INTERNALmkBvuge(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVUGE().

◆ mkBvugt()

static long mkBvugt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1611 of file Native.java.

1612  {
1613  long res = INTERNALmkBvugt(a0, a1, a2);
1615  if (err != Z3_error_code.Z3_OK)
1616  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1617  return res;
1618  }
static native long INTERNALmkBvugt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVUGT().

◆ mkBvule()

static long mkBvule ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1575 of file Native.java.

1576  {
1577  long res = INTERNALmkBvule(a0, a1, a2);
1579  if (err != Z3_error_code.Z3_OK)
1580  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1581  return res;
1582  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvule(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVULE().

◆ mkBvult()

static long mkBvult ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1557 of file Native.java.

1558  {
1559  long res = INTERNALmkBvult(a0, a1, a2);
1561  if (err != Z3_error_code.Z3_OK)
1562  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1563  return res;
1564  }
static native long INTERNALmkBvult(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVULT().

◆ mkBvurem()

static long mkBvurem ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1530 of file Native.java.

1531  {
1532  long res = INTERNALmkBvurem(a0, a1, a2);
1534  if (err != Z3_error_code.Z3_OK)
1535  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1536  return res;
1537  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvurem(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVURem().

◆ mkBvxnor()

static long mkBvxnor ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1467 of file Native.java.

1468  {
1469  long res = INTERNALmkBvxnor(a0, a1, a2);
1471  if (err != Z3_error_code.Z3_OK)
1472  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1473  return res;
1474  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkBvxnor(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVXNOR().

◆ mkBvxor()

static long mkBvxor ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1440 of file Native.java.

1441  {
1442  long res = INTERNALmkBvxor(a0, a1, a2);
1444  if (err != Z3_error_code.Z3_OK)
1445  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1446  return res;
1447  }
static native long INTERNALmkBvxor(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVXOR().

◆ mkConcat()

static long mkConcat ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1629 of file Native.java.

1630  {
1631  long res = INTERNALmkConcat(a0, a1, a2);
1633  if (err != Z3_error_code.Z3_OK)
1634  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1635  return res;
1636  }
static native long INTERNALmkConcat(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkConcat().

◆ mkConfig()

static long mkConfig ( )
inlinestatic

Definition at line 719 of file Native.java.

720  {
721  long res = INTERNALmkConfig();
722  return res;
723  }
static native long INTERNALmkConfig()

Referenced by Context.Context().

◆ mkConst()

static long mkConst ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1117 of file Native.java.

1118  {
1119  long res = INTERNALmkConst(a0, a1, a2);
1121  if (err != Z3_error_code.Z3_OK)
1122  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1123  return res;
1124  }
static native long INTERNALmkConst(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkConst().

◆ mkConstArray()

static long mkConstArray ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1863 of file Native.java.

1864  {
1865  long res = INTERNALmkConstArray(a0, a1, a2);
1867  if (err != Z3_error_code.Z3_OK)
1868  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1869  return res;
1870  }
static native long INTERNALmkConstArray(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkConstArray().

◆ mkConstructor()

static long mkConstructor ( long  a0,
long  a1,
long  a2,
int  a3,
long []  a4,
long []  a5,
int []  a6 
) throws Z3Exception
inlinestatic

Definition at line 1040 of file Native.java.

1041  {
1042  long res = INTERNALmkConstructor(a0, a1, a2, a3, a4, a5, a6);
1044  if (err != Z3_error_code.Z3_OK)
1045  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1046  return res;
1047  }
static native long INTERNALmkConstructor(long a0, long a1, long a2, int a3, long[] a4, long[] a5, int[] a6)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkConstructorList()

static long mkConstructorList ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 1066 of file Native.java.

1067  {
1068  long res = INTERNALmkConstructorList(a0, a1, a2);
1070  if (err != Z3_error_code.Z3_OK)
1071  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1072  return res;
1073  }
static native long INTERNALmkConstructorList(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkContext()

static long mkContext ( long  a0) throws Z3Exception
inlinestatic

Definition at line 735 of file Native.java.

736  {
737  long res = INTERNALmkContext(a0);
738  if (res == 0)
739  throw new Z3Exception("Object allocation failed.");
740  return res;
741  }
static native long INTERNALmkContext(long a0)

◆ mkContextRc()

static long mkContextRc ( long  a0) throws Z3Exception
inlinestatic

Definition at line 743 of file Native.java.

744  {
745  long res = INTERNALmkContextRc(a0);
746  if (res == 0)
747  throw new Z3Exception("Object allocation failed.");
748  return res;
749  }
static native long INTERNALmkContextRc(long a0)

Referenced by Context.Context().

◆ mkDatatype()

static long mkDatatype ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 1057 of file Native.java.

1058  {
1059  long res = INTERNALmkDatatype(a0, a1, a2, a3);
1061  if (err != Z3_error_code.Z3_OK)
1062  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1063  return res;
1064  }
static native long INTERNALmkDatatype(long a0, long a1, int a2, long[] a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkDatatypes()

static void mkDatatypes ( long  a0,
int  a1,
long []  a2,
long []  a3,
long []  a4 
) throws Z3Exception
inlinestatic

Definition at line 1083 of file Native.java.

1084  {
1085  INTERNALmkDatatypes(a0, a1, a2, a3, a4);
1087  if (err != Z3_error_code.Z3_OK)
1088  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1089  }
static native void INTERNALmkDatatypes(long a0, int a1, long[] a2, long[] a3, long[] a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkDatatypeSorts().

◆ mkDistinct()

static long mkDistinct ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 1188 of file Native.java.

1189  {
1190  long res = INTERNALmkDistinct(a0, a1, a2);
1192  if (err != Z3_error_code.Z3_OK)
1193  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1194  return res;
1195  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkDistinct(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkDistinct().

◆ mkDiv()

static long mkDiv ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1296 of file Native.java.

1297  {
1298  long res = INTERNALmkDiv(a0, a1, a2);
1300  if (err != Z3_error_code.Z3_OK)
1301  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1302  return res;
1303  }
static native long INTERNALmkDiv(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkDiv().

◆ mkEmptySet()

static long mkEmptySet ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1917 of file Native.java.

1918  {
1919  long res = INTERNALmkEmptySet(a0, a1);
1921  if (err != Z3_error_code.Z3_OK)
1922  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1923  return res;
1924  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkEmptySet(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkEmptySet().

◆ mkEnumerationSort()

static long mkEnumerationSort ( long  a0,
long  a1,
int  a2,
long []  a3,
long []  a4,
long []  a5 
) throws Z3Exception
inlinestatic

Definition at line 1022 of file Native.java.

1023  {
1024  long res = INTERNALmkEnumerationSort(a0, a1, a2, a3, a4, a5);
1026  if (err != Z3_error_code.Z3_OK)
1027  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1028  return res;
1029  }
static native long INTERNALmkEnumerationSort(long a0, long a1, int a2, long[] a3, long[] a4, long[] a5)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkEq()

static long mkEq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1179 of file Native.java.

1180  {
1181  long res = INTERNALmkEq(a0, a1, a2);
1183  if (err != Z3_error_code.Z3_OK)
1184  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1185  return res;
1186  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkEq(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkEq().

◆ mkExists()

static long mkExists ( long  a0,
int  a1,
int  a2,
long []  a3,
int  a4,
long []  a5,
long []  a6,
long  a7 
) throws Z3Exception
inlinestatic

Definition at line 2538 of file Native.java.

2539  {
2540  long res = INTERNALmkExists(a0, a1, a2, a3, a4, a5, a6, a7);
2542  if (err != Z3_error_code.Z3_OK)
2543  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2544  return res;
2545  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALmkExists(long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7)
static final Z3_error_code fromInt(int v)

◆ mkExistsConst()

static long mkExistsConst ( long  a0,
int  a1,
int  a2,
long []  a3,
int  a4,
long []  a5,
long  a6 
) throws Z3Exception
inlinestatic

Definition at line 2574 of file Native.java.

2575  {
2576  long res = INTERNALmkExistsConst(a0, a1, a2, a3, a4, a5, a6);
2578  if (err != Z3_error_code.Z3_OK)
2579  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2580  return res;
2581  }
static native long INTERNALmkExistsConst(long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkExtract()

static long mkExtract ( long  a0,
int  a1,
int  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 1638 of file Native.java.

1639  {
1640  long res = INTERNALmkExtract(a0, a1, a2, a3);
1642  if (err != Z3_error_code.Z3_OK)
1643  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1644  return res;
1645  }
static native long INTERNALmkExtract(long a0, int a1, int a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkExtract().

◆ mkExtRotateLeft()

static long mkExtRotateLeft ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1719 of file Native.java.

1720  {
1721  long res = INTERNALmkExtRotateLeft(a0, a1, a2);
1723  if (err != Z3_error_code.Z3_OK)
1724  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1725  return res;
1726  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkExtRotateLeft(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVRotateLeft().

◆ mkExtRotateRight()

static long mkExtRotateRight ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1728 of file Native.java.

1729  {
1730  long res = INTERNALmkExtRotateRight(a0, a1, a2);
1732  if (err != Z3_error_code.Z3_OK)
1733  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1734  return res;
1735  }
static native long INTERNALmkExtRotateRight(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVRotateRight().

◆ mkFalse()

static long mkFalse ( long  a0) throws Z3Exception
inlinestatic

Definition at line 1170 of file Native.java.

1171  {
1172  long res = INTERNALmkFalse(a0);
1174  if (err != Z3_error_code.Z3_OK)
1175  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1176  return res;
1177  }
static native long INTERNALmkFalse(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFalse().

◆ mkFiniteDomainSort()

static long mkFiniteDomainSort ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 986 of file Native.java.

987  {
988  long res = INTERNALmkFiniteDomainSort(a0, a1, a2);
990  if (err != Z3_error_code.Z3_OK)
991  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
992  return res;
993  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFiniteDomainSort(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkFixedpoint()

static long mkFixedpoint ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5444 of file Native.java.

5445  {
5446  long res = INTERNALmkFixedpoint(a0);
5448  if (err != Z3_error_code.Z3_OK)
5449  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5450  return res;
5451  }
static native long INTERNALmkFixedpoint(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkForall()

static long mkForall ( long  a0,
int  a1,
int  a2,
long []  a3,
int  a4,
long []  a5,
long []  a6,
long  a7 
) throws Z3Exception
inlinestatic

Definition at line 2529 of file Native.java.

2530  {
2531  long res = INTERNALmkForall(a0, a1, a2, a3, a4, a5, a6, a7);
2533  if (err != Z3_error_code.Z3_OK)
2534  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2535  return res;
2536  }
static native long INTERNALmkForall(long a0, int a1, int a2, long[] a3, int a4, long[] a5, long[] a6, long a7)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkForallConst()

static long mkForallConst ( long  a0,
int  a1,
int  a2,
long []  a3,
int  a4,
long []  a5,
long  a6 
) throws Z3Exception
inlinestatic

Definition at line 2565 of file Native.java.

2566  {
2567  long res = INTERNALmkForallConst(a0, a1, a2, a3, a4, a5, a6);
2569  if (err != Z3_error_code.Z3_OK)
2570  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2571  return res;
2572  }
static native long INTERNALmkForallConst(long a0, int a1, int a2, long[] a3, int a4, long[] a5, long a6)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkFpaAbs()

static long mkFpaAbs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6154 of file Native.java.

6155  {
6156  long res = INTERNALmkFpaAbs(a0, a1);
6158  if (err != Z3_error_code.Z3_OK)
6159  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6160  return res;
6161  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaAbs(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPAbs().

◆ mkFpaAdd()

static long mkFpaAdd ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 6172 of file Native.java.

6173  {
6174  long res = INTERNALmkFpaAdd(a0, a1, a2, a3);
6176  if (err != Z3_error_code.Z3_OK)
6177  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6178  return res;
6179  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaAdd(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPAdd().

◆ mkFpaDiv()

static long mkFpaDiv ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 6199 of file Native.java.

6200  {
6201  long res = INTERNALmkFpaDiv(a0, a1, a2, a3);
6203  if (err != Z3_error_code.Z3_OK)
6204  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6205  return res;
6206  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaDiv(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPDiv().

◆ mkFpaEq()

static long mkFpaEq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 6298 of file Native.java.

6299  {
6300  long res = INTERNALmkFpaEq(a0, a1, a2);
6302  if (err != Z3_error_code.Z3_OK)
6303  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6304  return res;
6305  }
static native long INTERNALmkFpaEq(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPEq().

◆ mkFpaFma()

static long mkFpaFma ( long  a0,
long  a1,
long  a2,
long  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 6208 of file Native.java.

6209  {
6210  long res = INTERNALmkFpaFma(a0, a1, a2, a3, a4);
6212  if (err != Z3_error_code.Z3_OK)
6213  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6214  return res;
6215  }
static native long INTERNALmkFpaFma(long a0, long a1, long a2, long a3, long a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPFMA().

◆ mkFpaFp()

static long mkFpaFp ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 6100 of file Native.java.

6101  {
6102  long res = INTERNALmkFpaFp(a0, a1, a2, a3);
6104  if (err != Z3_error_code.Z3_OK)
6105  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6106  return res;
6107  }
static native long INTERNALmkFpaFp(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFP().

◆ mkFpaGeq()

static long mkFpaGeq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 6280 of file Native.java.

6281  {
6282  long res = INTERNALmkFpaGeq(a0, a1, a2);
6284  if (err != Z3_error_code.Z3_OK)
6285  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6286  return res;
6287  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaGeq(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPGEq().

◆ mkFpaGt()

static long mkFpaGt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 6289 of file Native.java.

6290  {
6291  long res = INTERNALmkFpaGt(a0, a1, a2);
6293  if (err != Z3_error_code.Z3_OK)
6294  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6295  return res;
6296  }
static native long INTERNALmkFpaGt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPGt().

◆ mkFpaInf()

static long mkFpaInf ( long  a0,
long  a1,
boolean  a2 
) throws Z3Exception
inlinestatic

Definition at line 6082 of file Native.java.

6083  {
6084  long res = INTERNALmkFpaInf(a0, a1, a2);
6086  if (err != Z3_error_code.Z3_OK)
6087  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6088  return res;
6089  }
static native long INTERNALmkFpaInf(long a0, long a1, boolean a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPInf().

◆ mkFpaIsInfinite()

static long mkFpaIsInfinite ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6334 of file Native.java.

6335  {
6336  long res = INTERNALmkFpaIsInfinite(a0, a1);
6338  if (err != Z3_error_code.Z3_OK)
6339  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6340  return res;
6341  }
static native long INTERNALmkFpaIsInfinite(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPIsInfinite().

◆ mkFpaIsNan()

static long mkFpaIsNan ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6343 of file Native.java.

6344  {
6345  long res = INTERNALmkFpaIsNan(a0, a1);
6347  if (err != Z3_error_code.Z3_OK)
6348  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6349  return res;
6350  }
static native long INTERNALmkFpaIsNan(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPIsNaN().

◆ mkFpaIsNegative()

static long mkFpaIsNegative ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6352 of file Native.java.

6353  {
6354  long res = INTERNALmkFpaIsNegative(a0, a1);
6356  if (err != Z3_error_code.Z3_OK)
6357  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6358  return res;
6359  }
static native long INTERNALmkFpaIsNegative(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPIsNegative().

◆ mkFpaIsNormal()

static long mkFpaIsNormal ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6307 of file Native.java.

6308  {
6309  long res = INTERNALmkFpaIsNormal(a0, a1);
6311  if (err != Z3_error_code.Z3_OK)
6312  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6313  return res;
6314  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALmkFpaIsNormal(long a0, long a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPIsNormal().

◆ mkFpaIsPositive()

static long mkFpaIsPositive ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6361 of file Native.java.

6362  {
6363  long res = INTERNALmkFpaIsPositive(a0, a1);
6365  if (err != Z3_error_code.Z3_OK)
6366  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6367  return res;
6368  }
static native long INTERNALmkFpaIsPositive(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPIsPositive().

◆ mkFpaIsSubnormal()

static long mkFpaIsSubnormal ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6316 of file Native.java.

6317  {
6318  long res = INTERNALmkFpaIsSubnormal(a0, a1);
6320  if (err != Z3_error_code.Z3_OK)
6321  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6322  return res;
6323  }
static native long INTERNALmkFpaIsSubnormal(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPIsSubnormal().

◆ mkFpaIsZero()

static long mkFpaIsZero ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6325 of file Native.java.

6326  {
6327  long res = INTERNALmkFpaIsZero(a0, a1);
6329  if (err != Z3_error_code.Z3_OK)
6330  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6331  return res;
6332  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaIsZero(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPIsZero().

◆ mkFpaLeq()

static long mkFpaLeq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 6262 of file Native.java.

6263  {
6264  long res = INTERNALmkFpaLeq(a0, a1, a2);
6266  if (err != Z3_error_code.Z3_OK)
6267  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6268  return res;
6269  }
static native long INTERNALmkFpaLeq(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPLEq().

◆ mkFpaLt()

static long mkFpaLt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 6271 of file Native.java.

6272  {
6273  long res = INTERNALmkFpaLt(a0, a1, a2);
6275  if (err != Z3_error_code.Z3_OK)
6276  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6277  return res;
6278  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaLt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPLt().

◆ mkFpaMax()

static long mkFpaMax ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 6253 of file Native.java.

6254  {
6255  long res = INTERNALmkFpaMax(a0, a1, a2);
6257  if (err != Z3_error_code.Z3_OK)
6258  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6259  return res;
6260  }
static native long INTERNALmkFpaMax(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPMax().

◆ mkFpaMin()

static long mkFpaMin ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 6244 of file Native.java.

6245  {
6246  long res = INTERNALmkFpaMin(a0, a1, a2);
6248  if (err != Z3_error_code.Z3_OK)
6249  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6250  return res;
6251  }
static native long INTERNALmkFpaMin(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPMin().

◆ mkFpaMul()

static long mkFpaMul ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 6190 of file Native.java.

6191  {
6192  long res = INTERNALmkFpaMul(a0, a1, a2, a3);
6194  if (err != Z3_error_code.Z3_OK)
6195  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6196  return res;
6197  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALmkFpaMul(long a0, long a1, long a2, long a3)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPMul().

◆ mkFpaNan()

static long mkFpaNan ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6073 of file Native.java.

6074  {
6075  long res = INTERNALmkFpaNan(a0, a1);
6077  if (err != Z3_error_code.Z3_OK)
6078  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6079  return res;
6080  }
static native long INTERNALmkFpaNan(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPNaN().

◆ mkFpaNeg()

static long mkFpaNeg ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6163 of file Native.java.

6164  {
6165  long res = INTERNALmkFpaNeg(a0, a1);
6167  if (err != Z3_error_code.Z3_OK)
6168  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6169  return res;
6170  }
static native long INTERNALmkFpaNeg(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPNeg().

◆ mkFpaNumeralDouble()

static long mkFpaNumeralDouble ( long  a0,
double  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 6118 of file Native.java.

6119  {
6120  long res = INTERNALmkFpaNumeralDouble(a0, a1, a2);
6122  if (err != Z3_error_code.Z3_OK)
6123  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6124  return res;
6125  }
static native long INTERNALmkFpaNumeralDouble(long a0, double a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPNumeral().

◆ mkFpaNumeralFloat()

static long mkFpaNumeralFloat ( long  a0,
float  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 6109 of file Native.java.

6110  {
6111  long res = INTERNALmkFpaNumeralFloat(a0, a1, a2);
6113  if (err != Z3_error_code.Z3_OK)
6114  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6115  return res;
6116  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaNumeralFloat(long a0, float a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPNumeral().

◆ mkFpaNumeralInt()

static long mkFpaNumeralInt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 6127 of file Native.java.

6128  {
6129  long res = INTERNALmkFpaNumeralInt(a0, a1, a2);
6131  if (err != Z3_error_code.Z3_OK)
6132  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6133  return res;
6134  }
static native long INTERNALmkFpaNumeralInt(long a0, int a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPNumeral().

◆ mkFpaNumeralInt64Uint64()

static long mkFpaNumeralInt64Uint64 ( long  a0,
boolean  a1,
long  a2,
long  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 6145 of file Native.java.

6146  {
6147  long res = INTERNALmkFpaNumeralInt64Uint64(a0, a1, a2, a3, a4);
6149  if (err != Z3_error_code.Z3_OK)
6150  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6151  return res;
6152  }
static native long INTERNALmkFpaNumeralInt64Uint64(long a0, boolean a1, long a2, long a3, long a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPNumeral().

◆ mkFpaNumeralIntUint()

static long mkFpaNumeralIntUint ( long  a0,
boolean  a1,
int  a2,
int  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 6136 of file Native.java.

6137  {
6138  long res = INTERNALmkFpaNumeralIntUint(a0, a1, a2, a3, a4);
6140  if (err != Z3_error_code.Z3_OK)
6141  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6142  return res;
6143  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaNumeralIntUint(long a0, boolean a1, int a2, int a3, long a4)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPNumeral().

◆ mkFpaRem()

static long mkFpaRem ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 6226 of file Native.java.

6227  {
6228  long res = INTERNALmkFpaRem(a0, a1, a2);
6230  if (err != Z3_error_code.Z3_OK)
6231  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6232  return res;
6233  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRem(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPRem().

◆ mkFpaRna()

static long mkFpaRna ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5929 of file Native.java.

5930  {
5931  long res = INTERNALmkFpaRna(a0);
5933  if (err != Z3_error_code.Z3_OK)
5934  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5935  return res;
5936  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRna(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPRNA().

◆ mkFpaRne()

static long mkFpaRne ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5911 of file Native.java.

5912  {
5913  long res = INTERNALmkFpaRne(a0);
5915  if (err != Z3_error_code.Z3_OK)
5916  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5917  return res;
5918  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRne(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPRNE().

◆ mkFpaRoundingModeSort()

static long mkFpaRoundingModeSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5893 of file Native.java.

5894  {
5895  long res = INTERNALmkFpaRoundingModeSort(a0);
5897  if (err != Z3_error_code.Z3_OK)
5898  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5899  return res;
5900  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRoundingModeSort(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FPRMSort.FPRMSort().

◆ mkFpaRoundNearestTiesToAway()

static long mkFpaRoundNearestTiesToAway ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5920 of file Native.java.

5921  {
5922  long res = INTERNALmkFpaRoundNearestTiesToAway(a0);
5924  if (err != Z3_error_code.Z3_OK)
5925  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5926  return res;
5927  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRoundNearestTiesToAway(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPRoundNearestTiesToAway().

◆ mkFpaRoundNearestTiesToEven()

static long mkFpaRoundNearestTiesToEven ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5902 of file Native.java.

5903  {
5904  long res = INTERNALmkFpaRoundNearestTiesToEven(a0);
5906  if (err != Z3_error_code.Z3_OK)
5907  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5908  return res;
5909  }
static native long INTERNALmkFpaRoundNearestTiesToEven(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPRoundNearestTiesToEven().

◆ mkFpaRoundToIntegral()

static long mkFpaRoundToIntegral ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 6235 of file Native.java.

6236  {
6237  long res = INTERNALmkFpaRoundToIntegral(a0, a1, a2);
6239  if (err != Z3_error_code.Z3_OK)
6240  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6241  return res;
6242  }
static native long INTERNALmkFpaRoundToIntegral(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPRoundToIntegral().

◆ mkFpaRoundTowardNegative()

static long mkFpaRoundTowardNegative ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5956 of file Native.java.

5957  {
5958  long res = INTERNALmkFpaRoundTowardNegative(a0);
5960  if (err != Z3_error_code.Z3_OK)
5961  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5962  return res;
5963  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRoundTowardNegative(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPRoundTowardNegative().

◆ mkFpaRoundTowardPositive()

static long mkFpaRoundTowardPositive ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5938 of file Native.java.

5939  {
5940  long res = INTERNALmkFpaRoundTowardPositive(a0);
5942  if (err != Z3_error_code.Z3_OK)
5943  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5944  return res;
5945  }
static native long INTERNALmkFpaRoundTowardPositive(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPRoundTowardPositive().

◆ mkFpaRoundTowardZero()

static long mkFpaRoundTowardZero ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5974 of file Native.java.

5975  {
5976  long res = INTERNALmkFpaRoundTowardZero(a0);
5978  if (err != Z3_error_code.Z3_OK)
5979  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5980  return res;
5981  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRoundTowardZero(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPRoundTowardZero().

◆ mkFpaRtn()

static long mkFpaRtn ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5965 of file Native.java.

5966  {
5967  long res = INTERNALmkFpaRtn(a0);
5969  if (err != Z3_error_code.Z3_OK)
5970  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5971  return res;
5972  }
static native long INTERNALmkFpaRtn(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPRTN().

◆ mkFpaRtp()

static long mkFpaRtp ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5947 of file Native.java.

5948  {
5949  long res = INTERNALmkFpaRtp(a0);
5951  if (err != Z3_error_code.Z3_OK)
5952  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5953  return res;
5954  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaRtp(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPRTP().

◆ mkFpaRtz()

static long mkFpaRtz ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5983 of file Native.java.

5984  {
5985  long res = INTERNALmkFpaRtz(a0);
5987  if (err != Z3_error_code.Z3_OK)
5988  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5989  return res;
5990  }
static native long INTERNALmkFpaRtz(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPRTZ().

◆ mkFpaSort()

static long mkFpaSort ( long  a0,
int  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 5992 of file Native.java.

5993  {
5994  long res = INTERNALmkFpaSort(a0, a1, a2);
5996  if (err != Z3_error_code.Z3_OK)
5997  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5998  return res;
5999  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSort(long a0, int a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by FPSort.FPSort().

◆ mkFpaSort128()

static long mkFpaSort128 ( long  a0) throws Z3Exception
inlinestatic

Definition at line 6064 of file Native.java.

6065  {
6066  long res = INTERNALmkFpaSort128(a0);
6068  if (err != Z3_error_code.Z3_OK)
6069  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6070  return res;
6071  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSort128(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPSort128().

◆ mkFpaSort16()

static long mkFpaSort16 ( long  a0) throws Z3Exception
inlinestatic

Definition at line 6010 of file Native.java.

6011  {
6012  long res = INTERNALmkFpaSort16(a0);
6014  if (err != Z3_error_code.Z3_OK)
6015  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6016  return res;
6017  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSort16(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPSort16().

◆ mkFpaSort32()

static long mkFpaSort32 ( long  a0) throws Z3Exception
inlinestatic

Definition at line 6028 of file Native.java.

6029  {
6030  long res = INTERNALmkFpaSort32(a0);
6032  if (err != Z3_error_code.Z3_OK)
6033  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6034  return res;
6035  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALmkFpaSort32(long a0)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPSort32().

◆ mkFpaSort64()

static long mkFpaSort64 ( long  a0) throws Z3Exception
inlinestatic

Definition at line 6046 of file Native.java.

6047  {
6048  long res = INTERNALmkFpaSort64(a0);
6050  if (err != Z3_error_code.Z3_OK)
6051  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6052  return res;
6053  }
static native long INTERNALmkFpaSort64(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPSort64().

◆ mkFpaSortDouble()

static long mkFpaSortDouble ( long  a0) throws Z3Exception
inlinestatic

Definition at line 6037 of file Native.java.

6038  {
6039  long res = INTERNALmkFpaSortDouble(a0);
6041  if (err != Z3_error_code.Z3_OK)
6042  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6043  return res;
6044  }
static native long INTERNALmkFpaSortDouble(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPSortDouble().

◆ mkFpaSortHalf()

static long mkFpaSortHalf ( long  a0) throws Z3Exception
inlinestatic

Definition at line 6001 of file Native.java.

6002  {
6003  long res = INTERNALmkFpaSortHalf(a0);
6005  if (err != Z3_error_code.Z3_OK)
6006  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6007  return res;
6008  }
static native long INTERNALmkFpaSortHalf(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPSortHalf().

◆ mkFpaSortQuadruple()

static long mkFpaSortQuadruple ( long  a0) throws Z3Exception
inlinestatic

Definition at line 6055 of file Native.java.

6056  {
6057  long res = INTERNALmkFpaSortQuadruple(a0);
6059  if (err != Z3_error_code.Z3_OK)
6060  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6061  return res;
6062  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native long INTERNALmkFpaSortQuadruple(long a0)

Referenced by Context.mkFPSortQuadruple().

◆ mkFpaSortSingle()

static long mkFpaSortSingle ( long  a0) throws Z3Exception
inlinestatic

Definition at line 6019 of file Native.java.

6020  {
6021  long res = INTERNALmkFpaSortSingle(a0);
6023  if (err != Z3_error_code.Z3_OK)
6024  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6025  return res;
6026  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSortSingle(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPSortSingle().

◆ mkFpaSqrt()

static long mkFpaSqrt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 6217 of file Native.java.

6218  {
6219  long res = INTERNALmkFpaSqrt(a0, a1, a2);
6221  if (err != Z3_error_code.Z3_OK)
6222  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6223  return res;
6224  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaSqrt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPSqrt().

◆ mkFpaSub()

static long mkFpaSub ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 6181 of file Native.java.

6182  {
6183  long res = INTERNALmkFpaSub(a0, a1, a2, a3);
6185  if (err != Z3_error_code.Z3_OK)
6186  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6187  return res;
6188  }
static native long INTERNALmkFpaSub(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPSub().

◆ mkFpaToFpBv()

static long mkFpaToFpBv ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 6370 of file Native.java.

6371  {
6372  long res = INTERNALmkFpaToFpBv(a0, a1, a2);
6374  if (err != Z3_error_code.Z3_OK)
6375  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6376  return res;
6377  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaToFpBv(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPToFP().

◆ mkFpaToFpFloat()

static long mkFpaToFpFloat ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 6379 of file Native.java.

6380  {
6381  long res = INTERNALmkFpaToFpFloat(a0, a1, a2, a3);
6383  if (err != Z3_error_code.Z3_OK)
6384  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6385  return res;
6386  }
static native long INTERNALmkFpaToFpFloat(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPToFP().

◆ mkFpaToFpIntReal()

static long mkFpaToFpIntReal ( long  a0,
long  a1,
long  a2,
long  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 6604 of file Native.java.

6605  {
6606  long res = INTERNALmkFpaToFpIntReal(a0, a1, a2, a3, a4);
6608  if (err != Z3_error_code.Z3_OK)
6609  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6610  return res;
6611  }
static native long INTERNALmkFpaToFpIntReal(long a0, long a1, long a2, long a3, long a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPToFP().

◆ mkFpaToFpReal()

static long mkFpaToFpReal ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 6388 of file Native.java.

6389  {
6390  long res = INTERNALmkFpaToFpReal(a0, a1, a2, a3);
6392  if (err != Z3_error_code.Z3_OK)
6393  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6394  return res;
6395  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaToFpReal(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPToFP().

◆ mkFpaToFpSigned()

static long mkFpaToFpSigned ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 6397 of file Native.java.

6398  {
6399  long res = INTERNALmkFpaToFpSigned(a0, a1, a2, a3);
6401  if (err != Z3_error_code.Z3_OK)
6402  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6403  return res;
6404  }
static native long INTERNALmkFpaToFpSigned(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPToFP().

◆ mkFpaToFpUnsigned()

static long mkFpaToFpUnsigned ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 6406 of file Native.java.

6407  {
6408  long res = INTERNALmkFpaToFpUnsigned(a0, a1, a2, a3);
6410  if (err != Z3_error_code.Z3_OK)
6411  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6412  return res;
6413  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaToFpUnsigned(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPToFP().

◆ mkFpaToIeeeBv()

static long mkFpaToIeeeBv ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6595 of file Native.java.

6596  {
6597  long res = INTERNALmkFpaToIeeeBv(a0, a1);
6599  if (err != Z3_error_code.Z3_OK)
6600  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6601  return res;
6602  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFpaToIeeeBv(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPToIEEEBV().

◆ mkFpaToReal()

static long mkFpaToReal ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 6433 of file Native.java.

6434  {
6435  long res = INTERNALmkFpaToReal(a0, a1);
6437  if (err != Z3_error_code.Z3_OK)
6438  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6439  return res;
6440  }
static native long INTERNALmkFpaToReal(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPToReal().

◆ mkFpaToSbv()

static long mkFpaToSbv ( long  a0,
long  a1,
long  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 6424 of file Native.java.

6425  {
6426  long res = INTERNALmkFpaToSbv(a0, a1, a2, a3);
6428  if (err != Z3_error_code.Z3_OK)
6429  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6430  return res;
6431  }
static native long INTERNALmkFpaToSbv(long a0, long a1, long a2, int a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPToBV().

◆ mkFpaToUbv()

static long mkFpaToUbv ( long  a0,
long  a1,
long  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 6415 of file Native.java.

6416  {
6417  long res = INTERNALmkFpaToUbv(a0, a1, a2, a3);
6419  if (err != Z3_error_code.Z3_OK)
6420  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6421  return res;
6422  }
static native long INTERNALmkFpaToUbv(long a0, long a1, long a2, int a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPToBV().

◆ mkFpaZero()

static long mkFpaZero ( long  a0,
long  a1,
boolean  a2 
) throws Z3Exception
inlinestatic

Definition at line 6091 of file Native.java.

6092  {
6093  long res = INTERNALmkFpaZero(a0, a1, a2);
6095  if (err != Z3_error_code.Z3_OK)
6096  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6097  return res;
6098  }
static native long INTERNALmkFpaZero(long a0, long a1, boolean a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFPZero().

◆ mkFreshConst()

static long mkFreshConst ( long  a0,
String  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1135 of file Native.java.

1136  {
1137  long res = INTERNALmkFreshConst(a0, a1, a2);
1139  if (err != Z3_error_code.Z3_OK)
1140  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1141  return res;
1142  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFreshConst(long a0, String a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFreshConst().

◆ mkFreshFuncDecl()

static long mkFreshFuncDecl ( long  a0,
String  a1,
int  a2,
long []  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 1126 of file Native.java.

1127  {
1128  long res = INTERNALmkFreshFuncDecl(a0, a1, a2, a3, a4);
1130  if (err != Z3_error_code.Z3_OK)
1131  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1132  return res;
1133  }
static native long INTERNALmkFreshFuncDecl(long a0, String a1, int a2, long[] a3, long a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkFullSet()

static long mkFullSet ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1926 of file Native.java.

1927  {
1928  long res = INTERNALmkFullSet(a0, a1);
1930  if (err != Z3_error_code.Z3_OK)
1931  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1932  return res;
1933  }
static native long INTERNALmkFullSet(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFullSet().

◆ mkFuncDecl()

static long mkFuncDecl ( long  a0,
long  a1,
int  a2,
long []  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 1099 of file Native.java.

1100  {
1101  long res = INTERNALmkFuncDecl(a0, a1, a2, a3, a4);
1103  if (err != Z3_error_code.Z3_OK)
1104  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1105  return res;
1106  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkFuncDecl(long a0, long a1, int a2, long[] a3, long a4)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkGe()

static long mkGe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1359 of file Native.java.

1360  {
1361  long res = INTERNALmkGe(a0, a1, a2);
1363  if (err != Z3_error_code.Z3_OK)
1364  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1365  return res;
1366  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALmkGe(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkGe().

◆ mkGoal()

static long mkGoal ( long  a0,
boolean  a1,
boolean  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 3944 of file Native.java.

3945  {
3946  long res = INTERNALmkGoal(a0, a1, a2, a3);
3948  if (err != Z3_error_code.Z3_OK)
3949  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3950  return res;
3951  }
static native long INTERNALmkGoal(long a0, boolean a1, boolean a2, boolean a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkGt()

static long mkGt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1350 of file Native.java.

1351  {
1352  long res = INTERNALmkGt(a0, a1, a2);
1354  if (err != Z3_error_code.Z3_OK)
1355  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1356  return res;
1357  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALmkGt(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkGt().

◆ mkIff()

static long mkIff ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1215 of file Native.java.

1216  {
1217  long res = INTERNALmkIff(a0, a1, a2);
1219  if (err != Z3_error_code.Z3_OK)
1220  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1221  return res;
1222  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkIff(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkIff().

◆ mkImplies()

static long mkImplies ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1224 of file Native.java.

1225  {
1226  long res = INTERNALmkImplies(a0, a1, a2);
1228  if (err != Z3_error_code.Z3_OK)
1229  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1230  return res;
1231  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALmkImplies(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkImplies().

◆ mkInt()

static long mkInt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2034 of file Native.java.

2035  {
2036  long res = INTERNALmkInt(a0, a1, a2);
2038  if (err != Z3_error_code.Z3_OK)
2039  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2040  return res;
2041  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkInt(long a0, int a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkInt(), Context.mkNumeral(), and Context.mkReal().

◆ mkInt2bv()

static long mkInt2bv ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1737 of file Native.java.

1738  {
1739  long res = INTERNALmkInt2bv(a0, a1, a2);
1741  if (err != Z3_error_code.Z3_OK)
1742  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1743  return res;
1744  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkInt2bv(long a0, int a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkInt2BV().

◆ mkInt2real()

static long mkInt2real ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1368 of file Native.java.

1369  {
1370  long res = INTERNALmkInt2real(a0, a1);
1372  if (err != Z3_error_code.Z3_OK)
1373  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1374  return res;
1375  }
static native long INTERNALmkInt2real(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkInt2Real().

◆ mkInt64()

static long mkInt64 ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2052 of file Native.java.

2053  {
2054  long res = INTERNALmkInt64(a0, a1, a2);
2056  if (err != Z3_error_code.Z3_OK)
2057  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2058  return res;
2059  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkInt64(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkInt(), Context.mkNumeral(), and Context.mkReal().

◆ mkIntSort()

static long mkIntSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 959 of file Native.java.

960  {
961  long res = INTERNALmkIntSort(a0);
963  if (err != Z3_error_code.Z3_OK)
964  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
965  return res;
966  }
static native long INTERNALmkIntSort(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkIntSymbol()

static long mkIntSymbol ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 923 of file Native.java.

924  {
925  long res = INTERNALmkIntSymbol(a0, a1);
927  if (err != Z3_error_code.Z3_OK)
928  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
929  return res;
930  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkIntSymbol(long a0, int a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkIntToStr()

static long mkIntToStr ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2340 of file Native.java.

2341  {
2342  long res = INTERNALmkIntToStr(a0, a1);
2344  if (err != Z3_error_code.Z3_OK)
2345  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2346  return res;
2347  }
static native long INTERNALmkIntToStr(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.intToString().

◆ mkIsInt()

static long mkIsInt ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1386 of file Native.java.

1387  {
1388  long res = INTERNALmkIsInt(a0, a1);
1390  if (err != Z3_error_code.Z3_OK)
1391  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1392  return res;
1393  }
static native long INTERNALmkIsInt(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkIsInteger().

◆ mkIte()

static long mkIte ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 1206 of file Native.java.

1207  {
1208  long res = INTERNALmkIte(a0, a1, a2, a3);
1210  if (err != Z3_error_code.Z3_OK)
1211  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1212  return res;
1213  }
static native long INTERNALmkIte(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkITE().

◆ mkLambda()

static long mkLambda ( long  a0,
int  a1,
long []  a2,
long []  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 2601 of file Native.java.

2602  {
2603  long res = INTERNALmkLambda(a0, a1, a2, a3, a4);
2605  if (err != Z3_error_code.Z3_OK)
2606  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2607  return res;
2608  }
static native long INTERNALmkLambda(long a0, int a1, long[] a2, long[] a3, long a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Lambda.of().

◆ mkLambdaConst()

static long mkLambdaConst ( long  a0,
int  a1,
long []  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 2610 of file Native.java.

2611  {
2612  long res = INTERNALmkLambdaConst(a0, a1, a2, a3);
2614  if (err != Z3_error_code.Z3_OK)
2615  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2616  return res;
2617  }
static native long INTERNALmkLambdaConst(long a0, int a1, long[] a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Lambda.of().

◆ mkLe()

static long mkLe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1341 of file Native.java.

1342  {
1343  long res = INTERNALmkLe(a0, a1, a2);
1345  if (err != Z3_error_code.Z3_OK)
1346  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1347  return res;
1348  }
static native long INTERNALmkLe(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkLe().

◆ mkLinearOrder()

static long mkLinearOrder ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2466 of file Native.java.

2467  {
2468  long res = INTERNALmkLinearOrder(a0, a1, a2);
2470  if (err != Z3_error_code.Z3_OK)
2471  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2472  return res;
2473  }
static native long INTERNALmkLinearOrder(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkListSort()

static long mkListSort ( long  a0,
long  a1,
long  a2,
LongPtr  a3,
LongPtr  a4,
LongPtr  a5,
LongPtr  a6,
LongPtr  a7,
LongPtr  a8 
) throws Z3Exception
inlinestatic

Definition at line 1031 of file Native.java.

1032  {
1033  long res = INTERNALmkListSort(a0, a1, a2, a3, a4, a5, a6, a7, a8);
1035  if (err != Z3_error_code.Z3_OK)
1036  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1037  return res;
1038  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkListSort(long a0, long a1, long a2, LongPtr a3, LongPtr a4, LongPtr a5, LongPtr a6, LongPtr a7, LongPtr a8)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkLstring()

static long mkLstring ( long  a0,
int  a1,
String  a2 
) throws Z3Exception
inlinestatic

Definition at line 2160 of file Native.java.

2161  {
2162  long res = INTERNALmkLstring(a0, a1, a2);
2164  if (err != Z3_error_code.Z3_OK)
2165  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2166  return res;
2167  }
static native long INTERNALmkLstring(long a0, int a1, String a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkLt()

static long mkLt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1332 of file Native.java.

1333  {
1334  long res = INTERNALmkLt(a0, a1, a2);
1336  if (err != Z3_error_code.Z3_OK)
1337  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1338  return res;
1339  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkLt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkLt().

◆ mkMap()

static long mkMap ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 1872 of file Native.java.

1873  {
1874  long res = INTERNALmkMap(a0, a1, a2, a3);
1876  if (err != Z3_error_code.Z3_OK)
1877  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1878  return res;
1879  }
static native long INTERNALmkMap(long a0, long a1, int a2, long[] a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkMap().

◆ mkMod()

static long mkMod ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1305 of file Native.java.

1306  {
1307  long res = INTERNALmkMod(a0, a1, a2);
1309  if (err != Z3_error_code.Z3_OK)
1310  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1311  return res;
1312  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkMod(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkMod().

◆ mkModel()

static long mkModel ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3501 of file Native.java.

3502  {
3503  long res = INTERNALmkModel(a0);
3505  if (err != Z3_error_code.Z3_OK)
3506  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3507  return res;
3508  }
static native long INTERNALmkModel(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkMul()

static long mkMul ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 1269 of file Native.java.

1270  {
1271  long res = INTERNALmkMul(a0, a1, a2);
1273  if (err != Z3_error_code.Z3_OK)
1274  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1275  return res;
1276  }
static native long INTERNALmkMul(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkMul().

◆ mkNot()

static long mkNot ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1197 of file Native.java.

1198  {
1199  long res = INTERNALmkNot(a0, a1);
1201  if (err != Z3_error_code.Z3_OK)
1202  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1203  return res;
1204  }
static native long INTERNALmkNot(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkNot().

◆ mkNumeral()

static long mkNumeral ( long  a0,
String  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2016 of file Native.java.

2017  {
2018  long res = INTERNALmkNumeral(a0, a1, a2);
2020  if (err != Z3_error_code.Z3_OK)
2021  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2022  return res;
2023  }
static native long INTERNALmkNumeral(long a0, String a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkInt(), Context.mkNumeral(), and Context.mkReal().

◆ mkOptimize()

static long mkOptimize ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5659 of file Native.java.

5660  {
5661  long res = INTERNALmkOptimize(a0);
5663  if (err != Z3_error_code.Z3_OK)
5664  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5665  return res;
5666  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkOptimize(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkOr()

static long mkOr ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 1251 of file Native.java.

1252  {
1253  long res = INTERNALmkOr(a0, a1, a2);
1255  if (err != Z3_error_code.Z3_OK)
1256  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1257  return res;
1258  }
static native long INTERNALmkOr(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkOr().

◆ mkParams()

static long mkParams ( long  a0) throws Z3Exception
inlinestatic

Definition at line 788 of file Native.java.

789  {
790  long res = INTERNALmkParams(a0);
792  if (err != Z3_error_code.Z3_OK)
793  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
794  return res;
795  }
static native long INTERNALmkParams(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkPartialOrder()

static long mkPartialOrder ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2475 of file Native.java.

2476  {
2477  long res = INTERNALmkPartialOrder(a0, a1, a2);
2479  if (err != Z3_error_code.Z3_OK)
2480  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2481  return res;
2482  }
static native long INTERNALmkPartialOrder(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkPattern()

static long mkPattern ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 2511 of file Native.java.

2512  {
2513  long res = INTERNALmkPattern(a0, a1, a2);
2515  if (err != Z3_error_code.Z3_OK)
2516  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2517  return res;
2518  }
static native long INTERNALmkPattern(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkPattern().

◆ mkPbeq()

static long mkPbeq ( long  a0,
int  a1,
long []  a2,
int []  a3,
int  a4 
) throws Z3Exception
inlinestatic

Definition at line 2853 of file Native.java.

2854  {
2855  long res = INTERNALmkPbeq(a0, a1, a2, a3, a4);
2857  if (err != Z3_error_code.Z3_OK)
2858  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2859  return res;
2860  }
static native long INTERNALmkPbeq(long a0, int a1, long[] a2, int[] a3, int a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkPBEq().

◆ mkPbge()

static long mkPbge ( long  a0,
int  a1,
long []  a2,
int []  a3,
int  a4 
) throws Z3Exception
inlinestatic

Definition at line 2844 of file Native.java.

2845  {
2846  long res = INTERNALmkPbge(a0, a1, a2, a3, a4);
2848  if (err != Z3_error_code.Z3_OK)
2849  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2850  return res;
2851  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkPbge(long a0, int a1, long[] a2, int[] a3, int a4)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkPBGe().

◆ mkPble()

static long mkPble ( long  a0,
int  a1,
long []  a2,
int []  a3,
int  a4 
) throws Z3Exception
inlinestatic

Definition at line 2835 of file Native.java.

2836  {
2837  long res = INTERNALmkPble(a0, a1, a2, a3, a4);
2839  if (err != Z3_error_code.Z3_OK)
2840  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2841  return res;
2842  }
static native long INTERNALmkPble(long a0, int a1, long[] a2, int[] a3, int a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkPBLe().

◆ mkPiecewiseLinearOrder()

static long mkPiecewiseLinearOrder ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2484 of file Native.java.

2485  {
2486  long res = INTERNALmkPiecewiseLinearOrder(a0, a1, a2);
2488  if (err != Z3_error_code.Z3_OK)
2489  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2490  return res;
2491  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkPiecewiseLinearOrder(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkPower()

static long mkPower ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1323 of file Native.java.

1324  {
1325  long res = INTERNALmkPower(a0, a1, a2);
1327  if (err != Z3_error_code.Z3_OK)
1328  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1329  return res;
1330  }
static native long INTERNALmkPower(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkPower().

◆ mkProbe()

static long mkProbe ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 4118 of file Native.java.

4119  {
4120  long res = INTERNALmkProbe(a0, a1);
4122  if (err != Z3_error_code.Z3_OK)
4123  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4124  return res;
4125  }
static native long INTERNALmkProbe(long a0, String a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkQuantifier()

static long mkQuantifier ( long  a0,
boolean  a1,
int  a2,
int  a3,
long []  a4,
int  a5,
long []  a6,
long []  a7,
long  a8 
) throws Z3Exception
inlinestatic

Definition at line 2547 of file Native.java.

2548  {
2549  long res = INTERNALmkQuantifier(a0, a1, a2, a3, a4, a5, a6, a7, a8);
2551  if (err != Z3_error_code.Z3_OK)
2552  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2553  return res;
2554  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkQuantifier(long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long[] a7, long a8)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Quantifier.of().

◆ mkQuantifierConst()

static long mkQuantifierConst ( long  a0,
boolean  a1,
int  a2,
int  a3,
long []  a4,
int  a5,
long []  a6,
long  a7 
) throws Z3Exception
inlinestatic

Definition at line 2583 of file Native.java.

2584  {
2585  long res = INTERNALmkQuantifierConst(a0, a1, a2, a3, a4, a5, a6, a7);
2587  if (err != Z3_error_code.Z3_OK)
2588  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2589  return res;
2590  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkQuantifierConst(long a0, boolean a1, int a2, int a3, long[] a4, int a5, long[] a6, long a7)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Quantifier.of().

◆ mkQuantifierConstEx()

static long mkQuantifierConstEx ( long  a0,
boolean  a1,
int  a2,
long  a3,
long  a4,
int  a5,
long []  a6,
int  a7,
long []  a8,
int  a9,
long []  a10,
long  a11 
) throws Z3Exception
inlinestatic

Definition at line 2592 of file Native.java.

2593  {
2594  long res = INTERNALmkQuantifierConstEx(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11);
2596  if (err != Z3_error_code.Z3_OK)
2597  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2598  return res;
2599  }
static native long INTERNALmkQuantifierConstEx(long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long a11)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Quantifier.of().

◆ mkQuantifierEx()

static long mkQuantifierEx ( long  a0,
boolean  a1,
int  a2,
long  a3,
long  a4,
int  a5,
long []  a6,
int  a7,
long []  a8,
int  a9,
long []  a10,
long []  a11,
long  a12 
) throws Z3Exception
inlinestatic

Definition at line 2556 of file Native.java.

2557  {
2558  long res = INTERNALmkQuantifierEx(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12);
2560  if (err != Z3_error_code.Z3_OK)
2561  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2562  return res;
2563  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native long INTERNALmkQuantifierEx(long a0, boolean a1, int a2, long a3, long a4, int a5, long[] a6, int a7, long[] a8, int a9, long[] a10, long[] a11, long a12)

Referenced by Quantifier.of().

◆ mkReal()

static long mkReal ( long  a0,
int  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2025 of file Native.java.

2026  {
2027  long res = INTERNALmkReal(a0, a1, a2);
2029  if (err != Z3_error_code.Z3_OK)
2030  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2031  return res;
2032  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkReal(long a0, int a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkReal().

◆ mkReal2int()

static long mkReal2int ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1377 of file Native.java.

1378  {
1379  long res = INTERNALmkReal2int(a0, a1);
1381  if (err != Z3_error_code.Z3_OK)
1382  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1383  return res;
1384  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkReal2int(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkReal2Int().

◆ mkRealSort()

static long mkRealSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 968 of file Native.java.

969  {
970  long res = INTERNALmkRealSort(a0);
972  if (err != Z3_error_code.Z3_OK)
973  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
974  return res;
975  }
static native long INTERNALmkRealSort(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkRecFuncDecl()

static long mkRecFuncDecl ( long  a0,
long  a1,
int  a2,
long []  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 1144 of file Native.java.

1145  {
1146  long res = INTERNALmkRecFuncDecl(a0, a1, a2, a3, a4);
1148  if (err != Z3_error_code.Z3_OK)
1149  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1150  return res;
1151  }
static native long INTERNALmkRecFuncDecl(long a0, long a1, int a2, long[] a3, long a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkReComplement()

static long mkReComplement ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2439 of file Native.java.

2440  {
2441  long res = INTERNALmkReComplement(a0, a1);
2443  if (err != Z3_error_code.Z3_OK)
2444  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2445  return res;
2446  }
static native long INTERNALmkReComplement(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkComplement().

◆ mkReConcat()

static long mkReConcat ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 2403 of file Native.java.

2404  {
2405  long res = INTERNALmkReConcat(a0, a1, a2);
2407  if (err != Z3_error_code.Z3_OK)
2408  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2409  return res;
2410  }
static native long INTERNALmkReConcat(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkConcat().

◆ mkReEmpty()

static long mkReEmpty ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2448 of file Native.java.

2449  {
2450  long res = INTERNALmkReEmpty(a0, a1);
2452  if (err != Z3_error_code.Z3_OK)
2453  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2454  return res;
2455  }
static native long INTERNALmkReEmpty(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkEmptyRe().

◆ mkReFull()

static long mkReFull ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2457 of file Native.java.

2458  {
2459  long res = INTERNALmkReFull(a0, a1);
2461  if (err != Z3_error_code.Z3_OK)
2462  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2463  return res;
2464  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkReFull(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkFullRe().

◆ mkReIntersect()

static long mkReIntersect ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 2430 of file Native.java.

2431  {
2432  long res = INTERNALmkReIntersect(a0, a1, a2);
2434  if (err != Z3_error_code.Z3_OK)
2435  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2436  return res;
2437  }
static native long INTERNALmkReIntersect(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkIntersect().

◆ mkReLoop()

static long mkReLoop ( long  a0,
long  a1,
int  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 2421 of file Native.java.

2422  {
2423  long res = INTERNALmkReLoop(a0, a1, a2, a3);
2425  if (err != Z3_error_code.Z3_OK)
2426  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2427  return res;
2428  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkReLoop(long a0, long a1, int a2, int a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkLoop().

◆ mkRem()

static long mkRem ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1314 of file Native.java.

1315  {
1316  long res = INTERNALmkRem(a0, a1, a2);
1318  if (err != Z3_error_code.Z3_OK)
1319  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1320  return res;
1321  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkRem(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkRem().

◆ mkReOption()

static long mkReOption ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2385 of file Native.java.

2386  {
2387  long res = INTERNALmkReOption(a0, a1);
2389  if (err != Z3_error_code.Z3_OK)
2390  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2391  return res;
2392  }
static native long INTERNALmkReOption(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkOption().

◆ mkRepeat()

static long mkRepeat ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1665 of file Native.java.

1666  {
1667  long res = INTERNALmkRepeat(a0, a1, a2);
1669  if (err != Z3_error_code.Z3_OK)
1670  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1671  return res;
1672  }
static native long INTERNALmkRepeat(long a0, int a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkRepeat().

◆ mkRePlus()

static long mkRePlus ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2367 of file Native.java.

2368  {
2369  long res = INTERNALmkRePlus(a0, a1);
2371  if (err != Z3_error_code.Z3_OK)
2372  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2373  return res;
2374  }
static native long INTERNALmkRePlus(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkPlus().

◆ mkReRange()

static long mkReRange ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2412 of file Native.java.

2413  {
2414  long res = INTERNALmkReRange(a0, a1, a2);
2416  if (err != Z3_error_code.Z3_OK)
2417  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2418  return res;
2419  }
static native long INTERNALmkReRange(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkRange().

◆ mkReSort()

static long mkReSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2106 of file Native.java.

2107  {
2108  long res = INTERNALmkReSort(a0, a1);
2110  if (err != Z3_error_code.Z3_OK)
2111  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2112  return res;
2113  }
static native long INTERNALmkReSort(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkReSort().

◆ mkReStar()

static long mkReStar ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2376 of file Native.java.

2377  {
2378  long res = INTERNALmkReStar(a0, a1);
2380  if (err != Z3_error_code.Z3_OK)
2381  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2382  return res;
2383  }
static native long INTERNALmkReStar(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkStar().

◆ mkReUnion()

static long mkReUnion ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 2394 of file Native.java.

2395  {
2396  long res = INTERNALmkReUnion(a0, a1, a2);
2398  if (err != Z3_error_code.Z3_OK)
2399  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2400  return res;
2401  }
static native long INTERNALmkReUnion(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkUnion().

◆ mkRotateLeft()

static long mkRotateLeft ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1701 of file Native.java.

1702  {
1703  long res = INTERNALmkRotateLeft(a0, a1, a2);
1705  if (err != Z3_error_code.Z3_OK)
1706  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1707  return res;
1708  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkRotateLeft(long a0, int a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVRotateLeft().

◆ mkRotateRight()

static long mkRotateRight ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1710 of file Native.java.

1711  {
1712  long res = INTERNALmkRotateRight(a0, a1, a2);
1714  if (err != Z3_error_code.Z3_OK)
1715  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1716  return res;
1717  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkRotateRight(long a0, int a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkBVRotateRight().

◆ mkSelect()

static long mkSelect ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1827 of file Native.java.

1828  {
1829  long res = INTERNALmkSelect(a0, a1, a2);
1831  if (err != Z3_error_code.Z3_OK)
1832  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1833  return res;
1834  }
static native long INTERNALmkSelect(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkSelect().

◆ mkSelectN()

static long mkSelectN ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 1836 of file Native.java.

1837  {
1838  long res = INTERNALmkSelectN(a0, a1, a2, a3);
1840  if (err != Z3_error_code.Z3_OK)
1841  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1842  return res;
1843  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSelectN(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkSelect().

◆ mkSeqAt()

static long mkSeqAt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2286 of file Native.java.

2287  {
2288  long res = INTERNALmkSeqAt(a0, a1, a2);
2290  if (err != Z3_error_code.Z3_OK)
2291  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2292  return res;
2293  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSeqAt(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkAt().

◆ mkSeqConcat()

static long mkSeqConcat ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 2214 of file Native.java.

2215  {
2216  long res = INTERNALmkSeqConcat(a0, a1, a2);
2218  if (err != Z3_error_code.Z3_OK)
2219  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2220  return res;
2221  }
static native long INTERNALmkSeqConcat(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkConcat().

◆ mkSeqContains()

static long mkSeqContains ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2241 of file Native.java.

2242  {
2243  long res = INTERNALmkSeqContains(a0, a1, a2);
2245  if (err != Z3_error_code.Z3_OK)
2246  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2247  return res;
2248  }
static native long INTERNALmkSeqContains(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkContains().

◆ mkSeqEmpty()

static long mkSeqEmpty ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2196 of file Native.java.

2197  {
2198  long res = INTERNALmkSeqEmpty(a0, a1);
2200  if (err != Z3_error_code.Z3_OK)
2201  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2202  return res;
2203  }
static native long INTERNALmkSeqEmpty(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkEmptySeq().

◆ mkSeqExtract()

static long mkSeqExtract ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 2268 of file Native.java.

2269  {
2270  long res = INTERNALmkSeqExtract(a0, a1, a2, a3);
2272  if (err != Z3_error_code.Z3_OK)
2273  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2274  return res;
2275  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALmkSeqExtract(long a0, long a1, long a2, long a3)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkExtract().

◆ mkSeqIndex()

static long mkSeqIndex ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 2313 of file Native.java.

2314  {
2315  long res = INTERNALmkSeqIndex(a0, a1, a2, a3);
2317  if (err != Z3_error_code.Z3_OK)
2318  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2319  return res;
2320  }
static native long INTERNALmkSeqIndex(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkIndexOf().

◆ mkSeqInRe()

static long mkSeqInRe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2358 of file Native.java.

2359  {
2360  long res = INTERNALmkSeqInRe(a0, a1, a2);
2362  if (err != Z3_error_code.Z3_OK)
2363  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2364  return res;
2365  }
static native long INTERNALmkSeqInRe(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkInRe().

◆ mkSeqLastIndex()

static long mkSeqLastIndex ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2322 of file Native.java.

2323  {
2324  long res = INTERNALmkSeqLastIndex(a0, a1, a2);
2326  if (err != Z3_error_code.Z3_OK)
2327  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2328  return res;
2329  }
static native long INTERNALmkSeqLastIndex(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkSeqLength()

static long mkSeqLength ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2304 of file Native.java.

2305  {
2306  long res = INTERNALmkSeqLength(a0, a1);
2308  if (err != Z3_error_code.Z3_OK)
2309  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2310  return res;
2311  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSeqLength(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkLength().

◆ mkSeqNth()

static long mkSeqNth ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2295 of file Native.java.

2296  {
2297  long res = INTERNALmkSeqNth(a0, a1, a2);
2299  if (err != Z3_error_code.Z3_OK)
2300  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2301  return res;
2302  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSeqNth(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkSeqPrefix()

static long mkSeqPrefix ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2223 of file Native.java.

2224  {
2225  long res = INTERNALmkSeqPrefix(a0, a1, a2);
2227  if (err != Z3_error_code.Z3_OK)
2228  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2229  return res;
2230  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native long INTERNALmkSeqPrefix(long a0, long a1, long a2)

Referenced by Context.mkPrefixOf().

◆ mkSeqReplace()

static long mkSeqReplace ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 2277 of file Native.java.

2278  {
2279  long res = INTERNALmkSeqReplace(a0, a1, a2, a3);
2281  if (err != Z3_error_code.Z3_OK)
2282  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2283  return res;
2284  }
static native long INTERNALmkSeqReplace(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkReplace().

◆ mkSeqSort()

static long mkSeqSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2079 of file Native.java.

2080  {
2081  long res = INTERNALmkSeqSort(a0, a1);
2083  if (err != Z3_error_code.Z3_OK)
2084  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2085  return res;
2086  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSeqSort(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkSeqSort().

◆ mkSeqSuffix()

static long mkSeqSuffix ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2232 of file Native.java.

2233  {
2234  long res = INTERNALmkSeqSuffix(a0, a1, a2);
2236  if (err != Z3_error_code.Z3_OK)
2237  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2238  return res;
2239  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSeqSuffix(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkSuffixOf().

◆ mkSeqToRe()

static long mkSeqToRe ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2349 of file Native.java.

2350  {
2351  long res = INTERNALmkSeqToRe(a0, a1);
2353  if (err != Z3_error_code.Z3_OK)
2354  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2355  return res;
2356  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSeqToRe(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkToRe().

◆ mkSeqUnit()

static long mkSeqUnit ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2205 of file Native.java.

2206  {
2207  long res = INTERNALmkSeqUnit(a0, a1);
2209  if (err != Z3_error_code.Z3_OK)
2210  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2211  return res;
2212  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSeqUnit(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkUnit().

◆ mkSetAdd()

static long mkSetAdd ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1935 of file Native.java.

1936  {
1937  long res = INTERNALmkSetAdd(a0, a1, a2);
1939  if (err != Z3_error_code.Z3_OK)
1940  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1941  return res;
1942  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSetAdd(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkSetAdd().

◆ mkSetComplement()

static long mkSetComplement ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1980 of file Native.java.

1981  {
1982  long res = INTERNALmkSetComplement(a0, a1);
1984  if (err != Z3_error_code.Z3_OK)
1985  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1986  return res;
1987  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSetComplement(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkSetComplement().

◆ mkSetDel()

static long mkSetDel ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1944 of file Native.java.

1945  {
1946  long res = INTERNALmkSetDel(a0, a1, a2);
1948  if (err != Z3_error_code.Z3_OK)
1949  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1950  return res;
1951  }
static native long INTERNALmkSetDel(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkSetDel().

◆ mkSetDifference()

static long mkSetDifference ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1971 of file Native.java.

1972  {
1973  long res = INTERNALmkSetDifference(a0, a1, a2);
1975  if (err != Z3_error_code.Z3_OK)
1976  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1977  return res;
1978  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSetDifference(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkSetDifference().

◆ mkSetHasSize()

static long mkSetHasSize ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1899 of file Native.java.

1900  {
1901  long res = INTERNALmkSetHasSize(a0, a1, a2);
1903  if (err != Z3_error_code.Z3_OK)
1904  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1905  return res;
1906  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSetHasSize(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkSetIntersect()

static long mkSetIntersect ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 1962 of file Native.java.

1963  {
1964  long res = INTERNALmkSetIntersect(a0, a1, a2);
1966  if (err != Z3_error_code.Z3_OK)
1967  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1968  return res;
1969  }
static native long INTERNALmkSetIntersect(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkSetIntersection().

◆ mkSetMember()

static long mkSetMember ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1989 of file Native.java.

1990  {
1991  long res = INTERNALmkSetMember(a0, a1, a2);
1993  if (err != Z3_error_code.Z3_OK)
1994  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1995  return res;
1996  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSetMember(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkSetMembership().

◆ mkSetSort()

static long mkSetSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1908 of file Native.java.

1909  {
1910  long res = INTERNALmkSetSort(a0, a1);
1912  if (err != Z3_error_code.Z3_OK)
1913  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1914  return res;
1915  }
static native long INTERNALmkSetSort(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkSetSubset()

static long mkSetSubset ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1998 of file Native.java.

1999  {
2000  long res = INTERNALmkSetSubset(a0, a1, a2);
2002  if (err != Z3_error_code.Z3_OK)
2003  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2004  return res;
2005  }
static native long INTERNALmkSetSubset(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkSetSubset().

◆ mkSetUnion()

static long mkSetUnion ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 1953 of file Native.java.

1954  {
1955  long res = INTERNALmkSetUnion(a0, a1, a2);
1957  if (err != Z3_error_code.Z3_OK)
1958  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1959  return res;
1960  }
static native long INTERNALmkSetUnion(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkSetUnion().

◆ mkSignExt()

static long mkSignExt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1647 of file Native.java.

1648  {
1649  long res = INTERNALmkSignExt(a0, a1, a2);
1651  if (err != Z3_error_code.Z3_OK)
1652  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1653  return res;
1654  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSignExt(long a0, int a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkSignExt().

◆ mkSimpleSolver()

static long mkSimpleSolver ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4492 of file Native.java.

4493  {
4494  long res = INTERNALmkSimpleSolver(a0);
4496  if (err != Z3_error_code.Z3_OK)
4497  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4498  return res;
4499  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSimpleSolver(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkSimpleSolver().

◆ mkSolver()

static long mkSolver ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4483 of file Native.java.

4484  {
4485  long res = INTERNALmkSolver(a0);
4487  if (err != Z3_error_code.Z3_OK)
4488  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4489  return res;
4490  }
static native long INTERNALmkSolver(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkSolver().

◆ mkSolverForLogic()

static long mkSolverForLogic ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4501 of file Native.java.

4502  {
4503  long res = INTERNALmkSolverForLogic(a0, a1);
4505  if (err != Z3_error_code.Z3_OK)
4506  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4507  return res;
4508  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkSolverForLogic(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkSolver().

◆ mkSolverFromTactic()

static long mkSolverFromTactic ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4510 of file Native.java.

4511  {
4512  long res = INTERNALmkSolverFromTactic(a0, a1);
4514  if (err != Z3_error_code.Z3_OK)
4515  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4516  return res;
4517  }
static native long INTERNALmkSolverFromTactic(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkSolver().

◆ mkStore()

static long mkStore ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 1845 of file Native.java.

1846  {
1847  long res = INTERNALmkStore(a0, a1, a2, a3);
1849  if (err != Z3_error_code.Z3_OK)
1850  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1851  return res;
1852  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkStore(long a0, long a1, long a2, long a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkStore().

◆ mkStoreN()

static long mkStoreN ( long  a0,
long  a1,
int  a2,
long []  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 1854 of file Native.java.

1855  {
1856  long res = INTERNALmkStoreN(a0, a1, a2, a3, a4);
1858  if (err != Z3_error_code.Z3_OK)
1859  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1860  return res;
1861  }
static native long INTERNALmkStoreN(long a0, long a1, int a2, long[] a3, long a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkStore().

◆ mkString()

static long mkString ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 2151 of file Native.java.

2152  {
2153  long res = INTERNALmkString(a0, a1);
2155  if (err != Z3_error_code.Z3_OK)
2156  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2157  return res;
2158  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkString(long a0, String a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkString().

◆ mkStringSort()

static long mkStringSort ( long  a0) throws Z3Exception
inlinestatic

Definition at line 2133 of file Native.java.

2134  {
2135  long res = INTERNALmkStringSort(a0);
2137  if (err != Z3_error_code.Z3_OK)
2138  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2139  return res;
2140  }
static native long INTERNALmkStringSort(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkStringSort().

◆ mkStringSymbol()

static long mkStringSymbol ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 932 of file Native.java.

933  {
934  long res = INTERNALmkStringSymbol(a0, a1);
936  if (err != Z3_error_code.Z3_OK)
937  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
938  return res;
939  }
static native long INTERNALmkStringSymbol(long a0, String a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkStrLe()

static long mkStrLe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2259 of file Native.java.

2260  {
2261  long res = INTERNALmkStrLe(a0, a1, a2);
2263  if (err != Z3_error_code.Z3_OK)
2264  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2265  return res;
2266  }
static native long INTERNALmkStrLe(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkStrLt()

static long mkStrLt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2250 of file Native.java.

2251  {
2252  long res = INTERNALmkStrLt(a0, a1, a2);
2254  if (err != Z3_error_code.Z3_OK)
2255  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2256  return res;
2257  }
static native long INTERNALmkStrLt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkStrToInt()

static long mkStrToInt ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2331 of file Native.java.

2332  {
2333  long res = INTERNALmkStrToInt(a0, a1);
2335  if (err != Z3_error_code.Z3_OK)
2336  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2337  return res;
2338  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkStrToInt(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.stringToInt().

◆ mkSub()

static long mkSub ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 1278 of file Native.java.

1279  {
1280  long res = INTERNALmkSub(a0, a1, a2);
1282  if (err != Z3_error_code.Z3_OK)
1283  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1284  return res;
1285  }
static native long INTERNALmkSub(long a0, int a1, long[] a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkSub().

◆ mkTactic()

static long mkTactic ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 4093 of file Native.java.

4094  {
4095  long res = INTERNALmkTactic(a0, a1);
4097  if (err != Z3_error_code.Z3_OK)
4098  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4099  return res;
4100  }
static native long INTERNALmkTactic(long a0, String a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkTransitiveClosure()

static long mkTransitiveClosure ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2502 of file Native.java.

2503  {
2504  long res = INTERNALmkTransitiveClosure(a0, a1);
2506  if (err != Z3_error_code.Z3_OK)
2507  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2508  return res;
2509  }
static native long INTERNALmkTransitiveClosure(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkTreeOrder()

static long mkTreeOrder ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 2493 of file Native.java.

2494  {
2495  long res = INTERNALmkTreeOrder(a0, a1, a2);
2497  if (err != Z3_error_code.Z3_OK)
2498  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2499  return res;
2500  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkTreeOrder(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkTrue()

static long mkTrue ( long  a0) throws Z3Exception
inlinestatic

Definition at line 1161 of file Native.java.

1162  {
1163  long res = INTERNALmkTrue(a0);
1165  if (err != Z3_error_code.Z3_OK)
1166  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1167  return res;
1168  }
static native long INTERNALmkTrue(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkTrue().

◆ mkTupleSort()

static long mkTupleSort ( long  a0,
long  a1,
int  a2,
long []  a3,
long []  a4,
LongPtr  a5,
long []  a6 
) throws Z3Exception
inlinestatic

Definition at line 1013 of file Native.java.

1014  {
1015  long res = INTERNALmkTupleSort(a0, a1, a2, a3, a4, a5, a6);
1017  if (err != Z3_error_code.Z3_OK)
1018  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1019  return res;
1020  }
static native long INTERNALmkTupleSort(long a0, long a1, int a2, long[] a3, long[] a4, LongPtr a5, long[] a6)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkUnaryMinus()

static long mkUnaryMinus ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 1287 of file Native.java.

1288  {
1289  long res = INTERNALmkUnaryMinus(a0, a1);
1291  if (err != Z3_error_code.Z3_OK)
1292  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1293  return res;
1294  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkUnaryMinus(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkUnaryMinus().

◆ mkUninterpretedSort()

static long mkUninterpretedSort ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 941 of file Native.java.

942  {
943  long res = INTERNALmkUninterpretedSort(a0, a1);
945  if (err != Z3_error_code.Z3_OK)
946  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
947  return res;
948  }
static native long INTERNALmkUninterpretedSort(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkUnsignedInt()

static long mkUnsignedInt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2043 of file Native.java.

2044  {
2045  long res = INTERNALmkUnsignedInt(a0, a1, a2);
2047  if (err != Z3_error_code.Z3_OK)
2048  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2049  return res;
2050  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmkUnsignedInt(long a0, int a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ mkUnsignedInt64()

static long mkUnsignedInt64 ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 2061 of file Native.java.

2062  {
2063  long res = INTERNALmkUnsignedInt64(a0, a1, a2);
2065  if (err != Z3_error_code.Z3_OK)
2066  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2067  return res;
2068  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALmkUnsignedInt64(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)

◆ mkXor()

static long mkXor ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1233 of file Native.java.

1234  {
1235  long res = INTERNALmkXor(a0, a1, a2);
1237  if (err != Z3_error_code.Z3_OK)
1238  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1239  return res;
1240  }
static native long INTERNALmkXor(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkXor().

◆ mkZeroExt()

static long mkZeroExt ( long  a0,
int  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 1656 of file Native.java.

1657  {
1658  long res = INTERNALmkZeroExt(a0, a1, a2);
1660  if (err != Z3_error_code.Z3_OK)
1661  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1662  return res;
1663  }
static native long INTERNALmkZeroExt(long a0, int a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.mkZeroExt().

◆ modelDecRef()

static void modelDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3518 of file Native.java.

3519  {
3520  INTERNALmodelDecRef(a0, a1);
3522  if (err != Z3_error_code.Z3_OK)
3523  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3524  }
static native void INTERNALmodelDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ modelEval()

static boolean modelEval ( long  a0,
long  a1,
long  a2,
boolean  a3,
LongPtr  a4 
) throws Z3Exception
inlinestatic

Definition at line 3526 of file Native.java.

3527  {
3528  boolean res = INTERNALmodelEval(a0, a1, a2, a3, a4);
3530  if (err != Z3_error_code.Z3_OK)
3531  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3532  return res;
3533  }
static native boolean INTERNALmodelEval(long a0, long a1, long a2, boolean a3, LongPtr a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Model.eval().

◆ modelExtrapolate()

static long modelExtrapolate ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 6684 of file Native.java.

6685  {
6686  long res = INTERNALmodelExtrapolate(a0, a1, a2);
6688  if (err != Z3_error_code.Z3_OK)
6689  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6690  return res;
6691  }
static native long INTERNALmodelExtrapolate(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ modelGetConstDecl()

static long modelGetConstDecl ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3571 of file Native.java.

3572  {
3573  long res = INTERNALmodelGetConstDecl(a0, a1, a2);
3575  if (err != Z3_error_code.Z3_OK)
3576  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3577  return res;
3578  }
static native long INTERNALmodelGetConstDecl(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Model.getConstDecls(), and Model.getDecls().

◆ modelGetConstInterp()

static long modelGetConstInterp ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3535 of file Native.java.

3536  {
3537  long res = INTERNALmodelGetConstInterp(a0, a1, a2);
3539  if (err != Z3_error_code.Z3_OK)
3540  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3541  return res;
3542  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmodelGetConstInterp(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Model.getConstInterp(), and Model.getFuncInterp().

◆ modelGetFuncDecl()

static long modelGetFuncDecl ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3589 of file Native.java.

3590  {
3591  long res = INTERNALmodelGetFuncDecl(a0, a1, a2);
3593  if (err != Z3_error_code.Z3_OK)
3594  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3595  return res;
3596  }
static native long INTERNALmodelGetFuncDecl(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Model.getDecls(), and Model.getFuncDecls().

◆ modelGetFuncInterp()

static long modelGetFuncInterp ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3553 of file Native.java.

3554  {
3555  long res = INTERNALmodelGetFuncInterp(a0, a1, a2);
3557  if (err != Z3_error_code.Z3_OK)
3558  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3559  return res;
3560  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmodelGetFuncInterp(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Model.getFuncInterp().

◆ modelGetNumConsts()

static int modelGetNumConsts ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3562 of file Native.java.

3563  {
3564  int res = INTERNALmodelGetNumConsts(a0, a1);
3566  if (err != Z3_error_code.Z3_OK)
3567  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3568  return res;
3569  }
static native int INTERNALmodelGetNumConsts(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Model.getNumConsts().

◆ modelGetNumFuncs()

static int modelGetNumFuncs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3580 of file Native.java.

3581  {
3582  int res = INTERNALmodelGetNumFuncs(a0, a1);
3584  if (err != Z3_error_code.Z3_OK)
3585  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3586  return res;
3587  }
static native int INTERNALmodelGetNumFuncs(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Model.getNumFuncs().

◆ modelGetNumSorts()

static int modelGetNumSorts ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3598 of file Native.java.

3599  {
3600  int res = INTERNALmodelGetNumSorts(a0, a1);
3602  if (err != Z3_error_code.Z3_OK)
3603  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3604  return res;
3605  }
static native int INTERNALmodelGetNumSorts(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Model.getNumSorts().

◆ modelGetSort()

static long modelGetSort ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 3607 of file Native.java.

3608  {
3609  long res = INTERNALmodelGetSort(a0, a1, a2);
3611  if (err != Z3_error_code.Z3_OK)
3612  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3613  return res;
3614  }
static native long INTERNALmodelGetSort(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Model.getSorts().

◆ modelGetSortUniverse()

static long modelGetSortUniverse ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3616 of file Native.java.

3617  {
3618  long res = INTERNALmodelGetSortUniverse(a0, a1, a2);
3620  if (err != Z3_error_code.Z3_OK)
3621  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3622  return res;
3623  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALmodelGetSortUniverse(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Model.getSortUniverse().

◆ modelHasInterp()

static boolean modelHasInterp ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3544 of file Native.java.

3545  {
3546  boolean res = INTERNALmodelHasInterp(a0, a1, a2);
3548  if (err != Z3_error_code.Z3_OK)
3549  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3550  return res;
3551  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALmodelHasInterp(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ modelIncRef()

static void modelIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3510 of file Native.java.

3511  {
3512  INTERNALmodelIncRef(a0, a1);
3514  if (err != Z3_error_code.Z3_OK)
3515  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3516  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALmodelIncRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ modelToString()

static String modelToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3845 of file Native.java.

3846  {
3847  String res = INTERNALmodelToString(a0, a1);
3849  if (err != Z3_error_code.Z3_OK)
3850  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3851  return res;
3852  }
static native String INTERNALmodelToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Model.toString().

◆ modelTranslate()

static long modelTranslate ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3625 of file Native.java.

3626  {
3627  long res = INTERNALmodelTranslate(a0, a1, a2);
3629  if (err != Z3_error_code.Z3_OK)
3630  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3631  return res;
3632  }
static native long INTERNALmodelTranslate(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ openLog()

static int openLog ( String  a0)
inlinestatic

Definition at line 3780 of file Native.java.

3781  {
3782  int res = INTERNALopenLog(a0);
3783  return res;
3784  }
static native int INTERNALopenLog(String a0)

Referenced by Log.open().

◆ optimizeAssert()

static void optimizeAssert ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5684 of file Native.java.

5685  {
5686  INTERNALoptimizeAssert(a0, a1, a2);
5688  if (err != Z3_error_code.Z3_OK)
5689  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5690  }
static native void INTERNALoptimizeAssert(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Optimize.Assert().

◆ optimizeAssertAndTrack()

static void optimizeAssertAndTrack ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5692 of file Native.java.

5693  {
5694  INTERNALoptimizeAssertAndTrack(a0, a1, a2, a3);
5696  if (err != Z3_error_code.Z3_OK)
5697  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5698  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native void INTERNALoptimizeAssertAndTrack(long a0, long a1, long a2, long a3)
static final Z3_error_code fromInt(int v)

◆ optimizeAssertSoft()

static int optimizeAssertSoft ( long  a0,
long  a1,
long  a2,
String  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 5700 of file Native.java.

5701  {
5702  int res = INTERNALoptimizeAssertSoft(a0, a1, a2, a3, a4);
5704  if (err != Z3_error_code.Z3_OK)
5705  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5706  return res;
5707  }
static native int INTERNALoptimizeAssertSoft(long a0, long a1, long a2, String a3, long a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Optimize.AssertSoft().

◆ optimizeCheck()

static int optimizeCheck ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 5743 of file Native.java.

5744  {
5745  int res = INTERNALoptimizeCheck(a0, a1, a2, a3);
5747  if (err != Z3_error_code.Z3_OK)
5748  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5749  return res;
5750  }
static native int INTERNALoptimizeCheck(long a0, long a1, int a2, long[] a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Optimize.Check().

◆ optimizeDecRef()

static void optimizeDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5676 of file Native.java.

5677  {
5678  INTERNALoptimizeDecRef(a0, a1);
5680  if (err != Z3_error_code.Z3_OK)
5681  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5682  }
static native void INTERNALoptimizeDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ optimizeFromFile()

static void optimizeFromFile ( long  a0,
long  a1,
String  a2 
) throws Z3Exception
inlinestatic

Definition at line 5849 of file Native.java.

5850  {
5851  INTERNALoptimizeFromFile(a0, a1, a2);
5853  if (err != Z3_error_code.Z3_OK)
5854  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5855  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALoptimizeFromFile(long a0, long a1, String a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Optimize.fromFile().

◆ optimizeFromString()

static void optimizeFromString ( long  a0,
long  a1,
String  a2 
) throws Z3Exception
inlinestatic

Definition at line 5841 of file Native.java.

5842  {
5843  INTERNALoptimizeFromString(a0, a1, a2);
5845  if (err != Z3_error_code.Z3_OK)
5846  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5847  }
static native void INTERNALoptimizeFromString(long a0, long a1, String a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Optimize.fromString().

◆ optimizeGetAssertions()

static long optimizeGetAssertions ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5875 of file Native.java.

5876  {
5877  long res = INTERNALoptimizeGetAssertions(a0, a1);
5879  if (err != Z3_error_code.Z3_OK)
5880  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5881  return res;
5882  }
static native long INTERNALoptimizeGetAssertions(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Optimize.getAssertions().

◆ optimizeGetHelp()

static String optimizeGetHelp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5857 of file Native.java.

5858  {
5859  String res = INTERNALoptimizeGetHelp(a0, a1);
5861  if (err != Z3_error_code.Z3_OK)
5862  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5863  return res;
5864  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALoptimizeGetHelp(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Optimize.getHelp().

◆ optimizeGetLower()

static long optimizeGetLower ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 5796 of file Native.java.

5797  {
5798  long res = INTERNALoptimizeGetLower(a0, a1, a2);
5800  if (err != Z3_error_code.Z3_OK)
5801  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5802  return res;
5803  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALoptimizeGetLower(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ optimizeGetLowerAsVector()

static long optimizeGetLowerAsVector ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 5814 of file Native.java.

5815  {
5816  long res = INTERNALoptimizeGetLowerAsVector(a0, a1, a2);
5818  if (err != Z3_error_code.Z3_OK)
5819  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5820  return res;
5821  }
static native long INTERNALoptimizeGetLowerAsVector(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ optimizeGetModel()

static long optimizeGetModel ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5761 of file Native.java.

5762  {
5763  long res = INTERNALoptimizeGetModel(a0, a1);
5765  if (err != Z3_error_code.Z3_OK)
5766  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5767  return res;
5768  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALoptimizeGetModel(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Optimize.getModel().

◆ optimizeGetObjectives()

static long optimizeGetObjectives ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5884 of file Native.java.

5885  {
5886  long res = INTERNALoptimizeGetObjectives(a0, a1);
5888  if (err != Z3_error_code.Z3_OK)
5889  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5890  return res;
5891  }
static native long INTERNALoptimizeGetObjectives(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Optimize.getObjectives().

◆ optimizeGetParamDescrs()

static long optimizeGetParamDescrs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5787 of file Native.java.

5788  {
5789  long res = INTERNALoptimizeGetParamDescrs(a0, a1);
5791  if (err != Z3_error_code.Z3_OK)
5792  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5793  return res;
5794  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALoptimizeGetParamDescrs(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Optimize.getParameterDescriptions().

◆ optimizeGetReasonUnknown()

static String optimizeGetReasonUnknown ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5752 of file Native.java.

5753  {
5756  if (err != Z3_error_code.Z3_OK)
5757  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5758  return res;
5759  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALoptimizeGetReasonUnknown(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Optimize.getReasonUnknown().

◆ optimizeGetStatistics()

static long optimizeGetStatistics ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5866 of file Native.java.

5867  {
5868  long res = INTERNALoptimizeGetStatistics(a0, a1);
5870  if (err != Z3_error_code.Z3_OK)
5871  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5872  return res;
5873  }
static native long INTERNALoptimizeGetStatistics(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Optimize.getStatistics().

◆ optimizeGetUnsatCore()

static long optimizeGetUnsatCore ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5770 of file Native.java.

5771  {
5772  long res = INTERNALoptimizeGetUnsatCore(a0, a1);
5774  if (err != Z3_error_code.Z3_OK)
5775  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5776  return res;
5777  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALoptimizeGetUnsatCore(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Optimize.getUnsatCore().

◆ optimizeGetUpper()

static long optimizeGetUpper ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 5805 of file Native.java.

5806  {
5807  long res = INTERNALoptimizeGetUpper(a0, a1, a2);
5809  if (err != Z3_error_code.Z3_OK)
5810  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5811  return res;
5812  }
static native long INTERNALoptimizeGetUpper(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ optimizeGetUpperAsVector()

static long optimizeGetUpperAsVector ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 5823 of file Native.java.

5824  {
5825  long res = INTERNALoptimizeGetUpperAsVector(a0, a1, a2);
5827  if (err != Z3_error_code.Z3_OK)
5828  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5829  return res;
5830  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALoptimizeGetUpperAsVector(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ optimizeIncRef()

static void optimizeIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5668 of file Native.java.

5669  {
5670  INTERNALoptimizeIncRef(a0, a1);
5672  if (err != Z3_error_code.Z3_OK)
5673  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5674  }
static native void INTERNALoptimizeIncRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ optimizeMaximize()

static int optimizeMaximize ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5709 of file Native.java.

5710  {
5711  int res = INTERNALoptimizeMaximize(a0, a1, a2);
5713  if (err != Z3_error_code.Z3_OK)
5714  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5715  return res;
5716  }
static native int INTERNALoptimizeMaximize(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Optimize.MkMaximize().

◆ optimizeMinimize()

static int optimizeMinimize ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5718 of file Native.java.

5719  {
5720  int res = INTERNALoptimizeMinimize(a0, a1, a2);
5722  if (err != Z3_error_code.Z3_OK)
5723  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5724  return res;
5725  }
static native int INTERNALoptimizeMinimize(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Optimize.MkMinimize().

◆ optimizePop()

static void optimizePop ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5735 of file Native.java.

5736  {
5737  INTERNALoptimizePop(a0, a1);
5739  if (err != Z3_error_code.Z3_OK)
5740  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5741  }
static native void INTERNALoptimizePop(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Optimize.Pop().

◆ optimizePush()

static void optimizePush ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5727 of file Native.java.

5728  {
5729  INTERNALoptimizePush(a0, a1);
5731  if (err != Z3_error_code.Z3_OK)
5732  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5733  }
static native void INTERNALoptimizePush(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Optimize.Push().

◆ optimizeSetParams()

static void optimizeSetParams ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5779 of file Native.java.

5780  {
5781  INTERNALoptimizeSetParams(a0, a1, a2);
5783  if (err != Z3_error_code.Z3_OK)
5784  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5785  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALoptimizeSetParams(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Optimize.setParameters().

◆ optimizeToString()

static String optimizeToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5832 of file Native.java.

5833  {
5834  String res = INTERNALoptimizeToString(a0, a1);
5836  if (err != Z3_error_code.Z3_OK)
5837  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5838  return res;
5839  }
static native String INTERNALoptimizeToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Optimize.toString().

◆ paramDescrsDecRef()

static void paramDescrsDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 870 of file Native.java.

871  {
874  if (err != Z3_error_code.Z3_OK)
875  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
876  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALparamDescrsDecRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ paramDescrsGetDocumentation()

static String paramDescrsGetDocumentation ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 905 of file Native.java.

906  {
909  if (err != Z3_error_code.Z3_OK)
910  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
911  return res;
912  }
static native String INTERNALparamDescrsGetDocumentation(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by ParamDescrs.getDocumentation().

◆ paramDescrsGetKind()

static int paramDescrsGetKind ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 878 of file Native.java.

879  {
880  int res = INTERNALparamDescrsGetKind(a0, a1, a2);
882  if (err != Z3_error_code.Z3_OK)
883  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
884  return res;
885  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALparamDescrsGetKind(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by ParamDescrs.getKind().

◆ paramDescrsGetName()

static long paramDescrsGetName ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 896 of file Native.java.

897  {
898  long res = INTERNALparamDescrsGetName(a0, a1, a2);
900  if (err != Z3_error_code.Z3_OK)
901  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
902  return res;
903  }
static native long INTERNALparamDescrsGetName(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by ParamDescrs.getNames().

◆ paramDescrsIncRef()

static void paramDescrsIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 862 of file Native.java.

863  {
866  if (err != Z3_error_code.Z3_OK)
867  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
868  }
static native void INTERNALparamDescrsIncRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ paramDescrsSize()

static int paramDescrsSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 887 of file Native.java.

888  {
889  int res = INTERNALparamDescrsSize(a0, a1);
891  if (err != Z3_error_code.Z3_OK)
892  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
893  return res;
894  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALparamDescrsSize(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by ParamDescrs.getNames(), and ParamDescrs.size().

◆ paramDescrsToString()

static String paramDescrsToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 914 of file Native.java.

915  {
916  String res = INTERNALparamDescrsToString(a0, a1);
918  if (err != Z3_error_code.Z3_OK)
919  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
920  return res;
921  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALparamDescrsToString(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by ParamDescrs.toString().

◆ paramsDecRef()

static void paramsDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 805 of file Native.java.

806  {
807  INTERNALparamsDecRef(a0, a1);
809  if (err != Z3_error_code.Z3_OK)
810  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
811  }
static native void INTERNALparamsDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ paramsIncRef()

static void paramsIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 797 of file Native.java.

798  {
799  INTERNALparamsIncRef(a0, a1);
801  if (err != Z3_error_code.Z3_OK)
802  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
803  }
static native void INTERNALparamsIncRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ paramsSetBool()

static void paramsSetBool ( long  a0,
long  a1,
long  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 813 of file Native.java.

814  {
815  INTERNALparamsSetBool(a0, a1, a2, a3);
817  if (err != Z3_error_code.Z3_OK)
818  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
819  }
static native void INTERNALparamsSetBool(long a0, long a1, long a2, boolean a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Params.add().

◆ paramsSetDouble()

static void paramsSetDouble ( long  a0,
long  a1,
long  a2,
double  a3 
) throws Z3Exception
inlinestatic

Definition at line 829 of file Native.java.

830  {
831  INTERNALparamsSetDouble(a0, a1, a2, a3);
833  if (err != Z3_error_code.Z3_OK)
834  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
835  }
static native void INTERNALparamsSetDouble(long a0, long a1, long a2, double a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Params.add().

◆ paramsSetSymbol()

static void paramsSetSymbol ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 837 of file Native.java.

838  {
839  INTERNALparamsSetSymbol(a0, a1, a2, a3);
841  if (err != Z3_error_code.Z3_OK)
842  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
843  }
static native void INTERNALparamsSetSymbol(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Params.add().

◆ paramsSetUint()

static void paramsSetUint ( long  a0,
long  a1,
long  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 821 of file Native.java.

822  {
823  INTERNALparamsSetUint(a0, a1, a2, a3);
825  if (err != Z3_error_code.Z3_OK)
826  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
827  }
static native void INTERNALparamsSetUint(long a0, long a1, long a2, int a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Params.add().

◆ paramsToString()

static String paramsToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 845 of file Native.java.

846  {
847  String res = INTERNALparamsToString(a0, a1);
849  if (err != Z3_error_code.Z3_OK)
850  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
851  return res;
852  }
static native String INTERNALparamsToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Params.toString().

◆ paramsValidate()

static void paramsValidate ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 854 of file Native.java.

855  {
856  INTERNALparamsValidate(a0, a1, a2);
858  if (err != Z3_error_code.Z3_OK)
859  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
860  }
static native void INTERNALparamsValidate(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by ParamDescrs.validate().

◆ parseSmtlib2File()

static long parseSmtlib2File ( long  a0,
String  a1,
int  a2,
long []  a3,
long []  a4,
int  a5,
long []  a6,
long []  a7 
) throws Z3Exception
inlinestatic

Definition at line 3872 of file Native.java.

3873  {
3874  long res = INTERNALparseSmtlib2File(a0, a1, a2, a3, a4, a5, a6, a7);
3876  if (err != Z3_error_code.Z3_OK)
3877  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3878  return res;
3879  }
static native long INTERNALparseSmtlib2File(long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.parseSMTLIB2File().

◆ parseSmtlib2String()

static long parseSmtlib2String ( long  a0,
String  a1,
int  a2,
long []  a3,
long []  a4,
int  a5,
long []  a6,
long []  a7 
) throws Z3Exception
inlinestatic

Definition at line 3863 of file Native.java.

3864  {
3865  long res = INTERNALparseSmtlib2String(a0, a1, a2, a3, a4, a5, a6, a7);
3867  if (err != Z3_error_code.Z3_OK)
3868  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3869  return res;
3870  }
static native long INTERNALparseSmtlib2String(long a0, String a1, int a2, long[] a3, long[] a4, int a5, long[] a6, long[] a7)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.parseSMTLIB2String().

◆ patternToAst()

static long patternToAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3285 of file Native.java.

3286  {
3287  long res = INTERNALpatternToAst(a0, a1);
3289  if (err != Z3_error_code.Z3_OK)
3290  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3291  return res;
3292  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALpatternToAst(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ patternToString()

static String patternToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3818 of file Native.java.

3819  {
3820  String res = INTERNALpatternToString(a0, a1);
3822  if (err != Z3_error_code.Z3_OK)
3823  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3824  return res;
3825  }
static native String INTERNALpatternToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Pattern.toString().

◆ polynomialSubresultants()

static long polynomialSubresultants ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 5230 of file Native.java.

5231  {
5232  long res = INTERNALpolynomialSubresultants(a0, a1, a2, a3);
5234  if (err != Z3_error_code.Z3_OK)
5235  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5236  return res;
5237  }
static native long INTERNALpolynomialSubresultants(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ probeAnd()

static long probeAnd ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4314 of file Native.java.

4315  {
4316  long res = INTERNALprobeAnd(a0, a1, a2);
4318  if (err != Z3_error_code.Z3_OK)
4319  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4320  return res;
4321  }
static native long INTERNALprobeAnd(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.and().

◆ probeApply()

static double probeApply ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4413 of file Native.java.

4414  {
4415  double res = INTERNALprobeApply(a0, a1, a2);
4417  if (err != Z3_error_code.Z3_OK)
4418  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4419  return res;
4420  }
static native double INTERNALprobeApply(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Probe.apply().

◆ probeConst()

static long probeConst ( long  a0,
double  a1 
) throws Z3Exception
inlinestatic

Definition at line 4260 of file Native.java.

4261  {
4262  long res = INTERNALprobeConst(a0, a1);
4264  if (err != Z3_error_code.Z3_OK)
4265  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4266  return res;
4267  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALprobeConst(long a0, double a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.constProbe().

◆ probeDecRef()

static void probeDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4135 of file Native.java.

4136  {
4137  INTERNALprobeDecRef(a0, a1);
4139  if (err != Z3_error_code.Z3_OK)
4140  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4141  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALprobeDecRef(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ probeEq()

static long probeEq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4305 of file Native.java.

4306  {
4307  long res = INTERNALprobeEq(a0, a1, a2);
4309  if (err != Z3_error_code.Z3_OK)
4310  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4311  return res;
4312  }
static native long INTERNALprobeEq(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.eq().

◆ probeGe()

static long probeGe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4296 of file Native.java.

4297  {
4298  long res = INTERNALprobeGe(a0, a1, a2);
4300  if (err != Z3_error_code.Z3_OK)
4301  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4302  return res;
4303  }
static native long INTERNALprobeGe(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.ge().

◆ probeGetDescr()

static String probeGetDescr ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 4404 of file Native.java.

4405  {
4406  String res = INTERNALprobeGetDescr(a0, a1);
4408  if (err != Z3_error_code.Z3_OK)
4409  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4410  return res;
4411  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALprobeGetDescr(long a0, String a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Context.getProbeDescription().

◆ probeGt()

static long probeGt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4278 of file Native.java.

4279  {
4280  long res = INTERNALprobeGt(a0, a1, a2);
4282  if (err != Z3_error_code.Z3_OK)
4283  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4284  return res;
4285  }
static native long INTERNALprobeGt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.gt().

◆ probeIncRef()

static void probeIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4127 of file Native.java.

4128  {
4129  INTERNALprobeIncRef(a0, a1);
4131  if (err != Z3_error_code.Z3_OK)
4132  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4133  }
static native void INTERNALprobeIncRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ probeLe()

static long probeLe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4287 of file Native.java.

4288  {
4289  long res = INTERNALprobeLe(a0, a1, a2);
4291  if (err != Z3_error_code.Z3_OK)
4292  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4293  return res;
4294  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALprobeLe(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.le().

◆ probeLt()

static long probeLt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4269 of file Native.java.

4270  {
4271  long res = INTERNALprobeLt(a0, a1, a2);
4273  if (err != Z3_error_code.Z3_OK)
4274  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4275  return res;
4276  }
static native long INTERNALprobeLt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.lt().

◆ probeNot()

static long probeNot ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4332 of file Native.java.

4333  {
4334  long res = INTERNALprobeNot(a0, a1);
4336  if (err != Z3_error_code.Z3_OK)
4337  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4338  return res;
4339  }
static native long INTERNALprobeNot(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.not().

◆ probeOr()

static long probeOr ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4323 of file Native.java.

4324  {
4325  long res = INTERNALprobeOr(a0, a1, a2);
4327  if (err != Z3_error_code.Z3_OK)
4328  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4329  return res;
4330  }
static native long INTERNALprobeOr(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.or().

◆ qeLite()

static long qeLite ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 6693 of file Native.java.

6694  {
6695  long res = INTERNALqeLite(a0, a1, a2);
6697  if (err != Z3_error_code.Z3_OK)
6698  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6699  return res;
6700  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALqeLite(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ qeModelProject()

static long qeModelProject ( long  a0,
long  a1,
int  a2,
long []  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 6666 of file Native.java.

6667  {
6668  long res = INTERNALqeModelProject(a0, a1, a2, a3, a4);
6670  if (err != Z3_error_code.Z3_OK)
6671  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6672  return res;
6673  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALqeModelProject(long a0, long a1, int a2, long[] a3, long a4)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ qeModelProjectSkolem()

static long qeModelProjectSkolem ( long  a0,
long  a1,
int  a2,
long []  a3,
long  a4,
long  a5 
) throws Z3Exception
inlinestatic

Definition at line 6675 of file Native.java.

6676  {
6677  long res = INTERNALqeModelProjectSkolem(a0, a1, a2, a3, a4, a5);
6679  if (err != Z3_error_code.Z3_OK)
6680  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6681  return res;
6682  }
static native long INTERNALqeModelProjectSkolem(long a0, long a1, int a2, long[] a3, long a4, long a5)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ queryConstructor()

static void queryConstructor ( long  a0,
long  a1,
int  a2,
LongPtr  a3,
LongPtr  a4,
long []  a5 
) throws Z3Exception
inlinestatic

Definition at line 1091 of file Native.java.

1092  {
1093  INTERNALqueryConstructor(a0, a1, a2, a3, a4, a5);
1095  if (err != Z3_error_code.Z3_OK)
1096  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1097  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native void INTERNALqueryConstructor(long a0, long a1, int a2, LongPtr a3, LongPtr a4, long[] a5)
static final Z3_error_code fromInt(int v)

Referenced by Constructor.ConstructorDecl(), Constructor.getAccessorDecls(), and Constructor.getTesterDecl().

◆ rcfAdd()

static long rcfAdd ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5301 of file Native.java.

5302  {
5303  long res = INTERNALrcfAdd(a0, a1, a2);
5305  if (err != Z3_error_code.Z3_OK)
5306  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5307  return res;
5308  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALrcfAdd(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ rcfDel()

static void rcfDel ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5239 of file Native.java.

5240  {
5241  INTERNALrcfDel(a0, a1);
5243  if (err != Z3_error_code.Z3_OK)
5244  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5245  }
static native void INTERNALrcfDel(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ rcfDiv()

static long rcfDiv ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5328 of file Native.java.

5329  {
5330  long res = INTERNALrcfDiv(a0, a1, a2);
5332  if (err != Z3_error_code.Z3_OK)
5333  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5334  return res;
5335  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALrcfDiv(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ rcfEq()

static boolean rcfEq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5400 of file Native.java.

5401  {
5402  boolean res = INTERNALrcfEq(a0, a1, a2);
5404  if (err != Z3_error_code.Z3_OK)
5405  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5406  return res;
5407  }
static native boolean INTERNALrcfEq(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ rcfGe()

static boolean rcfGe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5391 of file Native.java.

5392  {
5393  boolean res = INTERNALrcfGe(a0, a1, a2);
5395  if (err != Z3_error_code.Z3_OK)
5396  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5397  return res;
5398  }
static native boolean INTERNALrcfGe(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ rcfGetNumeratorDenominator()

static void rcfGetNumeratorDenominator ( long  a0,
long  a1,
LongPtr  a2,
LongPtr  a3 
) throws Z3Exception
inlinestatic

Definition at line 5436 of file Native.java.

5437  {
5438  INTERNALrcfGetNumeratorDenominator(a0, a1, a2, a3);
5440  if (err != Z3_error_code.Z3_OK)
5441  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5442  }
static native void INTERNALrcfGetNumeratorDenominator(long a0, long a1, LongPtr a2, LongPtr a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ rcfGt()

static boolean rcfGt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5373 of file Native.java.

5374  {
5375  boolean res = INTERNALrcfGt(a0, a1, a2);
5377  if (err != Z3_error_code.Z3_OK)
5378  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5379  return res;
5380  }
static native boolean INTERNALrcfGt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ rcfInv()

static long rcfInv ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5346 of file Native.java.

5347  {
5348  long res = INTERNALrcfInv(a0, a1);
5350  if (err != Z3_error_code.Z3_OK)
5351  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5352  return res;
5353  }
static native long INTERNALrcfInv(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ rcfLe()

static boolean rcfLe ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5382 of file Native.java.

5383  {
5384  boolean res = INTERNALrcfLe(a0, a1, a2);
5386  if (err != Z3_error_code.Z3_OK)
5387  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5388  return res;
5389  }
static native boolean INTERNALrcfLe(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ rcfLt()

static boolean rcfLt ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5364 of file Native.java.

5365  {
5366  boolean res = INTERNALrcfLt(a0, a1, a2);
5368  if (err != Z3_error_code.Z3_OK)
5369  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5370  return res;
5371  }
static native boolean INTERNALrcfLt(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ rcfMkE()

static long rcfMkE ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5274 of file Native.java.

5275  {
5276  long res = INTERNALrcfMkE(a0);
5278  if (err != Z3_error_code.Z3_OK)
5279  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5280  return res;
5281  }
static native long INTERNALrcfMkE(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ rcfMkInfinitesimal()

static long rcfMkInfinitesimal ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5283 of file Native.java.

5284  {
5285  long res = INTERNALrcfMkInfinitesimal(a0);
5287  if (err != Z3_error_code.Z3_OK)
5288  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5289  return res;
5290  }
static native long INTERNALrcfMkInfinitesimal(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ rcfMkPi()

static long rcfMkPi ( long  a0) throws Z3Exception
inlinestatic

Definition at line 5265 of file Native.java.

5266  {
5267  long res = INTERNALrcfMkPi(a0);
5269  if (err != Z3_error_code.Z3_OK)
5270  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5271  return res;
5272  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALrcfMkPi(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ rcfMkRational()

static long rcfMkRational ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 5247 of file Native.java.

5248  {
5249  long res = INTERNALrcfMkRational(a0, a1);
5251  if (err != Z3_error_code.Z3_OK)
5252  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5253  return res;
5254  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALrcfMkRational(long a0, String a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ rcfMkRoots()

static int rcfMkRoots ( long  a0,
int  a1,
long []  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 5292 of file Native.java.

5293  {
5294  int res = INTERNALrcfMkRoots(a0, a1, a2, a3);
5296  if (err != Z3_error_code.Z3_OK)
5297  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5298  return res;
5299  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native int INTERNALrcfMkRoots(long a0, int a1, long[] a2, long[] a3)
static final Z3_error_code fromInt(int v)

◆ rcfMkSmallInt()

static long rcfMkSmallInt ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 5256 of file Native.java.

5257  {
5258  long res = INTERNALrcfMkSmallInt(a0, a1);
5260  if (err != Z3_error_code.Z3_OK)
5261  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5262  return res;
5263  }
static native long INTERNALrcfMkSmallInt(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ rcfMul()

static long rcfMul ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5319 of file Native.java.

5320  {
5321  long res = INTERNALrcfMul(a0, a1, a2);
5323  if (err != Z3_error_code.Z3_OK)
5324  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5325  return res;
5326  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALrcfMul(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ rcfNeg()

static long rcfNeg ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 5337 of file Native.java.

5338  {
5339  long res = INTERNALrcfNeg(a0, a1);
5341  if (err != Z3_error_code.Z3_OK)
5342  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5343  return res;
5344  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALrcfNeg(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ rcfNeq()

static boolean rcfNeq ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5409 of file Native.java.

5410  {
5411  boolean res = INTERNALrcfNeq(a0, a1, a2);
5413  if (err != Z3_error_code.Z3_OK)
5414  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5415  return res;
5416  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALrcfNeq(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ rcfNumToDecimalString()

static String rcfNumToDecimalString ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 5427 of file Native.java.

5428  {
5429  String res = INTERNALrcfNumToDecimalString(a0, a1, a2);
5431  if (err != Z3_error_code.Z3_OK)
5432  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5433  return res;
5434  }
static native String INTERNALrcfNumToDecimalString(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

◆ rcfNumToString()

static String rcfNumToString ( long  a0,
long  a1,
boolean  a2,
boolean  a3 
) throws Z3Exception
inlinestatic

Definition at line 5418 of file Native.java.

5419  {
5420  String res = INTERNALrcfNumToString(a0, a1, a2, a3);
5422  if (err != Z3_error_code.Z3_OK)
5423  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5424  return res;
5425  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native String INTERNALrcfNumToString(long a0, long a1, boolean a2, boolean a3)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

◆ rcfPower()

static long rcfPower ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 5355 of file Native.java.

5356  {
5357  long res = INTERNALrcfPower(a0, a1, a2);
5359  if (err != Z3_error_code.Z3_OK)
5360  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5361  return res;
5362  }
static native long INTERNALrcfPower(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ rcfSub()

static long rcfSub ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 5310 of file Native.java.

5311  {
5312  long res = INTERNALrcfSub(a0, a1, a2);
5314  if (err != Z3_error_code.Z3_OK)
5315  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5316  return res;
5317  }
static native long INTERNALrcfSub(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ resetMemory()

static void resetMemory ( )
inlinestatic

Definition at line 3934 of file Native.java.

3935  {
3937  }
static native void INTERNALresetMemory()

◆ setAstPrintMode()

static void setAstPrintMode ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3801 of file Native.java.

3802  {
3803  INTERNALsetAstPrintMode(a0, a1);
3805  if (err != Z3_error_code.Z3_OK)
3806  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3807  }
static native void INTERNALsetAstPrintMode(long a0, int a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.setPrintMode().

◆ setError()

static void setError ( long  a0,
int  a1 
) throws Z3Exception
inlinestatic

Definition at line 3896 of file Native.java.

3897  {
3898  INTERNALsetError(a0, a1);
3900  if (err != Z3_error_code.Z3_OK)
3901  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3902  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALsetError(long a0, int a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ setInternalErrorHandler()

static native void setInternalErrorHandler ( long  ctx)
static

◆ setParamValue()

static void setParamValue ( long  a0,
String  a1,
String  a2 
)
inlinestatic

Definition at line 730 of file Native.java.

731  {
732  INTERNALsetParamValue(a0, a1, a2);
733  }
static native void INTERNALsetParamValue(long a0, String a1, String a2)

Referenced by Context.Context().

◆ simplify()

static long simplify ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3429 of file Native.java.

3430  {
3431  long res = INTERNALsimplify(a0, a1);
3433  if (err != Z3_error_code.Z3_OK)
3434  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3435  return res;
3436  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsimplify(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Expr.simplify().

◆ simplifyEx()

static long simplifyEx ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3438 of file Native.java.

3439  {
3440  long res = INTERNALsimplifyEx(a0, a1, a2);
3442  if (err != Z3_error_code.Z3_OK)
3443  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3444  return res;
3445  }
static native long INTERNALsimplifyEx(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Expr.simplify().

◆ simplifyGetHelp()

static String simplifyGetHelp ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3447 of file Native.java.

3448  {
3449  String res = INTERNALsimplifyGetHelp(a0);
3451  if (err != Z3_error_code.Z3_OK)
3452  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3453  return res;
3454  }
static native String INTERNALsimplifyGetHelp(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Context.SimplifyHelp().

◆ simplifyGetParamDescrs()

static long simplifyGetParamDescrs ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3456 of file Native.java.

3457  {
3458  long res = INTERNALsimplifyGetParamDescrs(a0);
3460  if (err != Z3_error_code.Z3_OK)
3461  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3462  return res;
3463  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsimplifyGetParamDescrs(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.getSimplifyParameterDescriptions().

◆ solverAssert()

static void solverAssert ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4611 of file Native.java.

4612  {
4613  INTERNALsolverAssert(a0, a1, a2);
4615  if (err != Z3_error_code.Z3_OK)
4616  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4617  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALsolverAssert(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Solver.add().

◆ solverAssertAndTrack()

static void solverAssertAndTrack ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4619 of file Native.java.

4620  {
4621  INTERNALsolverAssertAndTrack(a0, a1, a2, a3);
4623  if (err != Z3_error_code.Z3_OK)
4624  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4625  }
static native void INTERNALsolverAssertAndTrack(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Solver.assertAndTrack().

◆ solverCheck()

static int solverCheck ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4687 of file Native.java.

4688  {
4689  int res = INTERNALsolverCheck(a0, a1);
4691  if (err != Z3_error_code.Z3_OK)
4692  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4693  return res;
4694  }
static native int INTERNALsolverCheck(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Solver.check().

◆ solverCheckAssumptions()

static int solverCheckAssumptions ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 4696 of file Native.java.

4697  {
4698  int res = INTERNALsolverCheckAssumptions(a0, a1, a2, a3);
4700  if (err != Z3_error_code.Z3_OK)
4701  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4702  return res;
4703  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALsolverCheckAssumptions(long a0, long a1, int a2, long[] a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Solver.check().

◆ solverCube()

static long solverCube ( long  a0,
long  a1,
long  a2,
int  a3 
) throws Z3Exception
inlinestatic

Definition at line 4723 of file Native.java.

4724  {
4725  long res = INTERNALsolverCube(a0, a1, a2, a3);
4727  if (err != Z3_error_code.Z3_OK)
4728  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4729  return res;
4730  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsolverCube(long a0, long a1, long a2, int a3)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ solverDecRef()

static void solverDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4570 of file Native.java.

4571  {
4572  INTERNALsolverDecRef(a0, a1);
4574  if (err != Z3_error_code.Z3_OK)
4575  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4576  }
static native void INTERNALsolverDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ solverFromFile()

static void solverFromFile ( long  a0,
long  a1,
String  a2 
) throws Z3Exception
inlinestatic

Definition at line 4627 of file Native.java.

4628  {
4629  INTERNALsolverFromFile(a0, a1, a2);
4631  if (err != Z3_error_code.Z3_OK)
4632  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4633  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALsolverFromFile(long a0, long a1, String a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Solver.fromFile().

◆ solverFromString()

static void solverFromString ( long  a0,
long  a1,
String  a2 
) throws Z3Exception
inlinestatic

Definition at line 4635 of file Native.java.

4636  {
4637  INTERNALsolverFromString(a0, a1, a2);
4639  if (err != Z3_error_code.Z3_OK)
4640  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4641  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALsolverFromString(long a0, long a1, String a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Solver.fromString().

◆ solverGetAssertions()

static long solverGetAssertions ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4643 of file Native.java.

4644  {
4645  long res = INTERNALsolverGetAssertions(a0, a1);
4647  if (err != Z3_error_code.Z3_OK)
4648  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4649  return res;
4650  }
static native long INTERNALsolverGetAssertions(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Solver.getAssertions(), and Solver.getNumAssertions().

◆ solverGetConsequences()

static int solverGetConsequences ( long  a0,
long  a1,
long  a2,
long  a3,
long  a4 
) throws Z3Exception
inlinestatic

Definition at line 4714 of file Native.java.

4715  {
4716  int res = INTERNALsolverGetConsequences(a0, a1, a2, a3, a4);
4718  if (err != Z3_error_code.Z3_OK)
4719  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4720  return res;
4721  }
static native int INTERNALsolverGetConsequences(long a0, long a1, long a2, long a3, long a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ solverGetHelp()

static String solverGetHelp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4536 of file Native.java.

4537  {
4538  String res = INTERNALsolverGetHelp(a0, a1);
4540  if (err != Z3_error_code.Z3_OK)
4541  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4542  return res;
4543  }
static native String INTERNALsolverGetHelp(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Solver.getHelp().

◆ solverGetLevels()

static void solverGetLevels ( long  a0,
long  a1,
long  a2,
int  a3,
int []  a4 
) throws Z3Exception
inlinestatic

Definition at line 4679 of file Native.java.

4680  {
4681  INTERNALsolverGetLevels(a0, a1, a2, a3, a4);
4683  if (err != Z3_error_code.Z3_OK)
4684  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4685  }
static native void INTERNALsolverGetLevels(long a0, long a1, long a2, int a3, int[] a4)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ solverGetModel()

static long solverGetModel ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4732 of file Native.java.

4733  {
4734  long res = INTERNALsolverGetModel(a0, a1);
4736  if (err != Z3_error_code.Z3_OK)
4737  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4738  return res;
4739  }
static native long INTERNALsolverGetModel(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Solver.getModel().

◆ solverGetNonUnits()

static long solverGetNonUnits ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4670 of file Native.java.

4671  {
4672  long res = INTERNALsolverGetNonUnits(a0, a1);
4674  if (err != Z3_error_code.Z3_OK)
4675  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4676  return res;
4677  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsolverGetNonUnits(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ solverGetNumScopes()

static int solverGetNumScopes ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4602 of file Native.java.

4603  {
4604  int res = INTERNALsolverGetNumScopes(a0, a1);
4606  if (err != Z3_error_code.Z3_OK)
4607  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4608  return res;
4609  }
static native int INTERNALgetErrorCode(long a0)
static native int INTERNALsolverGetNumScopes(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Solver.getNumScopes().

◆ solverGetParamDescrs()

static long solverGetParamDescrs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4545 of file Native.java.

4546  {
4547  long res = INTERNALsolverGetParamDescrs(a0, a1);
4549  if (err != Z3_error_code.Z3_OK)
4550  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4551  return res;
4552  }
static native long INTERNALsolverGetParamDescrs(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Solver.getParameterDescriptions().

◆ solverGetProof()

static long solverGetProof ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4741 of file Native.java.

4742  {
4743  long res = INTERNALsolverGetProof(a0, a1);
4745  if (err != Z3_error_code.Z3_OK)
4746  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4747  return res;
4748  }
static native long INTERNALsolverGetProof(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Solver.getProof().

◆ solverGetReasonUnknown()

static String solverGetReasonUnknown ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4759 of file Native.java.

4760  {
4761  String res = INTERNALsolverGetReasonUnknown(a0, a1);
4763  if (err != Z3_error_code.Z3_OK)
4764  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4765  return res;
4766  }
static native String INTERNALsolverGetReasonUnknown(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Solver.getReasonUnknown().

◆ solverGetStatistics()

static long solverGetStatistics ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4768 of file Native.java.

4769  {
4770  long res = INTERNALsolverGetStatistics(a0, a1);
4772  if (err != Z3_error_code.Z3_OK)
4773  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4774  return res;
4775  }
static native long INTERNALsolverGetStatistics(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Solver.getStatistics().

◆ solverGetTrail()

static long solverGetTrail ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4661 of file Native.java.

4662  {
4663  long res = INTERNALsolverGetTrail(a0, a1);
4665  if (err != Z3_error_code.Z3_OK)
4666  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4667  return res;
4668  }
static native long INTERNALsolverGetTrail(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ solverGetUnits()

static long solverGetUnits ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4652 of file Native.java.

4653  {
4654  long res = INTERNALsolverGetUnits(a0, a1);
4656  if (err != Z3_error_code.Z3_OK)
4657  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4658  return res;
4659  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsolverGetUnits(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ solverGetUnsatCore()

static long solverGetUnsatCore ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4750 of file Native.java.

4751  {
4752  long res = INTERNALsolverGetUnsatCore(a0, a1);
4754  if (err != Z3_error_code.Z3_OK)
4755  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4756  return res;
4757  }
static native long INTERNALsolverGetUnsatCore(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Solver.getUnsatCore().

◆ solverImportModelConverter()

static void solverImportModelConverter ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4528 of file Native.java.

4529  {
4532  if (err != Z3_error_code.Z3_OK)
4533  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4534  }
static native int INTERNALgetErrorCode(long a0)
static native void INTERNALsolverImportModelConverter(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ solverIncRef()

static void solverIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4562 of file Native.java.

4563  {
4564  INTERNALsolverIncRef(a0, a1);
4566  if (err != Z3_error_code.Z3_OK)
4567  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4568  }
static native void INTERNALsolverIncRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ solverPop()

static void solverPop ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4586 of file Native.java.

4587  {
4588  INTERNALsolverPop(a0, a1, a2);
4590  if (err != Z3_error_code.Z3_OK)
4591  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4592  }
static native void INTERNALsolverPop(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Solver.pop().

◆ solverPush()

static void solverPush ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4578 of file Native.java.

4579  {
4580  INTERNALsolverPush(a0, a1);
4582  if (err != Z3_error_code.Z3_OK)
4583  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4584  }
static native void INTERNALsolverPush(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Solver.push().

◆ solverReset()

static void solverReset ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4594 of file Native.java.

4595  {
4596  INTERNALsolverReset(a0, a1);
4598  if (err != Z3_error_code.Z3_OK)
4599  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4600  }
static native void INTERNALsolverReset(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Solver.reset().

◆ solverSetParams()

static void solverSetParams ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4554 of file Native.java.

4555  {
4556  INTERNALsolverSetParams(a0, a1, a2);
4558  if (err != Z3_error_code.Z3_OK)
4559  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4560  }
static native void INTERNALsolverSetParams(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Solver.setParameters().

◆ solverToDimacsString()

static String solverToDimacsString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4786 of file Native.java.

4787  {
4788  String res = INTERNALsolverToDimacsString(a0, a1);
4790  if (err != Z3_error_code.Z3_OK)
4791  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4792  return res;
4793  }
static native String INTERNALsolverToDimacsString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

◆ solverToString()

static String solverToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4777 of file Native.java.

4778  {
4779  String res = INTERNALsolverToString(a0, a1);
4781  if (err != Z3_error_code.Z3_OK)
4782  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4783  return res;
4784  }
static native String INTERNALsolverToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Solver.toString().

◆ solverTranslate()

static long solverTranslate ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4519 of file Native.java.

4520  {
4521  long res = INTERNALsolverTranslate(a0, a1, a2);
4523  if (err != Z3_error_code.Z3_OK)
4524  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4525  return res;
4526  }
static native long INTERNALsolverTranslate(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Solver.translate().

◆ sortToAst()

static long sortToAst ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 2664 of file Native.java.

2665  {
2666  long res = INTERNALsortToAst(a0, a1);
2668  if (err != Z3_error_code.Z3_OK)
2669  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2670  return res;
2671  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsortToAst(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ sortToString()

static String sortToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3827 of file Native.java.

3828  {
3829  String res = INTERNALsortToString(a0, a1);
3831  if (err != Z3_error_code.Z3_OK)
3832  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3833  return res;
3834  }
static native String INTERNALsortToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Sort.toString().

◆ statsDecRef()

static void statsDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4812 of file Native.java.

4813  {
4814  INTERNALstatsDecRef(a0, a1);
4816  if (err != Z3_error_code.Z3_OK)
4817  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4818  }
static native void INTERNALstatsDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ statsGetDoubleValue()

static double statsGetDoubleValue ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4865 of file Native.java.

4866  {
4867  double res = INTERNALstatsGetDoubleValue(a0, a1, a2);
4869  if (err != Z3_error_code.Z3_OK)
4870  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4871  return res;
4872  }
static native int INTERNALgetErrorCode(long a0)
static native double INTERNALstatsGetDoubleValue(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Statistics.getEntries().

◆ statsGetKey()

static String statsGetKey ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4829 of file Native.java.

4830  {
4831  String res = INTERNALstatsGetKey(a0, a1, a2);
4833  if (err != Z3_error_code.Z3_OK)
4834  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4835  return res;
4836  }
static native String INTERNALstatsGetKey(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Statistics.getEntries(), and Statistics.getKeys().

◆ statsGetUintValue()

static int statsGetUintValue ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4856 of file Native.java.

4857  {
4858  int res = INTERNALstatsGetUintValue(a0, a1, a2);
4860  if (err != Z3_error_code.Z3_OK)
4861  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4862  return res;
4863  }
static native int INTERNALstatsGetUintValue(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Statistics.getEntries().

◆ statsIncRef()

static void statsIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4804 of file Native.java.

4805  {
4806  INTERNALstatsIncRef(a0, a1);
4808  if (err != Z3_error_code.Z3_OK)
4809  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4810  }
static native void INTERNALstatsIncRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ statsIsDouble()

static boolean statsIsDouble ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4847 of file Native.java.

4848  {
4849  boolean res = INTERNALstatsIsDouble(a0, a1, a2);
4851  if (err != Z3_error_code.Z3_OK)
4852  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4853  return res;
4854  }
static native int INTERNALgetErrorCode(long a0)
static native boolean INTERNALstatsIsDouble(long a0, long a1, int a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Statistics.getEntries().

◆ statsIsUint()

static boolean statsIsUint ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4838 of file Native.java.

4839  {
4840  boolean res = INTERNALstatsIsUint(a0, a1, a2);
4842  if (err != Z3_error_code.Z3_OK)
4843  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4844  return res;
4845  }
static native boolean INTERNALstatsIsUint(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Statistics.getEntries().

◆ statsSize()

static int statsSize ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4820 of file Native.java.

4821  {
4822  int res = INTERNALstatsSize(a0, a1);
4824  if (err != Z3_error_code.Z3_OK)
4825  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4826  return res;
4827  }
static native int INTERNALstatsSize(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Statistics.size().

◆ statsToString()

static String statsToString ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4795 of file Native.java.

4796  {
4797  String res = INTERNALstatsToString(a0, a1);
4799  if (err != Z3_error_code.Z3_OK)
4800  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4801  return res;
4802  }
static native String INTERNALstatsToString(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Statistics.toString().

◆ substitute()

static long substitute ( long  a0,
long  a1,
int  a2,
long []  a3,
long []  a4 
) throws Z3Exception
inlinestatic

Definition at line 3474 of file Native.java.

3475  {
3476  long res = INTERNALsubstitute(a0, a1, a2, a3, a4);
3478  if (err != Z3_error_code.Z3_OK)
3479  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3480  return res;
3481  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALsubstitute(long a0, long a1, int a2, long[] a3, long[] a4)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Expr.substitute().

◆ substituteVars()

static long substituteVars ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 3483 of file Native.java.

3484  {
3485  long res = INTERNALsubstituteVars(a0, a1, a2, a3);
3487  if (err != Z3_error_code.Z3_OK)
3488  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3489  return res;
3490  }
static native long INTERNALsubstituteVars(long a0, long a1, int a2, long[] a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Expr.substituteVars().

◆ tacticAndThen()

static long tacticAndThen ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4143 of file Native.java.

4144  {
4145  long res = INTERNALtacticAndThen(a0, a1, a2);
4147  if (err != Z3_error_code.Z3_OK)
4148  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4149  return res;
4150  }
static native long INTERNALtacticAndThen(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.andThen().

◆ tacticApply()

static long tacticApply ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4422 of file Native.java.

4423  {
4424  long res = INTERNALtacticApply(a0, a1, a2);
4426  if (err != Z3_error_code.Z3_OK)
4427  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4428  return res;
4429  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static native long INTERNALtacticApply(long a0, long a1, long a2)
static final Z3_error_code fromInt(int v)

Referenced by Tactic.apply().

◆ tacticApplyEx()

static long tacticApplyEx ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4431 of file Native.java.

4432  {
4433  long res = INTERNALtacticApplyEx(a0, a1, a2, a3);
4435  if (err != Z3_error_code.Z3_OK)
4436  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4437  return res;
4438  }
static native long INTERNALtacticApplyEx(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Tactic.apply().

◆ tacticCond()

static long tacticCond ( long  a0,
long  a1,
long  a2,
long  a3 
) throws Z3Exception
inlinestatic

Definition at line 4197 of file Native.java.

4198  {
4199  long res = INTERNALtacticCond(a0, a1, a2, a3);
4201  if (err != Z3_error_code.Z3_OK)
4202  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4203  return res;
4204  }
static native long INTERNALtacticCond(long a0, long a1, long a2, long a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.cond().

◆ tacticDecRef()

static void tacticDecRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4110 of file Native.java.

4111  {
4112  INTERNALtacticDecRef(a0, a1);
4114  if (err != Z3_error_code.Z3_OK)
4115  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4116  }
static native void INTERNALtacticDecRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ tacticFail()

static long tacticFail ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4224 of file Native.java.

4225  {
4226  long res = INTERNALtacticFail(a0);
4228  if (err != Z3_error_code.Z3_OK)
4229  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4230  return res;
4231  }
static native long INTERNALtacticFail(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.fail().

◆ tacticFailIf()

static long tacticFailIf ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4233 of file Native.java.

4234  {
4235  long res = INTERNALtacticFailIf(a0, a1);
4237  if (err != Z3_error_code.Z3_OK)
4238  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4239  return res;
4240  }
static native long INTERNALtacticFailIf(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.failIf().

◆ tacticFailIfNotDecided()

static long tacticFailIfNotDecided ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4242 of file Native.java.

4243  {
4244  long res = INTERNALtacticFailIfNotDecided(a0);
4246  if (err != Z3_error_code.Z3_OK)
4247  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4248  return res;
4249  }
static native long INTERNALtacticFailIfNotDecided(long a0)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.failIfNotDecided().

◆ tacticGetDescr()

static String tacticGetDescr ( long  a0,
String  a1 
) throws Z3Exception
inlinestatic

Definition at line 4395 of file Native.java.

4396  {
4397  String res = INTERNALtacticGetDescr(a0, a1);
4399  if (err != Z3_error_code.Z3_OK)
4400  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4401  return res;
4402  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALtacticGetDescr(long a0, String a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Context.getTacticDescription().

◆ tacticGetHelp()

static String tacticGetHelp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4377 of file Native.java.

4378  {
4379  String res = INTERNALtacticGetHelp(a0, a1);
4381  if (err != Z3_error_code.Z3_OK)
4382  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4383  return res;
4384  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALtacticGetHelp(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10087
static final Z3_error_code fromInt(int v)

Referenced by Tactic.getHelp().

◆ tacticGetParamDescrs()

static long tacticGetParamDescrs ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4386 of file Native.java.

4387  {
4388  long res = INTERNALtacticGetParamDescrs(a0, a1);
4390  if (err != Z3_error_code.Z3_OK)
4391  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4392  return res;
4393  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtacticGetParamDescrs(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Tactic.getParameterDescriptions().

◆ tacticIncRef()

static void tacticIncRef ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 4102 of file Native.java.

4103  {
4104  INTERNALtacticIncRef(a0, a1);
4106  if (err != Z3_error_code.Z3_OK)
4107  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4108  }
static native void INTERNALtacticIncRef(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ tacticOrElse()

static long tacticOrElse ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4152 of file Native.java.

4153  {
4154  long res = INTERNALtacticOrElse(a0, a1, a2);
4156  if (err != Z3_error_code.Z3_OK)
4157  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4158  return res;
4159  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)
static native long INTERNALtacticOrElse(long a0, long a1, long a2)

Referenced by Context.orElse().

◆ tacticParAndThen()

static long tacticParAndThen ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4170 of file Native.java.

4171  {
4172  long res = INTERNALtacticParAndThen(a0, a1, a2);
4174  if (err != Z3_error_code.Z3_OK)
4175  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4176  return res;
4177  }
static native long INTERNALtacticParAndThen(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.parAndThen().

◆ tacticParOr()

static long tacticParOr ( long  a0,
int  a1,
long []  a2 
) throws Z3Exception
inlinestatic

Definition at line 4161 of file Native.java.

4162  {
4163  long res = INTERNALtacticParOr(a0, a1, a2);
4165  if (err != Z3_error_code.Z3_OK)
4166  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4167  return res;
4168  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtacticParOr(long a0, int a1, long[] a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.parOr().

◆ tacticRepeat()

static long tacticRepeat ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4206 of file Native.java.

4207  {
4208  long res = INTERNALtacticRepeat(a0, a1, a2);
4210  if (err != Z3_error_code.Z3_OK)
4211  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4212  return res;
4213  }
static native long INTERNALtacticRepeat(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.repeat().

◆ tacticSkip()

static long tacticSkip ( long  a0) throws Z3Exception
inlinestatic

Definition at line 4215 of file Native.java.

4216  {
4217  long res = INTERNALtacticSkip(a0);
4219  if (err != Z3_error_code.Z3_OK)
4220  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4221  return res;
4222  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtacticSkip(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.skip().

◆ tacticTryFor()

static long tacticTryFor ( long  a0,
long  a1,
int  a2 
) throws Z3Exception
inlinestatic

Definition at line 4179 of file Native.java.

4180  {
4181  long res = INTERNALtacticTryFor(a0, a1, a2);
4183  if (err != Z3_error_code.Z3_OK)
4184  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4185  return res;
4186  }
static native long INTERNALtacticTryFor(long a0, long a1, int a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.tryFor().

◆ tacticUsingParams()

static long tacticUsingParams ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4251 of file Native.java.

4252  {
4253  long res = INTERNALtacticUsingParams(a0, a1, a2);
4255  if (err != Z3_error_code.Z3_OK)
4256  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4257  return res;
4258  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtacticUsingParams(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.usingParams().

◆ tacticWhen()

static long tacticWhen ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 4188 of file Native.java.

4189  {
4190  long res = INTERNALtacticWhen(a0, a1, a2);
4192  if (err != Z3_error_code.Z3_OK)
4193  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4194  return res;
4195  }
static native long INTERNALtacticWhen(long a0, long a1, long a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.when().

◆ toApp()

static long toApp ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3150 of file Native.java.

3151  {
3152  long res = INTERNALtoApp(a0, a1);
3154  if (err != Z3_error_code.Z3_OK)
3155  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3156  return res;
3157  }
static native long INTERNALtoApp(long a0, long a1)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ toFuncDecl()

static long toFuncDecl ( long  a0,
long  a1 
) throws Z3Exception
inlinestatic

Definition at line 3159 of file Native.java.

3160  {
3161  long res = INTERNALtoFuncDecl(a0, a1);
3163  if (err != Z3_error_code.Z3_OK)
3164  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3165  return res;
3166  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtoFuncDecl(long a0, long a1)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

◆ toggleWarningMessages()

static void toggleWarningMessages ( boolean  a0)
inlinestatic

Definition at line 3796 of file Native.java.

3797  {
3799  }
static native void INTERNALtoggleWarningMessages(boolean a0)

Referenced by Global.ToggleWarningMessages().

◆ translate()

static long translate ( long  a0,
long  a1,
long  a2 
) throws Z3Exception
inlinestatic

Definition at line 3492 of file Native.java.

3493  {
3494  long res = INTERNALtranslate(a0, a1, a2);
3496  if (err != Z3_error_code.Z3_OK)
3497  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3498  return res;
3499  }
static native int INTERNALgetErrorCode(long a0)
static native long INTERNALtranslate(long a0, long a1, long a2)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by AST.translate().

◆ updateParamValue()

static void updateParamValue ( long  a0,
String  a1,
String  a2 
) throws Z3Exception
inlinestatic

Definition at line 772 of file Native.java.

773  {
774  INTERNALupdateParamValue(a0, a1, a2);
776  if (err != Z3_error_code.Z3_OK)
777  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
778  }
static native void INTERNALupdateParamValue(long a0, String a1, String a2)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Context.updateParamValue().

◆ updateTerm()

static long updateTerm ( long  a0,
long  a1,
int  a2,
long []  a3 
) throws Z3Exception
inlinestatic

Definition at line 3465 of file Native.java.

3466  {
3467  long res = INTERNALupdateTerm(a0, a1, a2, a3);
3469  if (err != Z3_error_code.Z3_OK)
3470  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3471  return res;
3472  }
static native long INTERNALupdateTerm(long a0, long a1, int a2, long[] a3)
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
static final Z3_error_code fromInt(int v)

Referenced by Expr.update().