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: TheModellerclass, for building optimization models.variables: Classes for representing variables.constraints: Classes for representing constraints.engine: Classes for interacting with the solver engine.solution: TheSolutionclass, for representing solutions.explanation: TheExplanationclass, for representing explanations.cutoff: Classes for specifying optimization cutoff conditions.searcher: TheSearcherTypeenum, which represents different types of search algorithms.specific: Classes for specifying optimization objectives.relation: TheRelationTypeenum, 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.