MCPcopy Create free account
hub / github.com/NeuralNetworkVerification/Marabou / MILPEncoder

Method MILPEncoder

src/engine/MILPEncoder.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "TimeUtils.h"
23
24MILPEncoder::MILPEncoder( const ITableau &tableau )
25 : _tableau( tableau )
26 , _statistics( NULL )
27{
28}
29
30void MILPEncoder::encodeInputQuery( GurobiWrapper &gurobi,
31 const InputQuery &inputQuery,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected