Changes between Initial Version and Version 8 of Ticket #14540
- Timestamp:
- 04/19/16 08:39:09 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14540
-
Property
Summary
changed from
MILP constraints are silently misunderstood
toMILP constraints do no deal with Python ints properly
-
Property
Milestone
changed from
sage-5.11
tosage-7.2
-
Property
Summary
changed from
-
Ticket #14540 – Description
initial v8 15 15 16 16 The code above works on the command-line. In a script, you can do without the `int()`. 17 18 Nathann