Skip to content

Code generation: still need to convert some "algebraic" stuff to "algebraic variable" #1353

@agarny

Description

@agarny

For instance, in the generated code, we have:

const VariableInfo ALGEBRAIC_INFO[] = {
...
};

while we should have:

const VariableInfo ALGEBRAIC_VARIABLE_INFO[] = {
...
};

Note: there may be other instances like this.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions