Installation

Package Install

pip install design-research-problems

Editable Install

git clone https://github.com/cmudrc/design-research-problems.git
cd design-research-problems
python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
pip install -e ".[dev]"

Maintainer Shortcut

make dev

Family Extras

Install only the problem-family integrations needed for your study.

pip install -e ".[grammar]"
pip install -e ".[battery]"
pip install -e ".[mcp,cad]"
pip install -e ".[solvers,pandas]"

Use Dependencies and Extras for a compact matrix and practical profile guidance.