Skip to content

Lists as input to NmzCone #121

@pedritomelenas

Description

@pedritomelenas

May be this is unrelated, but I just wanted to ask if there is a something wrong here.

The following code gives an error

D := NmzCone(["equations",[[1..3]]]);
Error, Element 2 of the input list must be an integer matrix in
  _NmzCone( opts_list ...

While this does not

D := NmzCone(["equations",[List([1..3],x->x)]]);

Thank you,
Pedro

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions