Opened 12 years ago
Last modified 3 months ago
#7790 new enhancement
Setting a default max/min bound when calling MixedIntegerLinearProgram.new_variable
Reported by: | ncohen | Owned by: | jkantor |
---|---|---|---|
Priority: | major | Milestone: | sage-9.7 |
Component: | linear programming | Keywords: | |
Cc: | yzh | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Being able to write something like :
p = MixedIntegerLinearProgram() v = p.new_variable(min=3, max =8)
Would be really nice !
Change History (9)
comment:1 Changed 12 years ago by
- Component changed from numerical to linear programming
comment:2 Changed 9 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:3 Changed 8 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:4 Changed 8 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:5 Changed 8 years ago by
- Milestone changed from sage-6.3 to sage-6.4
comment:6 Changed 13 months ago by
- Cc yzh added
- Milestone changed from sage-6.4 to sage-9.4
comment:7 Changed 10 months ago by
- Milestone changed from sage-9.4 to sage-9.5
comment:8 Changed 5 months ago by
- Milestone changed from sage-9.5 to sage-9.6
comment:9 Changed 3 months ago by
- Milestone changed from sage-9.6 to sage-9.7
Note: See
TracTickets for help on using
tickets.