EgtExecutor :
- a Exe e Lua AutoNestCompute aggiunto flag bMinimizeOnXvsY - aggiunta funzione ExeAutomaticPackParts.
This commit is contained in:
@@ -164,11 +164,11 @@ ExeAutoNestSetInterpartGap( double dGap)
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeAutoNestCompute( int nMaxTime)
|
||||
ExeAutoNestCompute( bool bMinimizeOnXvsY, int nMaxTime)
|
||||
{
|
||||
if ( IsNull( s_pAutoNester))
|
||||
return false ;
|
||||
return s_pAutoNester->Compute( nMaxTime) ;
|
||||
return s_pAutoNester->Compute( bMinimizeOnXvsY, nMaxTime) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user