public class SocialGolfer extends ExampleSet
cost, search, store, vars
Constructor and Description |
---|
SocialGolfer() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
It runs a number of social golfer problems.
|
void |
model()
It specifies a standard way of modeling the problem.
|
boolean |
search()
It specifies simple search method based on input order and lexigraphical
ordering of values.
|
void |
setup(int weeks,
int groups,
int players)
It sets the parameters for the model creation function.
|
getSearch, getSearchVariables, getStore, printMatrix, searchAllAtOnce, searchAllOptimal, searchMasterSlave, searchMostConstrainedStatic, searchOptimal, searchSmallestDomain, searchWeightedDegree
public static void main(String[] args)
args
- parameters (none)public void setup(int weeks, int groups, int players)
weeks
- how many weeks to playgroups
- how many groups will playplayers
- how many players will playpublic void model()
ExampleSet
model
in class ExampleSet
public boolean search()
ExampleSet
search
in class ExampleSet
Copyright © 2022. All rights reserved.