2013-06-01から1ヶ月間の記事一覧

a SPL planning tool, by Soltani et al (SPLC2012)

The result of planner in the visual viewSamaneh Soltani, Mohsen Asadi, Dragan Gasevic, Marek Hatala, Ebrahim Bagheri: Automated planning for feature model configuration based on functional and non-functional requirements. SPLC (1) 2012: 56…

Haskell parsec で命題論理(propositional logic)の構文解析器

Haskell parsec で命題論理(propositional logic)の構文解析器を作ってみた。作ってみた、とは一言っても、つくりかけ。BNF の右辺が2つの時はできるのだけど、それが3つ以上になった時にどうして良いかわからない。以下を参考に作った。以下と違って、…

Combinatorial Testing of ACTS: A Case Study

The main challenge of this study was to model the input space in terms of a set of parameters and values. Once the model was designed,we generated test cases using ACTS, which were then later used to test ACTS