amoeba icon indicating copy to clipboard operation
amoeba copied to clipboard

a Cassowary constraint solving algorithm implements in pure C.

Results 6 amoeba issues
Sort by recently updated
recently updated
newest added

Please add documentation for how to use the API.

enhancement

Can you add a license file for what you're licensing the code under?

I would like to ask the solver wether a variable is underconstrained or not. Maybe I can try to add a constraint for a variable and see if I get...

enhancement

I am looking into creating a wrapper around this api in Swift. I'm facing some difficult choices. All variables are created using a solver and the solvers am_Allocf. This makes...

help wanted

There is a typo "clear_constrants" on lines with * `AM_API void am_resetsolver (am_Solver *solver, int clear_constrants);` * `AM_API void am_resetsolver(am_Solver *solver, int clear_constrants) {` * ` if (!clear_constrants) return;`

bug

I'd like to use amoeba as an external library in Smalltalk but don't know how to generate a DLL from the header file. Is there a one line script for...