API Reference
This section provides a detailed reference for the Qaekwy API. The API is organized into modules, each of which is documented in a separate file.
modeller
: TheModeller
class, for building optimization models.variables
: Classes for representing variables.constraints
: Classes for representing constraints.engine
: Classes for interacting with the solver engine.solution
: TheSolution
class, for representing solutions.explanation
: TheExplanation
class, for representing explanations.cutoff
: Classes for specifying optimization cutoff conditions.searcher
: TheSearcherType
enum, which represents different types of search algorithms.specific
: Classes for specifying optimization objectives.relation
: TheRelationType
enum, which represents different types of relational comparisons.response
: Classes for representing and handling responses from the optimization engine.function
: Various mathematical functions that can be applied to expressions or arrays of expressions.main
: The__main__
module, which provides a simple command-line interface.exceptions
: Custom exceptions used in the Qaekwy library.