Commits on Source (75)
-
Gabrielle Van De Vijver authored
-
Benoit Chevillon authored
-
Benoit Chevillon authored
-
Gabrielle Van De Vijver authored
-
Gabrielle Van De Vijver authored
-
Gabrielle Van De Vijver authored
-
Gabrielle Van De Vijver authored
-
Gabrielle Van De Vijver authored
-
Gabrielle Van De Vijver authored
-
Gabrielle Van De Vijver authored
Gabrielle See merge request !1
-
Benoit Chevillon authored
Benoit See merge request !2
-
Balthazar Wilson authored
-
Balthazar Wilson authored
add: test file See merge request !3
-
Balthazar Wilson authored
-
Gabrielle Van De Vijver authored
fix: approval See merge request !4
-
-
-
-
Balthazar Wilson authored
-
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
fix: moved main.go file to cmd folder to avoid package name conflicts See merge request !5
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
add: error handling See merge request !6
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
Partie serveur See merge request !7
-
Balthazar Wilson authored
implémentation des votants par Balthazar See merge request !8
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Gabrielle Van De Vijver authored
-
Balthazar Wilson authored
-
Gabrielle Van De Vijver authored
-
Balthazar Wilson authored
-
Gabrielle Van De Vijver authored
-
Balthazar Wilson authored
Copeland and stv See merge request !9
-
Balthazar Wilson authored
-
Balthazar Wilson authored
fix: readme See merge request !10
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
-
Balthazar Wilson authored
Showing
- README.md 0 additions, 92 deletionsREADME.md
- agt/ballotagent/ballotagent.go 76 additions, 0 deletionsagt/ballotagent/ballotagent.go
- agt/ballotagent/new_ballot.go 186 additions, 0 deletionsagt/ballotagent/new_ballot.go
- agt/ballotagent/result.go 60 additions, 0 deletionsagt/ballotagent/result.go
- agt/ballotagent/vote.go 113 additions, 0 deletionsagt/ballotagent/vote.go
- agt/voteragent/voteragent.go 78 additions, 0 deletionsagt/voteragent/voteragent.go
- cmd/launch-all-rest-agents/launch-all-agents.go 0 additions, 42 deletionscmd/launch-all-rest-agents/launch-all-agents.go
- cmd/launch-bagt/launch-bagt.go 13 additions, 0 deletionscmd/launch-bagt/launch-bagt.go
- cmd/launch-vagt/launch-vagt.go 13 additions, 0 deletionscmd/launch-vagt/launch-vagt.go
- cmd/main.go 16 additions, 0 deletionscmd/main.go
- comsoc/Approval.go 31 additions, 4 deletionscomsoc/Approval.go
- comsoc/Borda.go 21 additions, 14 deletionscomsoc/Borda.go
- comsoc/CondorcetWinner.go 31 additions, 1 deletioncomsoc/CondorcetWinner.go
- comsoc/Copeland.go 41 additions, 1 deletioncomsoc/Copeland.go
- comsoc/HelpFunctions.go 79 additions, 50 deletionscomsoc/HelpFunctions.go
- comsoc/Majority.go 32 additions, 12 deletionscomsoc/Majority.go
- comsoc/STV.go 77 additions, 1 deletioncomsoc/STV.go
- comsoc/TieBreak.go 167 additions, 25 deletionscomsoc/TieBreak.go
- comsoc/cs_test.go 144 additions, 0 deletionscomsoc/cs_test.go
- go.mod 2 additions, 4 deletionsgo.mod
README.md
deleted
100644 → 0
agt/ballotagent/new_ballot.go
0 → 100644
agt/ballotagent/result.go
0 → 100644
agt/ballotagent/vote.go
0 → 100644
cmd/main.go
0 → 100644
comsoc/cs_test.go
0 → 100644
module tp5 | ||
module gitlab.utc.fr/gvandevi/ia04binome2a | ||
go 1.21 | ||
require gitlab.utc.fr/lagruesy/ia04 v0.2.1 // indirect | ||
go 1.21.1 |