Commit 71e53d33 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

initial implementation of SolverTypeInformation.conflictsWithSolver().


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31493 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 18ea8d06
......@@ -55,7 +55,9 @@ class SolverTypeInformation(ERP5TypeInformation):
"""
Returns True if the solver conflicts with other_solver. False else.
"""
# XXX real implementation is needed.
if self.getTestedProperty() == other_solver.getTestedProperty():
return True
# XXX more condition is needed?
return False
def reduceConfigurationList(self, configuration_property_id_list):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment