Changes between Initial Version and Version 1 of Ticket #16701, comment 13
- Timestamp:
- 07/22/14 16:40:36 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16701, comment 13
initial v1 1 Hey guys, what the hell is this ?2 3 {{{4 def solve(self):5 ...6 return 0 # it should be the value of the objective function7 def set_variable_type(...):8 ...9 pass10 }}}