Skip to content

Conversation

@Dasdebsankar54
Copy link

close: tscircuit/schematic-trace-solver#79
/claim tscircuit/schematic-trace-solver#79

Modifications to the createSchematicTraceSolverInputProblem function now selectively filter VCC and GND sourceNet entries, preventing their inclusion in the netConnections array passed to the solver. This code change alters the trace solver's input problem, effectively disabling autorouting for global power and ground nets

@vercel
Copy link

vercel bot commented Nov 16, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
tscircuit-core-benchmarks Ready Ready Preview Comment Nov 16, 2025 5:46am

@Dasdebsankar54
Copy link
Author

When i am running for bun run format i can see 800 unrelated files change
image

Copy link
Contributor

@seveibar seveibar left a comment

Choose a reason for hiding this comment

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

not the correct fix, lots of regressions from the snapshots

Comment on lines +286 to 293
// Estimate net label width using same heuristic as computeSchematicNetLabelCenter
// Default font_size is 0.18 and charWidth = 0.1 * (font_size / 0.18)
const fontSize = 0.18
const charWidth = 0.1 * (fontSize / 0.18)
const netLabelWidth = Number(
(String(userNetId).length * charWidth).toFixed(2),
)

Copy link
Contributor

Choose a reason for hiding this comment

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

Reformat it. try to run bun run format

@github-actions
Copy link

This PR has been automatically marked as stale because it has had no recent activity. It will be closed if no further activity occurs.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix extra net label in repro61, or remove trace

3 participants