Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIGNET Pierre
cadbiom
Commits
e7f9f467
Commit
e7f9f467
authored
Feb 14, 2017
by
VIGNET Pierre
Browse files
Remove old code
parent
9a0a4393
Changes
1
Hide whitespace changes
Inline
Side-by-side
cadbiom/models/clause_constraints/mcl/MCLSolutions.py
View file @
e7f9f467
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment