liesel.model.model

liesel.model.model#

The model and the graph builder.

Functions

load_model(file)

Loads a model from a dill file.

save_model(model, file)

Saves a model to a dill file.

Classes

GraphBuilder()

A graph builder, used to set up a Model.

Model(nodes_and_vars[, grow, copy])

A model with a static graph.