EgtExecutor 2.2b1 :
- aggiunta funzione Exe e Lua AutoNestSetReportFile.
This commit is contained in:
@@ -194,6 +194,15 @@ ExeAutoNestSetInterpartGap( double dGap)
|
||||
return s_pAutoNester->SetInterpartGap( dGap) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeAutoNestSetReportFile( const string& sReportFile)
|
||||
{
|
||||
if ( IsNull( s_pAutoNester))
|
||||
return false ;
|
||||
return s_pAutoNester->SetReportFile( sReportFile) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeAutoNestCompute( bool bMinimizeOnXvsY, int nMaxTime)
|
||||
|
||||
Reference in New Issue
Block a user