著者
平野直樹 菱沼千明
雑誌
第73回全国大会講演論文集
巻号頁・発行日
vol.2011, no.1, pp.381-382, 2011-03-02

生ごみ削減が問われているにも関わらず,コンビニでは衛生上一定時間を経過した食品などの廃棄が続いている。廃棄される商品の原価は,オーナーが全額自己負担しなければならない。本論文では、適切な割引を導入して販売促進することで、廃棄を少なくする方法を提案する。具体的には、割引率と販売増加数との関係式を過去の売上げデータから見い出し、当日の売上げ傾向が予定よりも少ない場合には、関係式にから求めた割引率を適用して商品販売を行い、在庫をゼロにできることを明らかにした。なお、仕入れ数は当日変更は不可とした。関係式は特定のコンビニデータを元に見いだしたが、パラメータ変更により異なる特性にも適応しうることも考慮した。
著者
菱沼 千明 山下 堅治 中西 正和
出版者
一般社団法人情報処理学会
雑誌
情報処理 (ISSN:04478053)
巻号頁・発行日
vol.17, no.11, pp.1002-1008, 1976-11-15
被引用文献数
1

This paper presents some usuful techniques for implementing LISP 1.5 interpreter. First, effective push down stack techniques are given in order to realize the recursive procedure peculiar to the function of LISP. Second, we show a method to curtail the excess a-list which is generated by universal functions when they evaluate iterative functions. The efficiency of those methods are also shown by comparing the mini-LISP, which is made to employ those methods, with other LISP 1.5 interpreters.