The set of asserted formulas.
()
| 392 | * The set of asserted formulas. |
| 393 | */ |
| 394 | public Expr<?>[] getObjectives() |
| 395 | { |
| 396 | ASTVector objectives = new ASTVector(getContext(), Native.optimizeGetObjectives(getContext().nCtx(), getNativeObject())); |
| 397 | return objectives.ToExprArray(); |
| 398 | } |
| 399 | |
| 400 | /** |
| 401 | * Optimize statistics. |
nothing calls this directly
no test coverage detected