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 mkDivides (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 solverInterrupt (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 INTERNALmkDivides (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 INTERNALsolverInterrupt (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 3672 of file Native.java.

3673  {
3674  INTERNALaddConstInterp(a0, a1, a2, a3);
3676  if (err != Z3_error_code.Z3_OK)
3677  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3678  }
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 3663 of file Native.java.

3664  {
3665  long res = INTERNALaddFuncInterp(a0, a1, a2, a3);
3667  if (err != Z3_error_code.Z3_OK)
3668  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3669  return res;
3670  }
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 1155 of file Native.java.

1156  {
1157  INTERNALaddRecDef(a0, a1, a2, a3, a4);
1159  if (err != Z3_error_code.Z3_OK)
1160  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1161  }
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 5123 of file Native.java.

5124  {
5125  long res = INTERNALalgebraicAdd(a0, a1, a2);
5127  if (err != Z3_error_code.Z3_OK)
5128  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5129  return res;
5130  }
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 5150 of file Native.java.

5151  {
5152  long res = INTERNALalgebraicDiv(a0, a1, a2);
5154  if (err != Z3_error_code.Z3_OK)
5155  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5156  return res;
5157  }
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 5213 of file Native.java.

5214  {
5215  boolean res = INTERNALalgebraicEq(a0, a1, a2);
5217  if (err != Z3_error_code.Z3_OK)
5218  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5219  return res;
5220  }
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 5240 of file Native.java.

5241  {
5242  int res = INTERNALalgebraicEval(a0, a1, a2, a3);
5244  if (err != Z3_error_code.Z3_OK)
5245  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5246  return res;
5247  }
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 5204 of file Native.java.

5205  {
5206  boolean res = INTERNALalgebraicGe(a0, a1, a2);
5208  if (err != Z3_error_code.Z3_OK)
5209  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5210  return res;
5211  }
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 5186 of file Native.java.

5187  {
5188  boolean res = INTERNALalgebraicGt(a0, a1, a2);
5190  if (err != Z3_error_code.Z3_OK)
5191  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5192  return res;
5193  }
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 5096 of file Native.java.

5097  {
5098  boolean res = INTERNALalgebraicIsNeg(a0, a1);
5100  if (err != Z3_error_code.Z3_OK)
5101  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5102  return res;
5103  }
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 5087 of file Native.java.

5088  {
5089  boolean res = INTERNALalgebraicIsPos(a0, a1);
5091  if (err != Z3_error_code.Z3_OK)
5092  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5093  return res;
5094  }
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 5078 of file Native.java.

5079  {
5080  boolean res = INTERNALalgebraicIsValue(a0, a1);
5082  if (err != Z3_error_code.Z3_OK)
5083  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5084  return res;
5085  }
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 5105 of file Native.java.

5106  {
5107  boolean res = INTERNALalgebraicIsZero(a0, a1);
5109  if (err != Z3_error_code.Z3_OK)
5110  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5111  return res;
5112  }
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 5195 of file Native.java.

5196  {
5197  boolean res = INTERNALalgebraicLe(a0, a1, a2);
5199  if (err != Z3_error_code.Z3_OK)
5200  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5201  return res;
5202  }
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 5177 of file Native.java.

5178  {
5179  boolean res = INTERNALalgebraicLt(a0, a1, a2);
5181  if (err != Z3_error_code.Z3_OK)
5182  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5183  return res;
5184  }
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 5141 of file Native.java.

5142  {
5143  long res = INTERNALalgebraicMul(a0, a1, a2);
5145  if (err != Z3_error_code.Z3_OK)
5146  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5147  return res;
5148  }
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 5222 of file Native.java.

5223  {
5224  boolean res = INTERNALalgebraicNeq(a0, a1, a2);
5226  if (err != Z3_error_code.Z3_OK)
5227  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5228  return res;
5229  }
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 5168 of file Native.java.

5169  {
5170  long res = INTERNALalgebraicPower(a0, a1, a2);
5172  if (err != Z3_error_code.Z3_OK)
5173  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5174  return res;
5175  }
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 5159 of file Native.java.

5160  {
5161  long res = INTERNALalgebraicRoot(a0, a1, a2);
5163  if (err != Z3_error_code.Z3_OK)
5164  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5165  return res;
5166  }
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 5231 of file Native.java.

5232  {
5233  long res = INTERNALalgebraicRoots(a0, a1, a2, a3);
5235  if (err != Z3_error_code.Z3_OK)
5236  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5237  return res;
5238  }
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 5114 of file Native.java.

5115  {
5116  int res = INTERNALalgebraicSign(a0, a1);
5118  if (err != Z3_error_code.Z3_OK)
5119  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5120  return res;
5121  }
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 5132 of file Native.java.

5133  {
5134  long res = INTERNALalgebraicSub(a0, a1, a2);
5136  if (err != Z3_error_code.Z3_OK)
5137  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5138  return res;
5139  }
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 3797 of file Native.java.

3798  {
3799  INTERNALappendLog(a0);
3800  }
static native void INTERNALappendLog(String a0)

Referenced by Log.append().

◆ applyResultDecRef()

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

Definition at line 4459 of file Native.java.

4460  {
4461  INTERNALapplyResultDecRef(a0, a1);
4463  if (err != Z3_error_code.Z3_OK)
4464  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4465  }
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 4476 of file Native.java.

4477  {
4478  int res = INTERNALapplyResultGetNumSubgoals(a0, a1);
4480  if (err != Z3_error_code.Z3_OK)
4481  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4482  return res;
4483  }
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 4485 of file Native.java.

4486  {
4487  long res = INTERNALapplyResultGetSubgoal(a0, a1, a2);
4489  if (err != Z3_error_code.Z3_OK)
4490  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4491  return res;
4492  }
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 4451 of file Native.java.

4452  {
4453  INTERNALapplyResultIncRef(a0, a1);
4455  if (err != Z3_error_code.Z3_OK)
4456  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4457  }
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 4467 of file Native.java.

4468  {
4469  String res = INTERNALapplyResultToString(a0, a1);
4471  if (err != Z3_error_code.Z3_OK)
4472  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4473  return res;
4474  }
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:10085
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 3035 of file Native.java.

3036  {
3037  long res = INTERNALappToAst(a0, a1);
3039  if (err != Z3_error_code.Z3_OK)
3040  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3041  return res;
3042  }
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 5009 of file Native.java.

5010  {
5011  boolean res = INTERNALastMapContains(a0, a1, a2);
5013  if (err != Z3_error_code.Z3_OK)
5014  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5015  return res;
5016  }
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 5001 of file Native.java.

5002  {
5003  INTERNALastMapDecRef(a0, a1);
5005  if (err != Z3_error_code.Z3_OK)
5006  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5007  }
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 5035 of file Native.java.

5036  {
5037  INTERNALastMapErase(a0, a1, a2);
5039  if (err != Z3_error_code.Z3_OK)
5040  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5041  }
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 5018 of file Native.java.

5019  {
5020  long res = INTERNALastMapFind(a0, a1, a2);
5022  if (err != Z3_error_code.Z3_OK)
5023  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5024  return res;
5025  }
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 4993 of file Native.java.

4994  {
4995  INTERNALastMapIncRef(a0, a1);
4997  if (err != Z3_error_code.Z3_OK)
4998  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4999  }
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 5027 of file Native.java.

5028  {
5029  INTERNALastMapInsert(a0, a1, a2, a3);
5031  if (err != Z3_error_code.Z3_OK)
5032  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5033  }
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 5060 of file Native.java.

5061  {
5062  long res = INTERNALastMapKeys(a0, a1);
5064  if (err != Z3_error_code.Z3_OK)
5065  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5066  return res;
5067  }
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 5043 of file Native.java.

5044  {
5045  INTERNALastMapReset(a0, a1);
5047  if (err != Z3_error_code.Z3_OK)
5048  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5049  }
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 5051 of file Native.java.

5052  {
5053  int res = INTERNALastMapSize(a0, a1);
5055  if (err != Z3_error_code.Z3_OK)
5056  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5057  return res;
5058  }
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 5069 of file Native.java.

5070  {
5071  String res = INTERNALastMapToString(a0, a1);
5073  if (err != Z3_error_code.Z3_OK)
5074  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5075  return res;
5076  }
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:10085
static final Z3_error_code fromInt(int v)

◆ astToString()

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

Definition at line 3820 of file Native.java.

3821  {
3822  String res = INTERNALastToString(a0, a1);
3824  if (err != Z3_error_code.Z3_OK)
3825  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3826  return res;
3827  }
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:10085
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 4916 of file Native.java.

4917  {
4918  INTERNALastVectorDecRef(a0, a1);
4920  if (err != Z3_error_code.Z3_OK)
4921  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4922  }
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 4933 of file Native.java.

4934  {
4935  long res = INTERNALastVectorGet(a0, a1, a2);
4937  if (err != Z3_error_code.Z3_OK)
4938  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4939  return res;
4940  }
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 4908 of file Native.java.

4909  {
4910  INTERNALastVectorIncRef(a0, a1);
4912  if (err != Z3_error_code.Z3_OK)
4913  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4914  }
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 4958 of file Native.java.

4959  {
4960  INTERNALastVectorPush(a0, a1, a2);
4962  if (err != Z3_error_code.Z3_OK)
4963  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4964  }
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 4950 of file Native.java.

4951  {
4952  INTERNALastVectorResize(a0, a1, a2);
4954  if (err != Z3_error_code.Z3_OK)
4955  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4956  }
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 4942 of file Native.java.

4943  {
4944  INTERNALastVectorSet(a0, a1, a2, a3);
4946  if (err != Z3_error_code.Z3_OK)
4947  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4948  }
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 4924 of file Native.java.

4925  {
4926  int res = INTERNALastVectorSize(a0, a1);
4928  if (err != Z3_error_code.Z3_OK)
4929  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4930  return res;
4931  }
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 4975 of file Native.java.

4976  {
4977  String res = INTERNALastVectorToString(a0, a1);
4979  if (err != Z3_error_code.Z3_OK)
4980  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4981  return res;
4982  }
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:10085
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 4966 of file Native.java.

4967  {
4968  long res = INTERNALastVectorTranslate(a0, a1, a2);
4970  if (err != Z3_error_code.Z3_OK)
4971  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4972  return res;
4973  }
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 3865 of file Native.java.

3866  {
3867  String res = INTERNALbenchmarkToSmtlibString(a0, a1, a2, a3, a4, a5, a6, a7);
3869  if (err != Z3_error_code.Z3_OK)
3870  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3871  return res;
3872  }
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:10085
static final Z3_error_code fromInt(int v)

Referenced by Context.benchmarkToSMTString().

◆ closeLog()

static void closeLog ( )
inlinestatic

Definition at line 3802 of file Native.java.

3803  {
3804  INTERNALcloseLog();
3805  }
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 2801 of file Native.java.

2802  {
2803  long res = INTERNALdatatypeUpdateField(a0, a1, a2, a3);
2805  if (err != Z3_error_code.Z3_OK)
2806  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2807  return res;
2808  }
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 766 of file Native.java.

767  {
768  INTERNALdecRef(a0, a1);
770  if (err != Z3_error_code.Z3_OK)
771  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
772  }
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 727 of file Native.java.

728  {
729  INTERNALdelConfig(a0);
730  }
static native void INTERNALdelConfig(long a0)

Referenced by Context.Context().

◆ delConstructor()

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

Definition at line 1051 of file Native.java.

1052  {
1053  INTERNALdelConstructor(a0, a1);
1055  if (err != Z3_error_code.Z3_OK)
1056  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1057  }
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 1077 of file Native.java.

1078  {
1081  if (err != Z3_error_code.Z3_OK)
1082  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1083  }
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 753 of file Native.java.

754  {
755  INTERNALdelContext(a0);
756  }
static native void INTERNALdelContext(long a0)

Referenced by Context.close().

◆ disableTrace()

static void disableTrace ( String  a0)
inlinestatic

Definition at line 3940 of file Native.java.

3941  {
3943  }
static native void INTERNALdisableTrace(String a0)

Referenced by Global.disableTrace().

◆ enableTrace()

static void enableTrace ( String  a0)
inlinestatic

Definition at line 3935 of file Native.java.

3936  {
3937  INTERNALenableTrace(a0);
3938  }
static native void INTERNALenableTrace(String a0)

Referenced by Global.enableTrace().

◆ evalSmtlib2String()

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

Definition at line 3892 of file Native.java.

3893  {
3894  String res = INTERNALevalSmtlib2String(a0, a1);
3896  if (err != Z3_error_code.Z3_OK)
3897  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3898  return res;
3899  }
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:10085
static final Z3_error_code fromInt(int v)

◆ finalizeMemory()

static void finalizeMemory ( )
inlinestatic

Definition at line 3950 of file Native.java.

3951  {
3953  }
static native void INTERNALfinalizeMemory()

◆ fixedpointAddCover()

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

Definition at line 5574 of file Native.java.

5575  {
5576  INTERNALfixedpointAddCover(a0, a1, a2, a3, a4);
5578  if (err != Z3_error_code.Z3_OK)
5579  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5580  }
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 5496 of file Native.java.

5497  {
5498  INTERNALfixedpointAddFact(a0, a1, a2, a3, a4);
5500  if (err != Z3_error_code.Z3_OK)
5501  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5502  }
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 6668 of file Native.java.

6669  {
6670  INTERNALfixedpointAddInvariant(a0, a1, a2, a3);
6672  if (err != Z3_error_code.Z3_OK)
6673  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6674  }
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 5488 of file Native.java.

5489  {
5490  INTERNALfixedpointAddRule(a0, a1, a2, a3);
5492  if (err != Z3_error_code.Z3_OK)
5493  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5494  }
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 5504 of file Native.java.

5505  {
5506  INTERNALfixedpointAssert(a0, a1, a2);
5508  if (err != Z3_error_code.Z3_OK)
5509  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5510  }
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 5480 of file Native.java.

5481  {
5482  INTERNALfixedpointDecRef(a0, a1);
5484  if (err != Z3_error_code.Z3_OK)
5485  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5486  }
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 5669 of file Native.java.

5670  {
5671  long res = INTERNALfixedpointFromFile(a0, a1, a2);
5673  if (err != Z3_error_code.Z3_OK)
5674  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5675  return res;
5676  }
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 5660 of file Native.java.

5661  {
5662  long res = INTERNALfixedpointFromString(a0, a1, a2);
5664  if (err != Z3_error_code.Z3_OK)
5665  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5666  return res;
5667  }
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 5530 of file Native.java.

5531  {
5532  long res = INTERNALfixedpointGetAnswer(a0, a1);
5534  if (err != Z3_error_code.Z3_OK)
5535  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5536  return res;
5537  }
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 5616 of file Native.java.

5617  {
5618  long res = INTERNALfixedpointGetAssertions(a0, a1);
5620  if (err != Z3_error_code.Z3_OK)
5621  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5622  return res;
5623  }
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 5565 of file Native.java.

5566  {
5567  long res = INTERNALfixedpointGetCoverDelta(a0, a1, a2, a3);
5569  if (err != Z3_error_code.Z3_OK)
5570  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5571  return res;
5572  }
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 6641 of file Native.java.

6642  {
6643  long res = INTERNALfixedpointGetGroundSatAnswer(a0, a1);
6645  if (err != Z3_error_code.Z3_OK)
6646  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6647  return res;
6648  }
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 5633 of file Native.java.

5634  {
5635  String res = INTERNALfixedpointGetHelp(a0, a1);
5637  if (err != Z3_error_code.Z3_OK)
5638  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5639  return res;
5640  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10085
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 5556 of file Native.java.

5557  {
5558  int res = INTERNALfixedpointGetNumLevels(a0, a1, a2);
5560  if (err != Z3_error_code.Z3_OK)
5561  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5562  return res;
5563  }
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 5642 of file Native.java.

5643  {
5644  long res = INTERNALfixedpointGetParamDescrs(a0, a1);
5646  if (err != Z3_error_code.Z3_OK)
5647  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5648  return res;
5649  }
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 6676 of file Native.java.

6677  {
6678  long res = INTERNALfixedpointGetReachable(a0, a1, a2);
6680  if (err != Z3_error_code.Z3_OK)
6681  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6682  return res;
6683  }
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 5539 of file Native.java.

5540  {
5543  if (err != Z3_error_code.Z3_OK)
5544  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5545  return res;
5546  }
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:10085
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 6659 of file Native.java.

6660  {
6661  long res = INTERNALfixedpointGetRuleNamesAlongTrace(a0, a1);
6663  if (err != Z3_error_code.Z3_OK)
6664  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6665  return res;
6666  }
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 5607 of file Native.java.

5608  {
5609  long res = INTERNALfixedpointGetRules(a0, a1);
5611  if (err != Z3_error_code.Z3_OK)
5612  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5613  return res;
5614  }
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 6650 of file Native.java.

6651  {
6652  long res = INTERNALfixedpointGetRulesAlongTrace(a0, a1);
6654  if (err != Z3_error_code.Z3_OK)
6655  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6656  return res;
6657  }
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 5582 of file Native.java.

5583  {
5584  long res = INTERNALfixedpointGetStatistics(a0, a1);
5586  if (err != Z3_error_code.Z3_OK)
5587  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5588  return res;
5589  }
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 5472 of file Native.java.

5473  {
5474  INTERNALfixedpointIncRef(a0, a1);
5476  if (err != Z3_error_code.Z3_OK)
5477  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5478  }
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 5512 of file Native.java.

5513  {
5514  int res = INTERNALfixedpointQuery(a0, a1, a2);
5516  if (err != Z3_error_code.Z3_OK)
5517  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5518  return res;
5519  }
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 6632 of file Native.java.

6633  {
6634  int res = INTERNALfixedpointQueryFromLvl(a0, a1, a2, a3);
6636  if (err != Z3_error_code.Z3_OK)
6637  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6638  return res;
6639  }
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 5521 of file Native.java.

5522  {
5523  int res = INTERNALfixedpointQueryRelations(a0, a1, a2, a3);
5525  if (err != Z3_error_code.Z3_OK)
5526  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5527  return res;
5528  }
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 5591 of file Native.java.

5592  {
5595  if (err != Z3_error_code.Z3_OK)
5596  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5597  }
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 5625 of file Native.java.

5626  {
5627  INTERNALfixedpointSetParams(a0, a1, a2);
5629  if (err != Z3_error_code.Z3_OK)
5630  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5631  }
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 5599 of file Native.java.

5600  {
5603  if (err != Z3_error_code.Z3_OK)
5604  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5605  }
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 5651 of file Native.java.

5652  {
5653  String res = INTERNALfixedpointToString(a0, a1, a2, a3);
5655  if (err != Z3_error_code.Z3_OK)
5656  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5657  return res;
5658  }
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:10085
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 5548 of file Native.java.

5549  {
5550  INTERNALfixedpointUpdateRule(a0, a1, a2, a3);
5552  if (err != Z3_error_code.Z3_OK)
5553  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5554  }
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 6461 of file Native.java.

6462  {
6463  int res = INTERNALfpaGetEbits(a0, a1);
6465  if (err != Z3_error_code.Z3_OK)
6466  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6467  return res;
6468  }
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 6605 of file Native.java.

6606  {
6607  long res = INTERNALfpaGetNumeralExponentBv(a0, a1, a2);
6609  if (err != Z3_error_code.Z3_OK)
6610  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6611  return res;
6612  }
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 6596 of file Native.java.

6597  {
6598  boolean res = INTERNALfpaGetNumeralExponentInt64(a0, a1, a2, a3);
6600  if (err != Z3_error_code.Z3_OK)
6601  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6602  return res;
6603  }
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 6587 of file Native.java.

6588  {
6589  String res = INTERNALfpaGetNumeralExponentString(a0, a1, a2);
6591  if (err != Z3_error_code.Z3_OK)
6592  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6593  return res;
6594  }
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:10085
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 6560 of file Native.java.

6561  {
6562  boolean res = INTERNALfpaGetNumeralSign(a0, a1, a2);
6564  if (err != Z3_error_code.Z3_OK)
6565  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6566  return res;
6567  }
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 6542 of file Native.java.

6543  {
6544  long res = INTERNALfpaGetNumeralSignBv(a0, a1);
6546  if (err != Z3_error_code.Z3_OK)
6547  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6548  return res;
6549  }
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 6551 of file Native.java.

6552  {
6553  long res = INTERNALfpaGetNumeralSignificandBv(a0, a1);
6555  if (err != Z3_error_code.Z3_OK)
6556  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6557  return res;
6558  }
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 6569 of file Native.java.

6570  {
6573  if (err != Z3_error_code.Z3_OK)
6574  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6575  return res;
6576  }
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:10085
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 6578 of file Native.java.

6579  {
6580  boolean res = INTERNALfpaGetNumeralSignificandUint64(a0, a1, a2);
6582  if (err != Z3_error_code.Z3_OK)
6583  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6584  return res;
6585  }
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 6470 of file Native.java.

6471  {
6472  int res = INTERNALfpaGetSbits(a0, a1);
6474  if (err != Z3_error_code.Z3_OK)
6475  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6476  return res;
6477  }
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 6488 of file Native.java.

6489  {
6490  boolean res = INTERNALfpaIsNumeralInf(a0, a1);
6492  if (err != Z3_error_code.Z3_OK)
6493  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6494  return res;
6495  }
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 6479 of file Native.java.

6480  {
6481  boolean res = INTERNALfpaIsNumeralNan(a0, a1);
6483  if (err != Z3_error_code.Z3_OK)
6484  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6485  return res;
6486  }
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 6533 of file Native.java.

6534  {
6535  boolean res = INTERNALfpaIsNumeralNegative(a0, a1);
6537  if (err != Z3_error_code.Z3_OK)
6538  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6539  return res;
6540  }
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 6506 of file Native.java.

6507  {
6508  boolean res = INTERNALfpaIsNumeralNormal(a0, a1);
6510  if (err != Z3_error_code.Z3_OK)
6511  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6512  return res;
6513  }
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 6524 of file Native.java.

6525  {
6526  boolean res = INTERNALfpaIsNumeralPositive(a0, a1);
6528  if (err != Z3_error_code.Z3_OK)
6529  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6530  return res;
6531  }
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 6515 of file Native.java.

6516  {
6517  boolean res = INTERNALfpaIsNumeralSubnormal(a0, a1);
6519  if (err != Z3_error_code.Z3_OK)
6520  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6521  return res;
6522  }
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 6497 of file Native.java.

6498  {
6499  boolean res = INTERNALfpaIsNumeralZero(a0, a1);
6501  if (err != Z3_error_code.Z3_OK)
6502  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6503  return res;
6504  }
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 2873 of file Native.java.

2874  {
2875  long res = INTERNALfuncDeclToAst(a0, a1);
2877  if (err != Z3_error_code.Z3_OK)
2878  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2879  return res;
2880  }
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 3847 of file Native.java.

3848  {
3849  String res = INTERNALfuncDeclToString(a0, a1);
3851  if (err != Z3_error_code.Z3_OK)
3852  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3853  return res;
3854  }
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:10085
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 3756 of file Native.java.

3757  {
3758  INTERNALfuncEntryDecRef(a0, a1);
3760  if (err != Z3_error_code.Z3_OK)
3761  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3762  }
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 3782 of file Native.java.

3783  {
3784  long res = INTERNALfuncEntryGetArg(a0, a1, a2);
3786  if (err != Z3_error_code.Z3_OK)
3787  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3788  return res;
3789  }
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 3773 of file Native.java.

3774  {
3775  int res = INTERNALfuncEntryGetNumArgs(a0, a1);
3777  if (err != Z3_error_code.Z3_OK)
3778  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3779  return res;
3780  }
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 3764 of file Native.java.

3765  {
3766  long res = INTERNALfuncEntryGetValue(a0, a1);
3768  if (err != Z3_error_code.Z3_OK)
3769  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3770  return res;
3771  }
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 3748 of file Native.java.

3749  {
3750  INTERNALfuncEntryIncRef(a0, a1);
3752  if (err != Z3_error_code.Z3_OK)
3753  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3754  }
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 3740 of file Native.java.

3741  {
3742  INTERNALfuncInterpAddEntry(a0, a1, a2, a3);
3744  if (err != Z3_error_code.Z3_OK)
3745  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3746  }
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 3688 of file Native.java.

3689  {
3690  INTERNALfuncInterpDecRef(a0, a1);
3692  if (err != Z3_error_code.Z3_OK)
3693  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3694  }
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 3731 of file Native.java.

3732  {
3733  int res = INTERNALfuncInterpGetArity(a0, a1);
3735  if (err != Z3_error_code.Z3_OK)
3736  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3737  return res;
3738  }
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 3714 of file Native.java.

3715  {
3716  long res = INTERNALfuncInterpGetElse(a0, a1);
3718  if (err != Z3_error_code.Z3_OK)
3719  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3720  return res;
3721  }
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 3705 of file Native.java.

3706  {
3707  long res = INTERNALfuncInterpGetEntry(a0, a1, a2);
3709  if (err != Z3_error_code.Z3_OK)
3710  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3711  return res;
3712  }
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 3696 of file Native.java.

3697  {
3698  int res = INTERNALfuncInterpGetNumEntries(a0, a1);
3700  if (err != Z3_error_code.Z3_OK)
3701  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3702  return res;
3703  }
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 3680 of file Native.java.

3681  {
3682  INTERNALfuncInterpIncRef(a0, a1);
3684  if (err != Z3_error_code.Z3_OK)
3685  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3686  }
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 3723 of file Native.java.

3724  {
3725  INTERNALfuncInterpSetElse(a0, a1, a2);
3727  if (err != Z3_error_code.Z3_OK)
3728  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3729  }
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 3278 of file Native.java.

3279  {
3280  long res = INTERNALgetAlgebraicNumberLower(a0, a1, a2);
3282  if (err != Z3_error_code.Z3_OK)
3283  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3284  return res;
3285  }
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 3287 of file Native.java.

3288  {
3289  long res = INTERNALgetAlgebraicNumberUpper(a0, a1, a2);
3291  if (err != Z3_error_code.Z3_OK)
3292  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3293  return res;
3294  }
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 3062 of file Native.java.

3063  {
3064  long res = INTERNALgetAppArg(a0, a1, a2);
3066  if (err != Z3_error_code.Z3_OK)
3067  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3068  return res;
3069  }
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 3044 of file Native.java.

3045  {
3046  long res = INTERNALgetAppDecl(a0, a1);
3048  if (err != Z3_error_code.Z3_OK)
3049  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3050  return res;
3051  }
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 3053 of file Native.java.

3054  {
3055  int res = INTERNALgetAppNumArgs(a0, a1);
3057  if (err != Z3_error_code.Z3_OK)
3058  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3059  return res;
3060  }
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 2927 of file Native.java.

2928  {
2929  int res = INTERNALgetArity(a0, a1);
2931  if (err != Z3_error_code.Z3_OK)
2932  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2933  return res;
2934  }
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 2720 of file Native.java.

2721  {
2722  long res = INTERNALgetArraySortDomain(a0, a1);
2724  if (err != Z3_error_code.Z3_OK)
2725  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2726  return res;
2727  }
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 2729 of file Native.java.

2730  {
2731  long res = INTERNALgetArraySortRange(a0, a1);
2733  if (err != Z3_error_code.Z3_OK)
2734  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2735  return res;
2736  }
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 3654 of file Native.java.

3655  {
3656  long res = INTERNALgetAsArrayFuncDecl(a0, a1);
3658  if (err != Z3_error_code.Z3_OK)
3659  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3660  return res;
3661  }
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 3089 of file Native.java.

3090  {
3091  int res = INTERNALgetAstHash(a0, a1);
3093  if (err != Z3_error_code.Z3_OK)
3094  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3095  return res;
3096  }
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 3080 of file Native.java.

3081  {
3082  int res = INTERNALgetAstId(a0, a1);
3084  if (err != Z3_error_code.Z3_OK)
3085  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3086  return res;
3087  }
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 3125 of file Native.java.

3126  {
3127  int res = INTERNALgetAstKind(a0, a1);
3129  if (err != Z3_error_code.Z3_OK)
3130  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3131  return res;
3132  }
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 3116 of file Native.java.

3117  {
3118  int res = INTERNALgetBoolValue(a0, a1);
3120  if (err != Z3_error_code.Z3_OK)
3121  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3122  return res;
3123  }
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 2702 of file Native.java.

2703  {
2704  int res = INTERNALgetBvSortSize(a0, a1);
2706  if (err != Z3_error_code.Z3_OK)
2707  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2708  return res;
2709  }
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 2774 of file Native.java.

2775  {
2776  long res = INTERNALgetDatatypeSortConstructor(a0, a1, a2);
2778  if (err != Z3_error_code.Z3_OK)
2779  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2780  return res;
2781  }
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 2792 of file Native.java.

2793  {
2794  long res = INTERNALgetDatatypeSortConstructorAccessor(a0, a1, a2, a3);
2796  if (err != Z3_error_code.Z3_OK)
2797  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2798  return res;
2799  }
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 2765 of file Native.java.

2766  {
2767  int res = INTERNALgetDatatypeSortNumConstructors(a0, a1);
2769  if (err != Z3_error_code.Z3_OK)
2770  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2771  return res;
2772  }
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 2783 of file Native.java.

2784  {
2785  long res = INTERNALgetDatatypeSortRecognizer(a0, a1, a2);
2787  if (err != Z3_error_code.Z3_OK)
2788  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2789  return res;
2790  }
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 3008 of file Native.java.

3009  {
3010  long res = INTERNALgetDeclAstParameter(a0, a1, a2);
3012  if (err != Z3_error_code.Z3_OK)
3013  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3014  return res;
3015  }
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 2981 of file Native.java.

2982  {
2983  double res = INTERNALgetDeclDoubleParameter(a0, a1, a2);
2985  if (err != Z3_error_code.Z3_OK)
2986  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2987  return res;
2988  }
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 3017 of file Native.java.

3018  {
3019  long res = INTERNALgetDeclFuncDeclParameter(a0, a1, a2);
3021  if (err != Z3_error_code.Z3_OK)
3022  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3023  return res;
3024  }
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 2972 of file Native.java.

2973  {
2974  int res = INTERNALgetDeclIntParameter(a0, a1, a2);
2976  if (err != Z3_error_code.Z3_OK)
2977  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2978  return res;
2979  }
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 2909 of file Native.java.

2910  {
2911  int res = INTERNALgetDeclKind(a0, a1);
2913  if (err != Z3_error_code.Z3_OK)
2914  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2915  return res;
2916  }
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 2900 of file Native.java.

2901  {
2902  long res = INTERNALgetDeclName(a0, a1);
2904  if (err != Z3_error_code.Z3_OK)
2905  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2906  return res;
2907  }
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 2954 of file Native.java.

2955  {
2956  int res = INTERNALgetDeclNumParameters(a0, a1);
2958  if (err != Z3_error_code.Z3_OK)
2959  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2960  return res;
2961  }
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 2963 of file Native.java.

2964  {
2965  int res = INTERNALgetDeclParameterKind(a0, a1, a2);
2967  if (err != Z3_error_code.Z3_OK)
2968  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2969  return res;
2970  }
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 3026 of file Native.java.

3027  {
3028  String res = INTERNALgetDeclRationalParameter(a0, a1, a2);
3030  if (err != Z3_error_code.Z3_OK)
3031  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3032  return res;
3033  }
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:10085
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 2999 of file Native.java.

3000  {
3001  long res = INTERNALgetDeclSortParameter(a0, a1, a2);
3003  if (err != Z3_error_code.Z3_OK)
3004  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3005  return res;
3006  }
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 2990 of file Native.java.

2991  {
2992  long res = INTERNALgetDeclSymbolParameter(a0, a1, a2);
2994  if (err != Z3_error_code.Z3_OK)
2995  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2996  return res;
2997  }
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 3215 of file Native.java.

3216  {
3217  long res = INTERNALgetDenominator(a0, a1);
3219  if (err != Z3_error_code.Z3_OK)
3220  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3221  return res;
3222  }
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 2936 of file Native.java.

2937  {
2938  long res = INTERNALgetDomain(a0, a1, a2);
2940  if (err != Z3_error_code.Z3_OK)
2941  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2942  return res;
2943  }
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 2918 of file Native.java.

2919  {
2920  int res = INTERNALgetDomainSize(a0, a1);
2922  if (err != Z3_error_code.Z3_OK)
2923  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2924  return res;
2925  }
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 3901 of file Native.java.

3902  {
3903  int res = INTERNALgetErrorCode(a0);
3904  return res;
3905  }
static native int INTERNALgetErrorCode(long a0)

◆ getErrorMsg()

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

Definition at line 3915 of file Native.java.

3916  {
3917  String res = INTERNALgetErrorMsg(a0, a1);
3919  if (err != Z3_error_code.Z3_OK)
3920  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3921  return res;
3922  }
static native int INTERNALgetErrorCode(long a0)
static native String INTERNALgetErrorMsg(long a0, int a1)
def String(name, ctx=None)
Definition: z3py.py:10085
static final Z3_error_code fromInt(int v)

◆ getEstimatedAllocSize()

static long getEstimatedAllocSize ( )
inlinestatic

Definition at line 4893 of file Native.java.

4894  {
4895  long res = INTERNALgetEstimatedAllocSize();
4896  return res;
4897  }
static native long INTERNALgetEstimatedAllocSize()

◆ getFiniteDomainSortSize()

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

Definition at line 2711 of file Native.java.

2712  {
2713  boolean res = INTERNALgetFiniteDomainSortSize(a0, a1, a2);
2715  if (err != Z3_error_code.Z3_OK)
2716  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2717  return res;
2718  }
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 3929 of file Native.java.

3930  {
3932  return res;
3933  }
static native String INTERNALgetFullVersion()
def String(name, ctx=None)
Definition: z3py.py:10085

Referenced by Version.getFullVersion().

◆ getFuncDeclId()

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

Definition at line 2891 of file Native.java.

2892  {
2893  int res = INTERNALgetFuncDeclId(a0, a1);
2895  if (err != Z3_error_code.Z3_OK)
2896  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2897  return res;
2898  }
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 4724 of file Native.java.

4725  {
4726  int res = INTERNALgetImpliedEqualities(a0, a1, a2, a3, a4);
4728  if (err != Z3_error_code.Z3_OK)
4729  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4730  return res;
4731  }
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 3323 of file Native.java.

3324  {
3325  int res = INTERNALgetIndexValue(a0, a1);
3327  if (err != Z3_error_code.Z3_OK)
3328  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3329  return res;
3330  }
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 2198 of file Native.java.

2199  {
2200  String res = INTERNALgetLstring(a0, a1, a2);
2202  if (err != Z3_error_code.Z3_OK)
2203  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2204  return res;
2205  }
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:10085
static final Z3_error_code fromInt(int v)

◆ getNumeralDecimalString()

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

Definition at line 3188 of file Native.java.

3189  {
3190  String res = INTERNALgetNumeralDecimalString(a0, a1, a2);
3192  if (err != Z3_error_code.Z3_OK)
3193  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3194  return res;
3195  }
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:10085
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 3197 of file Native.java.

3198  {
3199  double res = INTERNALgetNumeralDouble(a0, a1);
3201  if (err != Z3_error_code.Z3_OK)
3202  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3203  return res;
3204  }
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 3233 of file Native.java.

3234  {
3235  boolean res = INTERNALgetNumeralInt(a0, a1, a2);
3237  if (err != Z3_error_code.Z3_OK)
3238  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3239  return res;
3240  }
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 3260 of file Native.java.

3261  {
3262  boolean res = INTERNALgetNumeralInt64(a0, a1, a2);
3264  if (err != Z3_error_code.Z3_OK)
3265  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3266  return res;
3267  }
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 3269 of file Native.java.

3270  {
3271  boolean res = INTERNALgetNumeralRationalInt64(a0, a1, a2, a3);
3273  if (err != Z3_error_code.Z3_OK)
3274  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3275  return res;
3276  }
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 3224 of file Native.java.

3225  {
3226  boolean res = INTERNALgetNumeralSmall(a0, a1, a2, a3);
3228  if (err != Z3_error_code.Z3_OK)
3229  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3230  return res;
3231  }
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 3179 of file Native.java.

3180  {
3181  String res = INTERNALgetNumeralString(a0, a1);
3183  if (err != Z3_error_code.Z3_OK)
3184  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3185  return res;
3186  }
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:10085
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 3242 of file Native.java.

3243  {
3244  boolean res = INTERNALgetNumeralUint(a0, a1, a2);
3246  if (err != Z3_error_code.Z3_OK)
3247  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3248  return res;
3249  }
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 3251 of file Native.java.

3252  {
3253  boolean res = INTERNALgetNumeralUint64(a0, a1, a2);
3255  if (err != Z3_error_code.Z3_OK)
3256  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3257  return res;
3258  }
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 3206 of file Native.java.

3207  {
3208  long res = INTERNALgetNumerator(a0, a1);
3210  if (err != Z3_error_code.Z3_OK)
3211  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3212  return res;
3213  }
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 4370 of file Native.java.

4371  {
4372  int res = INTERNALgetNumProbes(a0);
4374  if (err != Z3_error_code.Z3_OK)
4375  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4376  return res;
4377  }
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 4352 of file Native.java.

4353  {
4354  int res = INTERNALgetNumTactics(a0);
4356  if (err != Z3_error_code.Z3_OK)
4357  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4358  return res;
4359  }
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 3314 of file Native.java.

3315  {
3316  long res = INTERNALgetPattern(a0, a1, a2);
3318  if (err != Z3_error_code.Z3_OK)
3319  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3320  return res;
3321  }
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 3305 of file Native.java.

3306  {
3307  int res = INTERNALgetPatternNumTerms(a0, a1);
3309  if (err != Z3_error_code.Z3_OK)
3310  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3311  return res;
3312  }
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 4379 of file Native.java.

4380  {
4381  String res = INTERNALgetProbeName(a0, a1);
4383  if (err != Z3_error_code.Z3_OK)
4384  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4385  return res;
4386  }
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:10085
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 3431 of file Native.java.

3432  {
3433  long res = INTERNALgetQuantifierBody(a0, a1);
3435  if (err != Z3_error_code.Z3_OK)
3436  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3437  return res;
3438  }
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 3413 of file Native.java.

3414  {
3415  long res = INTERNALgetQuantifierBoundName(a0, a1, a2);
3417  if (err != Z3_error_code.Z3_OK)
3418  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3419  return res;
3420  }
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 3422 of file Native.java.

3423  {
3424  long res = INTERNALgetQuantifierBoundSort(a0, a1, a2);
3426  if (err != Z3_error_code.Z3_OK)
3427  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3428  return res;
3429  }
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 3395 of file Native.java.

3396  {
3397  long res = INTERNALgetQuantifierNoPatternAst(a0, a1, a2);
3399  if (err != Z3_error_code.Z3_OK)
3400  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3401  return res;
3402  }
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 3404 of file Native.java.

3405  {
3406  int res = INTERNALgetQuantifierNumBound(a0, a1);
3408  if (err != Z3_error_code.Z3_OK)
3409  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3410  return res;
3411  }
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 3386 of file Native.java.

3387  {
3388  int res = INTERNALgetQuantifierNumNoPatterns(a0, a1);
3390  if (err != Z3_error_code.Z3_OK)
3391  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3392  return res;
3393  }
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 3368 of file Native.java.

3369  {
3370  int res = INTERNALgetQuantifierNumPatterns(a0, a1);
3372  if (err != Z3_error_code.Z3_OK)
3373  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3374  return res;
3375  }
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 3377 of file Native.java.

3378  {
3379  long res = INTERNALgetQuantifierPatternAst(a0, a1, a2);
3381  if (err != Z3_error_code.Z3_OK)
3382  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3383  return res;
3384  }
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 3359 of file Native.java.

3360  {
3361  int res = INTERNALgetQuantifierWeight(a0, a1);
3363  if (err != Z3_error_code.Z3_OK)
3364  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3365  return res;
3366  }
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 2945 of file Native.java.

2946  {
2947  long res = INTERNALgetRange(a0, a1);
2949  if (err != Z3_error_code.Z3_OK)
2950  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2951  return res;
2952  }
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 2810 of file Native.java.

2811  {
2812  int res = INTERNALgetRelationArity(a0, a1);
2814  if (err != Z3_error_code.Z3_OK)
2815  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2816  return res;
2817  }
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 2819 of file Native.java.

2820  {
2821  long res = INTERNALgetRelationColumn(a0, a1, a2);
2823  if (err != Z3_error_code.Z3_OK)
2824  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2825  return res;
2826  }
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 2135 of file Native.java.

2136  {
2137  long res = INTERNALgetReSortBasis(a0, a1);
2139  if (err != Z3_error_code.Z3_OK)
2140  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2141  return res;
2142  }
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 2108 of file Native.java.

2109  {
2110  long res = INTERNALgetSeqSortBasis(a0, a1);
2112  if (err != Z3_error_code.Z3_OK)
2113  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2114  return res;
2115  }
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 3098 of file Native.java.

3099  {
3100  long res = INTERNALgetSort(a0, a1);
3102  if (err != Z3_error_code.Z3_OK)
3103  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3104  return res;
3105  }
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 2666 of file Native.java.

2667  {
2668  int res = INTERNALgetSortId(a0, a1);
2670  if (err != Z3_error_code.Z3_OK)
2671  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2672  return res;
2673  }
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 2693 of file Native.java.

2694  {
2695  int res = INTERNALgetSortKind(a0, a1);
2697  if (err != Z3_error_code.Z3_OK)
2698  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2699  return res;
2700  }
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 2657 of file Native.java.

2658  {
2659  long res = INTERNALgetSortName(a0, a1);
2661  if (err != Z3_error_code.Z3_OK)
2662  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2663  return res;
2664  }
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 2189 of file Native.java.

2190  {
2191  String res = INTERNALgetString(a0, a1);
2193  if (err != Z3_error_code.Z3_OK)
2194  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2195  return res;
2196  }
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:10085
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 2639 of file Native.java.

2640  {
2641  int res = INTERNALgetSymbolInt(a0, a1);
2643  if (err != Z3_error_code.Z3_OK)
2644  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2645  return res;
2646  }
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 2630 of file Native.java.

2631  {
2632  int res = INTERNALgetSymbolKind(a0, a1);
2634  if (err != Z3_error_code.Z3_OK)
2635  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2636  return res;
2637  }
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 2648 of file Native.java.

2649  {
2650  String res = INTERNALgetSymbolString(a0, a1);
2652  if (err != Z3_error_code.Z3_OK)
2653  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2654  return res;
2655  }
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:10085
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 4361 of file Native.java.

4362  {
4363  String res = INTERNALgetTacticName(a0, a1);
4365  if (err != Z3_error_code.Z3_OK)
4366  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4367  return res;
4368  }
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:10085
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 2756 of file Native.java.

2757  {
2758  long res = INTERNALgetTupleSortFieldDecl(a0, a1, a2);
2760  if (err != Z3_error_code.Z3_OK)
2761  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2762  return res;
2763  }
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 2738 of file Native.java.

2739  {
2740  long res = INTERNALgetTupleSortMkDecl(a0, a1);
2742  if (err != Z3_error_code.Z3_OK)
2743  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2744  return res;
2745  }
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 2747 of file Native.java.

2748  {
2749  int res = INTERNALgetTupleSortNumFields(a0, a1);
2751  if (err != Z3_error_code.Z3_OK)
2752  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2753  return res;
2754  }
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 3924 of file Native.java.

3925  {
3926  INTERNALgetVersion(a0, a1, a2, a3);
3927  }
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 715 of file Native.java.

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

Referenced by Global.getParameter().

◆ globalParamResetAll()

static void globalParamResetAll ( )
inlinestatic

Definition at line 710 of file Native.java.

711  {
713  }
static native void INTERNALglobalParamResetAll()

Referenced by Global.resetParameters().

◆ globalParamSet()

static void globalParamSet ( String  a0,
String  a1 
)
inlinestatic

Definition at line 705 of file Native.java.

706  {
707  INTERNALglobalParamSet(a0, a1);
708  }
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 3989 of file Native.java.

3990  {
3991  INTERNALgoalAssert(a0, a1, a2);
3993  if (err != Z3_error_code.Z3_OK)
3994  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3995  }
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 4077 of file Native.java.

4078  {
4079  long res = INTERNALgoalConvertModel(a0, a1, a2);
4081  if (err != Z3_error_code.Z3_OK)
4082  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4083  return res;
4084  }
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 3972 of file Native.java.

3973  {
3974  INTERNALgoalDecRef(a0, a1);
3976  if (err != Z3_error_code.Z3_OK)
3977  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3978  }
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 4006 of file Native.java.

4007  {
4008  int res = INTERNALgoalDepth(a0, a1);
4010  if (err != Z3_error_code.Z3_OK)
4011  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4012  return res;
4013  }
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 4032 of file Native.java.

4033  {
4034  long res = INTERNALgoalFormula(a0, a1, a2);
4036  if (err != Z3_error_code.Z3_OK)
4037  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4038  return res;
4039  }
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 3997 of file Native.java.

3998  {
3999  boolean res = INTERNALgoalInconsistent(a0, a1);
4001  if (err != Z3_error_code.Z3_OK)
4002  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4003  return res;
4004  }
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 3964 of file Native.java.

3965  {
3966  INTERNALgoalIncRef(a0, a1);
3968  if (err != Z3_error_code.Z3_OK)
3969  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3970  }
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 4050 of file Native.java.

4051  {
4052  boolean res = INTERNALgoalIsDecidedSat(a0, a1);
4054  if (err != Z3_error_code.Z3_OK)
4055  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4056  return res;
4057  }
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 4059 of file Native.java.

4060  {
4061  boolean res = INTERNALgoalIsDecidedUnsat(a0, a1);
4063  if (err != Z3_error_code.Z3_OK)
4064  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4065  return res;
4066  }
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 4041 of file Native.java.

4042  {
4043  int res = INTERNALgoalNumExprs(a0, a1);
4045  if (err != Z3_error_code.Z3_OK)
4046  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4047  return res;
4048  }
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 3980 of file Native.java.

3981  {
3982  int res = INTERNALgoalPrecision(a0, a1);
3984  if (err != Z3_error_code.Z3_OK)
3985  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3986  return res;
3987  }
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 4015 of file Native.java.

4016  {
4017  INTERNALgoalReset(a0, a1);
4019  if (err != Z3_error_code.Z3_OK)
4020  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4021  }
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 4023 of file Native.java.

4024  {
4025  int res = INTERNALgoalSize(a0, a1);
4027  if (err != Z3_error_code.Z3_OK)
4028  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4029  return res;
4030  }
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 4095 of file Native.java.

4096  {
4097  String res = INTERNALgoalToDimacsString(a0, a1);
4099  if (err != Z3_error_code.Z3_OK)
4100  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4101  return res;
4102  }
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:10085
static final Z3_error_code fromInt(int v)

◆ goalToString()

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

Definition at line 4086 of file Native.java.

4087  {
4088  String res = INTERNALgoalToString(a0, a1);
4090  if (err != Z3_error_code.Z3_OK)
4091  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4092  return res;
4093  }
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:10085
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 4068 of file Native.java.

4069  {
4070  long res = INTERNALgoalTranslate(a0, a1, a2);
4072  if (err != Z3_error_code.Z3_OK)
4073  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4074  return res;
4075  }
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 758 of file Native.java.

759  {
760  INTERNALincRef(a0, a1);
762  if (err != Z3_error_code.Z3_OK)
763  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
764  }
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.mkDivides(), 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.solverInterrupt(), 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.mkDivides(), 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.solverInterrupt(), 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().

◆ INTERNALmkDivides()

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

Referenced by Native.mkDivides().

◆ 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().

◆ INTERNALsolverInterrupt()

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

Referenced by Native.solverInterrupt().

◆ 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 782 of file Native.java.

783  {
784  INTERNALinterrupt(a0);
786  if (err != Z3_error_code.Z3_OK)
787  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
788  }
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 3152 of file Native.java.

3153  {
3154  boolean res = INTERNALisAlgebraicNumber(a0, a1);
3156  if (err != Z3_error_code.Z3_OK)
3157  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3158  return res;
3159  }
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 3134 of file Native.java.

3135  {
3136  boolean res = INTERNALisApp(a0, a1);
3138  if (err != Z3_error_code.Z3_OK)
3139  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3140  return res;
3141  }
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 3645 of file Native.java.

3646  {
3647  boolean res = INTERNALisAsArray(a0, a1);
3649  if (err != Z3_error_code.Z3_OK)
3650  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3651  return res;
3652  }
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 3071 of file Native.java.

3072  {
3073  boolean res = INTERNALisEqAst(a0, a1, a2);
3075  if (err != Z3_error_code.Z3_OK)
3076  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3077  return res;
3078  }
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 2882 of file Native.java.

2883  {
2884  boolean res = INTERNALisEqFuncDecl(a0, a1, a2);
2886  if (err != Z3_error_code.Z3_OK)
2887  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2888  return res;
2889  }
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 2684 of file Native.java.

2685  {
2686  boolean res = INTERNALisEqSort(a0, a1, a2);
2688  if (err != Z3_error_code.Z3_OK)
2689  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2690  return res;
2691  }
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 3350 of file Native.java.

3351  {
3352  boolean res = INTERNALisLambda(a0, a1);
3354  if (err != Z3_error_code.Z3_OK)
3355  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3356  return res;
3357  }
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 3143 of file Native.java.

3144  {
3145  boolean res = INTERNALisNumeralAst(a0, a1);
3147  if (err != Z3_error_code.Z3_OK)
3148  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3149  return res;
3150  }
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 3341 of file Native.java.

3342  {
3343  boolean res = INTERNALisQuantifierExists(a0, a1);
3345  if (err != Z3_error_code.Z3_OK)
3346  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3347  return res;
3348  }
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 3332 of file Native.java.

3333  {
3334  boolean res = INTERNALisQuantifierForall(a0, a1);
3336  if (err != Z3_error_code.Z3_OK)
3337  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3338  return res;
3339  }
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 2126 of file Native.java.

2127  {
2128  boolean res = INTERNALisReSort(a0, a1);
2130  if (err != Z3_error_code.Z3_OK)
2131  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2132  return res;
2133  }
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 2099 of file Native.java.

2100  {
2101  boolean res = INTERNALisSeqSort(a0, a1);
2103  if (err != Z3_error_code.Z3_OK)
2104  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2105  return res;
2106  }
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 2180 of file Native.java.

2181  {
2182  boolean res = INTERNALisString(a0, a1);
2184  if (err != Z3_error_code.Z3_OK)
2185  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2186  return res;
2187  }
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 2153 of file Native.java.

2154  {
2155  boolean res = INTERNALisStringSort(a0, a1);
2157  if (err != Z3_error_code.Z3_OK)
2158  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2159  return res;
2160  }
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 3107 of file Native.java.

3108  {
3109  boolean res = INTERNALisWellSorted(a0, a1);
3111  if (err != Z3_error_code.Z3_OK)
3112  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3113  return res;
3114  }
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 1262 of file Native.java.

1263  {
1264  long res = INTERNALmkAdd(a0, a1, a2);
1266  if (err != Z3_error_code.Z3_OK)
1267  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1268  return res;
1269  }
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 1244 of file Native.java.

1245  {
1246  long res = INTERNALmkAnd(a0, a1, a2);
1248  if (err != Z3_error_code.Z3_OK)
1249  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1250  return res;
1251  }
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 1110 of file Native.java.

1111  {
1112  long res = INTERNALmkApp(a0, a1, a2, a3);
1114  if (err != Z3_error_code.Z3_OK)
1115  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1116  return res;
1117  }
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 1892 of file Native.java.

1893  {
1894  long res = INTERNALmkArrayDefault(a0, a1);
1896  if (err != Z3_error_code.Z3_OK)
1897  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1898  return res;
1899  }
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 2018 of file Native.java.

2019  {
2020  long res = INTERNALmkArrayExt(a0, a1, a2);
2022  if (err != Z3_error_code.Z3_OK)
2023  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2024  return res;
2025  }
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 997 of file Native.java.

998  {
999  long res = INTERNALmkArraySort(a0, a1, a2);
1001  if (err != Z3_error_code.Z3_OK)
1002  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1003  return res;
1004  }
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 1006 of file Native.java.

1007  {
1008  long res = INTERNALmkArraySortN(a0, a1, a2, a3);
1010  if (err != Z3_error_code.Z3_OK)
1011  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1012  return res;
1013  }
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 1901 of file Native.java.

1902  {
1903  long res = INTERNALmkAsArray(a0, a1);
1905  if (err != Z3_error_code.Z3_OK)
1906  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1907  return res;
1908  }
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 4984 of file Native.java.

4985  {
4986  long res = INTERNALmkAstMap(a0);
4988  if (err != Z3_error_code.Z3_OK)
4989  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4990  return res;
4991  }
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 4899 of file Native.java.

4900  {
4901  long res = INTERNALmkAstVector(a0);
4903  if (err != Z3_error_code.Z3_OK)
4904  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4905  return res;
4906  }
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 2837 of file Native.java.

2838  {
2839  long res = INTERNALmkAtleast(a0, a1, a2, a3);
2841  if (err != Z3_error_code.Z3_OK)
2842  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2843  return res;
2844  }
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 2828 of file Native.java.

2829  {
2830  long res = INTERNALmkAtmost(a0, a1, a2, a3);
2832  if (err != Z3_error_code.Z3_OK)
2833  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2834  return res;
2835  }
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 952 of file Native.java.

953  {
954  long res = INTERNALmkBoolSort(a0);
956  if (err != Z3_error_code.Z3_OK)
957  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
958  return res;
959  }
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 2531 of file Native.java.

2532  {
2533  long res = INTERNALmkBound(a0, a1, a2);
2535  if (err != Z3_error_code.Z3_OK)
2536  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2537  return res;
2538  }
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 1757 of file Native.java.

1758  {
1759  long res = INTERNALmkBv2int(a0, a1, a2);
1761  if (err != Z3_error_code.Z3_OK)
1762  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1763  return res;
1764  }
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 1496 of file Native.java.

1497  {
1498  long res = INTERNALmkBvadd(a0, a1, a2);
1500  if (err != Z3_error_code.Z3_OK)
1501  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1502  return res;
1503  }
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 1766 of file Native.java.

1767  {
1768  long res = INTERNALmkBvaddNoOverflow(a0, a1, a2, a3);
1770  if (err != Z3_error_code.Z3_OK)
1771  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1772  return res;
1773  }
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 1775 of file Native.java.

1776  {
1777  long res = INTERNALmkBvaddNoUnderflow(a0, a1, a2);
1779  if (err != Z3_error_code.Z3_OK)
1780  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1781  return res;
1782  }
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 1433 of file Native.java.

1434  {
1435  long res = INTERNALmkBvand(a0, a1, a2);
1437  if (err != Z3_error_code.Z3_OK)
1438  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1439  return res;
1440  }
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 1703 of file Native.java.

1704  {
1705  long res = INTERNALmkBvashr(a0, a1, a2);
1707  if (err != Z3_error_code.Z3_OK)
1708  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1709  return res;
1710  }
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 1694 of file Native.java.

1695  {
1696  long res = INTERNALmkBvlshr(a0, a1, a2);
1698  if (err != Z3_error_code.Z3_OK)
1699  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1700  return res;
1701  }
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 1514 of file Native.java.

1515  {
1516  long res = INTERNALmkBvmul(a0, a1, a2);
1518  if (err != Z3_error_code.Z3_OK)
1519  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1520  return res;
1521  }
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 1820 of file Native.java.

1821  {
1822  long res = INTERNALmkBvmulNoOverflow(a0, a1, a2, a3);
1824  if (err != Z3_error_code.Z3_OK)
1825  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1826  return res;
1827  }
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 1829 of file Native.java.

1830  {
1831  long res = INTERNALmkBvmulNoUnderflow(a0, a1, a2);
1833  if (err != Z3_error_code.Z3_OK)
1834  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1835  return res;
1836  }
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 1460 of file Native.java.

1461  {
1462  long res = INTERNALmkBvnand(a0, a1, a2);
1464  if (err != Z3_error_code.Z3_OK)
1465  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1466  return res;
1467  }
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 1487 of file Native.java.

1488  {
1489  long res = INTERNALmkBvneg(a0, a1);
1491  if (err != Z3_error_code.Z3_OK)
1492  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1493  return res;
1494  }
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 1811 of file Native.java.

1812  {
1813  long res = INTERNALmkBvnegNoOverflow(a0, a1);
1815  if (err != Z3_error_code.Z3_OK)
1816  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1817  return res;
1818  }
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 1469 of file Native.java.

1470  {
1471  long res = INTERNALmkBvnor(a0, a1, a2);
1473  if (err != Z3_error_code.Z3_OK)
1474  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1475  return res;
1476  }
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 1406 of file Native.java.

1407  {
1408  long res = INTERNALmkBvnot(a0, a1);
1410  if (err != Z3_error_code.Z3_OK)
1411  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1412  return res;
1413  }
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 2081 of file Native.java.

2082  {
2083  long res = INTERNALmkBvNumeral(a0, a1, a2);
2085  if (err != Z3_error_code.Z3_OK)
2086  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2087  return res;
2088  }
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 1442 of file Native.java.

1443  {
1444  long res = INTERNALmkBvor(a0, a1, a2);
1446  if (err != Z3_error_code.Z3_OK)
1447  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1448  return res;
1449  }
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 1415 of file Native.java.

1416  {
1417  long res = INTERNALmkBvredand(a0, a1);
1419  if (err != Z3_error_code.Z3_OK)
1420  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1421  return res;
1422  }
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 1424 of file Native.java.

1425  {
1426  long res = INTERNALmkBvredor(a0, a1);
1428  if (err != Z3_error_code.Z3_OK)
1429  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1430  return res;
1431  }
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 1532 of file Native.java.

1533  {
1534  long res = INTERNALmkBvsdiv(a0, a1, a2);
1536  if (err != Z3_error_code.Z3_OK)
1537  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1538  return res;
1539  }
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 1802 of file Native.java.

1803  {
1804  long res = INTERNALmkBvsdivNoOverflow(a0, a1, a2);
1806  if (err != Z3_error_code.Z3_OK)
1807  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1808  return res;
1809  }
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 1613 of file Native.java.

1614  {
1615  long res = INTERNALmkBvsge(a0, a1, a2);
1617  if (err != Z3_error_code.Z3_OK)
1618  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1619  return res;
1620  }
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 1631 of file Native.java.

1632  {
1633  long res = INTERNALmkBvsgt(a0, a1, a2);
1635  if (err != Z3_error_code.Z3_OK)
1636  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1637  return res;
1638  }
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 1685 of file Native.java.

1686  {
1687  long res = INTERNALmkBvshl(a0, a1, a2);
1689  if (err != Z3_error_code.Z3_OK)
1690  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1691  return res;
1692  }
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 1595 of file Native.java.

1596  {
1597  long res = INTERNALmkBvsle(a0, a1, a2);
1599  if (err != Z3_error_code.Z3_OK)
1600  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1601  return res;
1602  }
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 1577 of file Native.java.

1578  {
1579  long res = INTERNALmkBvslt(a0, a1, a2);
1581  if (err != Z3_error_code.Z3_OK)
1582  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1583  return res;
1584  }
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 1559 of file Native.java.

1560  {
1561  long res = INTERNALmkBvsmod(a0, a1, a2);
1563  if (err != Z3_error_code.Z3_OK)
1564  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1565  return res;
1566  }
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 979 of file Native.java.

980  {
981  long res = INTERNALmkBvSort(a0, a1);
983  if (err != Z3_error_code.Z3_OK)
984  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
985  return res;
986  }
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 1550 of file Native.java.

1551  {
1552  long res = INTERNALmkBvsrem(a0, a1, a2);
1554  if (err != Z3_error_code.Z3_OK)
1555  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1556  return res;
1557  }
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 1505 of file Native.java.

1506  {
1507  long res = INTERNALmkBvsub(a0, a1, a2);
1509  if (err != Z3_error_code.Z3_OK)
1510  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1511  return res;
1512  }
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 1784 of file Native.java.

1785  {
1786  long res = INTERNALmkBvsubNoOverflow(a0, a1, a2);
1788  if (err != Z3_error_code.Z3_OK)
1789  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1790  return res;
1791  }
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 1793 of file Native.java.

1794  {
1795  long res = INTERNALmkBvsubNoUnderflow(a0, a1, a2, a3);
1797  if (err != Z3_error_code.Z3_OK)
1798  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1799  return res;
1800  }
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 1523 of file Native.java.

1524  {
1525  long res = INTERNALmkBvudiv(a0, a1, a2);
1527  if (err != Z3_error_code.Z3_OK)
1528  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1529  return res;
1530  }
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 1604 of file Native.java.

1605  {
1606  long res = INTERNALmkBvuge(a0, a1, a2);
1608  if (err != Z3_error_code.Z3_OK)
1609  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1610  return res;
1611  }
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 1622 of file Native.java.

1623  {
1624  long res = INTERNALmkBvugt(a0, a1, a2);
1626  if (err != Z3_error_code.Z3_OK)
1627  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1628  return res;
1629  }
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 1586 of file Native.java.

1587  {
1588  long res = INTERNALmkBvule(a0, a1, a2);
1590  if (err != Z3_error_code.Z3_OK)
1591  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1592  return res;
1593  }
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 1568 of file Native.java.

1569  {
1570  long res = INTERNALmkBvult(a0, a1, a2);
1572  if (err != Z3_error_code.Z3_OK)
1573  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1574  return res;
1575  }
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 1541 of file Native.java.

1542  {
1543  long res = INTERNALmkBvurem(a0, a1, a2);
1545  if (err != Z3_error_code.Z3_OK)
1546  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1547  return res;
1548  }
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 1478 of file Native.java.

1479  {
1480  long res = INTERNALmkBvxnor(a0, a1, a2);
1482  if (err != Z3_error_code.Z3_OK)
1483  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1484  return res;
1485  }
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 1451 of file Native.java.

1452  {
1453  long res = INTERNALmkBvxor(a0, a1, a2);
1455  if (err != Z3_error_code.Z3_OK)
1456  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1457  return res;
1458  }
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 1640 of file Native.java.

1641  {
1642  long res = INTERNALmkConcat(a0, a1, a2);
1644  if (err != Z3_error_code.Z3_OK)
1645  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1646  return res;
1647  }
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 721 of file Native.java.

722  {
723  long res = INTERNALmkConfig();
724  return res;
725  }
static native long INTERNALmkConfig()

Referenced by Context.Context().

◆ mkConst()

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

Definition at line 1119 of file Native.java.

1120  {
1121  long res = INTERNALmkConst(a0, a1, a2);
1123  if (err != Z3_error_code.Z3_OK)
1124  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1125  return res;
1126  }
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 1874 of file Native.java.

1875  {
1876  long res = INTERNALmkConstArray(a0, a1, a2);
1878  if (err != Z3_error_code.Z3_OK)
1879  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1880  return res;
1881  }
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 1042 of file Native.java.

1043  {
1044  long res = INTERNALmkConstructor(a0, a1, a2, a3, a4, a5, a6);
1046  if (err != Z3_error_code.Z3_OK)
1047  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1048  return res;
1049  }
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 1068 of file Native.java.

1069  {
1070  long res = INTERNALmkConstructorList(a0, a1, a2);
1072  if (err != Z3_error_code.Z3_OK)
1073  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1074  return res;
1075  }
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 737 of file Native.java.

738  {
739  long res = INTERNALmkContext(a0);
740  if (res == 0)
741  throw new Z3Exception("Object allocation failed.");
742  return res;
743  }
static native long INTERNALmkContext(long a0)

◆ mkContextRc()

static long mkContextRc ( long  a0) throws Z3Exception
inlinestatic

Definition at line 745 of file Native.java.

746  {
747  long res = INTERNALmkContextRc(a0);
748  if (res == 0)
749  throw new Z3Exception("Object allocation failed.");
750  return res;
751  }
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 1059 of file Native.java.

1060  {
1061  long res = INTERNALmkDatatype(a0, a1, a2, a3);
1063  if (err != Z3_error_code.Z3_OK)
1064  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1065  return res;
1066  }
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 1085 of file Native.java.

1086  {
1087  INTERNALmkDatatypes(a0, a1, a2, a3, a4);
1089  if (err != Z3_error_code.Z3_OK)
1090  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1091  }
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 1190 of file Native.java.

1191  {
1192  long res = INTERNALmkDistinct(a0, a1, a2);
1194  if (err != Z3_error_code.Z3_OK)
1195  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1196  return res;
1197  }
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 1298 of file Native.java.

1299  {
1300  long res = INTERNALmkDiv(a0, a1, a2);
1302  if (err != Z3_error_code.Z3_OK)
1303  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1304  return res;
1305  }
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().

◆ mkDivides()

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

Definition at line 1370 of file Native.java.

1371  {
1372  long res = INTERNALmkDivides(a0, a1, a2);
1374  if (err != Z3_error_code.Z3_OK)
1375  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1376  return res;
1377  }
static native long INTERNALmkDivides(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)

◆ mkEmptySet()

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

Definition at line 1928 of file Native.java.

1929  {
1930  long res = INTERNALmkEmptySet(a0, a1);
1932  if (err != Z3_error_code.Z3_OK)
1933  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1934  return res;
1935  }
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 1024 of file Native.java.

1025  {
1026  long res = INTERNALmkEnumerationSort(a0, a1, a2, a3, a4, a5);
1028  if (err != Z3_error_code.Z3_OK)
1029  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1030  return res;
1031  }
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 1181 of file Native.java.

1182  {
1183  long res = INTERNALmkEq(a0, a1, a2);
1185  if (err != Z3_error_code.Z3_OK)
1186  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1187  return res;
1188  }
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 2549 of file Native.java.

2550  {
2551  long res = INTERNALmkExists(a0, a1, a2, a3, a4, a5, a6, a7);
2553  if (err != Z3_error_code.Z3_OK)
2554  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2555  return res;
2556  }
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 2585 of file Native.java.

2586  {
2587  long res = INTERNALmkExistsConst(a0, a1, a2, a3, a4, a5, a6);
2589  if (err != Z3_error_code.Z3_OK)
2590  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2591  return res;
2592  }
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 1649 of file Native.java.

1650  {
1651  long res = INTERNALmkExtract(a0, a1, a2, a3);
1653  if (err != Z3_error_code.Z3_OK)
1654  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1655  return res;
1656  }
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 1730 of file Native.java.

1731  {
1732  long res = INTERNALmkExtRotateLeft(a0, a1, a2);
1734  if (err != Z3_error_code.Z3_OK)
1735  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1736  return res;
1737  }
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 1739 of file Native.java.

1740  {
1741  long res = INTERNALmkExtRotateRight(a0, a1, a2);
1743  if (err != Z3_error_code.Z3_OK)
1744  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1745  return res;
1746  }
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 1172 of file Native.java.

1173  {
1174  long res = INTERNALmkFalse(a0);
1176  if (err != Z3_error_code.Z3_OK)
1177  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1178  return res;
1179  }
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 988 of file Native.java.

989  {
990  long res = INTERNALmkFiniteDomainSort(a0, a1, a2);
992  if (err != Z3_error_code.Z3_OK)
993  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
994  return res;
995  }
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 5463 of file Native.java.

5464  {
5465  long res = INTERNALmkFixedpoint(a0);
5467  if (err != Z3_error_code.Z3_OK)
5468  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5469  return res;
5470  }
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 2540 of file Native.java.

2541  {
2542  long res = INTERNALmkForall(a0, a1, a2, a3, a4, a5, a6, a7);
2544  if (err != Z3_error_code.Z3_OK)
2545  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2546  return res;
2547  }
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 2576 of file Native.java.

2577  {
2578  long res = INTERNALmkForallConst(a0, a1, a2, a3, a4, a5, a6);
2580  if (err != Z3_error_code.Z3_OK)
2581  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2582  return res;
2583  }
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 6173 of file Native.java.

6174  {
6175  long res = INTERNALmkFpaAbs(a0, a1);
6177  if (err != Z3_error_code.Z3_OK)
6178  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6179  return res;
6180  }
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 6191 of file Native.java.

6192  {
6193  long res = INTERNALmkFpaAdd(a0, a1, a2, a3);
6195  if (err != Z3_error_code.Z3_OK)
6196  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6197  return res;
6198  }
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 6218 of file Native.java.

6219  {
6220  long res = INTERNALmkFpaDiv(a0, a1, a2, a3);
6222  if (err != Z3_error_code.Z3_OK)
6223  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6224  return res;
6225  }
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 6317 of file Native.java.

6318  {
6319  long res = INTERNALmkFpaEq(a0, a1, a2);
6321  if (err != Z3_error_code.Z3_OK)
6322  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6323  return res;
6324  }
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 6227 of file Native.java.

6228  {
6229  long res = INTERNALmkFpaFma(a0, a1, a2, a3, a4);
6231  if (err != Z3_error_code.Z3_OK)
6232  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6233  return res;
6234  }
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 6119 of file Native.java.

6120  {
6121  long res = INTERNALmkFpaFp(a0, a1, a2, a3);
6123  if (err != Z3_error_code.Z3_OK)
6124  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6125  return res;
6126  }
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 6299 of file Native.java.

6300  {
6301  long res = INTERNALmkFpaGeq(a0, a1, a2);
6303  if (err != Z3_error_code.Z3_OK)
6304  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6305  return res;
6306  }
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 6308 of file Native.java.

6309  {
6310  long res = INTERNALmkFpaGt(a0, a1, a2);
6312  if (err != Z3_error_code.Z3_OK)
6313  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6314  return res;
6315  }
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 6101 of file Native.java.

6102  {
6103  long res = INTERNALmkFpaInf(a0, a1, a2);
6105  if (err != Z3_error_code.Z3_OK)
6106  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6107  return res;
6108  }
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 6353 of file Native.java.

6354  {
6355  long res = INTERNALmkFpaIsInfinite(a0, a1);
6357  if (err != Z3_error_code.Z3_OK)
6358  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6359  return res;
6360  }
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 6362 of file Native.java.

6363  {
6364  long res = INTERNALmkFpaIsNan(a0, a1);
6366  if (err != Z3_error_code.Z3_OK)
6367  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6368  return res;
6369  }
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 6371 of file Native.java.

6372  {
6373  long res = INTERNALmkFpaIsNegative(a0, a1);
6375  if (err != Z3_error_code.Z3_OK)
6376  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6377  return res;
6378  }
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 6326 of file Native.java.

6327  {
6328  long res = INTERNALmkFpaIsNormal(a0, a1);
6330  if (err != Z3_error_code.Z3_OK)
6331  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6332  return res;
6333  }
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 6380 of file Native.java.

6381  {
6382  long res = INTERNALmkFpaIsPositive(a0, a1);
6384  if (err != Z3_error_code.Z3_OK)
6385  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6386  return res;
6387  }
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 6335 of file Native.java.

6336  {
6337  long res = INTERNALmkFpaIsSubnormal(a0, a1);
6339  if (err != Z3_error_code.Z3_OK)
6340  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6341  return res;
6342  }
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 6344 of file Native.java.

6345  {
6346  long res = INTERNALmkFpaIsZero(a0, a1);
6348  if (err != Z3_error_code.Z3_OK)
6349  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6350  return res;
6351  }
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 6281 of file Native.java.

6282  {
6283  long res = INTERNALmkFpaLeq(a0, a1, a2);
6285  if (err != Z3_error_code.Z3_OK)
6286  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6287  return res;
6288  }
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 6290 of file Native.java.

6291  {
6292  long res = INTERNALmkFpaLt(a0, a1, a2);
6294  if (err != Z3_error_code.Z3_OK)
6295  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6296  return res;
6297  }
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 6272 of file Native.java.

6273  {
6274  long res = INTERNALmkFpaMax(a0, a1, a2);
6276  if (err != Z3_error_code.Z3_OK)
6277  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6278  return res;
6279  }
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 6263 of file Native.java.

6264  {
6265  long res = INTERNALmkFpaMin(a0, a1, a2);
6267  if (err != Z3_error_code.Z3_OK)
6268  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6269  return res;
6270  }
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 6209 of file Native.java.

6210  {
6211  long res = INTERNALmkFpaMul(a0, a1, a2, a3);
6213  if (err != Z3_error_code.Z3_OK)
6214  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6215  return res;
6216  }
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 6092 of file Native.java.

6093  {
6094  long res = INTERNALmkFpaNan(a0, a1);
6096  if (err != Z3_error_code.Z3_OK)
6097  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6098  return res;
6099  }
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 6182 of file Native.java.

6183  {
6184  long res = INTERNALmkFpaNeg(a0, a1);
6186  if (err != Z3_error_code.Z3_OK)
6187  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6188  return res;
6189  }
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 6137 of file Native.java.

6138  {
6139  long res = INTERNALmkFpaNumeralDouble(a0, a1, a2);
6141  if (err != Z3_error_code.Z3_OK)
6142  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6143  return res;
6144  }
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 6128 of file Native.java.

6129  {
6130  long res = INTERNALmkFpaNumeralFloat(a0, a1, a2);
6132  if (err != Z3_error_code.Z3_OK)
6133  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6134  return res;
6135  }
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 6146 of file Native.java.

6147  {
6148  long res = INTERNALmkFpaNumeralInt(a0, a1, a2);
6150  if (err != Z3_error_code.Z3_OK)
6151  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6152  return res;
6153  }
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 6164 of file Native.java.

6165  {
6166  long res = INTERNALmkFpaNumeralInt64Uint64(a0, a1, a2, a3, a4);
6168  if (err != Z3_error_code.Z3_OK)
6169  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6170  return res;
6171  }
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 6155 of file Native.java.

6156  {
6157  long res = INTERNALmkFpaNumeralIntUint(a0, a1, a2, a3, a4);
6159  if (err != Z3_error_code.Z3_OK)
6160  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6161  return res;
6162  }
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 6245 of file Native.java.

6246  {
6247  long res = INTERNALmkFpaRem(a0, a1, a2);
6249  if (err != Z3_error_code.Z3_OK)
6250  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6251  return res;
6252  }
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 5948 of file Native.java.

5949  {
5950  long res = INTERNALmkFpaRna(a0);
5952  if (err != Z3_error_code.Z3_OK)
5953  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5954  return res;
5955  }
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 5930 of file Native.java.

5931  {
5932  long res = INTERNALmkFpaRne(a0);
5934  if (err != Z3_error_code.Z3_OK)
5935  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5936  return res;
5937  }
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 5912 of file Native.java.

5913  {
5914  long res = INTERNALmkFpaRoundingModeSort(a0);
5916  if (err != Z3_error_code.Z3_OK)
5917  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5918  return res;
5919  }
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 5939 of file Native.java.

5940  {
5941  long res = INTERNALmkFpaRoundNearestTiesToAway(a0);
5943  if (err != Z3_error_code.Z3_OK)
5944  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5945  return res;
5946  }
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 5921 of file Native.java.

5922  {
5923  long res = INTERNALmkFpaRoundNearestTiesToEven(a0);
5925  if (err != Z3_error_code.Z3_OK)
5926  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5927  return res;
5928  }
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 6254 of file Native.java.

6255  {
6256  long res = INTERNALmkFpaRoundToIntegral(a0, a1, a2);
6258  if (err != Z3_error_code.Z3_OK)
6259  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6260  return res;
6261  }
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 5975 of file Native.java.

5976  {
5977  long res = INTERNALmkFpaRoundTowardNegative(a0);
5979  if (err != Z3_error_code.Z3_OK)
5980  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5981  return res;
5982  }
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 5957 of file Native.java.

5958  {
5959  long res = INTERNALmkFpaRoundTowardPositive(a0);
5961  if (err != Z3_error_code.Z3_OK)
5962  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5963  return res;
5964  }
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 5993 of file Native.java.

5994  {
5995  long res = INTERNALmkFpaRoundTowardZero(a0);
5997  if (err != Z3_error_code.Z3_OK)
5998  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5999  return res;
6000  }
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 5984 of file Native.java.

5985  {
5986  long res = INTERNALmkFpaRtn(a0);
5988  if (err != Z3_error_code.Z3_OK)
5989  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5990  return res;
5991  }
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 5966 of file Native.java.

5967  {
5968  long res = INTERNALmkFpaRtp(a0);
5970  if (err != Z3_error_code.Z3_OK)
5971  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5972  return res;
5973  }
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 6002 of file Native.java.

6003  {
6004  long res = INTERNALmkFpaRtz(a0);
6006  if (err != Z3_error_code.Z3_OK)
6007  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6008  return res;
6009  }
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 6011 of file Native.java.

6012  {
6013  long res = INTERNALmkFpaSort(a0, a1, a2);
6015  if (err != Z3_error_code.Z3_OK)
6016  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6017  return res;
6018  }
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 6083 of file Native.java.

6084  {
6085  long res = INTERNALmkFpaSort128(a0);
6087  if (err != Z3_error_code.Z3_OK)
6088  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6089  return res;
6090  }
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 6029 of file Native.java.

6030  {
6031  long res = INTERNALmkFpaSort16(a0);
6033  if (err != Z3_error_code.Z3_OK)
6034  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6035  return res;
6036  }
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 6047 of file Native.java.

6048  {
6049  long res = INTERNALmkFpaSort32(a0);
6051  if (err != Z3_error_code.Z3_OK)
6052  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6053  return res;
6054  }
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 6065 of file Native.java.

6066  {
6067  long res = INTERNALmkFpaSort64(a0);
6069  if (err != Z3_error_code.Z3_OK)
6070  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6071  return res;
6072  }
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 6056 of file Native.java.

6057  {
6058  long res = INTERNALmkFpaSortDouble(a0);
6060  if (err != Z3_error_code.Z3_OK)
6061  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6062  return res;
6063  }
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 6020 of file Native.java.

6021  {
6022  long res = INTERNALmkFpaSortHalf(a0);
6024  if (err != Z3_error_code.Z3_OK)
6025  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6026  return res;
6027  }
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 6074 of file Native.java.

6075  {
6076  long res = INTERNALmkFpaSortQuadruple(a0);
6078  if (err != Z3_error_code.Z3_OK)
6079  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6080  return res;
6081  }
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 6038 of file Native.java.

6039  {
6040  long res = INTERNALmkFpaSortSingle(a0);
6042  if (err != Z3_error_code.Z3_OK)
6043  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6044  return res;
6045  }
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 6236 of file Native.java.

6237  {
6238  long res = INTERNALmkFpaSqrt(a0, a1, a2);
6240  if (err != Z3_error_code.Z3_OK)
6241  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6242  return res;
6243  }
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 6200 of file Native.java.

6201  {
6202  long res = INTERNALmkFpaSub(a0, a1, a2, a3);
6204  if (err != Z3_error_code.Z3_OK)
6205  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6206  return res;
6207  }
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 6389 of file Native.java.

6390  {
6391  long res = INTERNALmkFpaToFpBv(a0, a1, a2);
6393  if (err != Z3_error_code.Z3_OK)
6394  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6395  return res;
6396  }
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 6398 of file Native.java.

6399  {
6400  long res = INTERNALmkFpaToFpFloat(a0, a1, a2, a3);
6402  if (err != Z3_error_code.Z3_OK)
6403  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6404  return res;
6405  }
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 6623 of file Native.java.

6624  {
6625  long res = INTERNALmkFpaToFpIntReal(a0, a1, a2, a3, a4);
6627  if (err != Z3_error_code.Z3_OK)
6628  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6629  return res;
6630  }
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 6407 of file Native.java.

6408  {
6409  long res = INTERNALmkFpaToFpReal(a0, a1, a2, a3);
6411  if (err != Z3_error_code.Z3_OK)
6412  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6413  return res;
6414  }
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 6416 of file Native.java.

6417  {
6418  long res = INTERNALmkFpaToFpSigned(a0, a1, a2, a3);
6420  if (err != Z3_error_code.Z3_OK)
6421  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6422  return res;
6423  }
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 6425 of file Native.java.

6426  {
6427  long res = INTERNALmkFpaToFpUnsigned(a0, a1, a2, a3);
6429  if (err != Z3_error_code.Z3_OK)
6430  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6431  return res;
6432  }
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 6614 of file Native.java.

6615  {
6616  long res = INTERNALmkFpaToIeeeBv(a0, a1);
6618  if (err != Z3_error_code.Z3_OK)
6619  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6620  return res;
6621  }
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 6452 of file Native.java.

6453  {
6454  long res = INTERNALmkFpaToReal(a0, a1);
6456  if (err != Z3_error_code.Z3_OK)
6457  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6458  return res;
6459  }
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 6443 of file Native.java.

6444  {
6445  long res = INTERNALmkFpaToSbv(a0, a1, a2, a3);
6447  if (err != Z3_error_code.Z3_OK)
6448  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6449  return res;
6450  }
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 6434 of file Native.java.

6435  {
6436  long res = INTERNALmkFpaToUbv(a0, a1, a2, a3);
6438  if (err != Z3_error_code.Z3_OK)
6439  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6440  return res;
6441  }
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 6110 of file Native.java.

6111  {
6112  long res = INTERNALmkFpaZero(a0, a1, a2);
6114  if (err != Z3_error_code.Z3_OK)
6115  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6116  return res;
6117  }
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 1137 of file Native.java.

1138  {
1139  long res = INTERNALmkFreshConst(a0, a1, a2);
1141  if (err != Z3_error_code.Z3_OK)
1142  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1143  return res;
1144  }
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 1128 of file Native.java.

1129  {
1130  long res = INTERNALmkFreshFuncDecl(a0, a1, a2, a3, a4);
1132  if (err != Z3_error_code.Z3_OK)
1133  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1134  return res;
1135  }
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 1937 of file Native.java.

1938  {
1939  long res = INTERNALmkFullSet(a0, a1);
1941  if (err != Z3_error_code.Z3_OK)
1942  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1943  return res;
1944  }
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 1101 of file Native.java.

1102  {
1103  long res = INTERNALmkFuncDecl(a0, a1, a2, a3, a4);
1105  if (err != Z3_error_code.Z3_OK)
1106  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1107  return res;
1108  }
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 1361 of file Native.java.

1362  {
1363  long res = INTERNALmkGe(a0, a1, a2);
1365  if (err != Z3_error_code.Z3_OK)
1366  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1367  return res;
1368  }
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 3955 of file Native.java.

3956  {
3957  long res = INTERNALmkGoal(a0, a1, a2, a3);
3959  if (err != Z3_error_code.Z3_OK)
3960  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3961  return res;
3962  }
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 1352 of file Native.java.

1353  {
1354  long res = INTERNALmkGt(a0, a1, a2);
1356  if (err != Z3_error_code.Z3_OK)
1357  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1358  return res;
1359  }
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 1217 of file Native.java.

1218  {
1219  long res = INTERNALmkIff(a0, a1, a2);
1221  if (err != Z3_error_code.Z3_OK)
1222  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1223  return res;
1224  }
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 1226 of file Native.java.

1227  {
1228  long res = INTERNALmkImplies(a0, a1, a2);
1230  if (err != Z3_error_code.Z3_OK)
1231  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1232  return res;
1233  }
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 2045 of file Native.java.

2046  {
2047  long res = INTERNALmkInt(a0, a1, a2);
2049  if (err != Z3_error_code.Z3_OK)
2050  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2051  return res;
2052  }
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 1748 of file Native.java.

1749  {
1750  long res = INTERNALmkInt2bv(a0, a1, a2);
1752  if (err != Z3_error_code.Z3_OK)
1753  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1754  return res;
1755  }
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 1379 of file Native.java.

1380  {
1381  long res = INTERNALmkInt2real(a0, a1);
1383  if (err != Z3_error_code.Z3_OK)
1384  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1385  return res;
1386  }
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 2063 of file Native.java.

2064  {
2065  long res = INTERNALmkInt64(a0, a1, a2);
2067  if (err != Z3_error_code.Z3_OK)
2068  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2069  return res;
2070  }
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 961 of file Native.java.

962  {
963  long res = INTERNALmkIntSort(a0);
965  if (err != Z3_error_code.Z3_OK)
966  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
967  return res;
968  }
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 925 of file Native.java.

926  {
927  long res = INTERNALmkIntSymbol(a0, a1);
929  if (err != Z3_error_code.Z3_OK)
930  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
931  return res;
932  }
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 2351 of file Native.java.

2352  {
2353  long res = INTERNALmkIntToStr(a0, a1);
2355  if (err != Z3_error_code.Z3_OK)
2356  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2357  return res;
2358  }
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 1397 of file Native.java.

1398  {
1399  long res = INTERNALmkIsInt(a0, a1);
1401  if (err != Z3_error_code.Z3_OK)
1402  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1403  return res;
1404  }
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 1208 of file Native.java.

1209  {
1210  long res = INTERNALmkIte(a0, a1, a2, a3);
1212  if (err != Z3_error_code.Z3_OK)
1213  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1214  return res;
1215  }
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 2612 of file Native.java.

2613  {
2614  long res = INTERNALmkLambda(a0, a1, a2, a3, a4);
2616  if (err != Z3_error_code.Z3_OK)
2617  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2618  return res;
2619  }
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 2621 of file Native.java.

2622  {
2623  long res = INTERNALmkLambdaConst(a0, a1, a2, a3);
2625  if (err != Z3_error_code.Z3_OK)
2626  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2627  return res;
2628  }
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 1343 of file Native.java.

1344  {
1345  long res = INTERNALmkLe(a0, a1, a2);
1347  if (err != Z3_error_code.Z3_OK)
1348  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1349  return res;
1350  }
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 2477 of file Native.java.

2478  {
2479  long res = INTERNALmkLinearOrder(a0, a1, a2);
2481  if (err != Z3_error_code.Z3_OK)
2482  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2483  return res;
2484  }
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 1033 of file Native.java.

1034  {
1035  long res = INTERNALmkListSort(a0, a1, a2, a3, a4, a5, a6, a7, a8);
1037  if (err != Z3_error_code.Z3_OK)
1038  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1039  return res;
1040  }
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 2171 of file Native.java.

2172  {
2173  long res = INTERNALmkLstring(a0, a1, a2);
2175  if (err != Z3_error_code.Z3_OK)
2176  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2177  return res;
2178  }
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 1334 of file Native.java.

1335  {
1336  long res = INTERNALmkLt(a0, a1, a2);
1338  if (err != Z3_error_code.Z3_OK)
1339  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1340  return res;
1341  }
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 1883 of file Native.java.

1884  {
1885  long res = INTERNALmkMap(a0, a1, a2, a3);
1887  if (err != Z3_error_code.Z3_OK)
1888  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1889  return res;
1890  }
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 1307 of file Native.java.

1308  {
1309  long res = INTERNALmkMod(a0, a1, a2);
1311  if (err != Z3_error_code.Z3_OK)
1312  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1313  return res;
1314  }
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 3512 of file Native.java.

3513  {
3514  long res = INTERNALmkModel(a0);
3516  if (err != Z3_error_code.Z3_OK)
3517  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3518  return res;
3519  }
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 1271 of file Native.java.

1272  {
1273  long res = INTERNALmkMul(a0, a1, a2);
1275  if (err != Z3_error_code.Z3_OK)
1276  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1277  return res;
1278  }
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 1199 of file Native.java.

1200  {
1201  long res = INTERNALmkNot(a0, a1);
1203  if (err != Z3_error_code.Z3_OK)
1204  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1205  return res;
1206  }
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 2027 of file Native.java.

2028  {
2029  long res = INTERNALmkNumeral(a0, a1, a2);
2031  if (err != Z3_error_code.Z3_OK)
2032  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2033  return res;
2034  }
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 5678 of file Native.java.

5679  {
5680  long res = INTERNALmkOptimize(a0);
5682  if (err != Z3_error_code.Z3_OK)
5683  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5684  return res;
5685  }
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 1253 of file Native.java.

1254  {
1255  long res = INTERNALmkOr(a0, a1, a2);
1257  if (err != Z3_error_code.Z3_OK)
1258  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1259  return res;
1260  }
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 790 of file Native.java.

791  {
792  long res = INTERNALmkParams(a0);
794  if (err != Z3_error_code.Z3_OK)
795  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
796  return res;
797  }
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 2486 of file Native.java.

2487  {
2488  long res = INTERNALmkPartialOrder(a0, a1, a2);
2490  if (err != Z3_error_code.Z3_OK)
2491  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2492  return res;
2493  }
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 2522 of file Native.java.

2523  {
2524  long res = INTERNALmkPattern(a0, a1, a2);
2526  if (err != Z3_error_code.Z3_OK)
2527  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2528  return res;
2529  }
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 2864 of file Native.java.

2865  {
2866  long res = INTERNALmkPbeq(a0, a1, a2, a3, a4);
2868  if (err != Z3_error_code.Z3_OK)
2869  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2870  return res;
2871  }
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 2855 of file Native.java.

2856  {
2857  long res = INTERNALmkPbge(a0, a1, a2, a3, a4);
2859  if (err != Z3_error_code.Z3_OK)
2860  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2861  return res;
2862  }
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 2846 of file Native.java.

2847  {
2848  long res = INTERNALmkPble(a0, a1, a2, a3, a4);
2850  if (err != Z3_error_code.Z3_OK)
2851  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2852  return res;
2853  }
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 2495 of file Native.java.

2496  {
2497  long res = INTERNALmkPiecewiseLinearOrder(a0, a1, a2);
2499  if (err != Z3_error_code.Z3_OK)
2500  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2501  return res;
2502  }
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 1325 of file Native.java.

1326  {
1327  long res = INTERNALmkPower(a0, a1, a2);
1329  if (err != Z3_error_code.Z3_OK)
1330  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1331  return res;
1332  }
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 4129 of file Native.java.

4130  {
4131  long res = INTERNALmkProbe(a0, a1);
4133  if (err != Z3_error_code.Z3_OK)
4134  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4135  return res;
4136  }
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 2558 of file Native.java.

2559  {
2560  long res = INTERNALmkQuantifier(a0, a1, a2, a3, a4, a5, a6, a7, a8);
2562  if (err != Z3_error_code.Z3_OK)
2563  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2564  return res;
2565  }
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 2594 of file Native.java.

2595  {
2596  long res = INTERNALmkQuantifierConst(a0, a1, a2, a3, a4, a5, a6, a7);
2598  if (err != Z3_error_code.Z3_OK)
2599  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2600  return res;
2601  }
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 2603 of file Native.java.

2604  {
2605  long res = INTERNALmkQuantifierConstEx(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11);
2607  if (err != Z3_error_code.Z3_OK)
2608  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2609  return res;
2610  }
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 2567 of file Native.java.

2568  {
2569  long res = INTERNALmkQuantifierEx(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12);
2571  if (err != Z3_error_code.Z3_OK)
2572  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2573  return res;
2574  }
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 2036 of file Native.java.

2037  {
2038  long res = INTERNALmkReal(a0, a1, a2);
2040  if (err != Z3_error_code.Z3_OK)
2041  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2042  return res;
2043  }
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 1388 of file Native.java.

1389  {
1390  long res = INTERNALmkReal2int(a0, a1);
1392  if (err != Z3_error_code.Z3_OK)
1393  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1394  return res;
1395  }
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 970 of file Native.java.

971  {
972  long res = INTERNALmkRealSort(a0);
974  if (err != Z3_error_code.Z3_OK)
975  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
976  return res;
977  }
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 1146 of file Native.java.

1147  {
1148  long res = INTERNALmkRecFuncDecl(a0, a1, a2, a3, a4);
1150  if (err != Z3_error_code.Z3_OK)
1151  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1152  return res;
1153  }
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 2450 of file Native.java.

2451  {
2452  long res = INTERNALmkReComplement(a0, a1);
2454  if (err != Z3_error_code.Z3_OK)
2455  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2456  return res;
2457  }
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 2414 of file Native.java.

2415  {
2416  long res = INTERNALmkReConcat(a0, a1, a2);
2418  if (err != Z3_error_code.Z3_OK)
2419  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2420  return res;
2421  }
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 2459 of file Native.java.

2460  {
2461  long res = INTERNALmkReEmpty(a0, a1);
2463  if (err != Z3_error_code.Z3_OK)
2464  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2465  return res;
2466  }
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 2468 of file Native.java.

2469  {
2470  long res = INTERNALmkReFull(a0, a1);
2472  if (err != Z3_error_code.Z3_OK)
2473  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2474  return res;
2475  }
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 2441 of file Native.java.

2442  {
2443  long res = INTERNALmkReIntersect(a0, a1, a2);
2445  if (err != Z3_error_code.Z3_OK)
2446  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2447  return res;
2448  }
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 2432 of file Native.java.

2433  {
2434  long res = INTERNALmkReLoop(a0, a1, a2, a3);
2436  if (err != Z3_error_code.Z3_OK)
2437  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2438  return res;
2439  }
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 1316 of file Native.java.

1317  {
1318  long res = INTERNALmkRem(a0, a1, a2);
1320  if (err != Z3_error_code.Z3_OK)
1321  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1322  return res;
1323  }
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 2396 of file Native.java.

2397  {
2398  long res = INTERNALmkReOption(a0, a1);
2400  if (err != Z3_error_code.Z3_OK)
2401  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2402  return res;
2403  }
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 1676 of file Native.java.

1677  {
1678  long res = INTERNALmkRepeat(a0, a1, a2);
1680  if (err != Z3_error_code.Z3_OK)
1681  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1682  return res;
1683  }
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 2378 of file Native.java.

2379  {
2380  long res = INTERNALmkRePlus(a0, a1);
2382  if (err != Z3_error_code.Z3_OK)
2383  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2384  return res;
2385  }
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 2423 of file Native.java.

2424  {
2425  long res = INTERNALmkReRange(a0, a1, a2);
2427  if (err != Z3_error_code.Z3_OK)
2428  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2429  return res;
2430  }
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 2117 of file Native.java.

2118  {
2119  long res = INTERNALmkReSort(a0, a1);
2121  if (err != Z3_error_code.Z3_OK)
2122  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2123  return res;
2124  }
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 2387 of file Native.java.

2388  {
2389  long res = INTERNALmkReStar(a0, a1);
2391  if (err != Z3_error_code.Z3_OK)
2392  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2393  return res;
2394  }
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 2405 of file Native.java.

2406  {
2407  long res = INTERNALmkReUnion(a0, a1, a2);
2409  if (err != Z3_error_code.Z3_OK)
2410  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2411  return res;
2412  }
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 1712 of file Native.java.

1713  {
1714  long res = INTERNALmkRotateLeft(a0, a1, a2);
1716  if (err != Z3_error_code.Z3_OK)
1717  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1718  return res;
1719  }
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 1721 of file Native.java.

1722  {
1723  long res = INTERNALmkRotateRight(a0, a1, a2);
1725  if (err != Z3_error_code.Z3_OK)
1726  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1727  return res;
1728  }
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 1838 of file Native.java.

1839  {
1840  long res = INTERNALmkSelect(a0, a1, a2);
1842  if (err != Z3_error_code.Z3_OK)
1843  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1844  return res;
1845  }
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 1847 of file Native.java.

1848  {
1849  long res = INTERNALmkSelectN(a0, a1, a2, a3);
1851  if (err != Z3_error_code.Z3_OK)
1852  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1853  return res;
1854  }
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 2297 of file Native.java.

2298  {
2299  long res = INTERNALmkSeqAt(a0, a1, a2);
2301  if (err != Z3_error_code.Z3_OK)
2302  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2303  return res;
2304  }
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 2225 of file Native.java.

2226  {
2227  long res = INTERNALmkSeqConcat(a0, a1, a2);
2229  if (err != Z3_error_code.Z3_OK)
2230  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2231  return res;
2232  }
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 2252 of file Native.java.

2253  {
2254  long res = INTERNALmkSeqContains(a0, a1, a2);
2256  if (err != Z3_error_code.Z3_OK)
2257  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2258  return res;
2259  }
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 2207 of file Native.java.

2208  {
2209  long res = INTERNALmkSeqEmpty(a0, a1);
2211  if (err != Z3_error_code.Z3_OK)
2212  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2213  return res;
2214  }
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 2279 of file Native.java.

2280  {
2281  long res = INTERNALmkSeqExtract(a0, a1, a2, a3);
2283  if (err != Z3_error_code.Z3_OK)
2284  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2285  return res;
2286  }
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 2324 of file Native.java.

2325  {
2326  long res = INTERNALmkSeqIndex(a0, a1, a2, a3);
2328  if (err != Z3_error_code.Z3_OK)
2329  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2330  return res;
2331  }
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 2369 of file Native.java.

2370  {
2371  long res = INTERNALmkSeqInRe(a0, a1, a2);
2373  if (err != Z3_error_code.Z3_OK)
2374  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2375  return res;
2376  }
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 2333 of file Native.java.

2334  {
2335  long res = INTERNALmkSeqLastIndex(a0, a1, a2);
2337  if (err != Z3_error_code.Z3_OK)
2338  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2339  return res;
2340  }
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 2315 of file Native.java.

2316  {
2317  long res = INTERNALmkSeqLength(a0, a1);
2319  if (err != Z3_error_code.Z3_OK)
2320  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2321  return res;
2322  }
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 2306 of file Native.java.

2307  {
2308  long res = INTERNALmkSeqNth(a0, a1, a2);
2310  if (err != Z3_error_code.Z3_OK)
2311  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2312  return res;
2313  }
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 2234 of file Native.java.

2235  {
2236  long res = INTERNALmkSeqPrefix(a0, a1, a2);
2238  if (err != Z3_error_code.Z3_OK)
2239  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2240  return res;
2241  }
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 2288 of file Native.java.

2289  {
2290  long res = INTERNALmkSeqReplace(a0, a1, a2, a3);
2292  if (err != Z3_error_code.Z3_OK)
2293  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2294  return res;
2295  }
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 2090 of file Native.java.

2091  {
2092  long res = INTERNALmkSeqSort(a0, a1);
2094  if (err != Z3_error_code.Z3_OK)
2095  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2096  return res;
2097  }
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 2243 of file Native.java.

2244  {
2245  long res = INTERNALmkSeqSuffix(a0, a1, a2);
2247  if (err != Z3_error_code.Z3_OK)
2248  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2249  return res;
2250  }
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 2360 of file Native.java.

2361  {
2362  long res = INTERNALmkSeqToRe(a0, a1);
2364  if (err != Z3_error_code.Z3_OK)
2365  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2366  return res;
2367  }
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 2216 of file Native.java.

2217  {
2218  long res = INTERNALmkSeqUnit(a0, a1);
2220  if (err != Z3_error_code.Z3_OK)
2221  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2222  return res;
2223  }
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 1946 of file Native.java.

1947  {
1948  long res = INTERNALmkSetAdd(a0, a1, a2);
1950  if (err != Z3_error_code.Z3_OK)
1951  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1952  return res;
1953  }
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 1991 of file Native.java.

1992  {
1993  long res = INTERNALmkSetComplement(a0, a1);
1995  if (err != Z3_error_code.Z3_OK)
1996  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1997  return res;
1998  }
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 1955 of file Native.java.

1956  {
1957  long res = INTERNALmkSetDel(a0, a1, a2);
1959  if (err != Z3_error_code.Z3_OK)
1960  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1961  return res;
1962  }
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 1982 of file Native.java.

1983  {
1984  long res = INTERNALmkSetDifference(a0, a1, a2);
1986  if (err != Z3_error_code.Z3_OK)
1987  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1988  return res;
1989  }
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 1910 of file Native.java.

1911  {
1912  long res = INTERNALmkSetHasSize(a0, a1, a2);
1914  if (err != Z3_error_code.Z3_OK)
1915  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1916  return res;
1917  }
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 1973 of file Native.java.

1974  {
1975  long res = INTERNALmkSetIntersect(a0, a1, a2);
1977  if (err != Z3_error_code.Z3_OK)
1978  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1979  return res;
1980  }
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 2000 of file Native.java.

2001  {
2002  long res = INTERNALmkSetMember(a0, a1, a2);
2004  if (err != Z3_error_code.Z3_OK)
2005  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2006  return res;
2007  }
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 1919 of file Native.java.

1920  {
1921  long res = INTERNALmkSetSort(a0, a1);
1923  if (err != Z3_error_code.Z3_OK)
1924  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1925  return res;
1926  }
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 2009 of file Native.java.

2010  {
2011  long res = INTERNALmkSetSubset(a0, a1, a2);
2013  if (err != Z3_error_code.Z3_OK)
2014  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2015  return res;
2016  }
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 1964 of file Native.java.

1965  {
1966  long res = INTERNALmkSetUnion(a0, a1, a2);
1968  if (err != Z3_error_code.Z3_OK)
1969  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1970  return res;
1971  }
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 1658 of file Native.java.

1659  {
1660  long res = INTERNALmkSignExt(a0, a1, a2);
1662  if (err != Z3_error_code.Z3_OK)
1663  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1664  return res;
1665  }
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 4503 of file Native.java.

4504  {
4505  long res = INTERNALmkSimpleSolver(a0);
4507  if (err != Z3_error_code.Z3_OK)
4508  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4509  return res;
4510  }
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 4494 of file Native.java.

4495  {
4496  long res = INTERNALmkSolver(a0);
4498  if (err != Z3_error_code.Z3_OK)
4499  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4500  return res;
4501  }
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 4512 of file Native.java.

4513  {
4514  long res = INTERNALmkSolverForLogic(a0, a1);
4516  if (err != Z3_error_code.Z3_OK)
4517  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4518  return res;
4519  }
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 4521 of file Native.java.

4522  {
4523  long res = INTERNALmkSolverFromTactic(a0, a1);
4525  if (err != Z3_error_code.Z3_OK)
4526  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4527  return res;
4528  }
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 1856 of file Native.java.

1857  {
1858  long res = INTERNALmkStore(a0, a1, a2, a3);
1860  if (err != Z3_error_code.Z3_OK)
1861  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1862  return res;
1863  }
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 1865 of file Native.java.

1866  {
1867  long res = INTERNALmkStoreN(a0, a1, a2, a3, a4);
1869  if (err != Z3_error_code.Z3_OK)
1870  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1871  return res;
1872  }
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 2162 of file Native.java.

2163  {
2164  long res = INTERNALmkString(a0, a1);
2166  if (err != Z3_error_code.Z3_OK)
2167  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2168  return res;
2169  }
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 2144 of file Native.java.

2145  {
2146  long res = INTERNALmkStringSort(a0);
2148  if (err != Z3_error_code.Z3_OK)
2149  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2150  return res;
2151  }
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 934 of file Native.java.

935  {
936  long res = INTERNALmkStringSymbol(a0, a1);
938  if (err != Z3_error_code.Z3_OK)
939  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
940  return res;
941  }
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 2270 of file Native.java.

2271  {
2272  long res = INTERNALmkStrLe(a0, a1, a2);
2274  if (err != Z3_error_code.Z3_OK)
2275  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2276  return res;
2277  }
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 2261 of file Native.java.

2262  {
2263  long res = INTERNALmkStrLt(a0, a1, a2);
2265  if (err != Z3_error_code.Z3_OK)
2266  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2267  return res;
2268  }
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 2342 of file Native.java.

2343  {
2344  long res = INTERNALmkStrToInt(a0, a1);
2346  if (err != Z3_error_code.Z3_OK)
2347  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2348  return res;
2349  }
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 1280 of file Native.java.

1281  {
1282  long res = INTERNALmkSub(a0, a1, a2);
1284  if (err != Z3_error_code.Z3_OK)
1285  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1286  return res;
1287  }
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 4104 of file Native.java.

4105  {
4106  long res = INTERNALmkTactic(a0, a1);
4108  if (err != Z3_error_code.Z3_OK)
4109  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4110  return res;
4111  }
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 2513 of file Native.java.

2514  {
2515  long res = INTERNALmkTransitiveClosure(a0, a1);
2517  if (err != Z3_error_code.Z3_OK)
2518  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2519  return res;
2520  }
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 2504 of file Native.java.

2505  {
2506  long res = INTERNALmkTreeOrder(a0, a1, a2);
2508  if (err != Z3_error_code.Z3_OK)
2509  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2510  return res;
2511  }
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 1163 of file Native.java.

1164  {
1165  long res = INTERNALmkTrue(a0);
1167  if (err != Z3_error_code.Z3_OK)
1168  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1169  return res;
1170  }
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 1015 of file Native.java.

1016  {
1017  long res = INTERNALmkTupleSort(a0, a1, a2, a3, a4, a5, a6);
1019  if (err != Z3_error_code.Z3_OK)
1020  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1021  return res;
1022  }
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 1289 of file Native.java.

1290  {
1291  long res = INTERNALmkUnaryMinus(a0, a1);
1293  if (err != Z3_error_code.Z3_OK)
1294  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1295  return res;
1296  }
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 943 of file Native.java.

944  {
945  long res = INTERNALmkUninterpretedSort(a0, a1);
947  if (err != Z3_error_code.Z3_OK)
948  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
949  return res;
950  }
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 2054 of file Native.java.

2055  {
2056  long res = INTERNALmkUnsignedInt(a0, a1, a2);
2058  if (err != Z3_error_code.Z3_OK)
2059  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2060  return res;
2061  }
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 2072 of file Native.java.

2073  {
2074  long res = INTERNALmkUnsignedInt64(a0, a1, a2);
2076  if (err != Z3_error_code.Z3_OK)
2077  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2078  return res;
2079  }
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 1235 of file Native.java.

1236  {
1237  long res = INTERNALmkXor(a0, a1, a2);
1239  if (err != Z3_error_code.Z3_OK)
1240  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1241  return res;
1242  }
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 1667 of file Native.java.

1668  {
1669  long res = INTERNALmkZeroExt(a0, a1, a2);
1671  if (err != Z3_error_code.Z3_OK)
1672  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1673  return res;
1674  }
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 3529 of file Native.java.

3530  {
3531  INTERNALmodelDecRef(a0, a1);
3533  if (err != Z3_error_code.Z3_OK)
3534  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3535  }
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 3537 of file Native.java.

3538  {
3539  boolean res = INTERNALmodelEval(a0, a1, a2, a3, a4);
3541  if (err != Z3_error_code.Z3_OK)
3542  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3543  return res;
3544  }
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 6703 of file Native.java.

6704  {
6705  long res = INTERNALmodelExtrapolate(a0, a1, a2);
6707  if (err != Z3_error_code.Z3_OK)
6708  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6709  return res;
6710  }
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 3582 of file Native.java.

3583  {
3584  long res = INTERNALmodelGetConstDecl(a0, a1, a2);
3586  if (err != Z3_error_code.Z3_OK)
3587  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3588  return res;
3589  }
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 3546 of file Native.java.

3547  {
3548  long res = INTERNALmodelGetConstInterp(a0, a1, a2);
3550  if (err != Z3_error_code.Z3_OK)
3551  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3552  return res;
3553  }
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 3600 of file Native.java.

3601  {
3602  long res = INTERNALmodelGetFuncDecl(a0, a1, a2);
3604  if (err != Z3_error_code.Z3_OK)
3605  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3606  return res;
3607  }
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 3564 of file Native.java.

3565  {
3566  long res = INTERNALmodelGetFuncInterp(a0, a1, a2);
3568  if (err != Z3_error_code.Z3_OK)
3569  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3570  return res;
3571  }
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 3573 of file Native.java.

3574  {
3575  int res = INTERNALmodelGetNumConsts(a0, a1);
3577  if (err != Z3_error_code.Z3_OK)
3578  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3579  return res;
3580  }
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 3591 of file Native.java.

3592  {
3593  int res = INTERNALmodelGetNumFuncs(a0, a1);
3595  if (err != Z3_error_code.Z3_OK)
3596  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3597  return res;
3598  }
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 3609 of file Native.java.

3610  {
3611  int res = INTERNALmodelGetNumSorts(a0, a1);
3613  if (err != Z3_error_code.Z3_OK)
3614  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3615  return res;
3616  }
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 3618 of file Native.java.

3619  {
3620  long res = INTERNALmodelGetSort(a0, a1, a2);
3622  if (err != Z3_error_code.Z3_OK)
3623  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3624  return res;
3625  }
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 3627 of file Native.java.

3628  {
3629  long res = INTERNALmodelGetSortUniverse(a0, a1, a2);
3631  if (err != Z3_error_code.Z3_OK)
3632  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3633  return res;
3634  }
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 3555 of file Native.java.

3556  {
3557  boolean res = INTERNALmodelHasInterp(a0, a1, a2);
3559  if (err != Z3_error_code.Z3_OK)
3560  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3561  return res;
3562  }
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 3521 of file Native.java.

3522  {
3523  INTERNALmodelIncRef(a0, a1);
3525  if (err != Z3_error_code.Z3_OK)
3526  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3527  }
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 3856 of file Native.java.

3857  {
3858  String res = INTERNALmodelToString(a0, a1);
3860  if (err != Z3_error_code.Z3_OK)
3861  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3862  return res;
3863  }
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:10085
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 3636 of file Native.java.

3637  {
3638  long res = INTERNALmodelTranslate(a0, a1, a2);
3640  if (err != Z3_error_code.Z3_OK)
3641  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3642  return res;
3643  }
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 3791 of file Native.java.

3792  {
3793  int res = INTERNALopenLog(a0);
3794  return res;
3795  }
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 5703 of file Native.java.

5704  {
5705  INTERNALoptimizeAssert(a0, a1, a2);
5707  if (err != Z3_error_code.Z3_OK)
5708  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5709  }
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 5711 of file Native.java.

5712  {
5713  INTERNALoptimizeAssertAndTrack(a0, a1, a2, a3);
5715  if (err != Z3_error_code.Z3_OK)
5716  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5717  }
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 5719 of file Native.java.

5720  {
5721  int res = INTERNALoptimizeAssertSoft(a0, a1, a2, a3, a4);
5723  if (err != Z3_error_code.Z3_OK)
5724  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5725  return res;
5726  }
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 5762 of file Native.java.

5763  {
5764  int res = INTERNALoptimizeCheck(a0, a1, a2, a3);
5766  if (err != Z3_error_code.Z3_OK)
5767  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5768  return res;
5769  }
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 5695 of file Native.java.

5696  {
5697  INTERNALoptimizeDecRef(a0, a1);
5699  if (err != Z3_error_code.Z3_OK)
5700  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5701  }
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 5868 of file Native.java.

5869  {
5870  INTERNALoptimizeFromFile(a0, a1, a2);
5872  if (err != Z3_error_code.Z3_OK)
5873  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5874  }
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 5860 of file Native.java.

5861  {
5862  INTERNALoptimizeFromString(a0, a1, a2);
5864  if (err != Z3_error_code.Z3_OK)
5865  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5866  }
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 5894 of file Native.java.

5895  {
5896  long res = INTERNALoptimizeGetAssertions(a0, a1);
5898  if (err != Z3_error_code.Z3_OK)
5899  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5900  return res;
5901  }
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 5876 of file Native.java.

5877  {
5878  String res = INTERNALoptimizeGetHelp(a0, a1);
5880  if (err != Z3_error_code.Z3_OK)
5881  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5882  return res;
5883  }
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:10085
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 5815 of file Native.java.

5816  {
5817  long res = INTERNALoptimizeGetLower(a0, a1, a2);
5819  if (err != Z3_error_code.Z3_OK)
5820  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5821  return res;
5822  }
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 5833 of file Native.java.

5834  {
5835  long res = INTERNALoptimizeGetLowerAsVector(a0, a1, a2);
5837  if (err != Z3_error_code.Z3_OK)
5838  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5839  return res;
5840  }
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 5780 of file Native.java.

5781  {
5782  long res = INTERNALoptimizeGetModel(a0, a1);
5784  if (err != Z3_error_code.Z3_OK)
5785  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5786  return res;
5787  }
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 5903 of file Native.java.

5904  {
5905  long res = INTERNALoptimizeGetObjectives(a0, a1);
5907  if (err != Z3_error_code.Z3_OK)
5908  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5909  return res;
5910  }
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 5806 of file Native.java.

5807  {
5808  long res = INTERNALoptimizeGetParamDescrs(a0, a1);
5810  if (err != Z3_error_code.Z3_OK)
5811  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5812  return res;
5813  }
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 5771 of file Native.java.

5772  {
5775  if (err != Z3_error_code.Z3_OK)
5776  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5777  return res;
5778  }
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:10085
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 5885 of file Native.java.

5886  {
5887  long res = INTERNALoptimizeGetStatistics(a0, a1);
5889  if (err != Z3_error_code.Z3_OK)
5890  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5891  return res;
5892  }
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 5789 of file Native.java.

5790  {
5791  long res = INTERNALoptimizeGetUnsatCore(a0, a1);
5793  if (err != Z3_error_code.Z3_OK)
5794  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5795  return res;
5796  }
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 5824 of file Native.java.

5825  {
5826  long res = INTERNALoptimizeGetUpper(a0, a1, a2);
5828  if (err != Z3_error_code.Z3_OK)
5829  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5830  return res;
5831  }
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 5842 of file Native.java.

5843  {
5844  long res = INTERNALoptimizeGetUpperAsVector(a0, a1, a2);
5846  if (err != Z3_error_code.Z3_OK)
5847  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5848  return res;
5849  }
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 5687 of file Native.java.

5688  {
5689  INTERNALoptimizeIncRef(a0, a1);
5691  if (err != Z3_error_code.Z3_OK)
5692  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5693  }
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 5728 of file Native.java.

5729  {
5730  int res = INTERNALoptimizeMaximize(a0, a1, a2);
5732  if (err != Z3_error_code.Z3_OK)
5733  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5734  return res;
5735  }
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 5737 of file Native.java.

5738  {
5739  int res = INTERNALoptimizeMinimize(a0, a1, a2);
5741  if (err != Z3_error_code.Z3_OK)
5742  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5743  return res;
5744  }
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 5754 of file Native.java.

5755  {
5756  INTERNALoptimizePop(a0, a1);
5758  if (err != Z3_error_code.Z3_OK)
5759  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5760  }
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 5746 of file Native.java.

5747  {
5748  INTERNALoptimizePush(a0, a1);
5750  if (err != Z3_error_code.Z3_OK)
5751  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5752  }
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 5798 of file Native.java.

5799  {
5800  INTERNALoptimizeSetParams(a0, a1, a2);
5802  if (err != Z3_error_code.Z3_OK)
5803  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5804  }
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 5851 of file Native.java.

5852  {
5853  String res = INTERNALoptimizeToString(a0, a1);
5855  if (err != Z3_error_code.Z3_OK)
5856  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5857  return res;
5858  }
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:10085
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 872 of file Native.java.

873  {
876  if (err != Z3_error_code.Z3_OK)
877  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
878  }
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 907 of file Native.java.

908  {
911  if (err != Z3_error_code.Z3_OK)
912  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
913  return res;
914  }
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:10085
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 880 of file Native.java.

881  {
882  int res = INTERNALparamDescrsGetKind(a0, a1, a2);
884  if (err != Z3_error_code.Z3_OK)
885  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
886  return res;
887  }
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 898 of file Native.java.

899  {
900  long res = INTERNALparamDescrsGetName(a0, a1, a2);
902  if (err != Z3_error_code.Z3_OK)
903  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
904  return res;
905  }
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 864 of file Native.java.

865  {
868  if (err != Z3_error_code.Z3_OK)
869  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
870  }
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 889 of file Native.java.

890  {
891  int res = INTERNALparamDescrsSize(a0, a1);
893  if (err != Z3_error_code.Z3_OK)
894  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
895  return res;
896  }
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 916 of file Native.java.

917  {
918  String res = INTERNALparamDescrsToString(a0, a1);
920  if (err != Z3_error_code.Z3_OK)
921  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
922  return res;
923  }
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:10085
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 807 of file Native.java.

808  {
809  INTERNALparamsDecRef(a0, a1);
811  if (err != Z3_error_code.Z3_OK)
812  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
813  }
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 799 of file Native.java.

800  {
801  INTERNALparamsIncRef(a0, a1);
803  if (err != Z3_error_code.Z3_OK)
804  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
805  }
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 815 of file Native.java.

816  {
817  INTERNALparamsSetBool(a0, a1, a2, a3);
819  if (err != Z3_error_code.Z3_OK)
820  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
821  }
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 831 of file Native.java.

832  {
833  INTERNALparamsSetDouble(a0, a1, a2, a3);
835  if (err != Z3_error_code.Z3_OK)
836  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
837  }
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 839 of file Native.java.

840  {
841  INTERNALparamsSetSymbol(a0, a1, a2, a3);
843  if (err != Z3_error_code.Z3_OK)
844  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
845  }
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 823 of file Native.java.

824  {
825  INTERNALparamsSetUint(a0, a1, a2, a3);
827  if (err != Z3_error_code.Z3_OK)
828  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
829  }
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 847 of file Native.java.

848  {
849  String res = INTERNALparamsToString(a0, a1);
851  if (err != Z3_error_code.Z3_OK)
852  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
853  return res;
854  }
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:10085
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 856 of file Native.java.

857  {
858  INTERNALparamsValidate(a0, a1, a2);
860  if (err != Z3_error_code.Z3_OK)
861  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
862  }
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 3883 of file Native.java.

3884  {
3885  long res = INTERNALparseSmtlib2File(a0, a1, a2, a3, a4, a5, a6, a7);
3887  if (err != Z3_error_code.Z3_OK)
3888  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3889  return res;
3890  }
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 3874 of file Native.java.

3875  {
3876  long res = INTERNALparseSmtlib2String(a0, a1, a2, a3, a4, a5, a6, a7);
3878  if (err != Z3_error_code.Z3_OK)
3879  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3880  return res;
3881  }
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 3296 of file Native.java.

3297  {
3298  long res = INTERNALpatternToAst(a0, a1);
3300  if (err != Z3_error_code.Z3_OK)
3301  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3302  return res;
3303  }
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 3829 of file Native.java.

3830  {
3831  String res = INTERNALpatternToString(a0, a1);
3833  if (err != Z3_error_code.Z3_OK)
3834  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3835  return res;
3836  }
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:10085
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 5249 of file Native.java.

5250  {
5251  long res = INTERNALpolynomialSubresultants(a0, a1, a2, a3);
5253  if (err != Z3_error_code.Z3_OK)
5254  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5255  return res;
5256  }
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 4325 of file Native.java.

4326  {
4327  long res = INTERNALprobeAnd(a0, a1, a2);
4329  if (err != Z3_error_code.Z3_OK)
4330  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4331  return res;
4332  }
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 4424 of file Native.java.

4425  {
4426  double res = INTERNALprobeApply(a0, a1, a2);
4428  if (err != Z3_error_code.Z3_OK)
4429  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4430  return res;
4431  }
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 4271 of file Native.java.

4272  {
4273  long res = INTERNALprobeConst(a0, a1);
4275  if (err != Z3_error_code.Z3_OK)
4276  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4277  return res;
4278  }
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 4146 of file Native.java.

4147  {
4148  INTERNALprobeDecRef(a0, a1);
4150  if (err != Z3_error_code.Z3_OK)
4151  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4152  }
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 4316 of file Native.java.

4317  {
4318  long res = INTERNALprobeEq(a0, a1, a2);
4320  if (err != Z3_error_code.Z3_OK)
4321  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4322  return res;
4323  }
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 4307 of file Native.java.

4308  {
4309  long res = INTERNALprobeGe(a0, a1, a2);
4311  if (err != Z3_error_code.Z3_OK)
4312  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4313  return res;
4314  }
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 4415 of file Native.java.

4416  {
4417  String res = INTERNALprobeGetDescr(a0, a1);
4419  if (err != Z3_error_code.Z3_OK)
4420  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4421  return res;
4422  }
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:10085
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 4289 of file Native.java.

4290  {
4291  long res = INTERNALprobeGt(a0, a1, a2);
4293  if (err != Z3_error_code.Z3_OK)
4294  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4295  return res;
4296  }
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 4138 of file Native.java.

4139  {
4140  INTERNALprobeIncRef(a0, a1);
4142  if (err != Z3_error_code.Z3_OK)
4143  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4144  }
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 4298 of file Native.java.

4299  {
4300  long res = INTERNALprobeLe(a0, a1, a2);
4302  if (err != Z3_error_code.Z3_OK)
4303  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4304  return res;
4305  }
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 4280 of file Native.java.

4281  {
4282  long res = INTERNALprobeLt(a0, a1, a2);
4284  if (err != Z3_error_code.Z3_OK)
4285  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4286  return res;
4287  }
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 4343 of file Native.java.

4344  {
4345  long res = INTERNALprobeNot(a0, a1);
4347  if (err != Z3_error_code.Z3_OK)
4348  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4349  return res;
4350  }
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 4334 of file Native.java.

4335  {
4336  long res = INTERNALprobeOr(a0, a1, a2);
4338  if (err != Z3_error_code.Z3_OK)
4339  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4340  return res;
4341  }
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 6712 of file Native.java.

6713  {
6714  long res = INTERNALqeLite(a0, a1, a2);
6716  if (err != Z3_error_code.Z3_OK)
6717  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6718  return res;
6719  }
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 6685 of file Native.java.

6686  {
6687  long res = INTERNALqeModelProject(a0, a1, a2, a3, a4);
6689  if (err != Z3_error_code.Z3_OK)
6690  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6691  return res;
6692  }
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 6694 of file Native.java.

6695  {
6696  long res = INTERNALqeModelProjectSkolem(a0, a1, a2, a3, a4, a5);
6698  if (err != Z3_error_code.Z3_OK)
6699  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
6700  return res;
6701  }
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 1093 of file Native.java.

1094  {
1095  INTERNALqueryConstructor(a0, a1, a2, a3, a4, a5);
1097  if (err != Z3_error_code.Z3_OK)
1098  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
1099  }
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 5320 of file Native.java.

5321  {
5322  long res = INTERNALrcfAdd(a0, a1, a2);
5324  if (err != Z3_error_code.Z3_OK)
5325  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5326  return res;
5327  }
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 5258 of file Native.java.

5259  {
5260  INTERNALrcfDel(a0, a1);
5262  if (err != Z3_error_code.Z3_OK)
5263  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5264  }
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 5347 of file Native.java.

5348  {
5349  long res = INTERNALrcfDiv(a0, a1, a2);
5351  if (err != Z3_error_code.Z3_OK)
5352  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5353  return res;
5354  }
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 5419 of file Native.java.

5420  {
5421  boolean res = INTERNALrcfEq(a0, a1, a2);
5423  if (err != Z3_error_code.Z3_OK)
5424  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5425  return res;
5426  }
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 5410 of file Native.java.

5411  {
5412  boolean res = INTERNALrcfGe(a0, a1, a2);
5414  if (err != Z3_error_code.Z3_OK)
5415  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5416  return res;
5417  }
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 5455 of file Native.java.

5456  {
5457  INTERNALrcfGetNumeratorDenominator(a0, a1, a2, a3);
5459  if (err != Z3_error_code.Z3_OK)
5460  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5461  }
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 5392 of file Native.java.

5393  {
5394  boolean res = INTERNALrcfGt(a0, a1, a2);
5396  if (err != Z3_error_code.Z3_OK)
5397  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5398  return res;
5399  }
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 5365 of file Native.java.

5366  {
5367  long res = INTERNALrcfInv(a0, a1);
5369  if (err != Z3_error_code.Z3_OK)
5370  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5371  return res;
5372  }
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 5401 of file Native.java.

5402  {
5403  boolean res = INTERNALrcfLe(a0, a1, a2);
5405  if (err != Z3_error_code.Z3_OK)
5406  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5407  return res;
5408  }
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 5383 of file Native.java.

5384  {
5385  boolean res = INTERNALrcfLt(a0, a1, a2);
5387  if (err != Z3_error_code.Z3_OK)
5388  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5389  return res;
5390  }
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 5293 of file Native.java.

5294  {
5295  long res = INTERNALrcfMkE(a0);
5297  if (err != Z3_error_code.Z3_OK)
5298  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5299  return res;
5300  }
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 5302 of file Native.java.

5303  {
5304  long res = INTERNALrcfMkInfinitesimal(a0);
5306  if (err != Z3_error_code.Z3_OK)
5307  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5308  return res;
5309  }
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 5284 of file Native.java.

5285  {
5286  long res = INTERNALrcfMkPi(a0);
5288  if (err != Z3_error_code.Z3_OK)
5289  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5290  return res;
5291  }
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 5266 of file Native.java.

5267  {
5268  long res = INTERNALrcfMkRational(a0, a1);
5270  if (err != Z3_error_code.Z3_OK)
5271  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5272  return res;
5273  }
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 5311 of file Native.java.

5312  {
5313  int res = INTERNALrcfMkRoots(a0, a1, a2, a3);
5315  if (err != Z3_error_code.Z3_OK)
5316  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5317  return res;
5318  }
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 5275 of file Native.java.

5276  {
5277  long res = INTERNALrcfMkSmallInt(a0, a1);
5279  if (err != Z3_error_code.Z3_OK)
5280  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5281  return res;
5282  }
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 5338 of file Native.java.

5339  {
5340  long res = INTERNALrcfMul(a0, a1, a2);
5342  if (err != Z3_error_code.Z3_OK)
5343  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5344  return res;
5345  }
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 5356 of file Native.java.

5357  {
5358  long res = INTERNALrcfNeg(a0, a1);
5360  if (err != Z3_error_code.Z3_OK)
5361  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5362  return res;
5363  }
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 5428 of file Native.java.

5429  {
5430  boolean res = INTERNALrcfNeq(a0, a1, a2);
5432  if (err != Z3_error_code.Z3_OK)
5433  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5434  return res;
5435  }
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 5446 of file Native.java.

5447  {
5448  String res = INTERNALrcfNumToDecimalString(a0, a1, a2);
5450  if (err != Z3_error_code.Z3_OK)
5451  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5452  return res;
5453  }
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:10085
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 5437 of file Native.java.

5438  {
5439  String res = INTERNALrcfNumToString(a0, a1, a2, a3);
5441  if (err != Z3_error_code.Z3_OK)
5442  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5443  return res;
5444  }
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:10085
static final Z3_error_code fromInt(int v)

◆ rcfPower()

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

Definition at line 5374 of file Native.java.

5375  {
5376  long res = INTERNALrcfPower(a0, a1, a2);
5378  if (err != Z3_error_code.Z3_OK)
5379  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5380  return res;
5381  }
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 5329 of file Native.java.

5330  {
5331  long res = INTERNALrcfSub(a0, a1, a2);
5333  if (err != Z3_error_code.Z3_OK)
5334  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
5335  return res;
5336  }
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 3945 of file Native.java.

3946  {
3948  }
static native void INTERNALresetMemory()

◆ setAstPrintMode()

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

Definition at line 3812 of file Native.java.

3813  {
3814  INTERNALsetAstPrintMode(a0, a1);
3816  if (err != Z3_error_code.Z3_OK)
3817  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3818  }
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 3907 of file Native.java.

3908  {
3909  INTERNALsetError(a0, a1);
3911  if (err != Z3_error_code.Z3_OK)
3912  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3913  }
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 732 of file Native.java.

733  {
734  INTERNALsetParamValue(a0, a1, a2);
735  }
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 3440 of file Native.java.

3441  {
3442  long res = INTERNALsimplify(a0, a1);
3444  if (err != Z3_error_code.Z3_OK)
3445  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3446  return res;
3447  }
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 3449 of file Native.java.

3450  {
3451  long res = INTERNALsimplifyEx(a0, a1, a2);
3453  if (err != Z3_error_code.Z3_OK)
3454  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3455  return res;
3456  }
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 3458 of file Native.java.

3459  {
3460  String res = INTERNALsimplifyGetHelp(a0);
3462  if (err != Z3_error_code.Z3_OK)
3463  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3464  return res;
3465  }
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:10085
static final Z3_error_code fromInt(int v)

Referenced by Context.SimplifyHelp().

◆ simplifyGetParamDescrs()

static long simplifyGetParamDescrs ( long  a0) throws Z3Exception
inlinestatic

Definition at line 3467 of file Native.java.

3468  {
3469  long res = INTERNALsimplifyGetParamDescrs(a0);
3471  if (err != Z3_error_code.Z3_OK)
3472  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3473  return res;
3474  }
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 4630 of file Native.java.

4631  {
4632  INTERNALsolverAssert(a0, a1, a2);
4634  if (err != Z3_error_code.Z3_OK)
4635  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4636  }
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 4638 of file Native.java.

4639  {
4640  INTERNALsolverAssertAndTrack(a0, a1, a2, a3);
4642  if (err != Z3_error_code.Z3_OK)
4643  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4644  }
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 4706 of file Native.java.

4707  {
4708  int res = INTERNALsolverCheck(a0, a1);
4710  if (err != Z3_error_code.Z3_OK)
4711  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4712  return res;
4713  }
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 4715 of file Native.java.

4716  {
4717  int res = INTERNALsolverCheckAssumptions(a0, a1, a2, a3);
4719  if (err != Z3_error_code.Z3_OK)
4720  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4721  return res;
4722  }
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 4742 of file Native.java.

4743  {
4744  long res = INTERNALsolverCube(a0, a1, a2, a3);
4746  if (err != Z3_error_code.Z3_OK)
4747  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4748  return res;
4749  }
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 4581 of file Native.java.

4582  {
4583  INTERNALsolverDecRef(a0, a1);
4585  if (err != Z3_error_code.Z3_OK)
4586  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4587  }
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 4646 of file Native.java.

4647  {
4648  INTERNALsolverFromFile(a0, a1, a2);
4650  if (err != Z3_error_code.Z3_OK)
4651  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4652  }
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 4654 of file Native.java.

4655  {
4656  INTERNALsolverFromString(a0, a1, a2);
4658  if (err != Z3_error_code.Z3_OK)
4659  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4660  }
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 4662 of file Native.java.

4663  {
4664  long res = INTERNALsolverGetAssertions(a0, a1);
4666  if (err != Z3_error_code.Z3_OK)
4667  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4668  return res;
4669  }
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 4733 of file Native.java.

4734  {
4735  int res = INTERNALsolverGetConsequences(a0, a1, a2, a3, a4);
4737  if (err != Z3_error_code.Z3_OK)
4738  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4739  return res;
4740  }
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 4547 of file Native.java.

4548  {
4549  String res = INTERNALsolverGetHelp(a0, a1);
4551  if (err != Z3_error_code.Z3_OK)
4552  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4553  return res;
4554  }
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:10085
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 4698 of file Native.java.

4699  {
4700  INTERNALsolverGetLevels(a0, a1, a2, a3, a4);
4702  if (err != Z3_error_code.Z3_OK)
4703  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4704  }
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 4751 of file Native.java.

4752  {
4753  long res = INTERNALsolverGetModel(a0, a1);
4755  if (err != Z3_error_code.Z3_OK)
4756  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4757  return res;
4758  }
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 4689 of file Native.java.

4690  {
4691  long res = INTERNALsolverGetNonUnits(a0, a1);
4693  if (err != Z3_error_code.Z3_OK)
4694  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4695  return res;
4696  }
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 4621 of file Native.java.

4622  {
4623  int res = INTERNALsolverGetNumScopes(a0, a1);
4625  if (err != Z3_error_code.Z3_OK)
4626  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4627  return res;
4628  }
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 4556 of file Native.java.

4557  {
4558  long res = INTERNALsolverGetParamDescrs(a0, a1);
4560  if (err != Z3_error_code.Z3_OK)
4561  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4562  return res;
4563  }
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 4760 of file Native.java.

4761  {
4762  long res = INTERNALsolverGetProof(a0, a1);
4764  if (err != Z3_error_code.Z3_OK)
4765  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4766  return res;
4767  }
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 4778 of file Native.java.

4779  {
4780  String res = INTERNALsolverGetReasonUnknown(a0, a1);
4782  if (err != Z3_error_code.Z3_OK)
4783  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4784  return res;
4785  }
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:10085
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 4787 of file Native.java.

4788  {
4789  long res = INTERNALsolverGetStatistics(a0, a1);
4791  if (err != Z3_error_code.Z3_OK)
4792  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4793  return res;
4794  }
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 4680 of file Native.java.

4681  {
4682  long res = INTERNALsolverGetTrail(a0, a1);
4684  if (err != Z3_error_code.Z3_OK)
4685  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4686  return res;
4687  }
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 4671 of file Native.java.

4672  {
4673  long res = INTERNALsolverGetUnits(a0, a1);
4675  if (err != Z3_error_code.Z3_OK)
4676  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4677  return res;
4678  }
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 4769 of file Native.java.

4770  {
4771  long res = INTERNALsolverGetUnsatCore(a0, a1);
4773  if (err != Z3_error_code.Z3_OK)
4774  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4775  return res;
4776  }
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 4539 of file Native.java.

4540  {
4543  if (err != Z3_error_code.Z3_OK)
4544  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4545  }
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 4573 of file Native.java.

4574  {
4575  INTERNALsolverIncRef(a0, a1);
4577  if (err != Z3_error_code.Z3_OK)
4578  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4579  }
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)

◆ solverInterrupt()

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

Definition at line 4589 of file Native.java.

4590  {
4591  INTERNALsolverInterrupt(a0, a1);
4593  if (err != Z3_error_code.Z3_OK)
4594  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4595  }
static native void INTERNALsolverInterrupt(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 4605 of file Native.java.

4606  {
4607  INTERNALsolverPop(a0, a1, a2);
4609  if (err != Z3_error_code.Z3_OK)
4610  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4611  }
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 4597 of file Native.java.

4598  {
4599  INTERNALsolverPush(a0, a1);
4601  if (err != Z3_error_code.Z3_OK)
4602  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4603  }
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 4613 of file Native.java.

4614  {
4615  INTERNALsolverReset(a0, a1);
4617  if (err != Z3_error_code.Z3_OK)
4618  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4619  }
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 4565 of file Native.java.

4566  {
4567  INTERNALsolverSetParams(a0, a1, a2);
4569  if (err != Z3_error_code.Z3_OK)
4570  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4571  }
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 4805 of file Native.java.

4806  {
4807  String res = INTERNALsolverToDimacsString(a0, a1);
4809  if (err != Z3_error_code.Z3_OK)
4810  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4811  return res;
4812  }
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:10085
static final Z3_error_code fromInt(int v)

◆ solverToString()

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

Definition at line 4796 of file Native.java.

4797  {
4798  String res = INTERNALsolverToString(a0, a1);
4800  if (err != Z3_error_code.Z3_OK)
4801  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4802  return res;
4803  }
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:10085
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 4530 of file Native.java.

4531  {
4532  long res = INTERNALsolverTranslate(a0, a1, a2);
4534  if (err != Z3_error_code.Z3_OK)
4535  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4536  return res;
4537  }
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 2675 of file Native.java.

2676  {
2677  long res = INTERNALsortToAst(a0, a1);
2679  if (err != Z3_error_code.Z3_OK)
2680  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
2681  return res;
2682  }
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 3838 of file Native.java.

3839  {
3840  String res = INTERNALsortToString(a0, a1);
3842  if (err != Z3_error_code.Z3_OK)
3843  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3844  return res;
3845  }
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:10085
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 4831 of file Native.java.

4832  {
4833  INTERNALstatsDecRef(a0, a1);
4835  if (err != Z3_error_code.Z3_OK)
4836  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4837  }
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 4884 of file Native.java.

4885  {
4886  double res = INTERNALstatsGetDoubleValue(a0, a1, a2);
4888  if (err != Z3_error_code.Z3_OK)
4889  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4890  return res;
4891  }
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 4848 of file Native.java.

4849  {
4850  String res = INTERNALstatsGetKey(a0, a1, a2);
4852  if (err != Z3_error_code.Z3_OK)
4853  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4854  return res;
4855  }
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:10085
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 4875 of file Native.java.

4876  {
4877  int res = INTERNALstatsGetUintValue(a0, a1, a2);
4879  if (err != Z3_error_code.Z3_OK)
4880  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4881  return res;
4882  }
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 4823 of file Native.java.

4824  {
4825  INTERNALstatsIncRef(a0, a1);
4827  if (err != Z3_error_code.Z3_OK)
4828  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4829  }
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 4866 of file Native.java.

4867  {
4868  boolean res = INTERNALstatsIsDouble(a0, a1, a2);
4870  if (err != Z3_error_code.Z3_OK)
4871  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4872  return res;
4873  }
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 4857 of file Native.java.

4858  {
4859  boolean res = INTERNALstatsIsUint(a0, a1, a2);
4861  if (err != Z3_error_code.Z3_OK)
4862  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4863  return res;
4864  }
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 4839 of file Native.java.

4840  {
4841  int res = INTERNALstatsSize(a0, a1);
4843  if (err != Z3_error_code.Z3_OK)
4844  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4845  return res;
4846  }
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 4814 of file Native.java.

4815  {
4816  String res = INTERNALstatsToString(a0, a1);
4818  if (err != Z3_error_code.Z3_OK)
4819  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4820  return res;
4821  }
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:10085
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 3485 of file Native.java.

3486  {
3487  long res = INTERNALsubstitute(a0, a1, a2, a3, a4);
3489  if (err != Z3_error_code.Z3_OK)
3490  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3491  return res;
3492  }
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 3494 of file Native.java.

3495  {
3496  long res = INTERNALsubstituteVars(a0, a1, a2, a3);
3498  if (err != Z3_error_code.Z3_OK)
3499  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3500  return res;
3501  }
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 4154 of file Native.java.

4155  {
4156  long res = INTERNALtacticAndThen(a0, a1, a2);
4158  if (err != Z3_error_code.Z3_OK)
4159  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4160  return res;
4161  }
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 4433 of file Native.java.

4434  {
4435  long res = INTERNALtacticApply(a0, a1, a2);
4437  if (err != Z3_error_code.Z3_OK)
4438  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4439  return res;
4440  }
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 4442 of file Native.java.

4443  {
4444  long res = INTERNALtacticApplyEx(a0, a1, a2, a3);
4446  if (err != Z3_error_code.Z3_OK)
4447  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4448  return res;
4449  }
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 4208 of file Native.java.

4209  {
4210  long res = INTERNALtacticCond(a0, a1, a2, a3);
4212  if (err != Z3_error_code.Z3_OK)
4213  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4214  return res;
4215  }
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 4121 of file Native.java.

4122  {
4123  INTERNALtacticDecRef(a0, a1);
4125  if (err != Z3_error_code.Z3_OK)
4126  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4127  }
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 4235 of file Native.java.

4236  {
4237  long res = INTERNALtacticFail(a0);
4239  if (err != Z3_error_code.Z3_OK)
4240  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4241  return res;
4242  }
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 4244 of file Native.java.

4245  {
4246  long res = INTERNALtacticFailIf(a0, a1);
4248  if (err != Z3_error_code.Z3_OK)
4249  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4250  return res;
4251  }
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 4253 of file Native.java.

4254  {
4255  long res = INTERNALtacticFailIfNotDecided(a0);
4257  if (err != Z3_error_code.Z3_OK)
4258  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4259  return res;
4260  }
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 4406 of file Native.java.

4407  {
4408  String res = INTERNALtacticGetDescr(a0, a1);
4410  if (err != Z3_error_code.Z3_OK)
4411  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4412  return res;
4413  }
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:10085
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 4388 of file Native.java.

4389  {
4390  String res = INTERNALtacticGetHelp(a0, a1);
4392  if (err != Z3_error_code.Z3_OK)
4393  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4394  return res;
4395  }
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:10085
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 4397 of file Native.java.

4398  {
4399  long res = INTERNALtacticGetParamDescrs(a0, a1);
4401  if (err != Z3_error_code.Z3_OK)
4402  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4403  return res;
4404  }
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 4113 of file Native.java.

4114  {
4115  INTERNALtacticIncRef(a0, a1);
4117  if (err != Z3_error_code.Z3_OK)
4118  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4119  }
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 4163 of file Native.java.

4164  {
4165  long res = INTERNALtacticOrElse(a0, a1, a2);
4167  if (err != Z3_error_code.Z3_OK)
4168  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4169  return res;
4170  }
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 4181 of file Native.java.

4182  {
4183  long res = INTERNALtacticParAndThen(a0, a1, a2);
4185  if (err != Z3_error_code.Z3_OK)
4186  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4187  return res;
4188  }
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 4172 of file Native.java.

4173  {
4174  long res = INTERNALtacticParOr(a0, a1, a2);
4176  if (err != Z3_error_code.Z3_OK)
4177  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4178  return res;
4179  }
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 4217 of file Native.java.

4218  {
4219  long res = INTERNALtacticRepeat(a0, a1, a2);
4221  if (err != Z3_error_code.Z3_OK)
4222  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4223  return res;
4224  }
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 4226 of file Native.java.

4227  {
4228  long res = INTERNALtacticSkip(a0);
4230  if (err != Z3_error_code.Z3_OK)
4231  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4232  return res;
4233  }
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 4190 of file Native.java.

4191  {
4192  long res = INTERNALtacticTryFor(a0, a1, a2);
4194  if (err != Z3_error_code.Z3_OK)
4195  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4196  return res;
4197  }
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 4262 of file Native.java.

4263  {
4264  long res = INTERNALtacticUsingParams(a0, a1, a2);
4266  if (err != Z3_error_code.Z3_OK)
4267  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4268  return res;
4269  }
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 4199 of file Native.java.

4200  {
4201  long res = INTERNALtacticWhen(a0, a1, a2);
4203  if (err != Z3_error_code.Z3_OK)
4204  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
4205  return res;
4206  }
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 3161 of file Native.java.

3162  {
3163  long res = INTERNALtoApp(a0, a1);
3165  if (err != Z3_error_code.Z3_OK)
3166  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3167  return res;
3168  }
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 3170 of file Native.java.

3171  {
3172  long res = INTERNALtoFuncDecl(a0, a1);
3174  if (err != Z3_error_code.Z3_OK)
3175  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3176  return res;
3177  }
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 3807 of file Native.java.

3808  {
3810  }
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 3503 of file Native.java.

3504  {
3505  long res = INTERNALtranslate(a0, a1, a2);
3507  if (err != Z3_error_code.Z3_OK)
3508  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3509  return res;
3510  }
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 774 of file Native.java.

775  {
776  INTERNALupdateParamValue(a0, a1, a2);
778  if (err != Z3_error_code.Z3_OK)
779  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
780  }
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 3476 of file Native.java.

3477  {
3478  long res = INTERNALupdateTerm(a0, a1, a2, a3);
3480  if (err != Z3_error_code.Z3_OK)
3481  throw new Z3Exception(INTERNALgetErrorMsg(a0, err.toInt()));
3482  return res;
3483  }
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().