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);
The message I get :
------------------------------------------------------------------------
Unhandled SIGSEGV: A segmentation fault occurred in Sage.
This probably occurred because a *compiled* component of Sage has a bug
in it and is not properly wrapped with sig_on(), sig_off().
Sage will now terminate.
------------------------------------------------------------------------
/usr/local/sage/sage: line 134: 81511 Segmentation fault: 11
"$SAGE_ROOT/src/bin/sage" "$@«
- The problem disappears when I solve the MIP with p.solve() before
printing the value.
- The problem does not happen with GLPK solver instead of Coin
Platform :
Mac OS X 10.9 Mavericks
sage: version()
'Sage Version 6.1.1, Release Date: 2014-02-04'
--
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.