mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
merging with the lp fork
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
cf695ab876
commit
b08f094620
44 changed files with 902 additions and 319 deletions
|
@ -12,7 +12,9 @@ namespace lean {
|
|||
|
||||
random_updater::random_updater(
|
||||
lar_core_solver & lar_core_solver,
|
||||
const vector<unsigned> & column_indices) : m_core_solver(lar_core_solver) {
|
||||
const vector<unsigned> & column_indices) :
|
||||
m_core_solver(lar_core_solver),
|
||||
range(100000) {
|
||||
for (unsigned j : column_indices)
|
||||
add_column_to_sets(j);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue