-
Notifications
You must be signed in to change notification settings - Fork 88
Sketch 2.0: KCL sketch block execution using ezpz solve #8499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
CodSpeed Performance ReportMerging #8499 will not alter performanceComparing Summary
Footnotes
|
5735f20
to
48f06a2
Compare
3a74821
to
a1ef8df
Compare
03058c7
to
a98ae26
Compare
This implements basic sketch block execution and fixed constraints, calling the ezpz solver for the first time.
Implementation
e1 == e2
, build aConstraint
and push that into a Vec.I considered converting units "back" based on the units of the initial values of
var
s. I don't think it makes sense because in general, sketch vars can be passed around like any other values and it may not be intuitive where a sketch var originated. In the future, I could imagine having a parameter or sketch block annotation that configures which units to solve in. But it seems rare to care about it.Future Work