I developed a model using Z3 .Net API. The program runs well. But when I increase the input size (i.e., the model size), the program runs for a long time and then it ends giving the following message:
"Unhandled Exception: OutOfMemoryException."
I am wonderding is there any way I can increase the memory size for the program.