From 4718604f3b1e84b4da7d40f2f1bfe7e684d04a90 Mon Sep 17 00:00:00 2001 From: Cristian Klein Date: Wed, 14 Oct 2020 07:48:24 +0200 Subject: [PATCH] Document complexity in UI --- gnucash/gtkbuilder/window-autoclear.glade | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnucash/gtkbuilder/window-autoclear.glade b/gnucash/gtkbuilder/window-autoclear.glade index 25730a6ffd..4288ac7446 100644 --- a/gnucash/gtkbuilder/window-autoclear.glade +++ b/gnucash/gtkbuilder/window-autoclear.glade @@ -72,7 +72,9 @@ True False <b>Auto-Clear Information</b> -Use this dialog if you want GnuCash to automatically find which transactions are cleared, given an ending balance. For example, said ending balance can be the current balance given by your online bank. +Use this dialog if you want GnuCash to automatically find which transactions are cleared, given an ending balance. For example, said ending balance can be the current balance given by your online bank. + +<b>Note</b>: The complexity of this algorithm is quite high (<a href="https://en.wikipedia.org/wiki/Knapsack_problem#Computational_complexity">O(nW)</a>). Use this only on a dozen of uncleared splits. True True 80