alphaville / optimization-engine

Nonconvex embedded optimization: code generation for fast real-time optimization

Home Page:https://alphaville.github.io/optimization-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible issue with the direct interface on Windows

alphaville opened this issue · comments

Describe the bug

There's a possible issue with the direct interface on Windows. It seems that the generated compiled file doesn't the prefix lib. It would be useful to confirm this first and then fix it.

To Reproduce

Steps to reproduce the behavior: do this on Windows.

Expected behavior

A clear and concise description of what you expected to happen.

System information

  • OS: Windows (10?)
  • What is the output of rustup show? [todo]
  • What is the output of rustc -V? [todo]
  • Python version [todo; 3.10?]

Additional context

Does it happen on all versions of Windows?

Fixed with #254