[Solved] Getting started with basic transportation problems like Wolf, Cabbage, Goat with either C# or F# [closed]


I’d recommend going thru the excellent article Escape from Zurg: An Exercise in Logic Programming. Although the functional language of choice there is Haskell, it should give you enough ideas about programming of optimal search problems functionally.

Also Escape from Zurg in Scala has full source code easily portable to F#.

solved Getting started with basic transportation problems like Wolf, Cabbage, Goat with either C# or F# [closed]