Z3Params
public class Z3Params : Z3RefCountedObjectParameter set used to configure many components such as: simplifiers, tactics, solvers, etc.
- 
                  
                  The context this Z3ParamsbelongsDeclarationSwift public let context: Z3Context
- 
                  
                  Add a Boolean parameter kwith valuevto the parameter setp.DeclarationSwift public func setBool(_ symbol: Z3Symbol, _ value: Bool)
- 
                  
                  Add an unsigned parameter kwith valuevto the parameter setp.DeclarationSwift public func setUInt(_ symbol: Z3Symbol, _ value: UInt32)
- 
                  
                  Add a double parameter kwith valuevto the parameter setp.DeclarationSwift public func setDouble(_ symbol: Z3Symbol, _ value: Double)
- 
                  
                  Convert a parameter set into a string. This function is mainly used for printing the contents of a parameter set. DeclarationSwift public func toString() -> String
- 
                  
                  Validate this parameter set against the parameter description set d.The procedure invokes the error handler if selfis invalid.DeclarationSwift public func validate(_ d: Z3ParamDescrs)
 Z3Params Class Reference
      Z3Params Class Reference