Sub-skill of solver-benchmark: Solver Paths.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill solver-paths --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Solver Paths?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-solver-paths-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: solver-benchmark-solver-paths
description: 'Sub-skill of solver-benchmark: Solver Paths.'
version: 2.0.0
category: engineering-utilities
type: reference
scripts_exempt: true
---
# Solver Paths
## Solver Paths
Configure solver paths in the script or via environment variables:
```python
# In run_3way_benchmark.py
SOLVER_PATHS = {
"orcawave": None, # Uses OrcFxAPI
"aqwa": Path("C:/Program Files/ANSYS Inc/v252/aqwa/bin/winx64/Aqwa.exe"),
"bemrosetta": Path("D:/software/BEMRosetta/BEMRosetta_cl.exe"),
}
```
*See sub-skills for full details.*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!