The .net API has the following constructor for a Context:
Context (Dictionary< string, string > settings)
how to get a list of all the possible settings?
Specifically, I am interested in how to ask Z3 to produce an unsat core, ie the equivalent of the SMT lib produce-unsat-cores.