namespace HeuristicLab.Problems.ProgramSynthesis.Base.Erc { using HeuristicLab.Core; public interface IErcValueItem : IErcItem { T GetErcValue(IRandom random); } }