Changeset 2633
- Timestamp:
- May 24, 2010 10:23:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
coopr.opt/trunk/coopr/opt/base/solver.py
r2616 r2633 26 26 27 27 28 29 30 28 class IOptSolver(Interface): 31 29 """Interface class for creating optimization solvers""" … … 33 31 def available(self, exception_flag=True): 34 32 """Determine if this optimizer is available.""" 33 34 def warm_start_capable(self): 35 """ True is the solver can accept a warm-start solution.""" 35 36 36 37 def solve(self, *args, **kwds):
Note: See TracChangeset
for help on using the changeset viewer.