(long nativeVec)
| 336 | } |
| 337 | |
| 338 | private Expr<?>[] unpackObjectiveValueVector(long nativeVec) { |
| 339 | ASTVector vec = new ASTVector( |
| 340 | getContext(), nativeVec |
| 341 | ); |
| 342 | return new Expr[] { |
| 343 | (Expr<?>) vec.get(0), (Expr<?>) vec.get(1), (Expr<?>) vec.get(2) |
| 344 | }; |
| 345 | |
| 346 | } |
| 347 | |
| 348 | /** |
| 349 | * Return a string the describes why the last to check returned unknown |
no test coverage detected