Skip to content

feat(solver): improve solver performance using Eigen#126

Open
s-n-sharma wants to merge 38 commits intomainfrom
eigen
Open

feat(solver): improve solver performance using Eigen#126
s-n-sharma wants to merge 38 commits intomainfrom
eigen

Conversation

@s-n-sharma
Copy link
Collaborator

No description provided.

s-n-sharma and others added 30 commits October 28, 2025 19:37
perf(Solver): further improvements to solver
@s-n-sharma s-n-sharma requested review from rahulk29 and rohanku January 9, 2026 08:33
@s-n-sharma s-n-sharma self-assigned this Jan 9, 2026
.flag("-O3");


if std::path::Path::new("/opt/homebrew/include/eigen3").exists() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix hardcoded paths, make sure it works on other OSes.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double check license restrictions, might want to include the LICENSE somewhere.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably don't need to copy the LICENSE.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants