monotonic_solver
monotonic_solver copied to clipboard
A monotonic solver designed to be easy to use with Rust enum expressions
Results
2
monotonic_solver issues
Sort by
recently updated
recently updated
newest added
When you have a goal and some assumptions, but you do not know what is missing. There should be a search that finds some few assumptions to be added such...
draft
discussion
Could probably have scores for solutions such that the "best" solution is picked. Check out semiotic expressions in the ethicophysics repository for some ideas, or I can learn rust and...