NorMC

A Norm Compliance Temporal Logic Model Checker

View the Project on GitHub pkazmierczak/NorMC

This is a public git repository for the NorMC -- a Norm Compliance Temporal Logic Model Checker. The paper that fully documents the model checker is included in the download tarball (or the git repository if you wish to clone/fork it).

Installation and Usage

NorMC is written in Haskell), and it needs a Glasgow Haskell Compiler interpreter to run. You can download GHC from its homepage, but a simpler and better way is to download the whole Haskell Platform. Both Haskell and GHC are free to use and available for Windows, Mac, Linux, and other platforms.

In order to run NorMC, you have to load its files into the GHC interpreter:

$ ghci NCCTL.hs

You can also load the examples mentioned in the paper, either from the shell (as above) or from within the GHCi command line:

Prelude> :l Ex02.hs

Current version of NorMC cannot be compiled as a standalone Haskell program, and it always needs GHC to run. Also, NorMC is not compatible with Hugs, and has not been tested with any other Haskell interpreters.

License

Copyright 2011, University of Bergen. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY UNIVERSITY OF BERGEN ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL TRULS PEDERSEN OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of University of Bergen.

Authors

Truls Pedersen (truls.pedersen@uib.no)
Piotr Kaźmierczak (piotr.kazmierczak@uib.no)
Thomas Ågotnes (thomas.agotnes@uib.no)

Contact

Piotr Kaźmierczak (piotr.kazmierczak@uib.no)