We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example
sage: K.<vars> = ParametricRealField([inital_data]) sage: h = gj_function(vars) sage: extemality_test(h) sage: proof_cell = K.make_proof_cell() sage: proof_cell.get_polys() { 'lt_poly': list(proof_cell.bsa.lt_poly()), 'eq_poly' : list(proof_cell.bsa.eq_poly()), 'le_poly' : list(proof_cell.bsa.le_poly())}
This would be an improvement for access data generated and readability to users of the software.
The text was updated successfully, but these errors were encountered:
option semialgebraic complex complent to retrive inequalities in a re…
1756ead
…asonable mannner (issue mkoeppe#81) and a tutorial for basic useage of parametric families (issue mkoeppe#78)
4f1355e
No branches or pull requests
Example
This would be an improvement for access data generated and readability to users of the software.
The text was updated successfully, but these errors were encountered: