Skip to content

zephyr/schulze-voting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

schulze-voting

Purpose

This is a simple Java implementation of the Schulze voting system with a command-line interface.

If you are searching for a voting software with much more functionality and a graphical user interface, you should give OpenSTV (Single Transferable Vote and Instant Runoff Voting Software) a try.

Background

You can get more Background information at various sources:

Requirements

It has no further dependencies except for Java 6 or later.

How to compile and execute

If you have Apache Ant installed, just type

ant dist

to compile the source and

ant run

to execute the program.

Licence

Copyright 2010 by Dennis Heidsiek

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see here.

About

A simple Java implementation of the Schulze voting method.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published