Example #1
0
 public SelfDestructObjective(GraphMap.Objective objective, IEnumerable <Clue> objectiveProducesClues)
     : base(objective, objectiveProducesClues)
 {
 }
Example #2
0
 public AntennaeObjective(GraphMap.Objective objective, IEnumerable <Clue> objectiveProducesClues)
     : base(objective, objectiveProducesClues)
 {
 }
Example #3
0
 public SimpleObjective(GraphMap.Objective objective, IEnumerable<Clue> objectiveProducesClues)
 {
     this.obj = objective;
     this.objectiveProducesClues = objectiveProducesClues;
 }
Example #4
0
 public SimpleObjective(GraphMap.Objective objective, IEnumerable <Clue> objectiveProducesClues)
 {
     this.obj = objective;
     this.objectiveProducesClues = objectiveProducesClues;
 }