You can place the statement "fshaft>0" somewhere in the solve block, but you will notice that it looks like it gets ignored. It treated like a soft constraint, so you can "weight" it by typing something like "fshaft*100>0" and that works.
↧
You can place the statement "fshaft>0" somewhere in the solve block, but you will notice that it looks like it gets ignored. It treated like a soft constraint, so you can "weight" it by typing something like "fshaft*100>0" and that works.