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