Skip to content
@FairCoalitionCasesDistributionProject

FairCoalitionCasesDistributionProject

Welcome To The Fair Division Of Ministries In A Governmental Coalition Calculation System.

Table of contents

A web application which calculates a fair division of ministries between government coalition members.

The platform gets from each party of a potential coalition, its number of mandates and values for each ministry representing their interest in it as an input. The software returns a fair division of the ministries between the parties as an output accordingly to the leximin criterion.

So How It Works ?

Here you can try to build a coalition with any parties dividing any ministries you want and see how does it work together.

First, you will be asked to enter the number of ministries that you want to build your coalition on. After that, you will give give those ministries a description (we need to know what are we dividing right ?).

After that, you'll need to tell how many parties there will be in your coalition and how many mandates in total (not only in the coalition) there is. As in the step before, you will be able to give those parties a description.

Please note, the results are highly dependant on the inputs you will use. So, even a difference of a single point might change the division.

Also, after receiving the results, you can copy a URL link which can restore the session for further use.

The Algorithm

The system is based on an implementation of a linear programming algorithm for fair division of objects between members with non equal rights. The algorithm is based on a theorem that in every division problem between n players with equal rights, exists a proportional division where at most n-1 shared objects.

The algorithm is from Fairpy written by Erel Segal-Halevi

 1

This function gets the values matrix containing each party's values for each item. It sends to dominating allocation with bounded sharing of the values and a division that each party gets the number of mandates/sum of all the mandates. in this way, we guarantee that each party will get a fair share of their size.

 2

Here we take an existing allocation and use integer programming to divide the items such that each party will get at least the values it got from the first allocation, however this time only m - 1 item will be shared between the parties.

Technology

 4

Session Examples

https://faircoalitionproj.netlify.app/?IL24.X9.7.Q.E.6.K.4W

https://faircoalitionproj.netlify.app/?IL24.X9.7.Q.E.J.J.FZ

About Us

 5

Popular repositories Loading

  1. Vision1 Vision1 Public

  2. SRD SRD Public

  3. projects-5782 projects-5782 Public

    Forked from erelsgl-at-ariel/projects-5782

    Annual project - year 5782

  4. SDD SDD Public

  5. AlgorithmTests AlgorithmTests Public

    Python

  6. ProjectFrontEndThroughUntiy ProjectFrontEndThroughUntiy Public

    C#

Repositories

Showing 10 of 10 repositories
  • Backend Public
    FairCoalitionCasesDistributionProject/Backend’s past year of commit activity
    Python 0 1 0 0 Updated Jul 10, 2024
  • FairCoalitionCasesDistributionProject/FrontEndRelease’s past year of commit activity
    HTML 0 0 0 0 Updated Aug 8, 2022
  • FairCoalitionCasesDistributionProject/ProjectFrontEndThroughUntiy’s past year of commit activity
    C# 0 0 0 0 Updated Aug 8, 2022
  • .github Public

    Our github repo landing page

    FairCoalitionCasesDistributionProject/.github’s past year of commit activity
    0 0 0 0 Updated Jul 28, 2022
  • Vision1 Public
    FairCoalitionCasesDistributionProject/Vision1’s past year of commit activity
    0 0 0 0 Updated Jul 24, 2022
  • SRD Public
    FairCoalitionCasesDistributionProject/SRD’s past year of commit activity
    0 0 0 0 Updated Jul 24, 2022
  • FairCoalitionCasesDistributionProject/UserFeedbackReply’s past year of commit activity
    0 0 0 0 Updated Jul 23, 2022
  • FairCoalitionCasesDistributionProject/AlgorithmTests’s past year of commit activity
    Python 0 0 0 0 Updated Mar 9, 2022
  • projects-5782 Public Forked from erelsgl-at-ariel/projects-5782

    Annual project - year 5782

    FairCoalitionCasesDistributionProject/projects-5782’s past year of commit activity
    0 3 0 0 Updated Jan 7, 2022
  • SDD Public
    FairCoalitionCasesDistributionProject/SDD’s past year of commit activity
    0 0 0 0 Updated Dec 17, 2021

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…