nodejs binding error #3796
Unanswered
qinghua921
asked this question in
Build and configuration issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What version of OR-Tools and what language are you using?
Version: 9.6.2534
Language: C++, TS
Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)
CBC_MIXED_INTEGER_PROGRAMMING
What operating system (Linux, Windows, ...) and version?
win10 2019 ltsc
What did you do?
making a nodejs binding use node_addon_api, code like
CPP
Typescript
What did you expect to see
const result = await solver.Solve()
result has a returned value
What did you see instead?
when code run at
this->status = this->pMPSolver->Solve()
process crashed
Make sure you include information that can help us debug (full error message, model Proto).
Anything else we should know about your project / environment
Beta Was this translation helpful? Give feedback.
All reactions