Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ command
Method
command
MiniZincIDE/process.cpp:470–473 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
468
}
469
470
QString MznProcess::command() const
471
{
472
return p.program() +
" "
+ p.arguments().join(
" "
);
473
}
474
475
void MznProcess::processOutput()
476
{
Callers
3
compileSolutionChecker
Method · 0.80
compile
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected