I'm trying to find a numerical instance (I don't need arbitrarily high precision) of solution to 7 relatively complicated inequalities (plus the region specification) involving 8 variables.
The problem is that the kernel quits itself while evaluating the FindInstance. I have tried to fix a finite WorkingPrecision, to no avail.
I understand that this is probably too little information to even suggest something, but unfortunately I cannot produce a MWE -- the notebook and expressions are too complicated and refer to other files.
Is there any general pointer you could intuitively give me? I was thinking about researching for an ideal Method, but don't even know where to begin.
I appreciate any insights.
cd = CylindricalDecomposition[inequalities, variables]. ThenFindInstance[cd, variables]is an easy job. – Akku14 Oct 15 '21 at 18:25