Changes between Initial Version and Version 1 of Ticket #18685, comment 11
- Timestamp:
- 06/13/15 03:07:23 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18685, comment 11
initial v1 4 4 Does this rather need to be handled with sigon() / sigoff() somehow? 5 5 6 [[[ 6 {{{ 7 7 sage: lp.add_linear_constraint(zip([0, 1, 2], [8, 6, 1]), None, 48) 8 8 sage: lp.add_linear_constraint(zip([0, 1, 2], [4, 2, 1.5]), None, 20) … … 21 21 Sage will now terminate. 22 22 ------------------------------------------------------------------------ 23 }}} 23 24 24 25 25 26 27