MaplesimCompilerOptions

Defines the maplesim compiler options.

    MaplesimCompilerOptions

Library

Misc

Parameters

MaplesimCompilerOptions_0

NameLabelDescriptionData TypeValid Values

optimize

optimize

Specifies the level of code optimization.

Structure

optimize/True

true

Results in full optimization.

Number

0
1

optimize/False

false

Do not perform optimization.

Number

0
1

optimize/Fast

fast

Performs subexpression and some additional fast optimizations.

Number

0
1

optimize/SubExprOnly

subexpronly

Optimizes only simple expressions.

Number

0
1

coniter

coniter

Specifies constraint iteration count.

Scalar

contol

contol

Specifies constraint tolerance.

Scalar

eviter

eviter

Specifies the maximum number of event iterations.

Scalar

evtproj

evtproj

Specifies the use of projection in events.

Number

0
1

evthyst

evthyst

Specifies the width of the event hysteresis band.

Scalar

script

MapleSim debug script

String