Warning in C++ Microsoft Visual studio

A

arush

Hello ,
I am running a maximum flow algorithm . it works fine on small graph ,
but when i increase the number of nodes in the graph to say 13000 , it
gives me a warning : " Image size exceeded ( image may not run ) " .
and does give me a result. Is there a way around this ?

Sincerely
Arush.
 
R

Raymond Martineau

Hello ,
I am running a maximum flow algorithm . it works fine on small graph ,
but when i increase the number of nodes in the graph to say 13000 , it
gives me a warning : " Image size exceeded ( image may not run ) " .
and does give me a result. Is there a way around this ?

This is an implementation specific issue - if it's related to VC++
iteself, you may want to check the microsoft.public.vc or other
newsgroups related to Windows.

Also, you aren't giving enough context behind the error - those
familiar with the environment (such as on the newsgroup I provided)
migh not understand what's going on and may assume you are using a
3rd-party library.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top