Z3: Performing Matrix Operations
问题 My Situation I'm working on a project which needs to: Prove the correctness of 3D matrix transformation formulas involving matrix operations Find a model with the values of the unknown matrix entries. My Question What's the best way to express formulas using matrix operations so that they can be solved by z3 ? (The way used in Z3Py's Sudoku Example isn't very elegant and doesn't seem suitable for more complex matrix operations.) Thanks. - If anything's unclear, please leave a question comment