Is there a way to implement the travelling sales man or purchaser algorithm but with dependencies between location, so I have to grab item X before item B. Is there any research regarding this problem ?Read more
I have a class library that calls dll_A. dll_A has dependencies on WPF. How to I wrap or isolate my class library so that the code calling my library does not need to have a dependency on WPF? (My class library obviously has to depend on WPF, but the only output is Byte[]). In otherRead more