On 2014-02-21, Benoît Darties <[email protected]> wrote: > Here is the code I run > > sage: p = MixedIntegerLinearProgram("Coin") > sage: x=p.new_variable(binary=True,dim=1) > sage: p.set_min(x[0], 0.0) > sage: > sage: result=p.get_values(x); > works for me in Sage 6.1.1 on OSX 10.6.8. What Sage version and on what OS do you get your crash?
-- 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 http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/groups/opt_out.
