Skip to content
/ alchemy2 Public

A copy of Alchemy 2, a set of tools to handle Markov Logic Networks.

License

Notifications You must be signed in to change notification settings

PhDP/alchemy2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alchemy 2

Build status

A copy of the official SVN repository with very very few modifications (see Changes).

Linux x86_64 binaries can be found here.

Installation

Alchemy was developed/tested on Linux (Fedora Core 5) and... it fails to compile with modern versions of gcc, clang, and bison.

I've tested this version of the code with with Bison 2 and g++ 4.4, see install.sh for a simple install script used on Ubuntu to get the right versions of bison and gcc.

There is no target for tests, so, yeah...

Changes

Since alchemy is the reference implementation for markov logic, I tried to make as few changes as possible. I only made a few modifications to simplify compilation:

  • I added files for a full example in examples.
  • I added install.sh, README.md, .travis.cl, and .gitignore.
  • I added the manual and tutorial PDF files in the doc folder.

License

MIT.