;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; This file is part of "NOVA": NOVA = search + COCOMO tools ; Copyright, 2008, Tim Menzies tim@menzies.us ; ; NOVA is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation, either version 3 of the License, or ; (at your option) any later version. ; ; NOVA is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ; GNU General Public License for more details. ; You should have received a copy of the GNU General Public License ; a long with NOVA. If not, see . ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (in-package :cl-user) (defpackage #:xomo.evaluation-methods (:use :cl :wvu-lib.tricks :wvu-lib.guess :nova.search :nova.apps :xomo.model) (:export ;;energy :energy :bfc :bc :bf :fc :set-energy-score-mode :retrieve-energy-score-mode ;;risk-exposure :risk-exposure) (:import-from :xomo.model :em+ :em-effort :cin+ :em-cin ;;risk-peaks :rp-sced-rely :rp-sced-cplx :rp-sced-time :rp-sced-pvol :rp-sced-tool :rp-sced-plex :rp-sced-pcap :rp-sced-aexp :rp-sced-acap :rp-sced-ltex :rp-sced-pmat :rp-rely-acap :rp-rely-pcap :rp-cplx-acap :rp-cplx-pcap :rp-cplx-tool :rp-rely-pmat :rp-pmat-acap :rp-stor-acap :rp-time-acap :rp-tool-acap :rp-tool-pcap :rp-ruse-aexp :rp-ruse-ltex :rp-pmat-pcap :rp-stor-pcap :rp-time-pcap :rp-ltex-pcap :rp-pvol-plex :rp-tool-pmat :rp-time-tool :rp-team-aexp :rp-team-sced :rp-team-site ))