Revision 4fb3a2414f350f4f4a278dc8e9d01a1bb0b2f70d authored by Jan Möbius on 15 February 2022, 08:59:43 UTC, committed by Jan Möbius on 15 February 2022, 08:59:43 UTC
1 parent 44f6761
mosek_cxx.cc
#include <fusion.h>
#include <iostream>
int main(int argc, char *argv[])
{
std::cout << "Mosek FusionCXX version "
<< mosek::fusion::Model::getVersion()
<< std::endl;
return 0;
}

Computing file changes ...