Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIGNET Pierre
cadbiom
Commits
b7e64b49
Commit
b7e64b49
authored
Dec 06, 2019
by
VIGNET Pierre
Browse files
[cmd][lib] Ooops; Fix reload of solutions previously computed...
parent
5b782dbd
Changes
2
Hide whitespace changes
Inline
Side-by-side
command_line/cadbiom_cmd/solution_search.py
View file @
b7e64b49
...
...
@@ -149,6 +149,7 @@ def get_dimacs_start_properties(mcla, previous_frontier_places):
)
for
frontier_places
in
previous_frontier_places
]
return
dimacs_start
def
search_entry_point
(
...
...
library/cadbiom/models/clause_constraints/mcl/MCLAnalyser.py
View file @
b7e64b49
...
...
@@ -685,7 +685,7 @@ class MCLAnalyser(object):
# mac_list = [] # Not used anymore
# Keep a list of frontier values to be banned in the next search
forbidden_frontier_values
=
[]
forbidden_frontier_values
=
query
.
dim_start
# Satisfiability test
reachable
=
self
.
sq_is_satisfiable
(
query
,
max_user_step
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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