Skip to content

Commit

Permalink
included new instance functions in init
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-utke committed Sep 11, 2023
1 parent bb8f925 commit 0f71299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pabutools/election/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pabutools.election.instance import Instance, Project, total_cost
from pabutools.election.instance import Instance, Project, total_cost, max_budget_allocation_cost, max_budget_allocation_cardinality
from pabutools.election.pabulib import parse_pabulib

from pabutools.election.profile import *
Expand Down

0 comments on commit 0f71299

Please sign in to comment.