diff --git a/lbaf_docs/lbaf.Applications.LBAF_app.LBAFApplication.html b/lbaf_docs/lbaf.Applications.LBAF_app.LBAFApplication.html index 57e4fec504..1bba0082e3 100644 --- a/lbaf_docs/lbaf.Applications.LBAF_app.LBAFApplication.html +++ b/lbaf_docs/lbaf.Applications.LBAF_app.LBAFApplication.html @@ -98,7 +98,8 @@

Methods

def _LBAFApplication__print_statistics(self, phase: lbaf.Model.lbsPhase.Phase, - phase_name: str) + phase_name: str, + work_model: typing.Optional[lbaf.Model.lbsWorkModelBase.WorkModelBase] = None)
Print a set of rank and edge statistics
@@ -108,7 +109,9 @@

Methods

(if configuration file path is relative it is searched in the current working directory and at the end in the {PROJECT_PATH}/config directory)
- def run(self) + def run(self, + cfg = None, + cfg_dir = None)
Run the LBAF application.