using Graphing.Graphables; namespace Graphing.Abstract; public interface IIntegrable { public IntegralEquation Integrate(); }