Skip to content

enum_monomial returns an incorrect monomia #2

@ksuenaga

Description

@ksuenaga

Calling enum_monomial with the following parameters:

degree:2
type environment : x0:ty0^1, x2:ty2^1, x1:ty2^{-1}*ty0^1 (ctenv is empty)
typ:ty0 * 2

returns the following monomials:

x0^2, x0, x1^2

However, x1^2 have the type ty2^{-2}*ty0^2, which has an incorrect type.

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