to find out the name of the parameter, one has to look it up in cvxopt docs:
http://cvxopt.org/userguide/coneprog.html#algorithm-parameters

As soon as you know the name, call solver_parameter(), as follows:

sage: s=SemidefiniteProgram()
sage: s.solver_parameter("maxiters")
100
sage: s.solver_parameter("maxiters",200)
sage: s.solver_parameter("maxiters")
200




On Saturday, February 11, 2017 at 12:43:19 PM UTC, [email protected] wrote:
>
> I didn't find out any way by searching.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to