yices2 icon indicating copy to clipboard operation
yices2 copied to clipboard

yices_model_set_<type> api in 2.6.4

Open ianamason opened this issue 3 years ago • 4 comments

Is there a good reason that we did not include the scalar case?

ianamason avatar Nov 17 '21 20:11 ianamason

and double/float too.

ianamason avatar Nov 18 '21 16:11 ianamason

Probably just an omission.

BrunoDutertre avatar Nov 18 '21 17:11 BrunoDutertre

Also add a method called yices_model_set_term that maps a variable to the given term (term_t representing a value) -- as in yices_model_from_map

ahmed-irfan avatar Aug 25 '23 00:08 ahmed-irfan

what about yices_model_set_yval? (e.g. yval is taken from some other model)

ahmed-irfan avatar Aug 25 '23 00:08 ahmed-irfan