(defn build-soft-strat-work-plan "Return a work plan for the given rules-set and query" [rs q] (let [aq (adorn-query q)] (struct soft-strat-work-plan aq (build-soft-strat rs aq))))
Comments top
No comments for build-soft-strat-work-plan. Log in to add a comment.