Skip to content

Conversation

@0xJepsen
Copy link
Contributor

Description
I have started to build a tropical polynomial interface

Changes Made

  • addition of tropical polynomial structure supporting multiple variable polynomials

Testing

  • Tests added/updated
  • All tests pass

📝 Description

The terms of the polynomial, mapping from exponents to coefficients.
Each key is a vector of exponents for each variable, and each value
is the tropical coefficient for that term.
terms: HashMap<Vec<usize>, TropicalElement<F>>,

🔍 Changes include

  • 🐛 Bugfix
  • ✨ New feature
  • 📚 Documentation
  • ⚡ Performance improvement
  • 🔨 Refactoring
  • ✅ Test updates

🧪 Testing

I have written unit tests for these changes

📋 Checklist

  • I have tested the changes locally
  • I have updated the documentation accordingly
  • I have added tests that prove my fix/feature works
  • All tests pass locally

🔗 Linked Issues

closes #50

@0xJepsen 0xJepsen added the area: algebra Algebra related changes label May 13, 2025
@Autoparallel
Copy link
Member

@0xJepsen do you want to finish this and get it merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: algebra Algebra related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(algebra): tropical polynomial

3 participants