API#

Here is the list of all the modules in the QHyper package.

API reference documentation for QHyper.

Core Modules

problems

This module contains implementaions of different problems.

optimizers

This module contains implementations of different optimizers.

solvers

This module contains implementations of different solvers.

Simple Modules

polynomial

Module for polynomial representation.

constraint

This module contains the Constraint class which is used to represent a, well, constraint.

parser

Module for parsing sympy expressions to Polynomial.

converter

This module contains the Converter class with static methods for converting Problem objects to different formats.

util

This module contains utility functions that are used across the project.