Skip to content

pmc-tools/umbj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The umbj library

The umbj Java library provides support for reading and writing files in the UMB (Unified Markov Binary) format, which is an efficient, extensible format for storage and communication of probabilistic models.

It is used within the PRISM model checker to provide support for import and export of models in UMB, but is provided as standalone library, for use by other Java-based implementations.

To use, you need umbj.jar as well as the following dependencies:

  • Apache Commons Compress
  • fastutil
  • Gson
  • XZ for Java

To compile from source, use

gradle build

To also extract the required JAR files for dependencies:

gradle packageLibrary

To build everything into a single JAR, use:

gradle fatJar

About

Java library for reading and writing UMB files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages