MCPcopy Create free account
hub / github.com/Z3Prover/z3 / unpackObjectiveValueVector

Method unpackObjectiveValueVector

src/api/java/Optimize.java:338–346  ·  view source on GitHub ↗
(long nativeVec)

Source from the content-addressed store, hash-verified

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

Callers 2

GetUpperAsVectorMethod · 0.95
GetLowerAsVectorMethod · 0.95

Calls 2

getMethod · 0.95
getContextMethod · 0.80

Tested by

no test coverage detected