source: ai2020/group6/IBiddingStrategy.java@ 5

Last change on this file since 5 was 3, checked in by wouter, 3 years ago

#1925 added group6 code.

File size: 148 bytes
Line 
1package ai2020.group6;
2
3import geniusweb.issuevalue.Bid;
4
5public interface IBiddingStrategy {
6
7 public Bid generateBid(MAState state);
8
9}
Note: See TracBrowser for help on using the repository browser.