Search found 16 matches

by Francisco.Patrocinio
4 days ago
Forum: Tools
Topic: Print from GAMS Studio to PDF
Replies: 1
Views: 332

Print from GAMS Studio to PDF

Good morning!

Is there a way to print my GAMS code and list file to PDF directly from GAMS Studio? I could do that from the IDE, but cannot do that from Studio.

Best regards,
Francisco
by Francisco.Patrocinio
9 months ago
Forum: Solvers
Topic: SBB Scaling
Replies: 2
Views: 6533

Re: SBB Scaling

Thank you Michael!
by Francisco.Patrocinio
9 months ago
Forum: Solvers
Topic: SBB Scaling
Replies: 2
Views: 6533

SBB Scaling

Hello,

I have a question: does SBB perform automatic scaling? I didnt find any indication that it does, and perhaps you could give me an insight towards the answer.

Best regards,
Francisco
by Francisco.Patrocinio
1 year ago
Forum: Tools
Topic: Import a number of GDX and compare a result
Replies: 2
Views: 8237

Re: Import a number of GDX and compare a result

Hey!

Thank you for your reply. I will try to implement this.
by Francisco.Patrocinio
1 year ago
Forum: Tools
Topic: Import a number of GDX and compare a result
Replies: 2
Views: 8237

Import a number of GDX and compare a result

Hello, hope you are all doing fine. I am sorry if this question has been answered previously, however I couldnt find any solution. Suppose I ran a model 20 times, each with different parameters and solutions. I want to compare the result variables' levels for each run. I'm trying to do this automati...
by Francisco.Patrocinio
2 years ago
Forum: Modeling
Topic: Sequantial solve statements
Replies: 2
Views: 1529

Re: Sequantial solve statements

Thank you Michael!
by Francisco.Patrocinio
2 years ago
Forum: Modeling
Topic: Sequantial solve statements
Replies: 2
Views: 1529

Sequantial solve statements

Good evening I have a model with the following details (I'll skip most sets, parameters and variables, of relevance are the sets, variable and objective function below): set i /AF,A,B,C/ set j /A,B,C,EF/ Variable F(i,j) OF .. FT =e= sum((i,j),F(i,j)); I want to solve the model individually for each ...
by Francisco.Patrocinio
2 years ago
Forum: Syntax
Topic: Binary variables
Replies: 5
Views: 8655

Re: Binary variables

Thanks Michael!
by Francisco.Patrocinio
2 years ago
Forum: Solvers
Topic: IPOPT scaling
Replies: 1
Views: 2722

IPOPT scaling

Hi all,

I have a question: IPOPT returns me this:
imagem.png
Well I have initialized the variables with a plausible, but random value. Is there anyway to circumvent the problem in the figure?
by Francisco.Patrocinio
2 years ago
Forum: Syntax
Topic: Binary variables
Replies: 5
Views: 8655

Re: Binary variables

Hi,

I seem to be having a similar problem: SBB reports an INTEGER SOLUTION (Fig.1), but my binary variable y has values like 1e-6 (Fig.2).
imagem.png
imagem.png
However if I run ANTIGONE(or SBB again) afterwards, it accepts the objective value of SBB, but the binaries are now all 0 and 1.