Boy_Scouts_Scheduler.GreedyAlgorithm.Assignment.Assignment C# (CSharp) 메소드

Assignment() 공개 메소드

public Assignment ( Group g, Station s ) : System
g Group
s Station
리턴 System
        public Assignment(Group g, Station s)
        {
            G = g;
            S = s;
        }
Assignment