-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VAMPIRE: Fix lower bound structure #31
Comments
Mentioning a constant (ex. o1) in the input file triggers the solver to necessarily create it as a node in the generated finite model. This is problematic because currently, we are mentioning the list of constants for the scope minimum and maximum (ex. MinScope = (object <=> o1..o3), MaxSope = (object <=>o1..o6) ). |
The solution to this issue may rely in tweaking the solver itself (ex. through command line parameters, maybe). |
A possibility would be to introduce model elements as skolem constants. |
No description provided.
The text was updated successfully, but these errors were encountered: