Re: Min of all solutions
"Richard A. O'Keefe" <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
On 13/08/2013, at 3:15 PM, Diego Rafael Di Berardino wrote: > how can i get the solution that hs the min value of all solutions of a goal? (1) Get all the solutions. (2) Pick the one with the minimum value. That's the easy safe way to do it. library(aggregate) packages this nicely for you.