← Back to context Comment by WillAdams 21 days ago Usually when one needs constraints one can code it up as a recursive function. 2 comments WillAdams Reply dymk 20 days ago That’s certainly not the case for most situations where a constraint solver is useful WillAdams 20 days ago Worked for the one time I needed it, and it seems to be a frequently used technique for folks using OpenSCAD.Curious if something different could be achieved using Python....
dymk 20 days ago That’s certainly not the case for most situations where a constraint solver is useful WillAdams 20 days ago Worked for the one time I needed it, and it seems to be a frequently used technique for folks using OpenSCAD.Curious if something different could be achieved using Python....
WillAdams 20 days ago Worked for the one time I needed it, and it seems to be a frequently used technique for folks using OpenSCAD.Curious if something different could be achieved using Python....
That’s certainly not the case for most situations where a constraint solver is useful
Worked for the one time I needed it, and it seems to be a frequently used technique for folks using OpenSCAD.
Curious if something different could be achieved using Python....