Interface ParamConfig

Options configuration in parameter configuration file (.mpc) format.

Example

model.solve({
options: {
solver: 'gecode', // Maps to --solver gecode
'all-solutions': true, // Maps to --all-solutions
'output-objective': true, // maps to --output-objective
}
});

Hierarchy

  • ParamConfig

Indexable

[arg: string]: any

Properties

Properties

solver?: string

Solver tag to use.

Generated using TypeDoc