mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 18:15:32 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3
This commit is contained in:
commit
6319861e26
14 changed files with 232 additions and 10 deletions
|
@ -44,6 +44,15 @@ public class ParamDescrs extends Z3Object
|
|||
getContext().nCtx(), getNativeObject(), name.getNativeObject()));
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrieve documentation of parameter.
|
||||
**/
|
||||
|
||||
public String getDocumentation(Symbol name)
|
||||
{
|
||||
return Native.paramDescrsGetDocumentation(getContext().nCtx(), getNativeObject(), name.getNativeObject());
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrieve all names of parameters.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue