XADD package in Python
Project description
Python Implementation of XADD
This repository implements the Python version of XADD (eXtended Algebraic Decision Diagrams) which was first introduced in Sanner et al. (2011); you can find the original Java implementation from here.
Our Python XADD code uses Sympy for symbolically maintaining all variables and related operations, and PULP is used for pruning unreachable paths. Note that we only check linear conditionals. If you have Gurobi installed and configured in the conda environment, then PULP will use Gurobi for solving (MI)LPs; otherwise, the default solver (CBC) is going to be used.
Note that the implementation for EMSPO --- Exact symbolic reduction of linear Smart Predict+Optimize to MILP (Jeong et al., ICML-22) --- has been moved to the branch emspo.
Installation
Load your Python virtual environment then type the following commands for package installation
pip install sympy numpy psutil
# Optional: if you want to use the 'reduce_lp' method that prunes out
# unreachable partitions using LP solvers
pip install pulp
pip install gurobipy # If you have a license
# Move to the current directory and install xaddpy as a Python package
pip install -e .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file xaddpy-0.1.1.tar.gz
.
File metadata
- Download URL: xaddpy-0.1.1.tar.gz
- Upload date:
- Size: 32.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2057b1755097999e438689b566a6b222825d22bcb5d4514f18f46f0043db23c |
|
MD5 | c10f43fee73487a26f66a094d9e81127 |
|
BLAKE2b-256 | cedac7db76951bb987980d1db00034a9c9206386c8abf7dd834901a2bde817ba |