AIMA.Core.Search.Framework.Problem.Problem C# (CSharp) Method

Problem() protected method

protected Problem ( ) : System
return System
        protected Problem()
        {
        }
    }

Same methods

Problem::Problem ( Object initialState, ActionsFunction actionsFunction, ResultFunction resultFunction, GoalTest goalTest ) : System
Problem::Problem ( Object initialState, ActionsFunction actionsFunction, ResultFunction resultFunction, GoalTest goalTest, StepCostFunction stepCostFunction ) : System