Class SMTConfig
- java.lang.Object
-
- org.sosy_lab.java_smt.solvers.opensmt.api.SMTConfig
-
public class SMTConfig extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(SMTConfig obj)static java.lang.StringgetO_produce_unsat_cores()booleanproduce_proof()booleanproduce_unsat_cores()static voidsetO_produce_unsat_cores(java.lang.String value)voidsetOption(java.lang.String option, SMTOption value)voidsetProduceProofs()protected static longswigRelease(SMTConfig obj)
-
-
-
Constructor Detail
-
SMTConfig
protected SMTConfig(long cPtr, boolean cMemoryOwn)
-
SMTConfig
public SMTConfig()
-
SMTConfig
public SMTConfig(SMTConfig arg0)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(SMTConfig obj)
-
swigRelease
protected static long swigRelease(SMTConfig obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete()
-
setO_produce_unsat_cores
public static void setO_produce_unsat_cores(java.lang.String value)
-
getO_produce_unsat_cores
public static java.lang.String getO_produce_unsat_cores()
-
setProduceProofs
public void setProduceProofs()
-
produce_unsat_cores
public boolean produce_unsat_cores()
-
produce_proof
public boolean produce_proof()
-
setOption
public void setOption(java.lang.String option, SMTOption value)
-
-