noname icon indicating copy to clipboard operation
noname copied to clipboard

expose better `witness_vars` in backend

Open mimoo opened this issue 1 year ago • 2 comments

currently the backend exposes:

fn witness_vars(&self) -> &HashMap<usize, Value<Self>>;

I think we should expose instead:

fn witness_vars(&self, var: &CellVar) -> Value<Self>;

and rename it to get_cellvar_value

mimoo avatar Apr 16 '24 12:04 mimoo

can i work on this?

Teja-11 avatar Apr 17 '24 01:04 Teja-11

Sounds good :)

mimoo avatar Apr 17 '24 05:04 mimoo