E-CE0002 — Unknown instance data entry

Error Type

Compile Error

Phase

compiling the problem into an OMMX instance

Python exception

jijmodeling.ModelingError

Message

Unknown instance data entry `{name}`; {...}

Cause

The instance data contains an entry whose name does not correspond to any placeholder or category label declared in the model. This is usually a typo, or data left over from a renamed or removed placeholder.

Fix

Rename or remove the offending entry so that every key in the instance data matches a placeholder or category label declared in the model; the message lists the accepted names. If the model declares no placeholders or category labels at all, the message says so instead of listing names; such a model accepts no instance data, so remove every entry.