Home
last modified time | relevance | path

Searched refs:tournament (Results 1 – 25 of 815) sorted by relevance

12345678910>>...33

/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/tests/
H A Dtest_tournament.py5 from networkx.algorithms.tournament import is_reachable
6 from networkx.algorithms.tournament import is_strongly_connected
7 from networkx.algorithms.tournament import is_tournament
8 from networkx.algorithms.tournament import random_tournament
9 from networkx.algorithms.tournament import hamiltonian_path
10 from networkx.algorithms.tournament import score_sequence
11 from networkx.algorithms.tournament import tournament_matrix
12 from networkx.algorithms.tournament import index_satisfying
/dports/games/brumbrumrally/brumbrumrally-0.7/src/
H A DCreateNetworkGame.cpp39 tournament(false), in CreateNetworkGame()
47 menu.addItem("Tournament", &tournament); in CreateNetworkGame()
68 if (raceTypeUndecided && (singleRace || tournament)) in onEvent()
70 Settings::network.tournament = tournament; in onEvent()
84 if (tournament) in onEvent()
100 …ayers, Settings::network.maxPlayersPerClient, Settings::network.laps, (tournament? Settings::netwo… in onEvent()
H A DRacePreparationMenu.cpp27 RacePreparationMenu::RacePreparationMenu(bool tournament) in RacePreparationMenu() argument
30 path(configPath() + (tournament ? "/tournament" : "/single")) in RacePreparationMenu()
34 menu.setTitle(tournament ? "tournament" : "single race"); in RacePreparationMenu()
36 Settings::race.tournament = tournament; in RacePreparationMenu()
41 if (tournament) in RacePreparationMenu()
H A DRaceSetup.cpp26 : tournament(false), in RaceSetup()
36 : tournament(false), in RaceSetup()
49 …onst std::vector<std::string>& playerNames, int laps, int tracks, bool tournament, bool carCollisi… in RaceSetup() argument
51 tournament(tournament), in RaceSetup()
77 return tournament; in isTournament()
H A DRaceSetup.h35 …onst std::vector<std::string>& playerNames, int laps, int tracks, bool tournament, bool carCollisi…
80 bool tournament; variable
H A DSettings.h72 bool tournament; member
118 bool tournament; member
H A DRacePreparationMenu.h30 RacePreparationMenu(bool tournament);
/dports/lang/gleam/gleam-0.18.2/cargo-crates/petgraph-0.6.0/benches/
H A Dfeedback_arc_set.rs13 use common::{directed_fan, tournament};
17 let g = tournament(10); in greedy_fas_tournament_10_bench()
24 let g = tournament(50); in greedy_fas_tournament_50_bench()
31 let g = tournament(200); in greedy_fas_tournament_200_bench()
/dports/devel/grex/grex-1.3.0/cargo-crates/petgraph-0.6.0/benches/
H A Dfeedback_arc_set.rs13 use common::{directed_fan, tournament};
17 let g = tournament(10); in greedy_fas_tournament_10_bench()
24 let g = tournament(50); in greedy_fas_tournament_50_bench()
31 let g = tournament(200); in greedy_fas_tournament_200_bench()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/petgraph-0.6.0/benches/
H A Dfeedback_arc_set.rs13 use common::{directed_fan, tournament};
17 let g = tournament(10); in greedy_fas_tournament_10_bench()
24 let g = tournament(50); in greedy_fas_tournament_50_bench()
31 let g = tournament(200); in greedy_fas_tournament_200_bench()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/petgraph-0.6.0/benches/
H A Dfeedback_arc_set.rs13 use common::{directed_fan, tournament};
17 let g = tournament(10); in greedy_fas_tournament_10_bench()
24 let g = tournament(50); in greedy_fas_tournament_50_bench()
31 let g = tournament(200); in greedy_fas_tournament_200_bench()
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/petgraph-0.6.0/benches/
H A Dfeedback_arc_set.rs13 use common::{directed_fan, tournament};
17 let g = tournament(10);
24 let g = tournament(50);
31 let g = tournament(200);
/dports/math/nauty/nauty27r3/
H A Damtog.c49 boolean warn,loop,unsymm,compl,triangle,tournament; in main() local
198 loop = unsymm = tournament = FALSE; in main()
200 tournament = s[0] == 's'; in main()
218 if (tournament) in main()
240 else if (tournament) in main()
257 if ((tournament || unsymm) && outcode != DIGRAPH6) in main()
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Damtog.c49 boolean warn,loop,unsymm,compl,triangle,tournament; in main() local
198 loop = unsymm = tournament = FALSE; in main()
200 tournament = s[0] == 's'; in main()
218 if (tournament) in main()
240 else if (tournament) in main()
257 if ((tournament || unsymm) && outcode != DIGRAPH6) in main()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/genetics/
H A DTournamentSelection.java58 return new ChromosomePair(tournament((ListPopulation) population), in select()
59 tournament((ListPopulation) population)); in select()
70 …private Chromosome tournament(final ListPopulation population) throws MathIllegalArgumentException… in tournament() method in TournamentSelection
/dports/games/foobillard/foobillard-3.0a/
H A DTODO10 - find tournament menu segfault
11 - AI-AI fast motion in tournament menu
22 - tournament mode: 5 matches with different opponents
/dports/games/amoebax/amoebax-0.2.1/
H A DNEWS4 - Fixed the problem of players not being centered on tournament's grid in
6 - Fixed the problem of the tournament's players selection was a bit off
46 - Added the tournament mode.
51 - High scores are now also stored for normal and tournament modes.
/dports/games/pvpgn/pvpgn-1.8.5/
H A DTODO18 * complete tournament support with crash recovery option
23 e. tournament stuff
28 4. add stats recording for tournament games (did race wins)
/dports/games/openomf/openomf-c36c421/src/game/scenes/mechlab/
H A Dlab_dash_main.c35 dw->tournament = label_create(&tconf_light, "NO TOURNAMENT"); in lab_dash_main_create()
41 xysizer_attach(xy, dw->tournament, 12, 88, 200, 6); in lab_dash_main_create()
99 label_set_text(dw->tournament, p1->pilot.trn_desc); in lab_dash_main_update()
/dports/archivers/p5-Compress-Bzip2/Compress-Bzip2-2.24/bzlib-src/
H A Dsample0.ref22 this means no fear - cavalier. Renegade and steer clear! A tournament,
23 a tournament, a tournament of lies. Offer me solutions, offer me alternatives
/dports/math/py-networkx/networkx-2.6.3/doc/reference/algorithms/
H A Dtournament.rst5 .. automodule:: networkx.algorithms.tournament
/dports/www/firefox-esr/firefox-91.8.0/extensions/spellcheck/hunspell/tests/unit/data/
H A Di35725.dic10 tournament/MS
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hunspell/tests/
H A Di35725.dic10 tournament/MS
/dports/lang/spidermonkey78/firefox-78.9.0/extensions/spellcheck/hunspell/tests/unit/data/
H A Di35725.dic10 tournament/MS
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/hunspell/tests/
H A Di35725.dic10 tournament/MS

12345678910>>...33