bdeSetAlgebraicSolver

Takes model and solver and sets the algebraic solver of the model.

Syntax

bdeSetAlgebraicSolver(model, solver)

Inputs

model
Model of which the algebraic solver is being set.
Type: diagram
solver
Value to set the algebraic solver to.
Type: string

Examples

Set a model's algebraic solver:
model = bdeGetCurrentModel();
      bdeSetAlgebraicSolver(model, solver)