Skip to content

use std::variant  #13

@Laouen

Description

@Laouen

A real number can have three different representations, real_explicit, real_algorithmic (both leaves of the binary tree) and real_operation (the vertex).

Use std::variant to handle which representation a real number is using to improve memory performance.

Metadata

Metadata

Assignees

Labels

After GSoCTo implement before submitting to Boost C++ for inclusion

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions