Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaydin authored Jun 26, 2018
1 parent cd97653 commit 6d7bd86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## pyprob_cpp [![Build Status](https://travis-ci.org/probprog/pyprob_cpp.svg?branch=master)](https://travis-ci.org/probprog/pyprob_cpp)
# pyprob_cpp [![Build Status](https://travis-ci.org/probprog/pyprob_cpp.svg?branch=master)](https://travis-ci.org/probprog/pyprob_cpp)

`pyprob_cpp` is a C++ library providing a lightweight interface to the `pyprob` probabilistic programming library implemented in Python. The two components communicate through a `pplprotocol` interface that allows execution of models and inference engines in separate programming languages, processes, and machines connected over a network.

Please see the main [pyprob](https://github.com/probprog/pyprob) documentation for more information.

### Dependencies

Expand Down

0 comments on commit 6d7bd86

Please sign in to comment.