Error Prefix CE: Compile Error
Errors occurring when compiling a model into an OMMX instance. This might include missing placeholder values in the instance data, out-of-bounds access, etc.
Errors
Code |
Title |
|---|---|
Dangling bound variable |
|
Missing placeholder value |
|
Unknown instance data entry |
|
Missing category label values |
|
Instance data name conflicts with an existing declaration |
|
Cyclic placeholder dependency |
|
Calling a non-function value |
|
Internal invariant violation |
|
Array index out of bounds |
|
Jagged array subscript out of bounds |
|
Step of a slice or range is zero |
|
min/max over an empty collection |
|
Internal JSON serialization failure |
|
OMMX rejected the built instance |
|
Internal len_at dimension check |
|
Internal len_at on jagged array check |
|
Dict key not found |
|
Unknown variable in fixed_variables |
|
Fixed value outside the variable domain |
|
Failed to register constraint hints |
|
Scalar fixed value for an indexed variable |
|
Subscripted fixed value for a scalar variable |
|
Array shape mismatch |
|
Internal invalid array shape |
|
Internal: unknown decision variable ID |
|
Unknown decision variable name |
|
Internal: decision variable registered twice |
|
Decision variable subscript out of range |
|
Invalid decision variable bound |
|
Decision variable rejected by OMMX |
|
Internal: unknown constraint ID |
|
Unknown constraint name |
|
Conflicting constraint definition for a subscript |
|
Inconsistent constraint subscript count |
|
Constraint hint subscript out of domain |
|
Internal: non-uniform jagged array dimensions |
|
Non-numeric value in a fixed-variables dictionary |
|
Invalid key in a fixed-variables dictionary |
|
Invalid fixed-variable entry |
|
Unknown constraint hint name |
|
Invalid constraint hint name type |
|
Invalid constraint detection configuration |