mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +00:00
rm_lp
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
1e8bf7669c
commit
1bbb35972b
19 changed files with 65 additions and 641 deletions
|
@ -171,8 +171,6 @@ public:
|
|||
void print_matrix_compact(std::ostream & f);
|
||||
|
||||
void print(indexed_vector<T> & w, const vector<unsigned>& basis);
|
||||
void solve_Bd(unsigned a_column, vector<T> & d, indexed_vector<T> & w);
|
||||
void solve_Bd(unsigned a_column, indexed_vector<T> & d, indexed_vector<T> & w);
|
||||
void solve_Bd_faster(unsigned a_column, indexed_vector<T> & d); // d is the right side on the input and the solution at the exit
|
||||
|
||||
void solve_yB(vector<T>& y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue