Anonymous
-
2025-12-29
Post awaiting moderation.
I'm writing a free windows C++ program that is calling my home-made lib version of mpsolve, which apparently needs a yylex method that takes arguments (to support multithreading I think), but the flex source I have downloaded from github defines a yylex method without args in yylex.c. How can I produce the needed yylex method? I have the exe's for bison and flex on windows.
Anonymous