Tag: C#

Applying the 2-opt algorithm to travelling salesman problems in C# / WPF

For the Java equivalent see this link:https://www.technical-recipes.com/2017/applying-the-2-opt-algorithm-to-traveling-salesman-problems-in-java/For the C++ equivalent see this link:https://www.technical-recipes.com/2012/applying-c-implementations-of-2-opt-to-travelling-salesman-problems/This post demonstrates how to apply the 2-opt algorithm to a number of standard test problems in C# …

Using the Gecko Web Browser in a C# Winforms Project

Some particularly useful links:http://stackoverflow.com/questions/8778320/how-to-use-gecko-in-c-sharp https://xinyustudio.wordpress.com/2015/07/04/embedding-web-browsers-in-winform-applications/#more-3695See this link if you’re interested in using Gecko in a WPF project:https://www.technical-recipes.com/2017/using-the-gecko-web-browser-in-wpf/Installing and using the latest GeckoFX-45.01. Create a new WinForms application:2. Install the GeckoFX …
`