namespace HeuristicLab.Problems.ProgramSynthesis.Base { public interface IWeighted { double Weight { get; } } }