Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e7f9f467 authored by VIGNET Pierre's avatar VIGNET Pierre
Browse files

Remove old code

parent 9a0a4393
No related branches found
No related tags found
No related merge requests found
......@@ -249,18 +249,6 @@ class RawSolution(object):
else [self.extract_act_inputs_clocks(xic)
for xic in self.unflatten()] # list of lists
# len1 = len(self.__unfolder.get_inputs())
# len2 = len(self.__unfolder.get_free_clocks())
# if len1 == 0 and len2 == 0:
# return []
#
# unflat = self.unflatten()
# ic_traj = []
# for xic in unflat:
# xi_ic = self.extract_act_inputs_clocks(xic)
# ic_traj.append(xi_ic)
# return ic_traj
def __str__(self):
"""
For debug purpose
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment