Mentions légales du service

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

[lib] CLUnfolder: fix typos

parent f85ea0df
No related branches found
No related tags found
No related merge requests found
......@@ -812,7 +812,7 @@ class CLUnfolder(object):
# Syntax analyser and type checker
# Compile a condition expression to a tree representation
tree_prop = compile_cond( ## TODO: AUDIT
tree_prop = compile_cond(
property_text,
self.dynamic_system.symb_tab,
self.dynamic_system.report
......@@ -1175,6 +1175,9 @@ class CLUnfolder(object):
.. warning:: vvars (frontier values) are not tested. Thus the satisfiability
is not tested for interesting variables like in squery_solve().
.. note:: This function checks and corrects incoherent data on step number.
__steps_before_check can't be >= max_step
:param max_step: The horizon on which the properties must be satisfied.
:type max_step: <int>
"""
......@@ -1236,6 +1239,9 @@ class CLUnfolder(object):
Otherwise, 1 test is made for each remaining step after each shift() call.
.. note:: This function checks and corrects incoherent data on step number.
__steps_before_check can't be >= max_step
:param max_step: bounded horizon for computations
:param max_sol: The maximum number of solutions to be returned
:param vvars: Variables for which solutions must differ.
......
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