In the previous question solve nonlinear constraints, I asked whether z3 could give a sound and complete result when using nlsat solver to handle polynomial constraints on nonlinear real arithmetic. As Taylor answered, the nksat solver is complete and sound.
Z3 supports unsat core extraction when solving constraints on LRA. I want to know that whether it possible to extract an unsat core when using the nlsat solver? If z3 does not support, can I implement it on top of z3? A further question is how large problem it can handle.