File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -131,13 +131,16 @@ bool UniSamp::solve(bool& timeout_expired) // Search without assumptions.
131
131
arjun->set_seed (5 );
132
132
133
133
sampling_vars_orig = sampling_vars;
134
+ arjun->set_starting_sampling_set (sampling_vars_orig);
134
135
sampling_vars = arjun->get_indep_set ();
136
+ std::cout << " c [unigen->arjun] sampling var size [from arjun] " << sampling_vars.size () << " \n " ;
137
+
135
138
delete arjun;
136
139
137
- sampling_vars = sampling_vars_orig; // TODO AS this is debugging as Arjun is not performing correctly
140
+ // TODO AS: this is debugging as Arjun is not performing correctly
141
+ // sampling_vars = sampling_vars_orig;
138
142
139
143
a->set_projection_set (sampling_vars);
140
- std::cout << " c [unigen->arjun] sampling var size [from arjun] " << sampling_vars.size () << " \n " ;
141
144
142
145
auto sol_count = a->count ();
143
146
s->set_full_sampling_vars (sampling_vars_orig);
You can’t perform that action at this time.
0 commit comments