Re-exports§
Modules§
- ast
- bug
- context
- error
- Top-level error types for Conjure-Oxide.
- metadata
- parse
- rule_
engine - rules
- This module contains the rewrite rules for Conjure Oxides and it’s solvers.
- solver
- A high-level API for interacting with constraints solvers.
- stats
Macros§
- bug
- Triggers a panic with a detailed bug report message, while ensuring the panic is ignored in coverage reports.
- error
- into_
matrix - Creates a new matrix
AbstractLiteral
from someVec
, optionally with some index domain. - into_
matrix_ expr - Creates a new matrix as an
Expression
from a (Rust) vector, optionally with some index domain. - matrix
- Creates a new matrix
AbstractLiteral
optionally with some index domain. - matrix_
expr - Creates a new matrix as an
Expression
, optionally with some index domain. - throw_
error