pylibmgm.io.export_dd_file
- pylibmgm.io.export_dd_file(filepath: os.PathLike, model: pylibmgm.MgmModel) None
Export an MGM model to a .dd file.
- Parameters:
filepath (os.PathLike) – Path where the .dd file will be written.
model (MgmModel) – The MGM model to export.