Interface ModelInterface

Model interface output.

Hierarchy

  • ModelInterface

Properties

globals: string[]

Global constraints used

has_output_item: boolean

Whether there is an output item present

included_files: string[]

Files included

input: {
    [name: string]: VarType;
}

Model input parameters

Type declaration

method: "sat" | "min" | "max"

Solve method

output: {
    [name: string]: VarType;
}

Model output variables

Type declaration

type: "interface"

Message type

Generated using TypeDoc