Skip to content

use BigObject<type> information from json #267

@kalmarek

Description

@kalmarek

Maybe our faux constructors can actually create types:
e.g. Polytope{Rational}(...) could create BigObject{Polytope{Rational}}

this way we could leverage dispatch for auto-generated functions (and their docs).
Right now e.g. polytope.dim function is created three times (with the same signature, so we don't see warnings) and docs are overwritten, so we need to do hacks like this:

aggregate = Dict{String, Vector{Int}}()

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