Challenge #213: Optimized Flower Arrangements
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Struggled with this one (more info in Spoiler).
*I did try sorting the data by price ascending, which got the answer closer to 950, but was still over 🤔
I asked my go to optimisation guy @PhilipMannering to help, but he couldn't solve my issue. I've kept the original way I had the tool set up so if anyone with more nous than I can have a look and tell me what I was doing wrong I'd be a very happy Ollie 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Input some objective to maximise; input some cost matrix; input some constraints; receive an error; debug using sample workflows; ...; success!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Interesting challenge! Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I think I've worked out the issue I was having. The cross-tab puts the headers in alphabetical order, which the flowers aren't, so they didn't line up properly in the Optimisation tool. Sorting alphabetically by flower name fixed my issue 🙂 (cc: @PhilipMannering)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Seems to be impossible for me to remember how to use optimization tool since it always feels like I have never seen it before when I need it.. Maybe the next time will be easier (most likely not)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello
Here's my solution
@johnemery thank you for the video that helped me a lot to understand these tool beside the tool mastery.