示例#1
0
 /// <summary>
 /// Constructs the relaxed planning graph.
 /// </summary>
 /// <param name="relaxedProblem">Relaxed planning problem.</param>
 public RelaxedPlanningGraph(IRelaxedProblem relaxedProblem) : base(relaxedProblem)
 {
 }
示例#2
0
 /// <summary>
 /// Constructs the relaxed planning graph.
 /// </summary>
 /// <param name="relaxedProblem">Relaxed planning problem.</param>
 protected RelaxedPlanningGraph(IRelaxedProblem relaxedProblem)
 {
     RelaxedProblem = relaxedProblem;
 }