Changeset 821 for mystic/examples2/cvxqp_alt2.py
- Timestamp:
- 08/13/15 12:51:47 (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mystic/examples2/cvxqp_alt2.py
r811 r821 15 15 16 16 def constraint(x): # impose exactly 17 return normalize(x )17 return normalize(x, 1.0) 18 18 19 19
Note: See TracChangeset
for help on using the changeset viewer.