Changeset - de6601b86409
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 10 years ago 2013-11-13 18:21:03
bkuhn@ebb.org
Add link for NP-Complete.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
UseCases/GeneratingReports.mdwn
Show inline comments
...
 
@@ -9,3 +9,3 @@ The usual reports an NPO is expected to generate, and all of these should be gen
 
- [Bank Reconciliation Report](http://en.wikipedia.org/wiki/Bank_reconciliation)
 
    + This report often needs to be generated with input from the user, since [the subset sum problem](http://en.wikipedia.org/wiki/Subset_sum_problem) is NP-complete, human intervention is often needed to identify the specific transactions to show on this report.
 
    + This report often needs to be generated with input from the user, since [the subset sum problem](http://en.wikipedia.org/wiki/Subset_sum_problem) is [NP-complete](http://en.wikipedia.org/wiki/NP-complete), human intervention is often needed to identify the specific transactions to show on this report.
 
- [Chart of accounts](http://en.wikipedia.org/wiki/Chart_of_accounts)
0 comments (0 inline, 0 general)