Changeset f585453
- Timestamp:
- Sep 9, 2011 1:58:04 PM (13 years ago)
- Branches:
- compt_changes, info-ops, master
- Children:
- e252e5d
- Parents:
- ca5cda7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/compose.py
rca5cda7 rf585453 171 171 self.add_option('--lax', dest='lax', default=False, 172 172 action='store_true', 173 help='allow solutions where unrequired constraints fail')173 help='allow solutions where required constraints fail') 174 174 self.add_option('--same_node', dest='same_node', action='store_true', 175 175 default=False,
Note: See TracChangeset
for help on using the changeset viewer.