Changeset 1074
- Timestamp:
- 07/01/08 02:04:00 (2 months ago)
- Files:
-
- trunk/openopt/scikits/openopt/Kernel/Point.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openopt/scikits/openopt/Kernel/Point.py
r1065 r1074 5 5 6 6 class Point: 7 """ 8 the class is used to prevent calling non-linear constraints more than once 9 f, c, h are funcs for obtaining objFunc, non-lin ineq and eq constraints. 10 df, dc, dh are funcs for obtaining 1st derivatives. 11 """ 7 12 __expectedArgs__ = ['x', 'f', 'mr'] 8 13 def __init__(self, p, x, *args, **kwargs):
